/****************************************************************
  GENERAL
*****************************************************************/

* {
outline: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

label {
vertical-align:middle;
cursor:pointer;
}

select,
textarea,
input{

font-family: "trebuchet MS";

margin:3px 0;
padding:3px;
background:#FAFBFC none repeat scroll 0 0;
border:1px solid #ddd;

-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box; /* ie8 only */
box-sizing: content-box;
resize:none;

-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

select:hover,
textarea:hover,
input:hover{
border-color:#999999;
}

select:active,
textarea:active,
input:active,
select:focus,
textarea:focus,
input:focus{
border-color:#a5bfc4;
background: #fff url(../img/ui-input-bg.jpg) repeat-x scroll left bottom;
}

p.sub{
color:#777777;
font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
font-size:16px;
font-style:italic;
padding:14px 10px 3px 32px;
background: transparent url(../img/icons.gif) no-repeat scroll 0 -469px;
margin:6px 0 0;
}
p.subXtra{
padding-bottom:15px;
}
/****************************************************************
  BUTTONS
*****************************************************************/

a.rSbutton,
input#rs-button-config-save,
input.rSbutton-primary,
input.rSbutton {
	overflow: visible;
	position:relative;

	background:#fefefe url(../img/button-grad.jpg) repeat-x scroll 0 0;
	display: inline-block;
	padding: 4px 10px 5px;


	color: #555;
	
	text-decoration: none;
	
	font-weight: normal;
	font-family: "trebuchet MS";
	font-size: 14px;
	font-variant: small-caps;

	line-height: 1;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;

	box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);

	border: 1px solid rgba(0,0,0,0.25);
	cursor: pointer;
}

a.rSbutton:hover,
input.rSbutton:hover{
background:#BBBBBB;
color:#333 !important;
}

a.rSbutton:active,
a.rSbutton:focus,
input.rSbutton:active,
input.rSbutton:focus{
top:1px;
}

input.rSbutton-primary{
color: #444;
background:#bcc0b8 url(../img/button-grad.jpg) repeat-x scroll 0 -30px;
}


input.rSbutton-primary:hover{
color: #222;
background:#c4e46d;
}

.rs-submit input.rSbutton-primary:active,
.rs-submit input.rSbutton-primary:focus{
top:1px;
}

input.rSbutton-red,
input.rSbutton-red2{
color: #444;
background:#c9b5b4 url(../img/button-grad.jpg) repeat-x scroll 0 -60px;
}


input.rSbutton-red:hover,
input.rSbutton-red2:hover{
background:#ea6e7f;
}

input.rSbutton-red:focus,
input.rSbutton-red2:focus,
input.rSbutton-red:active,
input.rSbutton-red2:active{
color: #222;
}



/* MODULES  */



.postbox .handlediv {
float:right;
height:26px;
width:23px;
border-style:solid;
}

.meta-box-sortables .postbox:hover .handlediv {
background:transparent url(../img/icons.gif) no-repeat 0 -389px;
}

.postbox {
border-color:#DFDFDF;
background-color:#fafafa;

-moz-border-radius: 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;

box-shadow:1px 4px 7px #000;
-moz-box-shadow:1px 4px 7px #000;
-webkit-box-shadow:1px 4px 7px #000;

border-style:solid;
border-width:0px;

line-height:1;
margin-bottom:10px;

min-width:255px;
position:relative;
width:99.5%;
}

.meta-box-sortables  div.closed{
box-shadow:1px 2px 3px #777777;
-moz-box-shadow:1px 2px 3px #777777;
-webkit-box-shadow:1px 2px 3px #777777;
}
.meta-box-sortables div.closed h3 {
background-position:left top;
-moz-border-radius: 6px 6px 6px 6px;
-khtml-border-radius: 6px 6px 6px 6px;
-webkit-border-radius: 6px 6px 6px 6px;
border-radius: 6px 6px 6px 6px;
padding:5px 12px 8px;
}

.ui-sortable .postbox h3 {
color:#f5f5f5;
}

.postbox .hndle {
cursor:move;
}

.postbox h3 {
font-family:tahoma;
font-size:13px;
font-weight:lighter;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background: #777873 url(../img/ui-header-bg.jpg) repeat-x scroll left bottom;

-moz-border-radius: 6px 6px 0 0;
-khtml-border-radius: 6px 6px 0 0;
-webkit-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;

-moz-user-select:none;
cursor:move;

text-shadow:0 0 0 #000;
}

.ui-sortable .postbox h3:hover {
color:#eee;
}

.metabox-holder h3 {
line-height:1;
margin:0;
padding:6px 12px 14px;
}


h3 {
display:block;
font-size:1.17em;
font-weight:bold;
margin:1em 0;
}


.postbox .hndle span {
padding:6px 0;
}


div.postbox div.inside {
background: url(../img/ui-win-bg.jpg) repeat top left;
padding:0px 10px 10px;
overflow:hidden;
position:relative;
margin:0;
display:none;
-moz-border-radius: 0 0 6px 6px;
-khtml-border-radius: 6px 6px 0 0;
-webkit-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
}


/****************************************************************
  Main
*****************************************************************/

.clearfix:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}

