﻿html
{
	height:100%;
}
body 
{
    background-color:White;
	font-family:Verdana, Arial;
	font-size:small;
	line-height:1.5em;
	margin: 0px;
	height:100%;
}
a, a:visited
{
    color:#474747;
    font-weight:bold;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
h2
{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
h3
{
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
}
.MainDiv
{
	width:982px;
	padding:10px 10px 0px 10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.MainTable
{
	width: 900px;
}
.MasterTopBanner
{
    background-repeat:no-repeat;
    border-bottom: solid 8px #36394F;
    height: 245px;
    width: 982px;
    padding:0px;
    margin:0px;
}
.MasterWelcomeMessage
{
    float: right;
    padding: 0px 5px 4px 10px;
    color: White;
    font-weight:bold;
}
.MasterCultureFlags
{
    display:block;
    height:32px;
    padding: 15px 0px 0px 15px;
}
.HeaderLeftSection
{
    width:310px;
    height:169px;
    float:left;
}
.MasterFlashAnimation
{
    width:310px;
    height:122px;
    display:block;
}
.MasterHitRaterTopLinks
{
    float:right;
    width:672px;
    height:169px;
}
.HitRaterTopLinkCells
{
    width:224px;
    height:169px;
}
.SmallHeading
{
    color:#498284;
    font-weight:bold;
}
.DefaultButton
{
    font-family:verdana;	
	font-size:11px;
	background-color: #FFFFFF;
	background-repeat: repeat; 
    background-attachment: scroll;
    cursor: pointer; 
    border: 1px solid #707070;
    padding: 0px;
    background-position: 0%;
    background-image: url(btn_middle.gif);
    color: Black;
    overflow:visible;
}
ul.sidemenu {
	text-align: left;
	margin: 1px 0px 8px 0px;
	padding: 0px;
	text-decoration: none;		
}
ul.sidemenu li {
	list-style: none;
	background-color:#E47D1B;
	margin: 0 2px;		
	color: #8F8F8F;
	margin:1px 0px 1px 0px;
	font-size:11px;
}
ul.sidemenu li a 
{
	padding: 2px 0px 2px 25px;
    display:block;
	text-decoration: none;	
	background-image: none;	
	color: #FFFFFF;
	font-weight: bold;
}
ul.sidemenu li a:hover {	
	background-color: #EB9E54;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }

.SideMenuSmall
{
    background-color: #F2F2f2;
    border: solid 1px black;
}

.SideMenuSmall div
{
    padding:20px;
}
.SideMenuSmall a
{
    color:#4c7da2;
    font-weight:normal;
    text-decoration:underline;
    background-image: url(SideBullet.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 10px;
}
.SideMenuSmall a:hover
{
    text-decoration:none;
}
.ContentWrapper
{
	margin-left: 10px;
    overflow:hidden;
    min-height: 400px;
}

.FrontBottomContent
{
    width:221px;
    text-align: left;
    font-size:11px;
    line-height: 1.3em;
}
/* Popup splash window styles */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
    text-align:left;
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:20px;
	width:450px;
}

/* General Styles */
.ContentTable
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.ContentTable th
{
	background-color: #7FABAE;
	color: White;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

.ErrorMessage
{
	color:Red;
}

.DefaultTopMessage
{
    background-color: #AFB0BA;
    color: #FFFFFF;
    padding: 5px;
    font-size:11px;
    line-height:1.3em;
}

/* Wizard Styles */
.NavContainer
{
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
.ListOptionCell
{
	width:300px;
	text-align:center;
	padding-left:6px;
}
.CatHeading
{
	font-size:14px;
	font-weight:bold;
	margin-top: 20px;
}
.QuestionTable
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.QuestionTable th
{
	text-align:center;
	background-color: #4c7da2;
	padding:2px;
	color: White;
}
.QuestionTable td
{
	vertical-align:top;
}
.QuestionTitle
{
	font-size:11px;
	font-weight:bold;
}

/* Result Styles */
.ArkeCellHeaders {
	font-family:verdana;		
	font-size:12px;			
	color:#ffffff;	
	vertical-align:middle;
	text-align:center;
	padding:2px;
}
.ArkeCell {
	background-color: #9B9B9B;
	font-family:verdana;		
	font-size:12px;	
	color:#FFFFFF;	
	vertical-align:middle;
	text-align:center;
	width:120px;
	height:100px;
}
.ArkeCellChosen {
	background-color:#000000;
	font-family:verdana;		
	font-size:12px;	
	color:#FFFFFF;	
	vertical-align:middle;	
	text-align:center;
	width:120px;
	height:100px;
}
.SmallLabel
{
	font-weight:normal;
	font-size:9px;
}
.ResultTable
{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
.ResultTable th
{
	text-align:center;
	background-color:#7fb088;
	padding:2px;
	color: White;
}
.ResultTable td
{
	vertical-align:top;
}
.ResultHeading
{
	color:Black;
	font-weight:bold;
}

/* Accordion */
.ajax__tab_tab
{
    padding-bottom: 15px;
}
.PageHeading
{
    margin-top:15px;
}

/*Grid Styles*/
.DataGrid {
	border-collapse: collapse;
	margin: 10px;
	font-size: 11px;
}
.DataGrid th {
	background: #484E62 url(DataGridHeadBg.gif) repeat-x;
	height: 29px;
	padding-left: 6px;
	padding-right: 6px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #CDDCEE;
	border-bottom: solid 2px #FFF;
}
.DataGrid th a 
{
    color: White;
}

.DataGrid tr {
	height: 30px;
}
.DataGrid td {
	padding-left: 6px;
	padding-right: 6px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
.DataGrid tr.row-a {
	background: #F8F8F8;
}
.DataGrid tr.row-b {
	background: #EFEFEF;		
}
.DataGrid table
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.DataGrid table tr
{
    height:10px;
    padding:0;
    margin:0;
}
.DataGrid table td
{
    padding:0;
    margin:0;
}
.DataGrid td.first,th.first {
	border-left: 0px;
}
.DataGrid tr.pager td
{
    border-left: 0px;
    border-top: solid 5px #36394F;
}
.WizNavButton
{
    font-family:verdana;	
	font-size:11px;
	background-color: #FFFFFF;
	background-repeat: repeat; 
    background-attachment: scroll;
    cursor: pointer; 
    border: 1px solid #707070;
    padding: 0px;
    background-position: 0%;
    background-image: url(btn_middle.gif);
    width: 125px;
    color: Black;
    overflow:visible;
}
.EntTestField
{
    width: 50px;
}
