﻿html
{
	min-height: 100%;
}

body
{
	margin: 0px;
	background-color: #8bbbcb;
	color: #000000;
	background-image: url( "/App_Themes/Default/Images/shadow_background.jpg" );
	background-repeat: repeat-y;
	background-position: center;
}

/* Standard Tags */

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
}

h1
{
}

h2
{
}

h3
{
	color: #52a1c4;
	font-size: 18px;
	letter-spacing: -1px;
	margin: 0px;
	padding-top: 5px;
}

h4
{
}



h5
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

h6
{
	font-size: 12px;
	font-weight: bold;
}

p
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

a
{
	text-decoration: none;
	color: #52a1c4;
}

a:hover
{
	text-decoration: underline;
}

ul
{
	margin-top: 0px;
}

/* Container classes */

.page_container
{
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: #000000;
	font-weight: bold;
}

.header
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	height: auto;
}

.nav
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 39px;
	background-image: url( "/App_Themes/Default/Images/navbar.jpg" );
	background-repeat: no-repeat;
}

.nav a:hover
{
	text-decoration: none;
}

.content
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 890px;
	height: 100%;
	min-height: 500px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 30px;
}

.footer
{
	/*position: absolute;     bottom: 0px;*/
	width: 900px;
	height: auto;
}

/* Navigation */

.nav_items
{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	padding-left: 5px;
	padding-top: 3px;
	color: #ffffff;
}

.nav_item_over
{
	color: #b6d7fc;
}

/* Content */

.content_header
{
	font-weight: bold;
	font-size: small;
	color: #52a1c4;
}

.content_header_welcome
{
	position: relative;
	float: left;
}

.content_header_login_profile
{
	position: relative;
	float: right;
}

.content_header_login_profile a
{
	color: #52a1c4;
}

.content_header_login_profile a:hover
{
	text-decoration: underline;
}

.content_main
{
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 850px;
	height: 100%;
	margin-top: 30px;
}

.wizard_step
{
	background-color: #EFF3FB;
	color: #52a1c4;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12.5px;
	font-weight: normal;
	left: 0px;
	padding: 10px 10px 10px 10px;
	position: relative;
	top: 0px;
}

.wizard_title
{
	position: relative;
	top: 0px;
	left: 0px;
	padding: 5px 5px 5px 5px;
}

.wizard_categories
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 300px;
	float: left;
	vertical-align: middle;
}

.wizard_categories ul
{
	list-style-type: none;
}
.wizard_categories li
{
	padding-top: 10px;
}
.wizard_sidebar
{
	background-color: White;
	font-size: 15.5px;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	white-space: nowrap;
}

.wizard_control
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

.wizard_button
{
	background-color: White;
	border-color: #507CD1;
	border-style: solid;
	border-width: 1px;
	color: #52a1c4;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12.5px;
}

.icon_image
{
	width: 200px;
	height: auto;
	position: relative;
	top: 30px;
	left: 0px;
	text-align: center;
}

.test_header
{
	color: #52a1c4;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	top: 0px;
	left: 40px;
	border: 1px solid #52a1c4;
	width: 700px;
	height: auto;
	background-color: #eff3fb;
	padding: 5px 5px 5px 5px;
}

.test_header_printable
{
	color: #52a1c4;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	top: 0px;
	left: 0px;
	border: 1px solid #52a1c4;
	width: 540px;
	height: auto;
	background-color: #eff3fb;
	padding: 5px 5px 5px 5px;
}

.error_message
{
	padding: 5px 5px 5px 5px;
}

.result_panel
{
	padding-bottom: 40px;
}

.result_panel_title
{
	padding: 5px 5px 5px 5px;
	background-color: #284e98;
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
	width: 540px;
	height: auto;
}

.validation_summary
{
	padding: 0px 0px 0px 50px;
}

.verification_value
{
	padding: 0px 0px 0px 10px;
}

/* Silverlight alert div */
div.silverlightAlert
{
	background-color:White;
	border:solid 1px black;
	position:absolute;
	left:300px;
	top:200px;
	z-index:9999;
	width:400px;
	height:180px;
	text-align:center;
	vertical-align:middle;
}

div.silverlightAlert button
{
	width:85px;
	background-color:Gray;
	color:White;
}