div.rs-left{
margin-right:300px;
}

div.rs-right{
clear:right;
float:right;
position:relative;
width:281px;
}

#rs-editor-edit{
z-index:0;
}
#rs-editor-layout{
z-index:0;
display: none;
min-height:120px;
}

/****************************************************************
  LEFT
*****************************************************************/

#rs-shortcuts {
z-index:9999;
position:absolute;
right:8px;
top:2px;
}

a#rs-toggle-shortcut,
a#rs-settings-shortcut,
a#rs-star-shortcut,
a#rs-saveupdate-shortcut{
background-repeat: no-repeat;
background-image:url(../img/icons.gif);
width:34px;
height:34px;
margin:0;
display:block;
}

a#rs-toggle-shortcut{
background-position:-35px -526px;
}
a#rs-toggle-shortcut:hover{
background-position:-35px -575px;
}

a#rs-saveupdate-shortcut{
background-position:0 -166px
}
a#rs-saveupdate-shortcut:hover{
background-position:0 -211px;
}

a#rs-settings-shortcut{
background-position:0 -526px;
}
a#rs-settings-shortcut:hover{
background-position:0 -575px;
}

a#rs-star-shortcut{
clear:right;
}

a.starred-dis{
cursor:default;
background-position:-35px -166px;
}

a.starred-off{
background-position:-35px -211px;
}

a.starred-off:hover{
background-position:-35px -255px;
}

a.starred-on{
background-position:-35px -255px;
}


div.rs-left label{
font-weight:bold;
padding-left:6px;
color:#555555;
font-family:Trebuchet MS, Arial;
font-size:11px;
}

input#rs-name,
div.rs-left textarea{
width:93%;
}

input#rs-tags{
width:60%;
}

div.rs-left textarea{
height:85px;
min-height:85px;
line-height:19px;
}


div.rs-amount,div.rs-unit,div.rs-product,div.rs-attribute{
padding-left:3px;
font-weight:bold;
float:left;
margin-right:8px;
}
div#rs-ingredients input{
width:99%;
}
div.rs-amount{
width:7%;
}
div.rs-unit{
width:7%;
}
div.rs-product{
width:25%;
}
div.rs-attribute{
width:40%;
}

a.rs-item-remove,
div.hndle-ing,
div.hndle{
float:left;
background:url(../img/icons.gif) no-repeat 0px -453px;
height:22px;
margin-top:6px;
width:17px;
cursor:move;
}

a.rs-item-remove{
cursor:pointer;
display:block;
width:22px;
height:17px;
margin-left:15px;
background:url(../img/icons.gif) no-repeat 0px -418px;
}

a.rs-sn-remove{
vertical-align:middle;
font-size:0px;
line-height:0px;
padding:7px 7px 8px;
background:url(../img/icons.gif) no-repeat 0px -418px;
position:absolute;
top:0px;
margin-right:-25px;
right:5%;
}


a.rs-sn-remove:focus,
a.rs-sn-remove:hover,
a.rs-item-remove:focus,
a.rs-item-remove:hover{
background-position:0px -433px;
}


div.rs-ingredients-item,
div.rs-add-ingredient{
clear:both;
height:26px;
}

div#rs-ingredients{
clear:both;
}

div.rs-ing-spacer{
background-color:#DDDDDD;
border-bottom:1px solid #FFFFFF;
float:left;
height:0;
margin:9px 22px 5px 5%;
padding:1px 5px 0 0;
width:72%;
}


fieldset#rs-steps,
fieldset#rs-notes{
margin-top:10px;
}

div#rs-steps-box,
div#rs-notes-box{
width:95%;
}

div.rs-steps-item,
div.rs-notes-item{
position:relative;
}

#rs-steps textarea,
#rs-notes textarea{
width:95%;
}

#rs-steps textarea:focus,
#rs-notes textarea:focus{
}

div.rs-add-step input,
div.rs-add-note input{
margin-top:0;
}

