﻿.txtwhite
{
    text-decoration: none;
    COLOR: #FFFFFF;
    font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.txtblue
{
    text-decoration: none;
    COLOR: #8000ff;
    font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
}
.txtorange
{
    text-decoration: none;
    COLOR: #FF9900;
    font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.smbody
{
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	top: 0px;
	left: 0px;
}
.smblank
{
    text-decoration: none;
    font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.smwhite
{
    text-decoration: none;
    COLOR: #FFFFFF;
    font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.smgrey
{
    text-decoration: none;
    COLOR: #999999;
    font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.smred
{
    text-decoration: none;
    COLOR: #FF0000;
    font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.smorange
{
    text-decoration: none;
    COLOR: #FFCC00;
    font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.adttl
{
	text-decoration: none;
	COLOR: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.adcon
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.NotAvailableDay
{
	COLOR: #FFFFFF;
	background-color: #CCCCCC;
	border: solid 1px #FFFFFF;
}
.DayMyRequest
{
	COLOR: #336666;
	background-color: #99FFCC;
	border: solid 1px #FFFFFF;
}
/* Round cornered CSS 
    http://kalsey.com/2003/07/rounded_corners_in_css/ */
.roundcont {
	width: 100%;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 2px;
}

.roundtop { 
	background: url(../images/adv/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/adv/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
/*
<font size="1" face="MS Sans Serif" color="#FFFFFF">
*/
.fontAdvTitle 
{
    font-size:small;
    font-family:MS Sans Serif ;
    font-weight:bold;
    color: White;
}
.fontAdvHeader 
{
    font-size:small;
    font-family:MS Sans Serif ;
    font-weight:bold;
    color: #FFFFFF;
    text-align: right;
    border-bottom: 0 1;
  	margin: 0 2px;
}