/*@media all and (max-width: 1021px)
{
	.moduleImageList ul li
	{
		width: 100%;
		text-align: center;
		clear: both;
		float: none;
		margin: 0 auto;
	}
	.moduleImageList ul li img
	{
		margin: 0 auto;
	}
}*/

/* render html5 elements as block */
header, footer, section, aside, nav, article
{
    display: block;
}

body
{
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	margin: 0;
	padding: 0;
}

.backgroundsize
{
    line-height: 1;
    /*background: #aaa url(../Images/Background.jpg) no-repeat fixed;*/
	background: #FFF;
	background-position: left top;
	-moz-background-size: cover;
	background-size: cover;
	background-color: #FFF;
}

.no-backgroundsize
{
    background-color: #00205B;
}

/* header */

header
{
    background-color: #FFF;
    background-size: cover;
    -moz-background-size: cover;
	height: auto;
	padding: 40px 0;
	clear: both;
    border-bottom: 3px solid #C1C6C8;
}

.impersonationDiv
{
	padding: 10px 0 10px 10px;
	background-color: #ffc;
	border-top: 1px solid #fc3;
	border-bottom: 1px solid #fc3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: 800;
	color: #999;
}

.no-backgroundsize header
{
    background: #C1C6C8;
    height: 100px;
    margin-top: 50px;
}

#LogoImage
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}

.currentUserEffect
{
    float: left;
    color: #00205B;
    font-size: 13px;
	line-height: 26px !important;
	margin: 10px;
	font-weight: 800;
}

/* layout */

#wrapper
{
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	padding: 0;
}

/* main content */

#main
{
	width: 96%;
	max-width: 999px;
	padding: 20px 2%;
	margin: 0 auto;
	color: #444;
	font-size: 12px;
}

article
{
    margin-top: 20px;
    text-align: center;
}