fieldset#rs-refs{
clear:left;
margin-top:10px;
}

fieldset#rs-steps textarea,
fieldset#rs-notes textarea{
margin-bottom:6px;
}

input#rs-time-extra{
width:230px;
}

input#rs-yield{
width:40px;
}
input#rs-yield-unit{
width:222px;
}

input#rs-ctime-a,
input#rs-ctime-p,
input#rs-ctime-o{
width:90px;
}

span.rs-ctime-a-label{
padding-left:10px;
}

span.rs-ctime-a-label,
span.rs-ctime-p-label{
color:#aaa;
}

fieldset#rs-extra{
clear:left;
}

div#rs-search-adv input,
fieldset#rs-extra input{
display:none;
}

img#rs-rating{
background-image:url(../img/stars.gif);
background-repeat: no-repeat;
line-height:0;
font-size:0;
padding:0;
vertical-align:middle;
}
img.rs-rating1{
background-position:0px -100px;
}
img.rs-rating2{
background-position:0px -75px;
}
img.rs-rating3{
background-position:0px -50px;
}
img.rs-rating4{
background-position:0px -25px;
}
img.rs-rating5{
background-position:0px 0px;
}


p.options-header{
padding-top:4px;
padding-bottom:8px;
clear:left;
}

p.options-header label,
p.options-header a,
p.options-header span {
display:block;
float:left;
}

p.options-header label{
margin-left:10px;
}

a.rs-open-img{
background:url(../img/icons.gif) no-repeat 0 -362px;
font-size:0;
height:15px;
margin-top:2px;
margin-left:10px;
padding:0;
width:35px;
}

a.rs-open-img:hover{
background-position:0px -375px;
}

span.options-used{
display:none;
color:#888888;
font-style:italic;
margin-left:10px;
}

div#rs-custom-inside,
p#rs-p-custom{
display:none;
}

label.rs-extra-label{
display:-moz-box;
display:inline-table;
width:120px;
}




fieldset#rs-extra div.options-inside{
padding-bottom:10px;
display:none;
clear:both;
width:80%;
margin-left:20px;
}


fieldset#rs-extra div.rs-extra-items{
width:200px;
margin:0 0 0 10px;
}
fieldset#rs-extra div.options-inside label{
font-weight:normal;
}

fieldset#rs-extra div.rs-extra-items img {
margin-top:3px;
vertical-align:middle;
}

fieldset#rs-cookedfor div.inside input{
float:left;
}

fieldset#rs-refs div.rs-ref-item,
fieldset#rs-cookedfor div.rs-cf-item{
height:25px;
}

fieldset#rs-cookedfor input.date-pick{
text-align:center;
width:8em;
float:left;
clear:left;
}

fieldset#rs-cookedfor input.rs-cook{
width:50%;
float:left;
}

fieldset#rs-refs input.rs-urls{
width:70%;
float:left;
}



div.rs-submit{
margin-top:20px;
text-align:right;
}

div.rs-submit img,
div.rs-submit span#rs-server-resp,
div.rs-submit input{
margin-left:5px;
vertical-align:middle;
}

div.rs-submit #loader{
vertical-align:middle;
display:none;
}

div.rs-submit span#rs-server-resp{
padding-top:2px;
color:#888;
}


input#rs-button-update,
input#rs-button-save{
padding-left:20px;
padding-right:20px;
}

input#rs-button-dupe,
input#rs-button-update{
display:none;
}

table.rs-bg-buttons tr td{
vertical-align: top;
}

table.rs-bg-buttons tr td label{
white-space: nowrap;
}

input.rs-bg{
width:40px;
height:13px;
font-size:0px;
margin-left:5px;
}

input.bg-focus,
input.bg-active{
top:1px;
border:1px solid #aaa;
border-color:#777777 #AAAAAA #AAAAAA #777777;
-moz-box-shadow:1px 1px 2px #FFFFFF;
}

div.rs-submit input.pressed{
top:2px;
border:1px solid #aaa;
border-color:#777777 #AAAAAA #AAAAAA #777777;
-moz-box-shadow:1px 1px 2px #FFFFFF;
}

span.pwerr{
color:#CE5555;
padding-left:5px;
vertical-align:middle;
}

div#rs-email-config,
div#rs-configuration{
z-index:0;
position:relative;
display:none;
clear:both;
border:1px solid #dfdfdf;
background:url(../img/ui-win-dark-bg.jpg) repeat scroll 0 0;
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
margin:10px 50px 10px 10px;
padding:20px 1% 10px;
}

div#rs-email-config{
margin:10px auto;
text-align:right;
width:288px;
}

