@charset "UTF-8";

/*Global tag styles*/
body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333333;
	background: #E9E6E3 url(/shared_images/NelnetBorrowerServicesWeb/14888_MyAccountBodyBg.gif) repeat-y fixed center center;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
	color: #C7DC26;
	border-bottom: 1px solid #E9E6E3;
	padding: 0px;
	margin-bottom: 15px;
	margin-top: 0px;
}
h2 {
	font-size: 12px;
	color: #104780;
	background: url(/shared_images/NelnetBorrowerServicesWeb/14888_MyAccountH2Bg.gif) no-repeat 0px 3px;
	display: block;
	margin: 2px 0px;
	padding: 0px 0px 0px 20px;
}
.h2Blue
{
	font-size: 12px;
	color: #104780;
	background: url(/shared_images/NelnetBorrowerServicesWeb/arw_Blue.gif) no-repeat 0px 3px;
	display: block;
	margin: 2px 0px;
	padding: 0px 0px 0px 20px;

}
h3
{
	font-size: 10px;
	color: #104780;
	display: block;
	margin: 2px 0px;
	padding: 0px;	
}
hr
{
	color: #E5EAB7;
}
table {
	margin: 10px 0px 15px;
	padding: 0px;
	/*border: 1px solid #E9E6E3;*/
}
th {
	background: #E5EAB7;
	color: #104780;
	padding: 3px;
}
th.Centered
{
	background: #E5EAB7;
	color: #104780;	
	text-align: center;
}
th.RightAlign
{
	background: #E5EAB7;
	color: #104780;	
	padding-right: 8px;
	text-align: right;	
}
td {
	padding: 2px;
	/*border: 1px solid #E9E6E3;*/
}
td.Centered
{
	text-align: center;
}
td.RightAlign
{
	padding-right: 8px;
	text-align: right;
}
a, #left_column .boxbody ul a {
	color: #104780;
	text-decoration: none;
}
a:hover, #left_column .boxbody a:hover {
	color: #FF6600;
}
#left_column .boxbody ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}
.Disclaimer
{
	font-size:x-small;
	font-style:italic;
	color:Gray;
}
.HeaderLabel
{
	font-weight: bold;
	margin-right: 4px;
}
.HeaderLabelBlue
{
	color: #104780;
	font-weight: bold;
	margin-right: 4px;
}
.RedLabel
{
	color: Red;
}
.RedLabelBold
{
	color: Red;
	font-weight: bold;
}
.EDServicingSection
{
	border: solid 1px #D95E00;
	margin-bottom: 10px;
}
.EDServicingHeader
{
	background-color: #D95E00;
	margin-bottom: 4px;
	padding: 4px 4px;
}
.EDServicingHeader span
{
	color: white; 
	font-size: 12px;
	font-weight: bold;
}
.NelnetServicingSection
{
	border: solid 1px #B6BF00;
	margin-bottom: 10px;
}
.NelnetServicingHeader
{
	background-color: #B6BF00;
	margin-bottom: 4px;
	padding: 4px 4px;
}
.NelnetServicingHeader span
{
	color: white; 
	font-size: 12px;
	font-weight: bold;
}

.LoanTable
{
	margin-bottom: 30px;
	width: 100%;
}

.LoanTable td
{
	padding-left: 4px;
}

.RepaymentTable
{
	margin-bottom: 20px;
	width: 100%;
	border: solid 2px #CECECE;
}

.RepaymentTable td
{
	text-align: center;
	border: solid 1px #CECECE
}

.RepaymentTable thead td
{
	font-weight:bold;
}

.GeneralTable
{
	margin-bottom: 30px;
	width: 100%;
	border: solid 1px #CECECE;
}


 /* Popup Help Text */
#pup
{
	position: absolute;
	z-index: 900; /* aaaalways on top*/
	padding: 3px;
	margin-left: 10px;
	margin-top: 5px;
	width: 300px;
	border: 1px solid #104780;
	background-color:  #E5EAB7;
	color: #104780;
	font-size: 0.85em;
}

/* End of Global tag styles*/

