﻿body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
input[type=submit], input[type=button], button[type=submit], button[type=button]
{
	/*background-color: #FFA500;*/
	background-color: #FFD114;
}
.twoColFixRt #container { 
	width: 980px;  /* using 20px less than a full 1000px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #container .statusBar
{
	background-color: #FFD114;
	border-bottom: solid 1px #000000;
	padding: 5px;
	margin: 26px 0 -26px 0;
}
.twoColFixRt h3
{
	font-size: 11pt;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin: -25px 15px 25px 0px;
}
.twoColFixRt #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* ============ User defined boxes and other things ============ */
.twoColFixRt #pageTitle { /* used at the top of most if not all pages */
    font-size: 20px;
    /*
    padding-top: 35px;
    padding-left: 15px;
    margin-bottom: 20px;
	*/
	margin-left: 15px;
	margin-top: 35px;
	margin-bottom: 20px;
}

.twoColFixRt #mainContent ul
{
	margin: 0;
}

.twoColFixRt #mainContent li
{
	margin: 0 0 0 15px;
}

.box_blue_confirm { /* used on facrepProfile page */
	background-color: #C6EBFF;
	border-style: double;
	padding-left: 15px;
}  
.twoColFixRt #sidebar1 #BlueBox
{
    background-color: #E8EDF4;
    border: 1px solid #698AC0;
}
.twoColFixRt #sidebar1 #BlueBox #header
{
    padding: 5px;
    background-color: #87A2CD;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
}
.twoColFixRt #sidebar1 #BlueBox #content
{
    padding: 5px;
}

.twoColFixRt #sidebar1 #BlueBox #content ol
{
	margin: 0 0 0 -35px;
}

.twoColFixRt #sidebar1 #BlueBox #content li
{
	margin: 0 0 0 15px;
}

.twoColFixRt #mainContent #profile
{
    border: 1px solid #698AC0;
    background-color: #E8EDF4;
	padding: 13px;
	overflow: hidden;
	/*white-space: nowrap;*/
}
.boldBlueHeader
{
    font-weight: bold;
    color: #43659E;
}
.twoColFixRt #container img { 
	text-decoration: none;
	border: 0.1px;
}
.twoColFixRt #sidebar1 #quotable
{
	background-color: #F5F5F5;
	border: solid 1px #F0F0F0;
	font-size: 10px;
	padding: 0;
	line-height: 1.2em;
}
.twoColFixRt #sidebar1 #quotable h1
{
	font-size: 11px;
	margin: 0 0 2px 0;
	padding: 8px;
	font-weight: 900;
	line-height: 1.2em;
	background-color: #EDEDED;
}
.twoColFixRt #sidebar1 #quotable p
{
	margin: 0;
	padding: 0 8px 15px 8px;
}
.twoColFixRt #sidebar1 #quotable .attribute
{
	font-style: italic;
}
.rpa
{
	position: absolute;
	top: 25%;
	left: 25%;
}
.stepButton 
{
	margin-right: 50px;
}
.popupLink
{
    padding: 2px 18px 2px 0;
    background: url(/images/information2.png) no-repeat center right;
    color: #43659E;
}
.popupLink:hover
{
	color: #FFFFFF;
	background-color: #43659E;
}
#aCommentHistory 
{
	cursor: pointer;
	color: #008AC8;
	text-decoration: underline;
}
.commentH2
{
	padding-left: 20px;
	background: url(/images/about.png) no-repeat center left;
	margin: 0;
}

.twoColFixRt #sidebar1 ul
{
	margin: 19px 0 0 0;
	padding: 0;
}
.studentData
{
    border: 1px solid #698AC0;
    background-color: #E8EDF4;
	padding: 10px;
	margin-top: -10px;
}
.studentData td 
{
    vertical-align: top;
}
.errorsDiv
{
	padding: 5px;
	border: solid 2px #FF0000;
	font-weight: bold;
	color: Red;
}

.eligibleLabel {
	background-color: #FFFF00;
	padding: 5px;
}

#MainMenu {
	margin: -8px 0 -34px 0;
}

.k-menu-group.k-link,
.k-menu-link {
	font-size: 14px;
	background-color: #8398C6;
	color: #ffffff;
}