@import url(menu_style.css) all;
body {
	background-color : White;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size : 7pt;
	font-weight : normal;
	color : #474747;
}
.box_header {
	background-image: url(/images/headers/header_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #9FD067;
}
.box_top_menu {
	background-image: url(/images/background_top_menu.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #5B4199;
	border-bottom: 1px solid #919094;
}
.box_left_menu {
	background-image: url(/images/background_left_menu.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width: 151px;
	background-color: White;
	border-right: 1px solid #919094;
}
.box_body {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	background-color: White;
}
.box_body2 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.box_orange {
	border: 1px solid Gray;
	background-color: #F9F9F2;
}
.left_menu, .left_menu:Link, .left_menu:Visited {
	font-size: 10px;
	color: #333333;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #919094;
	padding-right: 5px;
	text-align: right;
}
.left_menu:Hover {
	background-image: url(/images/bg_purple.gif);
	color: Black;
}
body.iframe {
	background-color: #F3F3F3; 
	background-image: url(../images/mds_background.jpg);
	scrollbar-base-color: #B0AFD1;
	scrollbar-arrow-color: #5C578C;
	scrollbar-darkshadow-color: #B0AFD1;
	scrollbar-3dlight-color: #CDCDE6;
	scrollbar-highlight-color: #CDCDE6;
	scrollbar-track-color: #CDCDE6;
}
th {
  	background-color : #ADA7D3;
  	font-size : 10pt;
  	font-weight : bold;
	color : White;
  	text-align : left;
	padding-left : 4px;
}  
td {
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size : 9pt;
	vertical-align: top;
	line-height: 18px;
}
}
.formfield, .required, .formselect, .readonly {
	border: 1px solid #999999;
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 7pt; 
	background-color: White;
	color: Black;
}
.required{ background-color: #FFFF99; }
.formselect{ background-color: #FFECEE;}
.readonly {	background-color: #DCDCDC; }

a.purple {
	font-size : 9pt;
	text-decoration: none;
	color : #7864AC;
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
}
a.purple:hover {
	text-decoration: none;
	color : #656565;
}

A, A:Link, A:Visited {
	color: #6A51A2;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #3A2A75;
}
a.menubar {
	font-size : 8pt;
	text-decoration: none;
	color: #000000; 
	font-family: Tahoma, Verdana, MS Sans Serif; 

}
a.menubar:hover, a.menuleft:hover {
	text-decoration: none;
	color : White;
}
a.menuleft {
	font-size : 7.5pt;
	text-decoration: none;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
}

.footer {
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size : 7pt;
 	text-decoration: none;
	color : #A9A9A9;
}
.row1 {	
	background-color : #DFDFD1;	
	font-size : 10px;
}
.row2 {	
	background-color : #FDFDF8;	
	font-size : 10px;
}
h1 {
	letter-spacing: 2px;
	font-style: italic;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}
h2 {
	font-size: 9pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}
.announce {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	color: #5C578C;
}

ul.nested{
margin-left: 32px;
}
li.small {
	background-position: 0 .4em; 
}
li.normal {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 0px;
}



.row1 {
   font-size : 8pt;
   background-color : #FFFFFF;
   color: #525252;
}
.row2 {
    font-size : 8pt;
    background-color : #EEEEEE;
   color: #525252;
}

.purple {
	color: #6D28AA;
}

.dataheader2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : White;
	text-align : center;
	background-color : #A0A0A0;
}
.datacell {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-align : left;
	background-color : #F2F2F2;
	color: #3A3A3A;
	vertical-align: top;
}

.right_box {
	background-color: #F9F9F2;
	border: 1px solid Gray;
}

td.searchbox {
	background-color: #FFFFD9;
	border: 1px solid #757575;
	padding: 10px;
}
td.course_section_hdr {
	background-color: #5C429B;
	color: White;
	padding: 6px;
	margin: 5px;
}



/* Following Styles are for Tigra Menu - Do Not Alter */
.mXPtable {
	border-top: 1px solid #747474;
	border-left: 1px solid #747474;
	border-right: 1px solid #747474;
	border-bottom: 1px solid #747474;
	background: #F5F5F5;
}
.mXPmouto {
	background: transparent;
}
.a0{
	color: White; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	font-weight: bold;
}
.a2{
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	font-weight: bold;
}
.a1{
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	font-weight: bold;
	background: #a293c7;
}