@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-image:url(/App_Themes/default/images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#FFFFFF;
	font-family:helvetica, arial, sans-serif;
	font-size:15px;
	line-height:24px;
	text-align:center; /* NEED FOR IE */
}
a:link, a:visited {color:#000000; text-decoration:underline;}
a:hover, a:active {color:#333333; text-decoration:none;}
p {
	font-size:15px;
	line-height:24px;
}
#Wrapper {
	margin:0 auto 0 auto;
	width:779px;
	text-align:center;
	/*border:1px solid #000;*/
}
td {
    vertical-align:top;
}

.credit-awarded{text-align:center;}

.menu-item-width{width:150px;padding-right:10px;}

/****************************************************************************/
/* Header *******************************************************************/
/****************************************************************************/
#Header {
	width:744px;
	height:92px;
	padding-top:27px;
	text-align:left;
	position:relative;
}
a#FeedbackTab{position:absolute;bottom:-25px;right:200px;background:#ff710b;width:170px;color:#fff;text-align:center;text-decoration:none;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}
a#FeedbackTab:hover{background:#d15a04;}

#Header #logo {
    float:left;
    margin:0 0 0 20px;
}
#Header #institution_logos {
    float:right;
    width:150px;
    height:84px;
}
/****************************************************************************/
/* Search and Bread Crumb****************************************************/
/****************************************************************************/
#GreenBar {
	background:url(/App_Themes/default/images/bar_green.jpg);
	background-repeat:no-repeat;
	width:779px;
	height:32px;
	margin:0;
	padding:0 0 0 12px;
}
#BlueBar {
	background:url(/App_Themes/default/images/bar_Blue.jpg);
	background-repeat:no-repeat;
	width:779px;
	height:20px;
	display:inline-block;
	text-align:left;
	padding:19px 0 0 15px;
	overflow:hidden;
	line-height:21px;
}
#SearchBar {
    margin:0 0 0 550px;
    padding-top:3px;
    background:url(/App_Themes/default/images/search_bg.png);
    background-repeat:no-repeat;
    width:202px;
    height:22px;
}
#SearchBar label {
    display:none;
}
#SearchBar .sf_searchText 
{
    width:122px;
    height:15px;
    border:1px solid #092668;
    font-size:11px;
    vertical-align:top;
}
#SearchBar .sf_searchSubmit 
{
    width:51px;
    height:19px;
    border:1px solid #092668;
    padding:0;
    margin-left:5px;
    background-color:#b1e56c;
    font-size:11px;
    text-transform:uppercase;
    vertical-align:top;
}
/****************************************************************************/
/* Main Area*****************************************************************/
/****************************************************************************/

#theshow{    margin-left: -3px;
    margin-top: -2px;
	position:relative;
	z-index:1;
	}

#home-page-text{

	color: #004A9E;
	font-weight: bold;
	margin: 10px 0 0

}

#home-page-text a, #home-page-text a:visited{color:#004A9E;text-decoration:none;border-bottom:#004A9E solid thin;}
#home-page-text a:hover{color:#000 !important;text-decoration:none;border-bottom:#000 solid thin;}


