/********************* Html Elements *********************/

body, form 
{
	background-color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: arial, MetaC, Tahoma, Verdana, helvetica, verdana, sans-serif;
    font-weight: 400;
    font-size: small;
    color: #000000;
}
ul
{
	margin-bottom: 4px;
	font-family: arial, MetaC, Tahoma, Verdana, helvetica, verdana, sans-serif;
}
h1
{
	font-size: 150%;
	color: #F88B1C;
}
h3
{
	color: #F88B1C;
}

input
{
	background-color: #ffffff;
	font-size: 90%;
}
textarea
{
	background-color: #ffffff;
	font-size:8pt;
	font-family: arial, MetaC, Tahoma, Verdana, helvetica, verdana, sans-serif;
}
select
{
	background-color: #ffffff;
	font-size: 90%;
}
hr
{
	border: solid 1px #A7A8A9;
	height: 1px;
}

/********************* Header Styles *********************/

.header_bar_table
{
	width: 760px;
	margin-left:auto;
	margin-right: auto;
	background-color: #000000;
}
.header_bar_right_spacer
{
	background-image: url(../Images/header_bar_right_spacer.png);
	background-repeat: repeat-x;
	height: 45px;
	width: 100%;
}

/********************* Menu Bar Styles *********************/

.menu_bar_spacer
{
	background-image: url(../Images/menu_bar_spacer.png);
	background-repeat: repeat-x;
	height: 20px;
	width: 100%;
}

.menu_bar_table
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
}

/********************* Page Styles *********************/