/*Layot styles*/
#wrapper { /*Defines the site container. Makes sure the site is 735px wide and centered*/
	margin: 0px auto 0px auto;
	width: 950px;
}
#header {
	background: url(/shared_images/NelnetBorrowerServicesWeb/14888_MyAccountHeader.gif) no-repeat top center;
	height: 74px;
	width: auto;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

#header   img  { /*places the logo in right position*/
	margin: 0px;
	padding: 10px 0px 0px 60px;
	float: left;
}
#header ul {/* places navigation buttons in right position*/
	list-style: none;
	float: left;
	margin: 0px;
	padding: 45px 0px 0px 20px;
	width: 675px;
}
#header ul li a { /*Styles navigation buttons*/
	display: block;
	width: 120px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
	background: url(/shared_images/NelnetBorrowerServicesWeb/14888_MyAccountButton.gif) no-repeat center center;
	font-weight: bold;
}
#header li { /*Styles navigation buttons*/
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
#header_inset
{
	position: absolute;
	top: 0px;
	margin: 0px auto;
	height: 30px;
	padding: 5px 35px 0 0;
	width: 880px;
	z-index: 2;
	text-align: right;
}
#header_inset_adspace
{
	position: absolute;
	top: 85px;
	margin: 0px auto;
	height: 30px;
	padding: 5px 5px 0 0;
	width: 880px;
	z-index: 2;
	text-align: right;
}
#header_adspace
{
	top: 60px;
	margin: 0px auto;
	height: 92px;
	padding: 0px 0px 0 0;
	width: 728px;
	text-align: center;
	margin-left: 120px;
	margin-right: 10px;
	
}
#footer_adspace
{
	top: 0px;
	
	height: 90px;
	padding: 0px 0px 0 0;
	width: 728px;
	text-align: center;
	margin-left: 120px;
	margin-right: 10px;
	
}
#content {
	padding-top: 18px;
	padding-right: 25px;
	padding-left: 25px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 870px;
}
#left_column {
	float: left;
	width: 205px;
}
#main_content 
{
	width: 855px;
	padding-left: 10px;
	padding-right: 10px;
}
#main_content_for_left_nav
{
	float: right;
	width: 640px;
	padding-left: 25px;
}
#login_main_content
{
	width: 855px;
	padding-left: 10px;
}
#loginHeaderText
{
	color: #666666;
	float: right;
	width: 300px;
	padding-top: 40px;
}
#footer {
	margin: 8px 25px;
	color: #666666;
	background: #E5EAB7;
	padding: 5px 8px;
	width: 884px;
}
#footer a {
	color: #666666;
	text-decoration: underline;
}

/*End of Layout styles*/

/*Styles for the rounded corner box*/
.boxtop {
	background: url(/shared_images/NelnetBorrowerServicesWeb/14888_MyAccountBoxTop.gif) no-repeat left bottom;
	height: 13px;
	width: 205px;
	margin: 0px;
	padding: 0px;
}
.boxbody {
	background: url(/shared_images/NelnetBorrowerServicesWeb/14888_MyAccountBoxBg.gif) repeat-y left top;
	padding: 2px 11px;
	width: 179px;
	margin: 0px;
}
.boxbottom {
	background: url(/shared_images/NelnetBorrowerServicesWeb/14888_MyAccountBoxbottom.gif) no-repeat left top;
	height: 13px;
	width: 205px;
	margin-bottom: 20px;
}
/* End of styles for the rounded corner box*/

/* Clear FLOATS. Makes sure float elements are in place.*/
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.InterestTable
{
	border: 1px solid black;
}
.InterestTable td
{
	border: 1px solid #E9E6E3;
	padding: 2px;
}
.DisbDataHeaderContainer
{
	float: left;
	width: 130px;
	text-align: left;
}
.RepaymentScheduleRadio
{
	color: #104780;
	font-weight: bold;
	font-size: 14px;
}
.ForbSignTypeRadio
{
	color: #104780;
	font-weight: bold;
	font-size: 12px;	
}


/* #############  Error Messages  #############*/
/* ############################################*/

