/* Financial Aid Portal */

/* Type Size and Height Defaults
----------------------------------------- */

body {
	font:12px Arial, Helvetica, sans-serif;
	*font-size:small;
	*font:x-small;
}

table {
font-size:inherit;
font:100%;
}

select, input, textarea {
font:99% Arial, Helvetica, sans-serif;
}

pre, code {
font:115% monospace;
*font-size:100%;
}

body * {
	line-height:1.4em;
}

html, body {
	height: 100%;
}

.Content p {
	padding-bottom: 1em;
}

/* Structure
----------------------------------------- */

body {
	margin: 0;
	text-align: center;
	background-color: #f4f5ec;
}
#Wrapper {
	width: 851px;
	background: #FFF;
	margin:0 auto;
	position: relative;
	min-height: 100%;
}
*html #Wrapper {
	height:100%;
}
#Frame {
	margin: 0 auto;
	background: #FFF;
	overflow:auto;
	border-bottom:20px solid #fff;
	width: 851px;
}
#Header {
	border-top: 5px solid #d44d0b;
	padding: 0 0 24px 0;
	width:851px;
}
#Footer {
	padding: 4px 12px;
	font-size: .85em;
	font-weight: bold;
	color: #a4a890;
	background: #5c5f4f;
	width:827px;
	margin:auto;
	position: relative;
	margin-top: -2.2em;
}
#Footer a {
	padding: 0 5px;
	color: #d0d4ba;
	text-decoration: none;
}
#Footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

#MainTwoCol {
	margin: 0 24px;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
	width:803px;
}
#MainTwoCol #ColumnLeftOuter {
	float: left;
	width: 375px;
	text-align: left;
}
#MainTwoCol #ColumnRightOuter {
	float: left;
	width: 422px;
	text-align: left;
	margin-left:6px;
}
#MainTwoCol #EndCap { 
	clear: both;
	border-bottom:#fff solid 20px;
}



/* Login/Home Page Styles
----------------------------------------- */


#MainTwoCol h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #3E3B2A;
}
#MainTwoCol h2 {
	margin: 0;
	padding: 0 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #d44d0b;
}
#MainTwoCol h3 {
	margin: 0;
	padding: 8px 12px;
	font-size: 1.1em;
	color: #FFF;
	background: #5b5943;
	border-bottom: 6px solid #e1dfc9;
}
#MainTwoCol a { color: #000; text-decoration: underline; }
#MainTwoCol a:hover { color: #777; }
#MainTwoCol ul, #MainTwoCol ol, #MainTwoCol li, #MainTwoCol p {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 1em;
}
#MainTwoCol ul, #MainTwoCol ol {
	margin-left: 0;
	padding-left: 15px;
}

#MainTwoCol .Content {
	padding: 12px 18px;
}

#MainTwoCol .Content ul {
	list-style:disc;
	margin:0;
	padding:0 0 0 1em;
}

#MainTwoCol #LoginWrap {
	padding: 12px;
	background: #f4f2dc;
	border-bottom:#fff 5px solid;
}
#MainTwoCol #LoginBox {
	margin: 12px 0 0 0;
	padding: 0;
	background: #94927c;
	width: 351px;
}
h2#LoginTitle {
	height:12px;
	line-height:1em;
	padding: 2px 10px;
	color: #FFF;
	background-image: url(../images/bg_login.gif);
	background-repeat: repeat-x;
	font:11px Arial, Helvetica, sans-serif;
}
*html h2#LoginTitle {
	padding:1px 10px 3px 10px;
}
#MainTwoCol #LoginBox form {
	padding:18px 12px 0 45px;
}
#MainTwoCol #LoginBox fieldset {
	border: none;
}
#MainTwoCol #LoginBox fieldset ol {
	overflow:auto;
	padding-left:0;
}
#MainTwoCol #LoginBox fieldset li {
	overflow:auto;
	padding-bottom:.25em;
	clear:both;
}
#MainTwoCol #LoginBox label { 
	float:left;
	padding-right:10px;
	width:65px;
	color:#211F09;
	line-height:2em;
	text-align:right;
}
#MainTwoCol #LoginBox input {
	margin: 0;
	padding: 1px;
	float:right;
	margin-right:40px;
	width:100px;
}
#MainTwoCol #LoginBox input.Text { 
	width: 170px;
}

#MainTwoCol #LoginBox li.Button {
	width:255px;
	text-align:right;
}

#MainTwoCol #LoginBox input.Button {
	float:none;
	margin:0;
	width:70px;
}

#MainTwoCol .Support p {
	padding-bottom:0;
	line-height:2em;

}

