a:link,
a:visited
{ 
	text-decoration:none;
	color: #0C0CC5;
}

a:hover
{
	text-decoration:underline;
	color: #0C0CC5;
}
	
body
{
	margin-left:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	background-color:#ffffff;
	color:#000000;
}

.clear 
{ /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

a.clsButtonGlassySumbit {
	background: transparent url('/images/btn_submit_right.gif') no-repeat scroll top right;
	display: block;
	float: left;
	font: normal 11px verdana, arial;
	font-weight:bold;
	color:#ffffff;
	height: 28px;
	margin-right: 6px;
	padding-right: 16px; /* sliding doors padding */
	text-decoration: none;
	z-index:-1;
}

a.clsButtonGlassySumbit span {
	background: transparent url('/images/btn_submit_left.gif') no-repeat;
	display: block;
	line-height: 18px;
	padding: 5px 0 5px 18px;
	z-index:-1;
} 

a.clsButtonGlassySumbit:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
	z-index:-1;
}

a.clsButtonGlassySumbit:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
	z-index:-1;
} 

.clsWebText7pt
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 7pt;
}

.clsWebText7ptWhite
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 7pt;
	color:#ffffff;
}

.clsWebText7ptBold
{
	font-family: Verdana;
	font-size: 7pt;
	font-weight:bold;
}

.clsWebText7ptBlue
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 7pt;
	color:#0C0CC5;
}

.clsWebText8pt
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
}

.clsWebText8ptMono
{
	font-family: Courier;
	font-weight: normal;
	font-size: 8pt;
}

.clsWebText8ptWhite
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
	color:#ffffff;
}

.clsWebText8ptGray
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
	color:#c0c0c0;
}

.clsWebText8ptBlue
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
	color:#0C0CC5;
}

.clsWebText8ptBold
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
}

.clsWebText8ptBoldGray
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	color:#cccccc;
}

.clsWebText9pt
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 9pt;
}

.clsWebText9ptBold
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 9pt;
}

.clsWebText9ptArial
{
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
}

.clsWebText9ptArialBold
{
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
	font-weight:bold;
}

.clsWebText9ptWhite
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 9pt;
	color:#ffffff;
}

.clsWebText9ptBoldWhite
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 9pt;
	color:#ffffff;
}

.clsWebText9ptBoldBlue
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 9pt;
	color:#0C0CC5;
}

.clsWebText10pt
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
}

.clsWebText10ptBold
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
}

.clsWebText11pt
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 11pt;
}

.clsWebText11ptBold
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11pt;
}

.clsWebText11ptFormal
{
    font-family:Georgia, Times New Roman, Serif;
    font-weight:bold;
	font-size: 11pt;
    color: #122768;
}

.clsWebText12pt
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 12pt;
}

.clsWebText12ptBold
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12pt;
}

.clsWebText12ptBoldWhite
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12pt;
	color:#ffffff;
}

.clsWebText14pt
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 14pt;
}

.clsWebText14ptBold
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 14pt;
}

.clsWebText14ptBoldWhite
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 14pt;
	color:#1818CE;
}

.clsWebText16ptBold
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 16pt;
}

.clsWebText48ptBold
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 48pt;
}

.clsTitleAppointment
{
	background-color : #BFD5F3;
	padding:5px;
	border-bottom : 1px #999966 dashed;
	border-left : 1px #999966 dashed;
	border-right : 1px #999966 dashed;
	border-top : 1px #999966 dashed;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold;
    text-align:left;
    color:#000000;
}

.clsButton 
{
	background-color : #0C0CC5;
	padding:2px;
	border-bottom : 1px #999966 solid;
	border-left : 1px #ffffff solid;
	border-right : 1px #999966 solid;
	border-top : 1px #ffffff solid;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bolder;
    color:#ffffff;
	cursor: hand;
}

.clsWhiteButton 
{
	background-color : #ffffff;
	padding:2px;
	border-bottom : 1px #000000 solid;
	border-left : 1px #eeeeee solid;
	border-right : 1px #000000 solid;
	border-top : 1px #eeeeee solid;
	text-align:center;
	vertical-align:middle;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    color:#000000;
	cursor: hand;
}

.clsWhiteButtonHover 
{
	background-color : #6290CE;
	padding:2px;
	border-bottom : 1px #000000 solid;
	border-left : 1px #eeeeee solid;
	border-right : 1px #000000 solid;
	border-top : 1px #eeeeee solid;
	text-align:center;
	vertical-align:middle;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    color:#ffffff;
	cursor: hand;
}

.clsButtonDisabled 
{
	background-color : #8080FF;
	padding:2px;
	border-bottom : 1px #999966 solid;
	border-left : 1px #ffffff solid;
	border-right : 1px #999966 solid;
	border-top : 1px #ffffff solid;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    color:#dddddd;
}

.clsNonButtonBlue {
	background-color : #0C0CC5;
	border-bottom : 1px #999966 solid;
	border-left : 1px #ffffff solid;
	border-right : 1px #999966 solid;
	border-top : 1px #ffffff solid;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bolder;
    text-align:center;
    color:#ffffff;
}

.SelectedTab
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 9pt;
	color:#000000;
	background-color:#BFD5F3;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	/*
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	*/
}

.SelectedTabFirst
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 9pt;
	color:#000000;
	background-color:#BFD5F3; 
	text-align:center;
	vertical-align:middle;
	border-top:solid 1px #000000;
	border-right:solid 1px #000000;
}

