@CHARSET "ISO-8859-1";

div.UploadifyButtonWrapper{
    position:relative;
}

/* fake button */
div.UploadifyButtonWrapper a {
    position:absolute; /* relative to UploadifyButtonWrapper */
    top:0;
    left:0;
    z-index:0;
    display:block;
    float:left;
}

/* pass hover effects to button */
div.UploadifyButtonWrapper a.Hover {
    background:orange;
    color:white;
}

/* position flash button above css button */
div.UploadifyObjectWrapper {
    position:relative;
    z-index:10;
}

body {
	font-size: 10px;
}

#main {
	min-height: 500px;
}

p {
	padding: .5em;
	font-size: 1.2em;
}

#nav {
	background: #fff;
	height: 2.5em;
	margin: 0 0 .5em 0;
}

#sidebar {
	background: #ccc;
	float: right;
	width: 17em;
	height: 40em;
	margin: 0 0 .5em .5em;
	padding: .5em;
}

#main {
	height: auto;
	padding: 13px;
}

#subNav,#adminMenu,#userForm {
	background: #fff;
	width: 17em;
	height: 10em;
	margin: 0 0 .5em 0;
}

#footer {
	clear: both;
	background: #fff;
	height: 2.5em;
	margin: 0;
}

#menu {
    height: auto;
    margin-left: 5px;
    padding: 0;
}

#menu ul {
    float: left;
    line-height: normal;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#menu li {
    float: left;
    padding: 0 0 0 7px;
}

#menu a {
    font-weight: normal;
    text-transform: uppercase;
}

#selected1 { list-style-type: none; margin: 0; padding: 0; min-height: 60px; width: 100%; display:inline-block; }
#selected1 li { margin: 3px 0px; padding: 1px; float: left; width: 100%; height: 60px; text-align: center; }


#addpricelistDialog dt {
    float: left;
    margin-right: 20px;
    clear: both;
}

#addpricelistDialog dd {
    float: left;
    margin-right: 0px;  
    
}

#addpricelistDialog fieldset {
	border: 0px;
	border-top: 1px dotted;    
	padding-top: 5px;
}

#addpricelistDialog dd {
    float: right;
    
}


#editPricelistDialog dt {
    float: left;
    margin-right: 20px;
    clear: both;
}

#editPricelistDialog dd {
    float: left;
    margin-right: 0px;  
    
}

#editPricelistDialog fieldset {
	border: 0px;
	border-top: 1px dotted;    
	padding-top: 5px;
}

#editPricelistDialog dd {
    float: right;
    
}
.available:not(.ui-datepicker-unselectable):not(.ui-state-disabled) {
	background-color: #00CC33;
}
.unavailable:not(.ui-datepicker-unselectable):not(.ui-state-disabled) {
	background-color: red !important;
	opacity: 1 !important;
}
.unavailable.first:not(.ui-datepicker-unselectable):not(.ui-state-disabled) {
	background-image: url(../images/yellow.png);
	background-position: top left;
	background-repeat: repeat-y;
}
.unavailable.last:not(.ui-datepicker-unselectable):not(.ui-state-disabled) {
	background-image: url(../images/yellow.png);
	background-position: top right;
	background-repeat: repeat-y;
}
.unavailable.first.last:not(.ui-datepicker-unselectable):not(.ui-state-disabled) {
	background-image: url(../images/yellow.png), url(../images/yellow.png);
	background-position: top left, top right;
	background-repeat: repeat-y;
}
.available:not(.ui-datepicker-unselectable):not(.ui-state-disabled) span, 
.available:not(.ui-datepicker-unselectable):not(.ui-state-disabled) a, 
.unavailable:not(.ui-datepicker-unselectable):not(.ui-state-disabled) span, 
.unavailable:not(.ui-datepicker-unselectable):not(.ui-state-disabled) a{
	background: none !important;
}
.availability_datepicker {
	font-size: 1.2em;
}
.legend {
    margin-top: 15px;
    width: 675px;
}
.legend h3 {
    margin-bottom: 10px;
}
.legend_available, .legend_unavailable, .legend_cross {
	display: block;
	padding: 5px 9px 5px 75px;
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 5px;
}

.legend_available {
	background-image: url(../images/legend_available.png)
}
.legend_unavailable {
	background-image: url(../images/legend_unavailable.png)
}
.legend_cross {
	background-image: url(../images/legend_cross.png)
}
