/********************* Html Elements *********************/

body, form 
{
    background-color: #ffffff; 
    margin: 0;
    padding: 0;
    font-family: MetaC, Tahoma, Verdana, arial, helvetica, verdana, sans-serif;
    font-weight: 400;
    font-size: small;
    color: #333333;
}
ul
{
	margin-bottom: 4px;
	font-family: MetaC, Tahoma, Verdana, arial, helvetica, verdana, sans-serif;
}
h1
{
	font-size: 150%;	
	color: #004990;
}
input
{
	background-color: #ffffff;
	font-size: 90%;
}
textarea
{
	background-color: #ffffff;
	font-size:90%;
	font-family: MetaC, Tahoma, Verdana, arial, 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: #003e86;*//*NB different from 4990 because colour changes gif->png*/
	background-color: #004990;/*NB different from 4990 because colour changes gif->png*/
	/*background-image:url(../Images/wave.gif);*/
}
.header_bar_right_spacer
{
	/*background-image: url(../Images/header_bar_right_spacer.png);*/
	/*background-repeat: repeat-x;*/
	height: 45px;
	width:0px;
}

/********************* Menu Bar Styles *********************/

.menu_bar_spacer
{
	/*background-image: url(../Images/menu_bar_spacer.png);*/
	background-color:#739bc2;
	background-repeat: repeat-x;
	height: 27px;
	width: 100%;
}
.menu_bar_table
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

/********************* 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: #739BC2;
    /*border: 1px solid #000000;*/
    border: 1px solid #ffffff;
    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: #739BC2;
    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: #739BC2;
    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: #739BC2;
    border: 1px solid #000000;
    border-left: none;
    border-left-color: #739BC2;
    clear: both;
    line-height: normal;
    height: 20px;
    width: 100%;
    color: #ffffff;
	font-size: 75%;
    text-align: right;
    white-space: nowrap;

}
.company_foooter_link
{
	color: White;
}

.footer_top 
{
    float:left;
    clear: both;
    height: 3px;
    width: 100%;
    margin: 6px 0px 1px 0px;
    background-color: #7F99CC;
    font-size: 0%;
}
.footer_middle
{
	 float:left;
    clear: both;
    height: 1px;
    width: 100%;
    margin: 6px 0px 1px 0px;
    background-color: #ffffff;
    font-size: 0%;
}

/********************* Button Styles *********************/

.button
{
	font-family: MetaC, Tahoma, Verdana, arial, helvetica, verdana, sans-serif;
	/*font-size: 70%;*/
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	background-color: #739BC2;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}


/*
#NewFormButton
{
	font-size: 100%;
	font-weight: bold;
	height:40px;
	width:200px;
}
*/

/********************* Input Controls *********************/

.RefInHeader
{
	background-color: #739BC2;
	color: #ffffff;
}
.QuestionSmallText
{
	font-size: 100%;
	font-weight: 400;
	color: #AAAAAA;
}
.evidence_box
{
	border: solid 1px #A7A8A9;
	font-size: 80%;
	width: 99%;
	margin-right: 4px;
}
.NumericField
{
	width:25px;
}
.SubHeader
{
	font-size: 150%;
	color:  #739BC2;
	font-weight: bold;
}
.ReferenceNumber
{
	font-size: 250%;
	font-weight: bold;
	color: #739BC2;
}
.ErrorMessage
{
	color: #ff0000;
}
.normal
{
	font-family: MetaC, Tahoma, Verdana, arial, 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: #ffffff;
	/*border-color: #666666;*/
	border-width: 1px;
	border-style: solid;	
	width: 160px;
	border-left-style: none;
}
.NavigationTitleCell
{
	background-color: #739BC2;
    color:  #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    border-width: 1px;
	border-style: solid;
    /*
	border-top-color: #7F99CC;
	border-left-color: #7F99CC;
	border-bottom-color: #000000;
	border-right-color: #000000;
*/
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;

	padding: 4px 4px 4px 4px;
	width: 160px;
}
.NavigationCell, .NavigationCellSelected
{
	background-color: #739bc2;/*739bc2 - \ was efefef for navigation*/

	/*background-color: #EFEFEF;*/
	color: #003366;
	font-size: 80%;
	
	/*
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	border-bottom-color: #A7A8A9;
	border-right-color: #A7A8A9;
*/	
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	width: 160px;
}
.NavigationCellSelected
{
	background-color: #004990;
	border-top-color: #C7DBED;
	border-left-color: #C7DBED;
	border-bottom-color: #739BC2;
	border-right-color: #739BC2;
}
.NavigationLink
{
	color: #003366;
}
.NavigationLinkSelected
{
	color: #ffffff;
    text-decoration: none;
}
.NavigationLinkSelected:Hover
{
	color: #ffffff;
    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%;
}
.CellWidth25
{
	width:25%;
}
.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;
	}
}


