/* NSLDS-specific CSS */
/* top part of page */
.ec-navigation {
	display: none;
	}
.ec-content-page-name {
		display: none;
	}
.page-break {
	page-break-before: always;
	}
body { 
    font:normal 8px Arial, Verdana, sans-serif;
    color:#000; 
    background:#fff; 
    padding:0;
    margin:0;
} 
h1  { 
    font-size:10px;
    font-weight:bold; 
    padding:0; 
    margin:10px 0 0 0; 
} 
big {
    font-size:12px;
}
#main-pro {
    width:772px; 
    margin:0;
    padding:0;
    position:relative;
    background:#fff url(../images/nslds/misc/bg-pro.jpg) top left no-repeat; 
}

#main-stu {
    width:100%; 
    margin:0;
    padding:0;
    position:relative;
}


#logo {
    padding-top:7px;
    padding-left:9px;
    padding-bottom:8px;
    height:64px;
}

#logo img {
	height:60px;
}

#title {
    position:absolute;
    right:0;
    top:60px;
    width:391px;
}

.displayonly {display: none;}

.info {
    clear:both;
    width:100%;
    text-align:center;
    padding:10px 0;
}
.info a, .info a:link, .info a:visited {
    color:#C53900;
    font-weight:bold;
    text-decoration:underline;
}
/* end top part of page */

/* menus */
#menu1 { 
    height:20px;
}
#menu1 div {
    float:left;
    padding-right:5px;
}

#menu2 { 
    background:url(../images/nslds/misc/top_subnav_off.gif) top left repeat-x;
    height:20px;
    padding-left:20px;
}
#menu2 div {
    float:left;
    padding-right:10px;
    padding-left:10px;
    padding-top:2px;
    height:18px;
}
#menu2 a {
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}
#m2active {
    background:url(../images/nslds/misc/top_subnav_on.gif) top left repeat-x;
}
#m2active a, #m2active a:link {
    color:#CC5407;
    font-weight:bold;
} 
/* end menus */

/* forms */
.f-retrieve {
    padding:3px 0 3px 40px;
}
.f-retrieve div {
    float:left;
    padding-right:20px;
}

.f-addmon {
    text-align:center;
}
.f-addmon div {
    padding-bottom:5px;
}

.f-datatable {
    position:relative;
    padding-bottom:5px;
    clear:both;
    width: 100%;
    font-size: 10px;
}
.f-datatable div {
    text-align:center;
    padding:5px 0;
}
.f-datatable p {
    text-align:left;
}
.f-datatable p a, .f-datatable p a:link {
    color:#C53900;
    text-decoration:underline;
}
.f-datatable h3 {
    font-size:0.9em;
    padding-top:1.5em;
    padding-bottom:0;
    margin:0;
}
.f-datatable a, .f-datatable a:link {
    color:#545454;
    text-decoration:none;
    font-weight:bold;
}
.f-datatable a:hover {
    color: #008FB6;
    background-color: #fff;
    text-decoration:none;
    font-weight:bold;
}
.f-datatable table {
    border-top:1px solid #96A0A2;
    border-left:1px solid #96A0A2;
    clear:both;
}
.f-datatable th {
    color:#fff;
    background:#56656A;
    border-left:1px solid #96A0A2;
    border-right:1px solid #96A0A2;
    border-bottom: 2px solid #96A0A2;
}
.f-datatable td { 
    color:#000;
    background:#D1DBDD;
    border-right:1px solid #96A0A2;
    border-bottom:1px solid #96A0A2;
    white-space:nowrap;
}
.f-datatable table a {
    margin-right:5px;
}

.f-querytable {
    margin:5px auto;
    padding:10px 0;
    clear:both;
}
.f-querytable div {
    position:relative;
    text-align:center;
    padding:5px 0;
}
.f-querytable a, .f-querytable a:link {
    color:#545454;
    text-decoration:none;
    font-weight:bold;
}
.f-querytable table {
    color:#000;
    background:#D1DBDD;
    border:1px solid #96A0A2;
    clear:both;
}
.f-querytable th {
    text-align:right;
    font-weight:bold;
    padding:5px 5px;
}
.f-querytable td { 
    padding:5px 5px;
    white-space:nowrap;
}

.f-datatable2 {
    position:relative;
    margin:5px auto;
    padding-top:5px;
    padding-bottom:5px;
    clear:both;
}

.f-datatable2 div {
    text-align:center;
    padding:5px 0;
}
.f-datatable2 a, .f-datatable2 a:link {
    color: #008FB6;
    text-decoration:underline;
    font-weight:bold;
}
.f-datatable2 ul {list-style: disc;
list-style:outside; margin-left: 20px;}

