/****************************************************
*			BGCOLOR CLASSES
****************************************************/

.BgcolorBody {
	background : #ffffff;
}
/* Used for dark nav bar headings */
.BgcolorHard {
	background : #0e3460;
}
/* Used as the primary table background color */
.BgcolorNormal {
	background : #999/*#8cb2fd;*/
}
/* Used as the table background color for slots in which the coiffeur is not available*/
.BgcolorUnavailable {
	background : #8c8c8c;
}
/* Used as the table background color for slots in which the coiffeur is free*/
.BgcolorFree {
	background : #008c00;
}
/* Used as the table background color for slots in which the coiffeur is bussy*/
.BgcolorFree {
	background : #8c0000;
}
/* Used for Mon-Fri Headings */
.BgcolorBright {
	background : #777;/*#5454EA;*/
}
/* Used to show selected navigation */
.BgcolorDull {
	background : #7B8FDA;
}
/* Used for navigation headings */
.BgcolorDull2 {
	background : #777;/*#5B89DD;*/
}

.BgcolorStatus_available {
	background : #bbb;/*#91FE80;*/
}

.BgcolorStatus_unavailable {
	background : #888;/*#8cb2fd;*/
}

.BgcolorStatus_bussy {
	background : #FF808A;
}

.pastDate{
	filter: Alpha(opacity=60); /*iexplorer*/
	opacity: 0.6; /*firefox, etc*/
}

/****************************************************
*			FONT CLASSES
****************************************************/

.FontHard {
	color : #ffffff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
}
.FontHardSmall {
	color : #ffffff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
.FontSoft {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
}
.FontSoftSmall {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}


/****************************************************
*			OTHER CLASSES
****************************************************/

.ButtonStyle {
	cursor: hand;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	color : #000000;
	background :  #8cb2fd;
}

.ButtonStyleSmall {
	cursor: hand;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	background :  #8cb2fd;
}

.Warning {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #ff0000;
	vertical-align : middle;
	font-weight : bold;
}

.SectionHeaderStyle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #ffffff;
	background : #0e3460;
	text-align : left;
	padding-right : 5px;
	padding-left : 5px;
}

table.calendar {
	margin: 0px;
	padding: 1px;
	border-collapse: separate;
    border-spacing: 1px;
	color: #000;
}

td.calendar {
	padding: 0px;
	margin: 0px;
	border: 1px;
	border-spacing:1px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
}

td.calendar a {
	color: #111;/*#000099;*/
}

ul#results, ul#resultsEdit {
	padding: 0px;
	list-style: none;
	display: none;
	border: 1px solid #ababab;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.15) 0 1px 3px;
	box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
}
ul#results li, ul#resultsEdit li {
	padding: 0px;
	cursor: pointer;
	border-top: 1px solid #cdcdcd;
	transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out;
}
ul#results li:hover, ul#resultsEdit li:hover {
	background-color: #F7F7F7;
}
ul#results li:first-child, ul#resultsEdit li:first-child {
	border-top: none;
}
ul#results li h3, ul#results li h4, ul#resultsEdit li h3, ul#resultsEdit li h4 {
	transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	color: #c1c1c1;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	/*line-height: 1.2em;*/
}
ul#results li:hover h3, ul#results li:hover h4, ul#resultsEdit li:hover h3, ul#resultsEdit li:hover h4  {
	color: #3b3b3b;
	font-weight: bold;
}

.twoColumns {
	width: 50%; 
	float: left;
}

.latelierDialog {
	font-size: smaller;
}

div.blockform {
	display:block;
	float:left;
}

div.blockform.spaced {
	margin-left: 10px;
}

label { display:block; }
label.spaced {margin-top: 5px;}

input[type='text'] { display:block;}

input[type='text'].fullwidth {width:100%}

p.label_field_pair {
	clear: both;
	float: none;
}
p.label_field_pair label {
	clear: left;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 100px;
}
p.label_field_pair input[type='text'] input[type='password']{
	clear: right;
	float: left;
	margin-left: 10px;
	width: 200px;
}
p.label_field_pair input[type='submit']{
	clear: right;
	float: left;
}

.clear{
	clear: both;
}

#overDiv{
    background-color: #cc9900;
}

#overDiv ul{
	color:#200772;
	list-style-position: inside;
        
}

#overDiv ul li{
	font-size: 10px!important;
}

.texterror{
	color: #F00;
}

.textsmaller{
	font-size:smaller;
}

.reservation-dayview{
	font-size: 12px;
	float: left;
	width: 50%;
}

.reservation-dayview ul{
	list-style-position: inside;
}

.reservation-dayview li{
	font-size: 10px;
}
