
/*
	Note: the body style is also being set in baseMembers class to observe user preference for text size
*/


@media print {
* { background: #fff; color: #000; }
#nav *, #logout, #footer, #logo, #title * { display: none; }
}

/* note: basemembers overrides this in buildBaseStyle */
body {
	padding:0px;
	margin:0px;
	margin-right:20px;
	background-color:#e4ebf6;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:10px;*/
	font-size:.65em;
	min-width:400px;

}

#content {
	padding:0px 50px 0px 45px;
}

#content_popup {
	padding:0px 25px 25px 25px;
}


h1 {
	font-size:1.4em;
	color:#0255c0;
	margin:10px 0 5px 0;
	padding:0px;
}

h2 {
	font-size:1.2em;
	color:#0255c0;
	margin:0px;
	padding:5px 0;
}

h3 {
	font-size:1.0em;
	color:#0255c0;
	padding:5px 0;
	margin:0px;
}

p {
	font-size:1.0em;
	color:#686868;
}

b, strong {
	color:#253692;
}

a {
	color:#0255c0;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#logout {
	position:absolute;
	top:10px;
	right:30px;
	z-index:100;
}

#logout a {
	color:#0255c0;
}

#logout a:hover {
	text-decoration:underline;
}
#promo 
{
	font-family: Arial;
	position: relative;
	top: -41px;
	left: 40px;
	z-index: 55;
}

#nav {
	position:relative;
	top:-23px;
	left:26px;
	display:block;
	height:30px;
	position:relative;
	z-index:5;
}

#nav ul,nav li {
	padding:0px;
	margin:0px;
}

#nav li {
	display:inline;
	height:20px;
	margin:0px;
	padding:0px;
}

#nav li a {
	float:left;
	padding:5px 10px 2px 10px;
	height:13px;
	background-image:url(images/tabsDark.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#FFFFFF;
	text-decoration:none;
	border-right:1px solid #ffffff;
}

#nav li a:hover,#nav li.current a{
	color:#0255c0;
	background-position:bottom;
}

#nav ul ul {
	position:absolute;
	top:20px;
	left:10px;
	display:none;
	width:90%;
	min-width:850px;
	background-color:#FFFFFF;
	border-top:1px solid #ffd982;
}

#nav ul ul li {
	height:40px;
}

#nav ul ul li a {
	background-image:none;
	color:#0255c0;
	padding-top:10px;
	padding-bottom:6px;
	margin-top:-1px;
	border-top:1px solid #ffd982;
	background-color:#ffffff;
	text-decoration:underline;
}

#nav ul ul li a:hover, #nav ul ul li .arrow {
	letter-spacing:normal;
	color:#253692;
	background-image:url(images/dot.gif);
	background-repeat:no-repeat;
	background-position:center top;
	text-decoration:none;
}

#container {
    float:left;
	height:auto;
	display:block;
	margin:0px 20px 0px 20px;
	padding-top:95px;
	padding-right: 100px;
	position:relative;
	min-height:350px;
	min-width:1020px;
	/*max-width:1400px; */
	background-color:#FFFFFF;
}

#container_popup {
	float:left;
	height:auto;
	display:block;
	margin:0px 5px 5px 0px; 
	padding-top:0px;
	position:relative;
	min-height:100px;
	min-width:100px;
	background-color:#FFFFFF;
}

#top {
	width:100%;
	height:125px;
	display:block;
	left:0px;
	top:0px;
	position:absolute;
	background-image:url(images/top.gif);
	background-repeat:no-repeat;
	background-position:left 0px;
    z-index:1;
}

#top_popup {
	width:100%;
	height:25px;
	display:block;
	left:0px;
	top:0px;
	position:absolute;
	background-image:url(images/top_popup.gif);
	background-repeat:no-repeat;
	background-position:left 0px;
    z-index:1;
}


#top_rep {
	width:100%;
	height:125px;
	display:block;
	left:0px;
	top:0px;
	position:absolute;
	background-image:url(images/top_repeat.gif);
	background-repeat:repeat-x;
	background-position:left 0px;
    z-index:0;
}

#top_rep_popup {
	width:100%;
	height:25px;
	display:block;
	left:0px;
	top:0px;
	position:absolute;
	background-image:url(images/top_repeat_popup.gif);
	background-repeat:repeat-x;
	background-position:left 0px;
    z-index:0;
}

#top_right {
	display:block;
	position:absolute;
	right:0px;
	top:22px;
	height:75px;
	background-image:url(images/top_right.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:50px;
	z-index:50;
}


