html {
     overflow: -moz-scrollbars-vertical;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}

.titlesm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
}

input {
	font-size: 11px;
	border-color:#9DAB77;
	border-width: 1px;
	border-style:solid;
}

select {
	font-size: 11px;
	border-color:#9DAB77;
	border-width: 1px;
	border-style:solid;
}

.textinputreq {
	border-color:#FF9900;
}

.buttonnoborder {
	border-width: 0px;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.style4 {
	color: #FF9900
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.style8 {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
}

.style9 {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.style12 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #FF9900;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}


/*******************************************************************************
* Alert Messages
*******************************************************************************/
div#alertMsg {font-family: Trebuchet MS, Verdana, Arial;font-size:11px;color: #4c4c4c;margin:10px 0 10px 0;padding:2px 5px 2px 5px;text-align: left;}
div#alertMsg.yellow{border:solid 1px #F7931D;background: #ffcc66;}
div#alertMsg.green {border:solid 1px #2D913A;background: #cff28b;}
div#alertMsg.red {border:solid 1px #C0272D;background: #EFA4A4;}

/*******************************************************************************
* Calendar Styles
*******************************************************************************/
table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #999999 1px;
	background-color: white;
	width: 200px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
	font-size: 10px;
}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
table.caldayheading td {
	border: solid #CCCCCC 1px;
	text-align: left;
	color: #0054E3;
	font-weight: bold;
	width: 22px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 22px;
	height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}
table.calcells td.wkday {
	background-color: #DDDDDD;
}
table.calcells td.wkend {
	background-color: #DDDDDD;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}
table.calcells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #999999;
}






/*
A:hover {
	color: black;
	text-decoration: underline;
}

body { 
	font-family: Verdana, Arial;
	font-size: 9pt;
	text-align: left;
 	background-color: #FFFFFF;
	color:#000000;
	margin: 0px;
}

.hiddenText {
	visibility: hidden;
	color: #000000;
}
.detailText {
	font-family: Verdana, Arial;
	font-size: 8pt;
}
.headerlinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	letter-spacing: 2px;


}
.regularbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	letter-spacing: 1px;

}
.regular {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
}
.heading {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
}
select {
	font-family: Verdana, Arial;
	font-size: 8pt;
	background-color: #FFFFFF;
}
textarea {
	font-family: Verdana, Arial;
	font-size: 8pt;
	background-color: #FFFFFF;
}
form {
	margin: 0px;
}
.errortext {
	font-family: Verdana, Arial;
	font-size: 9pt;
	font-weight: normal;
	color: red;
}
.loginpass {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
}
.sitelegal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
	color: black;
	text-decoration: none;

}
.footerlinks {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	letter-spacing: 2px;
}
.greytitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
	letter-spacing: 1px;

}
.textinput {
	font-family: Verdana, Arial;
	font-size: 8pt;
	background-color: #FFFFFF;
}

.textinputreq {
	font-family: Verdana, Arial;
	font-size: 8pt;
	background-color: #FFFFFF;
	border: thin inset #FF9900;
}
*/