<!--

BODY	{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
}

.background	{
    background-image: url('/images/salonBack.png');
}

h5
{
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
}
    
h5.footer
{
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
}
    
.center
{
text-align: center;
}

.left
{
text-align: left;
}

.right
{
text-align: right;
}

h1,h2
{
text-align: center;
color: SaddleBrown;
}

h3,h4,h5,h6 
{
text-align: center;
color: Brown;
}

.popup
{
    font-size: 100%;
    font-weight: bold;
    background-color:yellow;
    color: SaddleBrown;
}

.header1
{
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: SaddleBrown;
}
.header2
{
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: SaddleBrown;
}

.help
{
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    background-color:yellow;
    color: SaddleBrown;
}

input.submit
{
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    background-color:#9FFF9F;
    color: SaddleBrown;
}

input.change
{
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    background-color:#9FFF9F;
    color: SaddleBrown;
}

input.delete
{
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    background-color:lightpink;
    color: SaddleBrown;
}

.open
{
background-color:#70EE70;
}

.open0
{
background-color:#70EE70;
cursor: pointer;
}
.open1
{
background-color:#9FFF9F;
cursor: pointer;
}

.busy
{
background-color:lightpink
}

.mine
{
color:yellow;
background-color:#AF0000;
cursor: pointer;
}

.maybe
{
background-color:yellow;
border-style:outset;
}

.disabled0
{
background-color:lightgray;
}
.disabled1
{
background-color:#E1E1E1;
}


tr.header
  {
  vertical-align: top;
  background: #8A1B54;
  padding-left: 17px;
  }

td.big
{
    font-size: 14px;
}

/* Big box with list of options */
#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:175px;	/* Width of box */
	height:250px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:1px solid #317082;	/* Dark green border */
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-size:0.9em;
	z-index:100;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#317082;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}
	
form{
	display:inline;
}
	
-->