div#rs-configuration label {
font-size:10px;
padding-right:10px;
vertical-align: middle;
}

div#rs-configuration input {
vertical-align: middle;
}

input#rs-config-custom {
width:58%;
}

span#rs-settings-resp {
bottom:12px;
position:absolute;
right:210px;
text-align:right;
}

input#rs-button-config-save{
margin-top:3px;
position:absolute;
right:5px;
bottom:2px;
}

input#rs-button-config-save:active,
input#rs-button-config-save:focus {
bottom:1px!important;
box-shadow:0 0 0 0;
-moz-box-shadow: 0 0 0 0;
-webkit-box-shadow: 0 0 0 0;
}

input#rs-config-autosave{
width:4em;
}

div#autosaveinfo{
display:none;
color:#fff;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
box-shadow:0px 0px 12px #000;
-moz-box-shadow:0px 0px 12px #000;
-webkit-box-shadow:0px 0px 12px #000;
border:2px solid #eee;
background:#444;
padding:7px 20px;
position:fixed;
top:10px;
left:10px;
}

input#rs-config-email{
width:20em;
}

input#rs-config-pwo,
input#rs-config-pw1,
input#rs-config-pw2{
width:15em;
}

div.rs-clear{
clear:both;
}

#screen{
position: absolute;
left: 0;
top: 0;
background: #000;
z-index:99999;
}

div#layout{
}

p.norecipedata{
padding:18px;
}

div#layout-action{
margin-left:20px;
margin-bottom:10px;
display:none;
text-align:center;
}

div#rs-action-status{
margin:5px auto;
text-align:center;
width:150px;
}


div#rs-email-config label {
font-size:11px;
font-weight:normal;
width:60px;
vertical-align:top;
margin-right:5px;
line-height:30px;
}

div#rs-email-config input,
div#rs-email-config textarea {
font-size:10px;
width:150px;
}

div#rs-email-config input#rs-button-email-send{
width:auto;
}

div#layout-clone{
display:none;
}

div.rsl-layout{
margin:0 auto;
}

div.rsl-layout .rsCtrl {
position:relative;
}

img.rsl-layout-disabled{
background-position:0px -0px!important;
}

img.rsl-layout-enable{
cursor:pointer;
background-image:url(../img/layout-icons.gif);
background-repeat:no-repeat;
background-position:0px -16px;
font-size:0;
width:22px;
height:17px;
position:absolute;
top:-10px;
left:-10px;
overflow:hidden;
padding:0;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++*/
/*                  SIDEBAR                        */
/*+++++++++++++++++++++++++++++++++++++++++++++++++*/
#rs-addimage{
overflow:hidden;
}


div#rs-sidebar-image div.inside{
text-align:center;
padding-bottom:4px;
}

div#rs-sidebar-image div#rs-img-control{
width:260px;
text-align:right;
margin-right:5px;
}

div#rs-img-control a{
float:right;
margin-top:2px;
margin-right:2px;
display:block;
width:24px;
height:20px;
padding:0;
background-repeat:none;
background-position:0 0;
cursor:auto;
}


div#rs-img-control a.rs-add{
background-image:url(../img/icon-image-add.gif);
float:left;
margin-left:5px;
}

div#rs-img-control a.rs-left{
background-image:url(../img/icon-image-left.gif);
}
div#rs-img-control a.rs-right{
background-image:url(../img/icon-image-right.gif);
}
div#rs-img-control a.rs-remove{
background-image:url(../img/icon-image-remove.gif);
}

div#rs-img-control a.enabled{
background-position:0 -20px;
cursor:pointer;
}

div#rs-sidebar-image div.enabled a.hover,
div#rs-img-control a.enabled:hover{
background-position:0 -40px;
}

#rs-sidebar-search p.rs-dbinfo{
margin-bottom:0;
margin-top:0;
}

span#importresp{
color:#888888;
display:block;
font-weight:normal;
margin-bottom:0;
margin-left:auto;
margin-right:auto;
margin-top:7px;
width:80%;
}

div#rs-search-results{
clear:both;
display:none;
margin-left:5px;
}

#rs-sidebar-search ul li{
background:url(../img/icons.gif) no-repeat 0px -72px;
margin:3px 0;
padding-left:28px;
list-style-type:none;
}

div.rs-right a{
text-decoration:none;
color:#678995;
}

div#rs-sidebar-tags div.inside{
margin:0px;
padding:0 2px 2px 2px;
}

ul#tagList{
}

#tagList li{
margin:3px 6px;
list-style-type:none;
float:left;
}