.errorText
{
	color: Red;
	font-weight: bold;
}
.errorBoxPlaceHolder
{
	background-color: Red;
	width: 500px;
	border-width: 5px;
}
.errorTable
{
	border: 1px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 400px;
}
.errorTableRow1
{
	background-color: #EFF3D4;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #233e5b;
}
.errorTableRow2
{
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.errorTableExclamation
{
	font-size: 14px;
	font-weight: bold;
	color: Red;
}
.errorTableDiv
{
	padding: 5px;
	border-top: 1px solid black;
}

/* ##################################################### */
/* ###               ROUNDED PANEL                   ### */
/* ##################################################### */

/* curve height, background image */
.rounded .t, .rounded .b, .rounded .b b, .rounded .t b{
height:10px;
background-image:url(/shared_images/NelnetBorrowerServicesWeb/roundedPanel.png);
}

/* inner color, border color, border width */
.rounded .c{
background:#ffffff;
border-color:#808080;
border-left-width:2px;
border-right-width:2px;
}

/* ##################################################### */
/* ###            NOTIFY ROUNDED PANEL               ### */
/* ##################################################### */

/* curve height, background image */
.notify .t, .notify .b, .notify .b b, .notify .t b{
height:10px;
background-image:url(/shared_images/NelnetBorrowerServicesWeb/notifyRoundedPanel.png);
}

/* inner color, border color, border width */
.notify .c{
background:#E5EAB7;
border-color:#dedede;
border-left-width:2px;
border-right-width:2px;
}

/* surrounding margins (optional) */
.round{
margin-bottom:5px;
}
.round .c{
/* inner content padding */
padding:0 10px 0 10px;
border-top:0;
border-bottom:0;
border-style:solid;
}
.round .t, .round .b, .round .t b, .round .b b{
display:block;
overflow:hidden;
}
.round .t b, .round .b b{
float:right;
width:50%;
}
.round .t .r{
background-position:top right;
}
.round .b .r{
background-position:bottom right;
}
.round .b{
background-position:bottom left;
}
.round .br{
clear:both;
display:block;
overflow:hidden;
height:0px;
}

.message_list_row
{
	height:18px;
	background-color:#ffffff;
	padding-right:6px;
}
.message_list_checkbox
{
	width:20px;
	padding-right:0;
}
.message_list_table
{
	border-style:solid;
	border-width:0px;
}
.message_img_narrow
{
	width:12px;
	padding-right:0;
}
.message_img_standard
{
	width:20px;
	padding-right:0;
}
.message_list_item
{
	padding-right:6px;
}
.message_dark_divider
{
	height:1px;
	background-color:#000000;
}
.message_lite_divider
{
	width:1px;
	height:1px;
	background-color:#d4d4d4;
	padding:0 0 0 0;
}
.message_action_bar
{
	height:30px;
	background-color:#f7f7f7;
	padding-right:6px;
	vertical-align:middle;
}
.message_content
{
	background-color:#fdfcfa;
	border:solid #77736a;
	border-width:0 0px 0px 0;
}
.message_table
{
	padding:0px;
	margin:0px;
	width:875px;
	height:100%;
	table-layout:auto;
}
.style5 
{
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}
.message_header_info
{
	padding:3px 6px 3px 0;
	vertical-align:top;
	font-weight:bold;
	white-space:nowrap;
	background-color: #EEEEEE;
}
.message_action_footer
{
	height:20px;
	background-color:#e5eab7;
	padding-right:6px;
	vertical-align:middle;
}
a.CommHubTab
{
	COLOR: #FF6600;
}
a.CommHubTab:hover
{
	color:#104780;
}
li.CommHubTab
{
	width: 160px;
	text-align:right;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(/shared_images/NelnetBorrowerServicesWeb/14888_MyAccountButtonLarge.gif) no-repeat center center;
	font-weight: bold;
}
#mbox
{
	/*background-color:#eee; padding:8px; border:2px outset #666;*/
	background-color:#eee; padding:0px; border:0px outset #666;
}
#mbm
{
	font-family:sans-serif;font-weight:bold;float:right;padding-bottom:5px;
}
#ol
{
	background-image: url(/shared_images/NelnetBorrowerServicesWeb/overlay.png);
}
.dialog
{
	display:none
}
* html #ol
{
	background-image:none;
}
  