.SelectedTabLast
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 9pt;
	color:#000000;
	background-color:#BFD5F3;
	text-align:center;
	vertical-align:middle;
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
}

.NonSelectedTab
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
	color:#000000;
	background-color:#ffffff;
	text-align:center;
	vertical-align:middle;
	border-top:solid 1px #dddddd;
	border-bottom:solid 1px #000000;
	border-right:solid 1px #dddddd;
	cursor:hand;
}

.NonSelectedTabHighLight
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
	color:#000000;
	background-color:#f2f2f2; /*#B2CCEC;*/
	text-align:center;
	vertical-align:middle;
	border-top:solid 1px #dddddd;
	border-bottom:solid 1px #000000;
	border-right:solid 1px #dddddd;
	cursor:hand;
}

.DisabledTab
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
	color: #cccccc;
	vertical-align: middle;
	text-align: center;
	background-color: #ffffff;
	/*
	border-bottom: #000000 1px solid;
	border-right: #dddddd 1px dashed;
	border-top: #dddddd 1px dashed;
	*/
}

.clsDisabledCalendarCell
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 7pt;
	color:#aaaaaa;
	background-color:#eeeeee;
	text-align:right;
	vertical-align:top;
}

.clsDisabledCalendarCellLarge
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
	color:#aaaaaa;
	background-color:#eeeeee;
	text-align:center;
	vertical-align:middle;
}

.clsNoDayCalendarCell
{
	background-color:#fafafa;
}

.clsApptsCalendarCell
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 7pt;
	font-weight:bold;
	color:#000000;
	background-color:#ffffff;
	text-align:center;
	vertical-align:middle;
	border-bottom:solid 1px #000000;
	border-right:solid 1px #000000;
	cursor:hand;
}

.clsNoApptsCalendarCell
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 7pt;
	color:#aaaaaa;
	background-color:#f2f2f2;
	text-align:right;
	vertical-align:top;
	border-bottom:solid 1px #222222;
	border-right:solid 1px #222222;
}

.clsHighlightedCalendarCell
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 7pt;
	font-weight:bold;
	color:#ffffff;
	background-color:#0C0CC5;
	text-align:center;
	vertical-align:middle;
	border-bottom:solid 1px #000000;
	border-right:solid 1px #000000;
	cursor:hand;
}

.clsSelectedCalendarCell
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
	font-weight:bold;
	color:#000000;
	background-color:#f2f2bc;
	text-align:center;
	vertical-align:middle;
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
	border-bottom:solid 1px #ffffff;
	border-right:solid 1px #ffffff;
}

.clsTimeCell
{
	background-color: #f2f2bc;
	border-bottom: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	font-family: Verdana;
	font-weight: normal;
	font-size: 7pt;
	text-align:center;
	color:#f2f2bc;
	cursor:hand;
}

.clsTimeCellSelected
{
	background-color: #e2e2bc;
	border-bottom: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	font-family: Verdana;
	font-weight: normal;
	font-size: 7pt;
	text-align:center;
	color:#000000;
	cursor:hand;
}

.clsTimeCellSelectedEditing
{
	background-color: #1C7473;
	border-bottom: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	font-family: Verdana;
	font-weight: normal;
	font-size: 7pt;
	text-align:center;
	color:#000000;
	cursor:hand;
}

.clsTimeCellHover
{
	background-color: #e2e2bc;
	border-bottom: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	font-family: Verdana;
	font-weight: normal;
	font-size: 7pt;
	text-align:center;
	color:#000000;
	cursor:hand;
}

.clsTimeCellDisabled
{
	background-color: #dddddd;
	border-bottom: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	font-family: Verdana;
	font-weight: normal;
	font-size: 7pt;
	text-align:center;
	color:#dddddd;
	cursor:default;
}

.clsTimeCellTemp
{
	background-color: #999999;
	border-bottom: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	font-family: Verdana;
	font-weight: normal;
	font-size: 7pt;
	color:#999999;
}

.clsConfirmError
{
	background-color: #FF0000;
	padding-top:5px;
	padding-bottom:5px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 9pt;
	text-align:center;
	color:#ffffff;
}

.clsConfirmErrorLeft
{
	background-color: #FF0000;
	padding-top:5px;
	padding-bottom:5px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 9pt;
	text-align:left;
	color:#ffffff;
}

.clsErrorCell
{
	background-image: url('/images/icon_error.gif');
	background-repeat: no-repeat;
	background-position: 8px 6px;
    font-family:Georgia,Times New Roman, Serif;
    font-weight:normal;
	font-size: 16pt;
    color: #dd0000;
    vertical-align:middle;
    line-height: 40px;
    padding: 4px 0px 0px 44px;
    margin: 0px 0px 0px 4px;
    border-bottom:dashed 1px #cccccc;
}

.clsErrorCellSmall
{
	background-image: url('/images/icon_smallerror.gif');
	background-repeat: no-repeat;
		background-position: 0px 6px;
	/*
		line-height: 40px;
		padding: 4px 0px 0px 44px;
		margin: 0px 0px 0px 4px;
		border-bottom:dashed 1px #cccccc;
	*/
    font-family:Georgia,Times New Roman, Serif;
    font-weight:normal;
	font-size: 9pt;
    color: #dd0000;
    vertical-align:middle;
}
