@charset "UTF-8";
/* CSS Document */

* {outline: 0;}

html, body{
	padding:0px;
	margin:0px;
	/*font-family: Segoe UI, "SegoeUIWF", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;*/
	font-family: Calibri, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#3b4550;
}
body{
	background-image:url('/images/site_back.jpg');
	background-size: 100% 100px;
	margin:0px 15px 15px;
}

#site_errors { 
	display: none;
	margin-bottom: 15px;
}
#site_messages { 
	display: none;
	margin-bottom: 15px;
}

.inputErrors {
	border:1px solid #ff0000;
	background-color: #ffaaaa;
}

.loginForm>fieldset, .loginForm>div{
	width:400px;
	padding:20px;
	margin:0px auto;
}
.loginForm>fieldset{
	border-radius: 3px;
	margin-top:100px;
	border:1px solid #aaaaaa;
	background:linear-gradient(to bottom,  #e8ebf3 0%,#dae0ef 100%);
}

fieldset {
	border:1px dashed #28437A;
	border-width: 1px 0px 0px 0px;
}
fieldset > legend{
	background-color:#d1daec;
	border: 1px solid rgba(40,67,122,.8);
	border-radius: 3px;
	padding:2px;
}

.width960{
	max-width:960px;
	margin:0px auto;
	padding-bottom:50px;
}

.navStripe{
	min-height:40px;
	overflow:auto;
	box-shadow:0px 2px 5px #555555;
	clear:both;
	border:#BBBBBB 1px solid;
	background-color:#e7eaf3;
	background: linear-gradient(to bottom,  #e8ebf3 0%,#dae0ef 100%);
	text-align:center;
}


.navStripe div a{
	text-decoration:none;
	line-height:30px;
	color:#555555;
	padding:0px 5px;
	font-weight:normal;
}

.navStripe div a:hover{
	text-decoration:underline;
}

.headerDiv{
	text-transform:uppercase;
	font-size:26px;
	font-weight:bold;
	text-shadow:0px 1px 0px #FFFFFF;
	line-height:40px;
}
.returnUrl {
	text-decoration:none;
	color:#555555;
}
.returnUrl:hover {
	text-decoration:underline;
	color:#28437A;
}

/* ********************************************************************************************** 
   TOP NAV                                                                                        */
#nav{
	margin:0px 0px 0px 0px;
	line-height:30px;
	cursor:pointer;
	font-weight:bold;
}

#nav li {
    margin: 0 5px;
    list-style: none;
}

#nav a {
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding:2px 12px;
    margin: 0;
	font-size:0.8em;
}
#nav li:hover > a {
    color: #444;
    border-top: solid 1px #f8f8f8;
    box-shadow: 0 1px 1px rgba(0,0,0, .2);
}
#nav ul li:hover a, #nav li:hover li a {
    background: none;
    border: none;
    color: #666;
}
#nav ul a:hover {
    background: #0078ff !important;
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
    display: block;
}

/* level 2 list */
#nav ul {
    display: none;
    margin: 0px 0px 0px 90px;
    padding: 0;
    width: 115px;
    position: absolute;
    background: #e7eaf3;
    border: solid 1px #b4b4b4;
    box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
    float: none;
    margin: 0;
    padding: 0;
}

#nav ul a {
    font-weight: normal;
    text-shadow: 0 1px 0 #fff;
}
/* ********************************************************************************************** */
.tableRow {
	display:table-row;
}
.tableCell {
	display:table-cell;
	padding:1px;
}
.contentArea{
	border:#BBBBBB 1px solid;
	padding:9px;
	background-color:#e7eaf3;;
	overflow:auto;
	box-shadow:0px 3px 7px #3c3c3c;
	background: linear-gradient(to bottom,  #e8ebf3 0%,#dae0ef 100%);
}

.formSectionL {
	float:left;
	margin-bottom:15px;
}
.formSectionR {
	float:right;
	margin-bottom:15px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color:#28437A;
}
a:hover {
	color: #7A4328;
}