/* Interior Page Styles
----------------------------------------- */

#Header #LoggedIn {
	padding: 8px 24px;
	text-align: right;
	color: #5c5f4f;
	font-weight: bold;
	background: #9fa28c url(../images/bg_logged_in.jpg) repeat-x left top;
	overflow: auto;
	/*width:851px;*/
}
#Header #LoggedIn form {
	padding: 0; margin: 0;
}
#Header #LoggedIn select {
	font-size: .9em;
}
#Header #LoggedIn #Notice {
	float: left;
	padding: 3px 0 0 0;
}
#Header #LoggedIn #Notice span {
	padding-left: 10px;
	font-size: .9em;
	font-weight: normal;
	color: #5c5f4f;
}
#Header #LoggedIn #Notice span a {
	color: #5c5f4f;
}
#Header #LoggedIn #Notice a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* TT738 Created a MainOneColSelect group
----------------------------------------- */
#MainOneColSelect {

	margin: 0 24px;
	text-align: center;
}

#MainOneColSelect h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #d44d0b;
}

/* TT738 end
----------------------------------------- */

#MainOneCol {

	margin: 0 24px;
	text-align: left;
}

#MainOneCol h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #d44d0b;
}
.TableBoss1 {
	width: 803px;
	margin: 0 0 2em 0;
}
.TableBoss1 h2 {
	margin: 0;
	padding: 4px 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFF;
	background: #5b5943;
}
.TableBoss1 h3 {
	margin: 0;
	padding: 2px 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5b5943;
	background: #b8b6a0;
	font-weight:bold;
}
.TableBoss1 table {
	width: 100%;
}
.TableBoss1 th, .TableBoss1 td {
	padding: 10px 5px;
	font-size: .95em;
	background: #e1dfc9;
}
.TableBoss1 th {
	padding-left: 15px;
	text-align: right;
	border-right: 2px solid #f4f5ec;
}
.TableBoss1 td {
	padding-right: 15px;
}
.TableBoss1 td.Bright {
	text-transform: uppercase;
}
.TableBoss2 {
	width: 803px;
	margin: 0 0 2em 0;
	background: #e2e0ca;
}
.TableBoss2 h2 {
	margin: 0;
	padding: 4px 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFF;
	background: #5b5943;
}
.TableBoss2 .Inset{
	padding: 7px;
}
.TableBoss2 table {
	width: 100%;
}
.TableBoss2 th, .TableBoss2 td {
	padding: 3px 6px;
	text-align: left;
	border-right:#E1DFC9 solid 1px;
}
.TableBoss2 th {
	color: #FFF;
	background: #85836D;
}
.TableBoss2 td {
	background: #F3F1DB;
	font-size: .95em;
}
.TableBoss2 tr.Alt td {
	background: #FFF;
}
.TableBoss2 table td.Award {
	width: 30%;
}





/* Style for lists */
.list {
	border-collapse: collapse;
	border-style: solid;
	border-color: #E1DFC9;
	border-width: 2px 2px 2px 2px;
	font-family: arial, sans-serif;
	font-size: 9pt;
}
.list1 {
	border-collapse: collapse;
	border-style: solid;
	border-color:  #E1DFC9;
	border-width: 12px 12px 12px 12px;
	font-family: arial, sans-serif;
	font-size: 9pt;
}
/* Style for list headers */
.listHeader {
	background-color: #5B5943;
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	height: 23
}
.listHeader1 {
	background-color: #84846B;
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
.listHeader2 {
	background-color: #808080;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

/* Style for even rows in list */
.listEven {
	background-color: #ffffff;
	color: black;
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

/* Style for odd rows in list */
.listOdd {
	background-color: #E1DFC9;
	color: black;
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

/* Style for cell in list */
.listCell {
	border-color: #999999;
	border-width: 0px 1px 0px 1px;
	padding: 2px 4px 2px 4px;
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
.listCell1 {
	background-color: #F7F7DE;
	padding: 2px 4px 2px 6px;
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
	border-collapse: collapse;
	border-style: solid;
 	border-color: #FFFFFF;
	border-width: 0px 1px 0px 0px;
}

.listCell2 {
	background-color: #F7F7DE;
	padding: 2px 4px 2px 4px;
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
}

.listCellRight {
	border-color: #999999;
	border-width: 0px 1px 0px 1px;
	padding: 2px 4px 2px 4px;
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-align: right;
}
.listColumn {
 	text-align: left;
 	border-collapse: collapse;
	border-style: solid;
 	border-color: #FFFFFF;
	border-width: 1px 1px 0px 0px;
}