#top_right_popup {
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	height:25px;
	background-image:url(images/top_right_popup.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:25px;
	z-index:50;
}

#footer {
	position:absolute;
	z-index:100;
	bottom:-85px;
	left:30px;
	font-family:"Myriad", "Myriad Roman" , Arial;
	color:#0255c0;
}

#footer p {
	margin:0px;
	padding:0px;
}

#left {
	display:block;
	position:absolute;
	left:-1px;
	top:25px;
	height:100%;
	background-image:url(images/left.gif);
	background-repeat:repeat-y;
	background-position:left 0px;
	width:30px;
	margin-top:70px;
}

#left_popup {
	display:block;
	position:absolute;
	left:0px;
	height:100%;
	background-image:url(images/left_popup.gif);
	background-repeat:repeat-y;
	background-position:left 0px;
	width:25px;
	margin-top:0px;
	
}

#right { 
	display:block;
	position:absolute;
	right:0px;
	top:25px;
	height:100%;
	background-image:url(images/right.gif);
	background-position:right 24px;
	background-repeat:repeat-y;
	width:39px;
	z-index:5;
}

#right_popup { 
	display:block;
	position:absolute;
	right:0px;
	
	height:100%;
	background-image:url(images/right_popup.gif);
	background-position:right 0px;
	background-repeat:repeat-y;
	width:25px;
	z-index:5;
	
}

#bottom {
	display:block;
	position:absolute;
	bottom:-95px;
	left:0px;
	background-image:url(images/bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:99px;
	width:99%;
	z-index:49;
}

#bottom_popup {
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	background-image:url(images/bottom_popup.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:25px;
	width:99%;
	z-index:49;
}

#bottom_rep {
	display:block;
	position:absolute;
	bottom:-95px;
	left:0px;
	background-image:url(images/bottom_repeat.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	height:99px;
	width:100%;
}

#bottom_rep_popup {
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	background-image:url(images/bottom_repeat_popup.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	height:25px;
	width:100%;
}

#bottom_right {
	display:block;
	position:absolute;
	right:0px;
	bottom:-95px;
	height:100px;
	background-image:url(images/bottom_right.gif);
	background-repeat:no-repeat;
	background-position:1px 1px;
	width:50px;
	z-index:50;
}

#bottom_right_popup {
	display:block;
	position:absolute;
	right:0px;
	bottom:0px;
	height:25px;
	background-image:url(images/bottom_right_popup.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:25px;
	z-index:50;
}

#logo {
	z-index:100;
	position:absolute;
	top:15px;
	left:20px;
	border:none;
}

#title {
	position:absolute;
	top:40px;
	text-align:right;
	display:block;
	width:680px;
}

#title h1 {
	font-size:1.8em;
	padding:0px;
	margin:0px;
}




/* -------------------- Login Page ------------- */

#login #footer p,#login #footer a, label {
	color:#0255c0;
}

#login #footer {
	bottom:10px;
	font-size:10px;
    text-align:center;
    width:100%;
}

#login_title {
	position:absolute;
	top:40px;
	right:30px;
}

#login_title h1 {
	font-size:1.5em;
	padding:0px;
	margin:0px;
}

#login, #login table a {
	font-size:12px;
}

#login table a:hover {
	color:#0255c0;
}

#container_login {
	position:relative;
	margin:0 auto;
	padding:110px 20px 0 170px;
	width:336px;
	height:235px;
	background-image:url(images/login.gif);
	background-repeat:no-repeat;
	color:#0255c0;
}

#login table a {
	color:#ffcd59;
	text-decoration:underline;
}

#disclaimer {
	text-align:center;
	width:500px;
	margin:0 auto;
	padding-top:20px;
	font-size:9px;
	color:#0255c0;
}

#disclaimer a:hover {
	text-decoration:underline;
}

#headshot {
	position:absolute;
	left:-22px;
	top:108px;
}


/* -------------------- inputs ------------- */



input, select, button{
	font-size:1.0em;
	color:#253692;
}


/* Gray background for modal popups */
.TelerikModalOverlay  
{  
    margin-left:-20px;            
}  



TR.gridViewPagerStyle td
{

    font-size:1.1em;
    padding-left:5px;
    color:Red;
    font-weight:bold;
    
}

TR.gridViewPagerStyle A
{
    text-decoration:none;
    font-weight:normal;
}


TR.gridViewPagerStyle A.hover
{
    text-decoration:underline;
}
