﻿.mainTabBackground
{
	background-color: #ce7a08;
}
.TakeALookHeader
{
	color: #CE6700; 
	font-weight: bold; 
	font-size: 11px; 
	background-color: white; 
	padding: 9px;
}
.StudentLifeColumn3
{
	min-width: 176px; 
	max-width: 250px; 
	width: expression(this.scrollWidth > 249 ? "250px" : this.scrollWidth < 177 ? "176px" : "auto"); /*for IE, note that using '250 ? "250px"' in the expression will freeze IE*/
}
	
.welcomeTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px; 
	font-weight: 500;
	color:#001f4c;
	}
	
.welcomeSubTitle {
	font-weight: bold;
	color: #1F4375;
	}
	
.mainTitle {
	font-size: 135%;
	color:#001f4c;
	}
	
.subTitle {
	display:block;
	font-size: 125%;
	margin-bottom:-7px;
	}

.btnTemplate {
	width:213px;
	height: 24px;
	padding: 5px 0 0 25px;
	text-align:center;
	margin-top:10px;
	display:block;
	background: url(../images/btn-M-BG.gif) no-repeat;
	text-decoration: none;
	font-weight: bold;
	color:#00163d;
	}	
.btnTemplateSmall {
	width:122px;
	height: 24px;
	padding: 5px 0 0 25px;
	text-align:center;
	margin-top:10px;
	display:block;
	background: url(../images/btn-M-BG-small.gif) no-repeat;
	text-decoration: none;
	font-weight: bold;
	color:#00163d;
	}
	
* html #btnGoBlue, * html #btnWebBoard, * html .btnTemplate, * html .btnalert {width:233px;}

.btnTemplateLeft{
	position:relative;
	bottom:0px;
	left:0px;
	height:24px;
	padding:6px 0 0 23px;
	text-align:center;
	display:block;
	background: url(../images/btn-M-BG.gif) top left no-repeat;
	z-index:2;
	font-weight:bold;
	text-decoration:none;
	font-size: 9px;
	}
.btnTemplateRight{
	position:absolute;
	top:0;
	right:-1px;
	height:24px;
	width:10px;
	display:block;
	background: url(../images/btn-M-BG.gif) bottom right no-repeat;
	z-index:1;
	}

.roundedBox
{
    /* curvycorners.js (included on masterpage) will make the following rounded corners work on older browsers */
    -moz-border-radius:7px; 
    -webkit-border-radius:7px; 
    background: #fff; 
    padding: 15px;
}