.page_table, .main_content_cell
{
	width: 760px;
}
.page_table
{
	padding-top: 4px;
	border-left: solid 1px #7C7C7C;
	border-right: solid 1px #7C7C7C;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
.section_header_table
{
	background-color: #F88B1C;
    border: 1px solid #000000;
    clear: both;
    line-height: normal;
    height: 19px;
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    font-size: 100%;
    padding: 4px 4px 4px 4px;
}
.section_table
{
	width: 100%;
	font-size: inherit;
}
.section_table_boarder
{
	border-right: #9FC3E2 1px solid;
	border-top: #9FC3E2 1px solid;
	border-left: #9FC3E2 1px solid;
	border-bottom: #9FC3E2 1px solid;
}
.button_table
{
	padding-top: 4px;
	padding-bottom: 4px;
	width: 568px;
}
.main_content_cell
{
	vertical-align: top;
	height: 100%;
	padding-left: 4px;
}

/********************* Footer Styles *********************/

.footer 
{
    background-color: #F88B1C;
    border: 1px solid #000000;
    clear: both;
    line-height: normal;
    height: 20px;
    width: 100%;
    color: #ffffff;
    font-size: 75%;
    text-align: right;
    padding-right: 4px;
}

.footer_bottom_left 
{
    background-color: #F88B1C;
    border: 1px solid #000000;
    border-right: none;
    clear: both;
    line-height: normal;
    height: 20px;
    width: 100%;
    color: #ffffff;
	font-size: 75%;
    text-align: left;

}

.footer_bottom_right 
{
    background-color: #F88B1C;
    border: 1px solid #000000;
    border-left: solid;
    border-left-color: #F88B1C;
    clear: both;
    line-height: normal;
    height: 20px;
    width: 100%;
    color: #ffffff;
	font-size: 75%;
    text-align: right;
    white-space: nowrap;
}

.footer_top 
{
    float:left;
    clear: both;
    height: 3px;
    width: 100%;
    margin: 6px 0px 1px 0px;
    background-color: #000000;
    font-size: 0%;
}
.footer_middle
{
	 float:left;
    clear: both;
    height: 1px;
    width: 100%;
    margin: 6px 0px 1px 0px;
    background-color: #ffffff;
    font-size: 0%;
}

.company_foooter_link
{
	color: White;
}

/********************* Button Styles *********************/

.button
{
	width: 101px;
	font-family: arial, MetaC, Tahoma, Verdana, helvetica, verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #F88B1C;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding-top: 0px;
	padding-bottom: 2px;
	height: 19px;
}

/********************* Modal Window Styles *********************/

.modal_background {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modal_window
{
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 10px 10px 10px 10px;
	width: 400px;
}

/********************* Input Controls *********************/

.RefInHeader
{
	background-color: #F88B1C;
	color: #ffffff;
}
.QuestionSmallText
{
	font-size: 100%;
	font-weight: 400;
	color: #6E6E6E;
}
.evidence_box
{
	border: solid 1px #A7A8A9;
	font-size: 80%;
	width: 99%;
	margin-right: 4px;
}
.NumericField
{
	width:25px;
}
.SubHeader
{
	font-size: 16pt;
	color:  #F88B1C;
	font-weight: bold;
}
.ReferenceNumber
{
	font-size: 250%;
	font-weight: bold;
	color:  #F88B1C;
}
.ErrorMessage
{
	color: #ff0000;
}
.normal
{
	font-family: arial, MetaC, Tahoma, Verdana, helvetica, verdana, sans-serif;
	background-color: #ffffff;
	font-size: 90%;
}
.CentreCell
{
	text-align:center;
}
.boldText
{
	font-weight: bold;
}
.CellBox
{
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	height: 20px;
}
.line
{
	border-bottom: dotted 1px #000000;
}

/********************* Navigation Bar *********************/

.NavigationTable
{
	border-color: #000000;
	border-width: 1px;
	border-style: solid;	
	width: 160px;
	border-left-style: none;
}
.NavigationTitleCell
{
	background-color: #F88B1C;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    border-width: 1px;
	border-style: solid;
    border-top-color: #A7A8A9;
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-right-color: #A7A8A9;
	padding: 4px 4px 4px 4px;
	width: 160px;
}
.NavigationCell, .NavigationCellSelected
{
	background-color: #ffffff;
	color: #f88b1c;
	font-size: 10pt;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	border-bottom-color: #A7A8A9;
	border-right-color: #A7A8A9;
	border-width: 1px;
	border-style: solid;
	width: 160px;
}
.NavigationCellSelected
{
	background-color: #FFBE8C;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	border-bottom-color: #A7A8A9;
	border-right-color: #A7A8A9;
}
.NavigationLink
{
	color: #003366;
}
.NavigationLinkSelected
{
	color: #003366;
    text-decoration: none;
}
.NavigationLinkSelected:Hover
{
	color: #003366;
    text-decoration: underline;
}
.NavigationLinkEnabled
{
	color: #003366;
    text-decoration: none;
}
.NavigationLinkEnabled:Hover
{
	color: #003366;
    text-decoration: underline;
}
.NavigationRightArrow
{
	margin-right: 10px;
}

/********************* Calendar Extender *********************/

.MyCalendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}
.MyCalendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.MyCalendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}
.MyCalendar .ajax__calendar_day {border:1px solid #ffffff;}
.MyCalendar .ajax__calendar_month {border:1px solid #ffffff;}
.MyCalendar .ajax__calendar_year {border:1px solid #ffffff;}

.MyCalendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.MyCalendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.MyCalendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.MyCalendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#DBDBDB;}
.MyCalendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#DBDBDB;}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.MyCalendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.MyCalendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.MyCalendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}

/********************* Widths *********************/

.CellWidth10
{
	width:10%;
}
.CellWidth20
{
	width:20%;
}
.CellWidth30
{
	width:30%;
}
.CellWidth40
{
	width:40%;
}
.CellWidth50
{
	width:50%;
}
.CellWidth80
{
	width:80%;
}
.CellWidth100
{
	width:100%;
}

/********************* Print Specific *********************/

@media print
{
	.PrintHide
	{
		display: none;
	}
	.main_content_cell
	{
		margin-left: 20px;
		margin-right: 20px;
		padding-left: 20px;
		padding-right: 20px;
		width: 600px;
	}
	.button
	{
		display: none;
	}
}

