@charset "utf-8";
/* CSS Document */

BODY, TD, P {
	font-family: Trebuchet, Tahoma, Verdana;
	font-size: 10pt;
	color: #000000;
	background-color: white;
}

A {
	color: ##484848;
	text-decoration: none;
}

A:Hover {
	text-decoration: underline;
}

#dhtmltooltip{
    position: absolute;
    width: 200px;
    border: 1px solid #B9C8D7;
    padding: 10px;
    background-color: #F4F7F9;
    visibility: hidden;
    z-index: 100;
	font-size: 14px;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


/* miscellaneous text */
.smalltext {
	font-family: Trebuchet, Tahoma, Verdana;
	font-size: 8pt;
	color: #000000;
}

.tinytext {
	font-family: Trebuchet, Tahoma, Verdana;
	font-size: 7pt;
	color: #000000;
}

.caltext {
	font-family: Trebuchet, Tahoma, Verdana;
	font-size: 7px;
	color: #000000;
}

.helpnote {
	font-family: Trebuchet, Tahoma, Verdana;
	font-size: 8pt;
	color: #808080;
	margin: 5pt;
}

abbr, acronym, .help {
  border-bottom: 1px dotted ##909090;
  cursor: help;
}

.calendarAppointment {

}

.calendarEmpty {

}

#sideNavHdg {
	margin-top: 5px;
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	background-color: #999999;
	padding: 2px;
}
#sideNav {
	font-size: 8.5pt;
	border-collapse: collapse;
	border-left: 1px solid #efefef;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

/* headings */
.pagetitle, .pagetitle A {
	font-family: Trebuchet, Tahoma, Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #BC003B;
	margin-bottom: 10pt;
	margin-top: 10pt;
}

.pagetitle2 {
	font-family: Trebuchet, Tahoma, Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}

.subtitle {
	font-weight: bold;
	font-size: 8.5pt;
	color: #BC003B;
}


/* form fields */
INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Trebuchet, Tahoma, Verdana;
	font-size: 10pt;
	color: #000000;
	background-color: #efefef;
	border: 1px solid #e0e0e0;
}

#borderedTable INPUT {
	font-family: Trebuchet, Tahoma, Verdana;
	font-size: 10pt;
	color: #000000;
	background-color: #efefef;
	border: 1px solid #e0e0e0;
	width: 200px;
}

#borderedTable .otherinput {
	border: 0;
	font-family: Verdana; 
	font-size: 8pt;
	background-color: #ffffff;
	width: 20px;
}

.otherinput {
	border: 0;
	font-family: Verdana; 
	font-size: 8pt;
	background-color: #ffffff;
	width: 20px;
}


#EditForm TD {
	padding: 2px;
	vertical-align: top;
}

#EditForm INPUT {
	border: 1px solid #c0c0c0;
}

#EditForm TEXTAREA {
	border: 1px solid #c0c0c0;
}

/* form styling */
.inputbutton {
	border: 1px solid #c0c0c0;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#fc0c0c0', EndColorStr='#Fe0e0e0');
	background-color: #e0e0e0;
	color: #3e3e3e;
	width: 70px;
	text-align: center;
	font-weight: bold;
}
.inputbutton:Hover {
	color: #ffffff;
}


/* edit card */
TABLE.CardTable  {
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
	clear: both;
	width: 99%;
		padding: 15px;
}

#EditCard INPUT {
	border: 1px solid #c0c0c0;
	font-family: Verdana; 
	font-size: 8pt;
	background-color: #ffffff;
	width: 200px;
	margin-bottom: 5px;
}

#EditCard TEXTAREA {
	border: 1px solid #c0c0c0;
	font-family: Verdana; 
	font-size: 8pt;
	background-color: #ffffff;
	width: 200px;
	margin-bottom: 5px;
}


#EditCard SELECT {
	border: 1px solid #c0c0c0;
	font-family: Verdana; 
	font-size: 8pt;
	background-color: #ffffff;
	width: 200px;
	margin-bottom: 5px;
}

#EditCard .otherinput {
	font-family: Verdana; 
	border: 0;
	font-size: 8pt;
	background-color: #ffffff;
	margin-bottom: 0px;
	width: 20px;
}

#EditCard .submitButton {
	border: 1px solid #c0c0c0;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#fc0c0c0', EndColorStr='#Fe0e0e0');
	background-color: #e0e0e0;
	width: 70px;
	text-align: center;
	font-weight: bold;
	float: right;
}

#EditCard .cardPhoto {
	margin: 10px;
	border: 1px solid #c0c0c0;
}


/* tables */
TH {
	color: #000000;
	font-weight: normal;
	background-color: #DCD7C4;
	text-align: left;
	padding-bottom: 3pt;
	font-size: 10pt;
}

.tools {
	background-color: ##D4D0C8;
}

/* bordered table */
#borderedTable TABLE {
	border-collapse: collapse;
	padding: 3px;
	margin: 0px;
	width: 95%;
    clear: both;
}

#borderedTable TH {
    border-top: 3px solid #d0d0d0;
	padding: 3px;
	text-align: left;
	background-color: #BA2744;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
}

#borderedTable TR:hover {
	background-color: #efefef;
}

#borderedTable2 TH {
	border: 0;
	padding: 3px;
	text-align: left;
	background-color: #3366CC;
	color: #ffffff;
	font-weight: bold;
}

#borderedTable TH.weekend {
	border: 0;
	padding: 3px;
	text-align: left;
	background-color: #333399;
    border-top: 3px solid #f333399;
	color: #ffffff;
	font-weight: bold;
}


#borderedTable TD {
	border-bottom: 1px solid #dfdfdf;
	padding: 5px;
	vertical-align: top;
}

#borderedTable .boldRightBorder {
	border-right: 3px solid #c0c0c0;
}

#borderedTable .lockedboldRightBorder {
	border-right: 3px solid #c0c0c0;
}

#borderedTable th.locked {
	left: expression(document.getElementById("borderedTable").scrollTop); 
}

#borderedTable td.locked {
	left: expression(document.getElementById("borderedTable").scrollLeft); 
}

#borderedTable .tools {
	background-color: #f0f0f0;
	text-align: center;
	white-space: nowrap;
}


#borderedTable .inputbutton {
	border: 1px solid #c0c0c0;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#fc0c0c0', EndColorStr='#Fe0e0e0');
	background-color: #e0e0e0;
	color: #3e3e3e;
	width: 70px;
	text-align: center;
	font-weight: bold;
}
#borderedTable .inputbutton:Hover {
	color: #ffffff;
}

#borderedTable TEXTAREA {
	border: 1px solid #c0c0c0;
	font-family: Verdana; 
	font-size: 8pt;
	background-color: #ffffff;
	width: 200px;
}

/* tabs */
A.toptabs {
	float: left;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#fc0c0c0', EndColorStr='#Fe0e0e0');
	background-color: #e0e0e0;
	margin-left: 10px;
	width: 80px;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 2px;
	font-weight: bold;
}

A.toptabsSmall {
	float: left;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#fc0c0c0', EndColorStr='#Fe0e0e0');
	background-color: #e0e0e0;
	margin-left: 10px;
	width: 80px;
	height: 45px;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 2px;
	font-size: 8pt;
}

/* other */
.txtMonotony {
	font-size: 10px;
	color: #009933;
}
.txtStrain {
	font-size: 10px;
	color: #FF6600;
}
.pageBreakLine {
	border-top: 1px dashed #cccccc;
	page-break-before: always;
}


