html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address
{
	margin: 0;
	padding: 0;
	border: 0;
}
table
{
	width: 100%;
}
html, body, form
{
	height: 100%;
}
/* Adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1
{
	margin: 0;
	font-size: 1.8em;
	font-weight: bold;
	font-family: tahoma, helvetica, sans-serif;
	color: black;
}
h2
{
	margin: 1.6em 0em 0em 0em;
	font-size: 1.4em;
	font-weight: bold;
	font-family: tahoma, helvetica, sans-serif;
	color: #014F8D;
	color: black;
}
h3
{
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.4em;
	font-weight: normal;
	color: #3a3a3a;
}
h4
{
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;
	font-weight: bold;
	color: #3a3a3a;
}
h5
{
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;
	font-weight: bold;
	color: #3a3a3a;
}
h6
{
	margin: 1.2em 0em 1.2em 0em;
	font-size: 0.8em;
	font-weight: bold;
	color: #3a3a3a;
}
img
{
	border: 0;
}
p
{
	margin: 0em 0em 1.5em 0em;
	font-size: 0.8em;
	line-height: 1.6em;
	color: black;
}
p a
{
	text-decoration: none;
}
ul
{
	margin: 0em 1em;
	font-size: 0.8em;
	line-height: 1.6em;
	list-style-position: inside;
	list-style-type: none;
}
li > p
{
	margin-top: 0.2em;
}
pre
{
	font-family: monospace;
	font-size: 1.0em;
}
strong, b
{
	font-weight: bold;
}
a
{
	color: #3a3a3a;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	vertical-align: bottom;
}
a:link
{	
}
a:visited
{	
}
a:active
{
}
a:hover
{
}
/* End block */
html
{
}
body
{
	background-color: #fdfdfc;
	font-family: tahoma, helvetica, sans-serif;
	margin-left: 30px;
	margin-top: 15px;
}
#container
{
	background-color: #fdfdfc;
	text-align: left;
	width: 93%;
	margin: 0;
	padding: 0;
}
#content
{
	min-height: 300px;		
}
#content .leftmenu
{	
	position: absolute;
	top: 120px;
	min-height: 300px;
	height: 80%;
	width: 163px;
	background-color: #014C8A;
}
.leftmenu .rtile
{
	float: right;
	top: -2px;
	width: 2px;
	height: 100%;
}
.leftmenu .btile
{
	float: left;
	left: 2px;
	bottom: 3px;
	width: 100%;
	height: 2px;
}
#content .body
{	
	padding: 30px 0px 15px 222px;
	margin-right: auto;
	margin-left: auto;
}
#header
{
	width: 100%;
	height: 106px;
}
#header .logo
{
	position: absolute;
	top: 15px;
	left: 30px;
	width: 167px;
	height: 106px;
}
#header .rtile
{
	float: right;
	top: 0px;
	width: 2px;
	height: 106px;
}
#header .HeaderTop1
{
	position: absolute;
	top: 35px;
	left: 224px;
	font-weight: bold;
	font-size: 32px;
	font-family: tahoma, tahoma, helvetica, sans-serif;
	color: #002F6D;
	height: 60px;
	white-space: nowrap;
}
#header .HeaderTop
{
	position: absolute;
	top: 32px;
	left: 221px;
	font-weight: bold;
	font-size: 32px;
	font-family: tahoma, tahoma, helvetica, sans-serif;
	color: #fdfdfc;
	height: 60px;
	white-space: nowrap;
}	
.shadow
{
	width: 100%;
	height: 2px;
}
.shadow .btile
{
	float: left;
	left: 2px;
	width: 100%;
	height: 2px;
}
.titlebar
{	
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
	visibility: hidden;
}
.menubarBB
{
	position: absolute;
	left: 217px;
	top:  99px;
	width: 600px;
	height: 18px;
}
.menubar .menu
{    
	float: left;
	width: 100%;
	height: 18px;
}
.menubar .menu table
{
	margin-left : 4px;  
}
.errormessage
{
	color: #c43b19;
	font-size: 9pt;
	padding: 3px 0px;
	text-align: left;
	font-weight: bold;
}
.errormessage ul
{
	list-style-position: inside;
}
.button
{
	text-align: left;
	margin-top: 10px;
	white-space: nowrap;
	font-size: 9pt;
	font-weight: normal;
}
.button input
{
	width: 70px;
}
.button a
{
	margin-left: 12px;
	font-size: 8pt;
}
.Vcr
{
	white-space: nowrap;
	font-size: 12pt;
}
.Vcr input, .Vcr span
{
	vertical-align: middle;
}
.Vcr span
{
	padding: 0 4px;
}
input, select, textarea, label
{
	font-family: tahoma, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 400;
}
.Field
{
	width: 100%;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 11pt;	
	text-align: left;
	overflow: visible;
	color: #353535;
	table-layout: fixed;
	vertical-align: bottom;
	white-space: nowrap;
}

.Field .LabelCell
{
	height:25px;
	width: 160px;
}

