﻿.clearfix
{
    clear: both;
}

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

/*this has been reduced to 740 to fit in the iFrame. See issue 4947 for further details*/
div.container
{
	width: 740px;
}


body 
{
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin: 5px 5px 5px 5px;
    font-family: Arial;
	font-size: 70%;
}

div.header
{
	
}

.grey
{
	color:Gray;	
}

a
{
	color: #6B898D;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

div.NavigationControls
{
	background-image:url(images/nav_bar.gif);
	background-repeat:repeat-x;
	border:solid 5px #0C4068;
	margin-bottom: 2px;
	background-color: #0C4068;
}
a.NavigationLinkFirst
{
	color: #BBCACD;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}
a.NavigationLink
{
	color: #BBCACD;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}
a.NavigationLink:hover
{
	text-decoration: underline;
}

a.pageLink
{
	color: #ffffff;
	text-decoration: none;
}

a.pageLink:hover
{
	text-decoration: underline;
}

p
{
    padding: 0;
    margin: 0;
}
p.error
{
	color: Red;
	padding-bottom: 20px;
}
p.disclaimer
{
	padding-left: 5px;
	color: #000000;
}
strong
{
	padding: 0;
    margin: 0;
}

p.bold
{
	font-weight: bold;
}

div.page
{
	text-align: left;
	color: #ffffff;
}
div.pageHeader
{
	background-image:url(images/header_image.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-color: #829FA3;
	padding-left: 27px;
	/*height: 43px;*/
	height: 75px;
	padding-top: 15px;
	margin-bottom: 2px;
}

div.results
{
	background-color: #AEC1C3;
	padding: 10px 2px 10px 5px;
	border-bottom: solid 1px #ffffff;
}

.GridView
{
	margin-left:30px;	
}

div.pageDetails
{
	background-color: #AEC1C3;
	padding: 5px;
	height: 43px;
}

div.pageDetails p, div.pageDetails strong
{
	/*margin-left:30px;*/
}

div.pageDetails strong
{
	padding-top:15px;	
}

*>div.pageDetails
{
	height:auto;
}

div.pageRegister
{
	background-color: #F4F5F7;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #FFFFFF;
}

div.searchForm
{
	border-top: solid 2px #FFFFFF;
	width: inherit;
	background-image: url(./images/searchbar.gif);
	background-repeat: repeat-y;
}

div.searchRow
{
	height: 1%; /* Peekaboo bug fix */
	width: inherit;
	text-align: left;
	border-bottom: solid 1px #FFFFFF;
	display: none;
	border-left: solid 6px #FFFFFF;
}

div.searchRow div.searchRowTitle
{
	padding-left: 12px;
	/*display: inline-block;*/
    width: 178px;
    float: left;
    background-color: #E0E6E6;
    font-weight: normal;
    color: #0A3F67;
    border-left: solid 10px #AEC1C3;
}

div.searchRow div.searchRowControls
{
	/*display: inline-block;*/
	margin: 5px;
	width: 430px;
	float: left;
    background-color: #F3F4F6;
    font-size: 80%;
    color: #0A3F67;
}

div.searchRow div.searchRowControls a
{
	/*display: inline-block;*/
    color: #0A3F67;
    font-size: 120%;
    font-weight:bold;
}

div.searchRow div.searchRowControls a:hover
{
	/*display: inline-block;*/
    color: #0A3F67;
    font-size: 120%;
    font-weight:bold;
    text-decoration:underline;
}


div.searchRow div.details
{
	/*display: inline-block;*/
	margin: 5px;
	float: left;
    background-color: #F4F5F7;    
    color: #000000;
}

div.searchRowControls div.left
{
	width: 300px;
    float: left;
}

div.searchRowControls div.right
{
	padding-left: 10px;
	float: left;
}

div.footer
{
	text-align: left;
	background-color: #829FA3;
	color: #FFFFFF;
	padding: 2px;
	border-top: 2px solid #FFFFFF;
}

div.footer a
{
	color: #FFFFFF;
}

div.NavigationControls 
{
	text-align: center;
}

div.NavigationControls ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.NavigationControls ul li
{
	display: inline;
}

span.radioButtonList
{
	font-size:120%;
	color: #000000;
}

div.Attachment
{
	position: relative;
	left: 200px;
	padding: 10px 20px 10px 0px;
	width: 580px;
	color: #000000;
}

div.right ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

div.right ul li
{
	display: inline;
}

div.links ul
{
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
	text-align: left;
}

div.links ul li
{
	display: inline;
}

.hidden
{
	display: none;
}

table.ContentTable
{
	FONT-SIZE: 100%;
	WIDTH: 600px;
}

table.ContentTableHalf
{
	FONT-SIZE: 100%;
	WIDTH: 450px;
	text-align:center;
}

table.PopupContentTable
{
	FONT-SIZE: 100%;
	WIDTH: 500px;
	padding: 0px;
    margin: 0px;
    text-align: left;
    margin: 5px 5px 5px 5px;
}

td.ElementStyle
{
	 VERTICAL-ALIGN:top;
	 WIDTH: 232px;
}
 
td.AttributeStyle
{
	 VERTICAL-ALIGN:top;
	 WIDTH: 368px;
	 text-align: left;
}

td.HeaderText
{
	FONT-SIZE: 130%;
	font-weight:bold;
}

.NormalText
{
	FONT-SIZE: 120%;
}

.StandardText
{
	FONT-SIZE: 120%;
	background-color: #E0E6E6;
	padding: 3px;
}

.greenText
{
	color: Green;
}

.redText
{ 
	color: Red;
}

.standardDiv
{
	background-color: #E0E6E6;
	padding:30px 20px;
	border-top:solid 5px #ffffff;
	border-bottom:solid 5px #ffffff;
}

.standardDiv h3
{
	padding:0px;
	margin:0px;
	color: #6B898D;
	font-size:110%;
}
