﻿/* = STUDENTS
--------------------------------------------------------*/
.titleWrap h3 {
	float: left;
	font-family: Arial;
	font-size: 18px;
	color: #C1272D;
	padding-bottom: 10px;
	padding-left: 5px;
	text-transform: capitalize;
}
.stuTitle {
	float: left;
	font-family: Arial;
	font-size: 18px;
	color: #C1272D;
	padding-bottom: 10px;
	padding-left: 5px;
	text-transform: capitalize;
}
.stuHeaderLinks {
	float: right;
	text-transform: capitalize
}
.stuHeaderLinks a,.stuHeaderLinks a:link, .stuHeaderLinks a:visited, .stuHeaderLinks a:active {
	font-family: Arial;
	font-size: 10px;
	color: #AAAAAA;
	text-transform: capitalize;
	text-decoration: none;
}
.stuHeaderLinks li.stuHeaderLinksSelected a{
	color: #C1272D;
}
.stuHeaderLinks ul {
	margin: 0px; padding: 0px;
}
.stuHeaderLinks li {
	display: inline; margin-right: 3px;
}
/* = Form Field Data
--------------------------------------------------------*/
.errorMsg1
{    
    font-size:2px larger;
	color:Blue;
}
.field1
{
	text-align:right;	
	padding-right:15px;
}
/* = EDUCATORS RIGHT PANEL
--------------------------------------------------------*/
.stuRightPanel, stuRightPanelLandingPage {
	width: 466px;
	float: left;
	padding: 0;
}
.stuRightPanel ul {
	list-style-image: none;
}
.stuRightPanelLandingPage ul {
	list-style-image: url(/images/bullets/bullet_red.gif);
}
.stuRightPanel a, .stuRightPanel a:link, .stuRightPanel a:active, .stuRightPanel a:visited {
	color: #C1272D;
}

/* = EDUCATORS RIGHT PANEL PROFESSOR'S SPOTLIGHT
--------------------------------------------------------*/
.stuRightPanel .spotLight {
	float: left;
	width: 453px;
	margin-left: 20px;
	display: inline;
}
.spotLight .smallPhoto {
	float: left;
	margin-right: 20px;
}
.spotLight ul {
	float: left;
	list-style: none;
	list-style-image: none;
	width: 347px;
}
.spotLight li {
	text-align: left;
}
.spotLight a {
	color: #C1272D;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
}
.searchTheMapWrap {
	float: left;
	width: 433px;
	border: solid 1px #e3e3e3;
	padding: 19px;
}
.searchTheMapmenu {
	float: right;
	width: 192px;
}
.searchMapTextLabel {
	float: right;
	width: 190px;
	height: 13px;
	border: solid 1px #e3e3e3;
	margin-bottom: 8px;
}
.searchMapDropdownMenu {
	float: right;
	width: 190px;
	height: 13px;
	border: solid 1px #e3e3e3;
}



.mapResultIconLocation {
	float: left;
	width: 25px;
}
.mapResultIconLocation img {
	float: left;
}
.mapResultLocation {
	float: left;
	width: 428px;
}

.bulletWrap {
	float: left;
	width: 15px;
	margin-right: 10px;
	padding-top: 3px;
}
.bulletWrap img {
	float: right;
}



.signatureWrap {
	float: left;
	margin-left: 190px;
	width: auto;
}

.careerMapperBtn {
	background-color: #c7c7c7;
	color: Black;
	border: 0;
	width: 135px;
	height: 30px;
	margin: 10px 10px 20px 10px;
}

.careerMapperBtnActive {
	background-color: #c1272d;
	color: White;
	border: 0;
	width: 135px;
	height: 30px;
	margin: 10px 10px 20px 10px;
}

.careerMapperList ul {
	list-style-image: url(/images/bullets/bullet_gray.gif);
}
.careerMapperList a, .careerMapperList a:link, .careerMapperList a:active, .careerMapperList a:visited
{
	color: rgb(143,143,143);
}
/* = Logout Strip
--------------------------------------------------------*/
.logout ul {
	list-style-image: url(/images/bullets/bullet_red.gif);
}
/* = MENU SELECTED
--------------------------------------------------------*/
.students a:link, .students a:active, .students a:visited, .students a:hover {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #bf1d23;
	font-family: Arial;
	font-size: 12px;
	display: block;
	color: #FFFFFF;
	float: left;
	text-decoration: none;
	padding-top: 46px;
	padding-left: 4px;				/*from 7 to 4 for hover*/
	padding-bottom: 2px;
	padding-right: 30px;			/*from 32 to 30 for hover*/
	font-weight: bold;
	letter-spacing: 0.04em;
}