.Field .Label
{
	white-space: normal;
	font-family : tahoma, helvetica, sans-serif;
	font-size: 11pt;
	color : black;
}
.Field .DatePicker
{
	padding-left: 2px;
}
.Field .DropDown
{
	border: solid 1px #7F9DB9;
	padding: 2px;
	z-index: 300;
	text-decoration: none;	
}
.Field .DropDownHover
{
	border: solid 1px #7F9DB9;
	border-top: none;
	padding: 2px;
	z-index: 300;
	text-decoration: none;	
	cursor: pointer;
	_cursor: hand;
}
.Field .ComboBox
{
	width: 100%;
}
.Field .ComboBox input
{
}
.Field .DateBox,
.Field .DateInput
{
	white-space: nowrap;
	width: 100%
}
.Field .DateInput .DateBox input
{
	border: solid 1px #7F9DB9;
	border-right: none;
	height: 14px;
}
.Field .DateInput .DropArrow 
{
	vertical-align: top;
}
.Field .DateInput .DropArrow img
{
	border: solid 1px #7F9DB9;
	border-left: none;
	height: 16px;
	width: 16px;
}
.Field td 
{
	vertical-align: bottom;
	padding-bottom: 0px;
}
.Field .TextBox, .Field .MaskTextBox
{	
	width: 250px;
}
.Field .DropDownList, .Field .ListBox, .Field .CheckBoxList
{	
	width: 256px;
}
.Field .HelpList
{
	width: 96%;
}

.Field input.ComboBox
{
	position: absolute;
	border: 0px;
}
.Icon
{
	width: 14px;
	height: 14px;
	vertical-align: bottom;
	padding: 3px;
}
.Checkbox
{
	font-size: 9pt;
	color: #3a3a3a;
}
.Checkbox input
{
	width: 14px;
}
.required
{
	color: #c63520;
	font-size: 9pt;
}
.label 
{
	font-size: 11pt;
	font-weight: normal;
}
.logout
{
	padding: 3px 0px;
	text-align: right;
	vertical-align: middle;
}
.logout a 
{
	color: #3a3a3a;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
	vertical-align: top;
}
input[disabled="disabled"]
{
	color: GrayText;
}
#expander
{
	height: 10px;
}
.hidden
{
	display: none;
}
.menuitem
{   
    font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	margin-left: 3px !important;
	margin-right: 9px !important;
	font-weight: bold;
	color: #ffffff;
}
.menuitem:hover,
.menuitemselected
{   
    font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #F9B700;
}
.space
{
    float:left;
    width:8px;
}
.title
{
    text-align: left;
	font-weight: bold;
    font-family: tahoma, helvetica, sans-serif;
	font-size: 1.8em;
	color: black;	
}
.label, .textbox, .button
{
    font-family: tahoma, helvetica, sans-serif;
	font-size: 11pt;
	color: #252525;
}
.buttonRegister
{
    font-family: tahoma, helvetica, sans-serif;
	font-size: 11pt;
	color: #353535;
	width: 120px;
}
.link 
{
    font-family: tahoma, helvetica, sans-serif;
	font-size: 11pt;
	text-decoration: underline;
	color: #00446c;
}
.link:hover
{    
    font-family: tahoma, helvetica, sans-serif;
	font-size: 11pt;	
	color: #c63520;
}
.errormessage
{
    font-family: tahoma, helvetica, sans-serif;
	font-size: 9pt;
	color: #c63520;
	padding: 5px 0px;	
	text-align:center;
}
.frame 
{    
    width: 99%;
    text-align: left;
    font-family: tahoma, helvetica, sans-serif;
	font-size: 11pt;
	color: #353535;		
}
.frame .info
{    
	width: 600px;
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}
.frame .forgottenPassword
{    
    padding-top:10px;
	text-align:left;
}
.questions
{
    margin-top: -15px;
    margin-left: 15px;
}
.frame .logon
{  
	padding-top:15px;
	width:600px;
	margin-left: 0;
	margin-right: 0;
	text-align:left;       
}
.Profile
{	
	width: 600px;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}
/* Calendar */
.Calendar 
{
	position: absolute;
	display: none;
	padding: 5px;
	width: 200px;
	height: 180px;
	background-color: #ebebea;
	font-size: 8pt;
	font-family: tahoma, helvetica, sans-serif;
	color: #353535;
	text-align: left;
	border: solid 1px #196c9e;
}
.CalendarFrame
{
	position: absolute;
	display: none;
	width: 212px;
	height: 180px;
}
.Calendar table {
	width: 100%;
}
.Calendar select {
	width: 100%;
}
.Calendar .Date {
	table-layout: fixed;
}
.Calendar .Date th {
	background-color: #196c9e;
	color: #f0f0f0;
	font-size: 8pt;
	font-weight: normal;
}
.Calendar .Date th, .Calendar .Date td {
	width: 22px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
}
.Calendar .Date td {
	border: solid 1px #196c9e;
	background-color: #ebebea;
	color: #353535;
	cursor: pointer;
	_cursor: hand;
}
.Calendar .Date td.None {
	border: 0px;
	cursor: default;
}
.Calendar .Date td.Selected
{
	background-color: #196c9e;
	color: #f0f0f0;
}
/* End Calendar */