.f-datatable2 table {
    border-left:1px solid #96A0A2;
    border-top:1px solid #96A0A2;
    clear:both;
}
.f-datatable2 th {
    font-size:90%;
    text-align:right;
    color:#fff;
    background:#56656A;
}
.f-datatable2 td { 
    color:#000;
    background:#D1DBDD;
    border-right:1px solid #96A0A2;
    border-bottom:1px solid #96A0A2;
    white-space:nowrap;
}
.f-datasummary td {
    border-top:1px solid #96A0A2;
    border-bottom:2px solid #96A0A2;
    padding-top:5px;
    padding-bottom:5px;
    font-size:100%;
    font-weight:bold;
    white-space:nowrap;
}

.dheader {
    background:#D1DBDC;
    color:#000;
    height:40px;
}
.dheader div {
    float:left;
    background:#D1DBDC;
    color:#000;
    text-align:left;
    padding-top:10px;
}

.helpimg {
    position:absolute;
    top:9px;
    right:2px; 
}

a.footnote, a:link.footnote {
    background:#C73800;
    padding:2px 4px;
    color:#fff;
    font-size:85%;
}

a.footnote-stu, a:link.footnote-stu {
    background:#007BA6;
    padding:2px 4px;
    color:#fff !important;
    font-size:85%;
}
a:hover.footnote-stu {
    background:#fff;
    padding:2px 4px;
    color:#007BA6 !important;
    font-size:85%;
}
.statusdl {
    background:#FE0002;
    color:#fff;
    padding:2px 4px;
    font-weight:bold;
}

.userinfo {
    padding:5px 10px;
    padding-bottom:15px;
    font-size: 10px;
    font-weight:bold;
} 
.userinfo div {
    float:left;
    width:50%; 
} 
.userinfo span {
    color:#0080C0; 
}
.userinfo a, userinfo a:link, userinfo a:visited {
    color:#00f;
    font-weight:normal;
}

.bracket-stu {
    margin:0px;
    padding:5px 0;
    border-top:2px solid #56656A;
    border-bottom:2px solid #56656A;
/*    font-size:100%; */
    clear:both; 
}
.page-anchor { display:none;}

.disclaimer-stu {
    margin:5px 10px 5px 10px;
    padding:5px 0;
    /*border-top:2px solid #56656A;*/
    border-bottom:2px solid #56656A;
    font-style:italic;
    font-size:90%; 
    clear:both;
}
.disclaimer-stu-printOnly {
	display: block;
    margin:5px 0px 5px 0px;
    padding:5px 0;
    border-bottom:2px solid #56656A;
    font-style:italic;
    font-size: 9px; 
    clear:both;
}
.disclaimer2-stu-printOnly {
	display: block;
	margin:5px 0px 5px 0px;
    padding:5px 0;
    border-top:2px solid #56656A;
    font-style:italic;
    font-size:9px; 
    clear:both;
}

.disclaimer2-stu {
    margin:5px 10px 15px 10px;
    padding:5px 0;
    font-style:italic;
    font-size:90%; 
    clear:both;
}
/* end forms */

/* page-specific identifers */
#homepage {
    position:relative;
    background:#fff;
}
#homepage div {
    float:left;
    clear:right;
    background:#fff;
}
#homepage div div {
    float:none;
}

.hometext-stu {
    width:362px;
    padding-right:15px;
    border-right:4px solid #008FB6;
}

.hometext-pro {
    width:362px;
    padding-right:15px;
    border-right:4px solid #CC5415;
}
.hometext-pro div {
    width:150px;
    padding:10px 10px 0 0;
}
.hometext-pro span {
    font-weight:bold;
}
/* end page-specific identifers */


/* misc classes */
.centertxt, .centertxt th, .centertxt td {
    text-align:center;
}

.lefttxt, .lefttxt th, .lefttxt td {
    text-align:left;
}

.buttonrow {
    margin-bottom:10px;
    text-align:center;
}
.buttonrow input {
    margin:0 20px;
}
ul {list-style: disc;
list-style:outside;}

#nmenu { display:none;
}
 
.fieldInError {
    color:#f00;
    font-weight:bold;
}
.fieldInErrorMessage
{
    color:#f00;
    font-weight:bold;
    text-align: right; 
}
.nbutton {display: none;
}

.f-datatable2 dl {display:inline}
}
/* end misc classes */
.ec-navigation1 {display: none;
}
.curved {display: none;
	}
.ec-content { 
width: 80%;
float: left;
border-top-width: 0px;
margin-top: 0px;
padding-top: 0px;
font-family: Arial;
font-size: 12px;
margin-left: 5px;
margin-right: 1px;}

.congrat {
	width: 560px;
	height: 400px;
}
.congrat .boxcontent .h1 {
	font-size: 35px;
	}
.congrat .b1,.congrat .b2,.congrat .b3,.congrat .b4 {
    display: none;
    }
.congrat .boxcontent {
	display: block;
	border: 5px solid #9db1b3;
	margin-right: 0px;
	padding-right: 0px;
	font-size: 3em;
	text-align: left;
	width: 550px;
		background-color: red;
}