#MainArea {
	width:779px;
	/*min-height:557px;
	height:auto !important;
	height:557px;*/
	margin:0 auto 0 auto;
	background:url(/App_Themes/default/images/main_bg.jpg);
	background-repeat:repeat-x;
	background-color:#f4fbeb; /*OFF WHITE*/
	text-align:left;
}
#Main_Left {
	float:left;
	width:594px;
	padding:16px 0 0 16px;
}
#Main_Left_OneCol 
{
    width:749px;
    padding:16px 0 0 16px;
}
#Main_Body_OneCol
{
    width:729px;
    padding:0 10px 15px 10px;
	background:url(/App_Themes/default/images/content_GradientBG.jpg);
	background-repeat:repeat-x;
	background-color:#f4fce7;
	margin:0;
}
#Main_Body 
{
	width:558px;
	/*min-height:532px;
	height:auto !important;
	height:532px;*/
	padding:0 10px 15px 10px;
	background:url(/App_Themes/default/images/content_GradientBG.jpg);
	background-repeat:repeat-x;
	background-color:#f4fce7;
	margin:0;
}
#Main_BodyImage
{
    /*float:left;*/
    /*padding:10px 10px 10px 0;*/
}
#Main_BodyImage img {    
    /*margin:10px 10px 10px 0;*/
}
.left {
    float:left;
    margin:10px 10px 10px 0;
}
.right {
    float:right;
    margin:10px 0 10px 10px;
}
#Main_BodyContent 
{
    position:relative;
}
#Main_BodyContent ul
{
    display:inline-block;
    margin-top:0;
}
#Main_BodyContent ol
{
    display:inline-block;
    padding-left:20px;
    margin-left:20px;
}
#Main_Right 
{
    float:right;
	width:155px;
	padding:16px 0 0 0;	
}
#CTLButton 
{
    padding-right:14px;
    background:url(/App_Themes/default/images/btn_CTL_BG-new.jpg) no-repeat;
    height:216px;
}
#CTLButton a:link, #CTLButton a:visited 
{
    font-size:11px;
    line-height:11px;
    text-decoration:none;
}
#CTLButton a:hover, #CTLButton a:active
{
    color:#cccccc;
}
#USelectButton 
{
    padding-right:14px;
    background:url(/App_Themes/default/images/btn_USelect_BG.jpg) no-repeat;
    height:216px;
}
#USelectButton a:link, #USelectButton a:visited 
{
    font-size:11px;
    line-height:11px;
    text-decoration:none;
}
#USelectButton a:hover, #USelectButton a:active
{
    color:#cccccc;
}
h1 {
	margin:0;
	font-family:georgia, times new noman, serif;
	font-weight:normal;
	line-height:normal;
	padding-bottom:10px;
}
h2 {
	
}
/****************************************************************************/
/* Home *********************************************************************/
/****************************************************************************/
#ChalkBoard 
{
    background:url(/App_Themes/default/images/chalkboard.png);
    width:558px;
    height:311px;
}
#ChalkText 
{
    padding:10px 15px 10px 15px;
    background-color:#f2fae6;
}
#ChalkText, #ChalkText p
{
    font-size:15px;
	line-height:24px;
}
/****************************************************************************/
/* Footer Callouts***********************************************************/
/****************************************************************************/
#Footer_Callouts {
	width:779px;
	margin:0 auto 0 auto;
}
/****************************************************************************/
#Footer {
	margin:0 auto 20px auto;
	width:779px;
	min-height:140px;
	height:auto !important;
	height:140px;
	background-color:#50c500;
	color:#000000;
	text-align:left;
	font-size:11px;
	line-height:normal;
}
#Footer_GreenCols {
	float:left;
	padding:5px;
	min-height:140px;
	height:auto !important;
	height:140px;
	background-color:#9de424;
	display:block;
}
#Footer a:link, #Footer a:visited {
	color:#000000;
	font-size:11px;
	text-decoration:underline;
}
#Footer a:hover, #Footer a:active {
	text-decoration:none;
}

#Footer2 {
	clear:both;
	margin:0 auto 20px auto;
	width:779px;
	color:#000000;
	text-align:center;
	font-size:11px;
}
#Footer2Inside 
{
    width:365px;
    margin:0 auto;
}

img, div, td, a, table, body { 
	behavior:url(/App_Themes/default/js/iepngfix.htc);
}

/****************************************************************************/
/* ul.columns ***********************************************************/
/****************************************************************************/

ul.columns {
    width:675px;
    display:inline;
}

ul.columns li {
    float:left;
    width:200px;
    margin-right:10px;
}

ol li {
    list-style-position: outside;
    margin-left:20px;
}


#Main_Body table td {
    border-spacing:5px;
    padding:5px;
    background-color:#ffffff;
    line-height:18px;
}

.redtext
{
    color: red;
}


.note .tooltip  
{
    position:absolute;
    padding:12px;
    width:350px;
    margin-top:-26px;
    margin-left:-350px;
    text-align:left;
    background-color:#ffffff;
    border:1px solid #0b780d;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
    -khtml-border-radius: 10px;  
    overflow:hidden;
    display:none;
	z-index:1000;
}
.note .tooltip .wrapper 
{
    width:350px;
    overflow:hidden;   
}
.note .tooltip .title 
{
    width:330px;
    color:#05436f;
}
.note .tooltip .closeBtn 
{
    width:16px;
    height:16px;
    float:right;
}
.note .tooltip .spacer 
{
    margin:5px 0;
    border-bottom:1px solid #8ca154;
}
.note .icon 
{
    width:26px;
    height:26px;
}
.checkboxArea 
{
    background-color: #FF710B;
}
.printPanel 
{
	background-color: #FF710B;
    height: 50px;
    position: relative;
}
.printBtn 
{
	background: url("/App_Themes/default/images/print-sm.png") repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    float: right;
    height: 32px;
    left: 629px;
    margin: 5px 5px 0 0;
    position: absolute;
    top: 3px;
    width: 93px;
}

.selectAllBtn {
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	background: none repeat scroll 0 0 #D1E2B6;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #000000;
    cursor: pointer;
    display: inline-block;
    left: 12px;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
    top: 12px;
}

a img { border:0; }