aside
{
    background-color: #fff;
    margin: 5%;
    padding: 5%;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

div.moduleImageList
{
    width: 100%;
    clear: both;
}

.moduleTextList ul li, .moduleImageList ul li
{
	display: block;
	list-style: none;
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	float: left;
    width: 50%;
}

.moduleImageList ul li img
{
	max-width: 100%;
}

.moduleTextList ul li a 
{
    background: #00205B;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 1% 5%;
    line-height: 38px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 10px #aaa;
    -moz-box-shadow: 5px 5px 10px #aaa;
    box-shadow: 5px 5px 10px #aaa;
    text-decoration: none;
}

.moduleTextList ul li a:hover
{
    background: #DC4405;
}

.moduleImageList, .moduleTextList
{
    margin-top: 50px;
}

.moduleImageList li
{
	margin: 0 10px;
}

ul
{
    padding-left: 0;
}

div#MainContent_HomePage_CustomizedHomeContentDiv
{
    clear: both;
    padding-top: 30px;
    width: 100%;
}

/* footer */

footer
{
    padding: 0 20px;
    color: #333;
    clear: both;
    margin: 0 10px 0 10px;
}
footer p
{
    text-align: right;
    padding-right: 20px;
}

#ClientWebsiteLink
{
    position: relative;
    top: 20px;
    left: 50px;
    display: inline-block;
    height: auto;
    width: auto;
    overflow: hidden;
    font-size: 0;
}

/* basics */

h4
{
    border-bottom: 1px solid #777;
    color: #777;
    font-size: 12px;
    margin: 20px 0 20px 20px;
    padding-bottom: 3px;
}

hr
{
    color: #777;
}

a
{
    color: #00205B;
    outline: 0;
    text-decoration: underline;
}
a:active
{
    color: #DC4405;
}
a:hover
{
    color: #DC4405;
}

p
{
    margin-bottom: 18px;
}

legend
{
	font-family: Cambria, serif;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
	color: #000;
	border: solid 1px #000;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #fff;
}

fieldset
{
	padding: 3px;
	margin: 3px 3px 12px 3px;
	border-color: #000;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}
/* nav */

#NavCont
{
	background-color: #00205B;
}

nav .menu
{
	font-size: 14px;
	font-weight: bold;
	-moz-box-shadow: 0 5px 15px #999;
	-webkit-box-shadow: 0 5px 15px #999;
	box-shadow: 0 5px 15px #999;
}

nav .menu ul
{
    list-style: none;
    margin: 0;
    text-align: center;
}

nav .menu ul li
{
    display: inline;
    position: relative;
}

nav .menu ul li a
{
	padding: 0 15px;
	line-height: 30px;
	text-decoration: none;
	outline: none;
	color: #FFF;
}

nav .menu ul li a:hover
{
    color: #DC4405;
    border-bottom: 3px solid #DC4405;
}

.clearall
{
    clear: both;
}

div.formrow
{
    width: auto;
    clear: both;
    margin-bottom: 5px;
    margin-left: 23%;
}

div.formrowleft
{
    clear: both;
    margin-bottom: 5px;
    margin-left: 1%;
    vertical-align: middle;
    width: auto;
}

div.formrow label, span.formrowforasplabel
{
    color: #000;
    float: left;
    font-size: 12px;
    font-weight: bolder;
    margin: 3px 5px 0 15px;
    text-align: left;
    width: 91px;
}

.rightSideLabel
{
    font-weight: bold;
    font-size: 12px;
    position: relative;
    padding-top: 4px;
}

.marginBottom15
{
    margin-bottom: 15px !important;
}

/* =============================================================================
Rounded Buttons - replaces standard .net button look
========================================================================== */
input[type=button], input[type=submit]
{
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	margin: 10px;
    background-color: #00205B;
}

input[type=button]:hover, input[type=submit]:hover
{
    background-color: #DC4405;
	border-color: #DC4405;
	cursor: pointer;
}

/* =============================================================================
Input Controls
========================================================================== */

input[type="text"], select, input[type="password"]
{
    border: 1px solid #00205B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 18px;
}

.emptyMessageTextbox
{
	color: #666 !important;
    font-size: 12px !important;
    border: 1px solid #00205B !important;
}

.enabledTextbox
{
    color: #000 !important;
    font-size: 12px !important;
    border: 1px solid #00205B !important;
}

input[type="text"], input[type="password"], select, .emptyMessageTextbox, .enabledTextbox, option
{
    height: 17px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.checkbox label
{
    position: relative;
    top: -2px;
}

.requiredfield
{
    background-color: #ff6;
}

.fieldwitherror
{
    background-color: #f66;
}

.submissionsuccess
{
    color: #090;
}

.submissionfailed
{
    color: #E0004C;
}

.submissionsuccess, .submissionfailed
{
    font-weight: bold;
}

.submissionsuccess ul, .submissionfailed ul
{
    padding-left: 40px;
}

.bold
{
    font-weight: bold;
}

.siteRightEmboss
{
    color: #90BCE5;
    float: right;
    font-weight: bold;
    position: relative;
    text-shadow: 0px 1px 0px #999;
    top: 20px;
}

#UserPropertiesDiv
{
    border: 1px solid #aaa;
    padding: 20px 0 0 5px;
}

.centered
{
    text-align: center !important;
}

#LoginDiv
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#FeedbackDiv
{
    margin: 0 auto;
    width: 110px;
    font-weight: normal;
    margin-top: 3px;
}

.bottom-corner
{
    background: url("../Images/login-corner-bottom-left.gif") no-repeat scroll left bottom transparent;
}

h1
{
	font-size: 12px;
}

h1 span
{
    padding-left: 5px;
    display: block;
    line-height: 21px;
	color: #00205B;
	font-size: 20px;
}

.loginStatus
{
	margin: 0 auto;
	width: 275px;
	max-width: 100%;
}

.loginTable
{
	padding: 10px;
    width: 310px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #EEE;
}

.loginTable input[type="submit"], .loginTable a
{
	margin: 0;
	margin-top: 10px;
	padding: 5px;
	border-radius: 5px;
	max-width: 100%;
}

.loginTable tr th
{
    text-align: left;
}

.usernameCell
{
    padding-right: 20px;
}

.emboss
{
    text-shadow: 0px 1px 0px #bbb;
}

/* =============================================================================
Paging Controls
========================================================================== */

.paging a, .paging a img
{
    cursor: pointer;
    padding: 0 3px 0 3px;
    border: none 0px transparent;
    background-color: transparent;
}

.paging input
{
    text-align: center;
    vertical-align: top;
    width: 150px;
}

.paging .disabled img
{
    cursor: text;
}

.imagebutton img
{
    border: none 0px transparent;
}

.imagebutton:hover
{
    color: #33c;
    background-color: transparent;
    border: none 0px transparent;
    text-decoration: none;
    cursor: pointer;
}

/* -----------------------------------------------------------------------------------------
|
|	DATAGRID STYLES
|
-------------------------------------------------------------------------------------------- */

.grid
{
    border: none;
    width: 100%;
    padding: 2px 2px 10px 2px;
    vertical-align: top;
    font-size: 12px;
    margin-bottom: 10px;
    border-bottom: solid 10px #00205B;
}

.grid a
{
    text-decoration: none;
}

.grid a.aspNetDisabled, .grid a.aspNetDisabled:hover
{
	color: #aaa;
	cursor: not-allowed;
}

.grid textarea
{
    border: solid 1px #00205B;
    padding: 1px 3px 1px 3px;
}

.grid td
{
    padding: 2px;
    border: none;
}

.gridheader
{
    background-color: #00205B;
    color: #fff;
    font-weight: 600;
}

.gridheader td a:link, .gridheader td a:visited, .gridheader td a:hover, .gridheader td a:active
{
    color: #fff;
    cursor: pointer;
}

.gridheader td
{
    border: solid 1px #000;
    text-align: left;
    vertical-align: middle;
}

.griditem
{
    vertical-align: middle;
}

.griditem td, .gridalternateitem td
{
    border-top: solid 1px #000;
    text-align: left;
}

.gridalternateitem
{
    background-color: #f0f0f0;
    vertical-align: middle;
}

/* -----------------------------------------------------------------------------------------
|	Loading Screen
-------------------------------------------------------------------------------------------- */

.busyLabel {
	margin: 0 auto;
	font-weight: 800;
}

.RadComboBox .rcbInput, .RadComboBox .rcbInputCell{
	padding-left: 0 !important;
	border-radius: 0;
}

.rcbItem, .rcbHovered {
	padding-left: 20px !important;
}

.rcbSeparator {
	font-weight: 800;
	font-size: 14px;
	padding-left: 3px !important;
}