#tagList a{
color:#555;
text-decoration:none;
vertical-align:top;
}

#tagList a:hover{
color:#93ec06;
}

#rs-sidebar-star ul li,
#rs-sidebar-last ul li{
font-size:12px;
background:url(../img/icons.gif) no-repeat 0px -71px;
margin:3px 0;
padding-left:25px;
list-style:none;
}

#rs-sidebar-star ul li{
background:url(../img/icons.gif) no-repeat 0px -330px;
padding-left:25px;
}

#rs-sidebar-info p{
font-weight:bold;
}


#rs-sidebar-search .rs-dbinfo,
#rs-sidebar-info .rs-dbinfo{
color:#777777;
font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
font-size:12px;
font-style:italic;
padding:5px 6px 3px 0;
font-weight:normal;
}

#rs-search-text,
#rs-thought-text{
padding-left:5px;
padding-right:5px;
-moz-border-radius: 12px;
-khtml-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
font-family:verdana;
font-size:15px;
font-weight:normal;
}

#rs-thought-text{
width:225px;
background:#fff url(../img/icons.gif) no-repeat 2px -42px;
padding-left:25px;
}

div#rs-thought-list a.loading,
div#rs-sidebar-thoughts .loading{
background:url(../img/ajax-loader-grey.gif) no-repeat 4px 3px!important;
}

input#rs-search-text{
float:left;
width:180px;
background: #fff url(../img/icons.gif) no-repeat 2px -9px;
padding:2px 5px 3px 28px;
}

p.rs-search-cat{
clear:both;
color:#777777;
font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
font-size:10px;
font-style:italic;
}

div.rs-search-adv-items{
margin-top:1px;
font-size:11px;
width:120px;
float:left;
margin-left:5px;
}

div.rs-search-adv-items label{
padding-left:5px;
}


a#rs-button-search-adv{
float:left;
background:url(../img/icons.gif) no-repeat 0 -359px;
width:34px;
height:13px;
margin:6px 0 0 5px;
}
a#rs-button-search-adv:hover{
background-position:0 -372px;
}

div#rs-search-adv{
display:none;
clear:both;
margin-top:10px;
overflow:hidden;
}

#rs-search-adv img{
vertical-align:middle;
}

div#rs-sidebar-thoughts label{
color:#000;
font-weight:bold;
font-size:12px;
}

div#rs-thought-list ul{
margin:15px 0 0 0;
}

div#rs-thought-list ul li{
padding-top:2px;
font-size:12px;
line-height:15px;
list-style-type:none;
padding-left:0px;
margin-bottom:10px;
position:relative;
}

div#rs-thought-list a.remove-thought{
background:transparent url(../img/thought-icons.gif) no-repeat scroll 8px -2px;
display:block;
padding-left:25px;
}

div#rs-thought-list a.remove-thought:hover{
background-position:8px -169px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++*/
/*                  SORTABLES                      */
/*+++++++++++++++++++++++++++++++++++++++++++++++++*/

div.ui-state-highlight{
border:1px solid #eee;
background:#fbfbfb;
height:30px;
margin-bottom:20px;
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}

div.ui-state-highlight-ing{
border:1px solid #eee;
background:#fbfbfb;
height:30px;
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}

#rs-ingredients div.ui-sortable-helper div input{
box-shadow:1px 2px 3px #aaa;
-moz-box-shadow:1px 2px 3px #aaa;
-webkit-box-shadow:1px 2px 3px #aaa;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++*/
/*                  AUTO COMPLETE                  */
/*+++++++++++++++++++++++++++++++++++++++++++++++++*/


.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	margin-left:3px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-family: Arial,Tahoma;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_results li.ac_odd strong{
	color:#111;
}
.ac_results li.ac_even strong{
	color:#111;
}
.ac_results li.ac_over strong{
	color:#2e4509;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #6ecd67;
	color: white;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++*/
/*                  IMG Upload                     */
/*+++++++++++++++++++++++++++++++++++++++++++++++++*/

iframe{
display: none;
background: white;
}

input.file{
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	height: 50px;
	margin: 2px 0 0 42px;
	width: 100px;
	z-index: 200;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++*/
/*                  DATE PICKER                    */
/*+++++++++++++++++++++++++++++++++++++++++++++++++*/



table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

a.dp-choose-date {
background:transparent url(../img/calendar.png) no-repeat scroll 0 0;
display:block;
float:left;
height:16px;
margin:5px 3px 0;
overflow:hidden;
padding:0;
text-indent:-2000px;
width:16px;
}

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}