@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(../images/bodyBg.png);
	background-repeat: repeat-x;
	background-color: #FFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #A5480A;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	outline:none !important;
}
a:hover {
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.cBoth {
	font-size: 1px;
	clear: both;
}

.fleft {
	float: left;
}
.fRight {
	float: right;
}
.mRight {
	margin-right: 5px;
}
.mLeft {
	margin-left: 5px;
}
.holder {
	width: 1003px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 65px;
}
.logoBox {
	float: left;
	background-image: url(../images/logoBg.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 157px;
	text-align: center;
	padding-top: 12px;
}
.topSearchBar {
	float: right;
	width: 315px;
	margin-top: 34px;
	background-image: url(../images/searchBar.png);
	background-repeat: no-repeat;
	height: 31px;
	position: relative;
}
.searchCategory {
	position: absolute;
	top: 4px;
	right: 43px;
}

.topLinks {
	float: left;
	margin-top: 45px;
	width: 527px;
}
.topLinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.topLinks li {
	float: right;
	margin-right: 1px;
	padding-right: 1px;
	margin-left: 1px;
	padding-left: 1px;
	display: inline;
	color: #CCC;
}
.searchInput {
	margin-top: 7px;
	margin-left: 10px;
	border: 1px solid #F9F9F9;
	background-color: #F9F9F9;
	width: 242px;
}
.searchButton {
	position: absolute;
	right: 10px;
	top: 4px;
}
.siteContainer {
	clear: left;
}
.leftContainer {
	width: 148px;
	margin-top: 5px;
	float: left;
	margin-left: 4px;
	display: inline;
	padding-top: 2px;
	overflow: hidden;
}
.collegeLogo {
	border: 1px solid #eaeae6;
	padding: 1px;
	margin-bottom: 2px;
}
.collegeLogo img {
	width: 144px;
}

.leftNavigation {
	margin-top: 5px;
	border: 1px solid #d8d8d8;
	padding: 5px;
}
.navLink {
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-image: url(../images/navArrow.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #394144;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F0F0F0;
}
.navLink a{
	color: #1B92B8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
}
.navLink a:hover{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.rightContainer {
	float: left;
	width: 851px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.topTabBox {
	height: 35px;
	background-image: url(../images/menuBackBg.png);
	background-repeat: repeat-x;
	padding-left: 5px;
	background-position: bottom;
}
.tab {
	float: left;
	background-image: url(../images/aMiddleBg.png);
	background-repeat: repeat-x;
	height: 25px;
	margin-top: 3px;
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
}

.tab .flImage {
	float: left;
	background-image: url(../images/aLeftBg.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 5px;
}
.tab span {
	float: left;
	padding-top: 6px;
	padding-right: 4px;
	padding-left: 3px;
}
.tab span a {
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
}
.tab span a:hover {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.tab em {
	background-image: url(../images/aRightBg.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 5px;
	float: left;
}
.tab1 {
	float: left;
	background-image: url(../images/hMiddleBg.png);
	background-repeat: repeat-x;
	height: 25px;
	margin-top: 3px;
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
}

.tab1 .flImage {
	float: left;
	background-image: url(../images/hLeftBg.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 5px;
}
.tab1 span {
	float: left;
	padding-top: 6px;
	padding-right: 4px;
	padding-left: 3px;
}
.tab1 span a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
}
.tab1 span a:hover {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.tab1 em {
	background-image: url(../images/hRightBg.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 5px;
	float: left;
}
.collegeNameHeading {
	clear: left;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #4e4e4e;
	padding-bottom: 3px;
	margin-left: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}
.collegeNameHeading h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}
.collegeNameHeading h1 a{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.collegeNameHeading h1 a:hover{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
.rightContentBox {
	margin-top: 5px;
}
.sLeftPart {
	float: left;
	width: 545px;
}
.addPart {
	float: right;
	width: 301px;
}
.yourAdd {
	margin-bottom: 10px;
	margin-top: 10px;

}
.yourAdd img {
	height: 250px;
	width: 300px;
}


.rightAddBox {
	margin-bottom: 10px;
}

.shadowBox {
	width: 537px;
	padding-left: 3px;
	margin-left: 2px;
}
.topShadowBox {
	height: 10px;
	background-image: url(../images/shadowTopBg.png);
	background-repeat: no-repeat;
	font-size: 1px;
	background-position: bottom;
}
.shadowTextBox {
	background-image: url(../images/shadowMiddleBg.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #3f3f3f;
	letter-spacing: .01em;
}
.shadowTextBox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #a5480a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: -2px;
	font-weight: normal;
}
.shadowTextBox h2 em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	padding-left: 5px;
}


.shadowBottomBox {
	font-size: 1px;
	height: 10px;
	background-image: url(../images/shadowBottomBg.png);
	background-repeat: no-repeat;
	background-position: top;
}
.addTopBg {
	height: 8px;
	font-size: 1px;
	background-image: url(../images/addBoxTop.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.addMiddleBox {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #707070;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.addMiddleBox h2 {
	color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}

.addBottomBox {
	height: 8px;
	font-size: 1px;
	background-image: url(../images/addBoxBottom.png);
	background-repeat: no-repeat;
	background-position: top;
}
.news {
	padding-top: 2px;
	padding-bottom: 2px;
}
.news a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #036;
}
.news a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
.addMiddleBox ul strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #999;
	padding-left: 5px;
}


.addMiddleBox ul {
	padding-right: 7px;
	padding-left: 7px;
	margin-right: 7px;
	margin-left: 7px;
	list-style-type: square;
}
.moreLink {
	text-align: right;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.moreLink2 {
	text-align: right;
	clear: left;
	padding-right: 10px;
}
.moreLink2 a{
	color: #E60000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}
.moreLink2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
	text-align: right;
}
.moreLink a {
	text-align: right;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #C60000;
	text-decoration: underline;
}
.moreLink a:hover {
	text-align: right;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.simpleBox {
	width: 263px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 7px;
	display: inline;
}

.topBoxBg {
	height: 5px;
	background-image: url(../images/boxTopBg.png);
	background-repeat: no-repeat;
	font-size: 1px;
}
.contentText {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.bottomBoxBg {
	font-size: 1px;
	background-image: url(../images/boxMiddleBg.png);
	background-repeat: no-repeat;
	height: 5px;
	background-position: top;
}
.headingh2 {
	color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}

.gallery {
	margin-top: 10px;
	margin-bottom: 10px;
}
.gallery img {
	height: 45px;
	width: 50px;
}

.gallery span a{
	margin-right: 5px;
	height: 45px;
	width: 50px;
	border: 2px solid #CCC;
	margin-bottom: 10px;
	margin-left: 3px;
	float: left;
	display: inline;
}
.gallery span a:hover{
	margin-right: 5px;
	height: 45px;
	width: 50px;
	border: 2px solid #666;
	margin-bottom: 10px;
	margin-left: 3px;
}
.locationMap img {
	height: 170px;
	width: 250px;
}
.footer {
	clear: both;
	height: 117px;
	background-image: url(../images/footerBg.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CFCFCF;
	border-left-color: #CFCFCF;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footer li {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	color: #999;
	display: inline;
}
.footerMenu {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
.JoinNow {
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #E8FBFD;
	padding-left: 10px;
	border: 1px solid #54C0E0;
	padding-top: 2px;
}
.JoinNow a{
	color: #1B92B8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.JoinNow a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1B92B8;
	text-decoration: underline;
}
.JoinNow h3 {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	color: #1B92B8;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.studentGallery {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}
.OnlyTextBox {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #3f3f3f;
	letter-spacing: .01em;
}
.OnlyTextBox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5B5B5B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: -2px;
	font-weight: bold;
}
.OnlyTextBox h2 em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	padding-left: 5px;
}
.topperGallery {
	margin-top: 10px;
	margin-bottom: 10px;
}
.topperGallery img {
	height: 50px;
	width: 50px;
}
.topperGallery span a{
	float: left;
	display: inline;
	border: 2px solid #FFF;
	margin: 2px;
}

.topperGallery span a:hover{
	display: inline;
	margin: 2px;
	border: 2px solid #94D8EB;
}

.BlanckDiv{
	margin-right: 7px;
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #94D8EB;
}
.BlanckDiv h2 {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94D8EB;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #E8FBFD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.counting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	padding-left: 5px;
	font-weight: normal;
}
.shadowTextBox ul {
	margin-right: 7px;
	margin-left: 7px;
	padding-right: 7px;
	padding-left: 7px;
	list-style-type: disc;
}
.news strong {
	font-style: italic;
	font-weight: normal;
	font-size: 10px;
	padding-left: 5px;
	color: #999;
}
.backLinks {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #999;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 5px;
}
.backLinks a{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #09C;
}
.backLinks a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #999;
}
.galleryBox {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #B9F1FF;
	background-color: #F0FCFF;
}
.album a{
	float: left;
	background-color: #FFF;
	border: 1px solid #B9F1FF;
	padding: 2px;
	display: inline;
}
.album a:hover{
	float: left;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #15D0FF;
	display: inline;
}
.album img {
	height: 100px;
	width: 150px;
}

.albumDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #09C;
	display: inline;
	margin-left: 5px;
}
.albumDescription em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin-left: 5px;
	margin-right: 5px;
	font-style: normal;
}
.albumDescription small {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	float: left;
	padding-left: 6px;
	padding-right: 5px;
	width: 310px;
}
.paging {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666;
}
.paging ul {
	list-style-type: none;
}
.paging ul li {
	float: right;
	padding-right: 4px;
	padding-left: 4px;
}
.photo a{
	padding: 2px;
	background-color: #E0EDF6;
	float: left;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 9px;
	display: inline;
}
.photo a{
	padding: 2px;
	background-color: #E0EDF6;
	float: left;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 9px;
	display: inline;
}
.photo img {
	height: 60px;
	width: 80px;
}
.photo a:hover{
	padding: 2px;
	background-color: #E0EDF6;
	float: left;
	border: 1px solid #09C;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 9px;
	display: inline;
}
.bPhot {
	background-color: #E1F8FF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 2px solid #B9EEFF;
}
.bPhot img {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.clickButton {
	margin-top: 10px;
	margin-left: 10px;
	text-align: right;
	padding-right: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.imageDiscription {
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}









.sign_in {
	border: 1px solid #DEDDD3;
	background-image: url(../images/left_navigation_box_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.sign_in_bg {
	padding-right: 5px;
	padding-left: 5px;
}

.forget_password {
	color: #000000;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 20px;
}
.div_space h2 a {
	color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

.div_space h2 a:hover {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

.forget_password a{
	color: #006600;
	font-size: 11px;
}

.forget_password a:hover{
	color: #990000;
	font-size: 11px;
}
.div_space {
	margin-bottom: 10px;
	margin-top: 10px;
}
.div_space strong {
	width: 110px;
	float: left;
	font-weight: 300;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
}
.signButton {
	height: 24px;
	width: 68px;
}
.sign_in_bg h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
}
.video_box {
	border: 1px solid #DFDFDF;
	background-color: #F0F0F0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 45px;
}
.count   
 
  {
	font-family: Arial, Helvetica, sans-serif;
	color: #8F8F8F;
	font-style: normal;
	margin-left: 5px;
	font-size: 14px;
}
.friendsBox {
	margin-top: 10px;
	margin-bottom: 10px;
}
.friendsBox span em {
	float: left;
	width: 80px;
	font-style: normal;
}

.friendsBox span {
	height: 115px !important;
	width: 78px;
	float: left;
	background-color: #CFF8FC;
	padding: 5px;
	margin-right: 1px;
	margin-bottom: 5px;
	text-align: center;
	color: #09F;
	display: inline;
	border: 1px solid #A0F1FA;
	margin-left: 2px;
	overflow:hidden;
}
.friendsBox span img {
	height: 86px;
	width: 74px;
	margin-bottom: 2px;
}
.darkList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #CFF8FC;
	padding-top: 2px;
	padding-bottom: 2px;
}
.darkLeft {
	width: 200px;
	float: left;
	text-align: right;
	padding-right: 2px;
	color: #000;
}
.darkRight {
	color: #666;
	text-align: left;
}
.lightList {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #EBFCFE;
}
.text_heading {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #999;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 5px;
}
.classmates {
	height: 86px !important;
	width: 74px !important;
}
.classmateDrop {
	position: absolute;
	right: 10px;
	top: -3px;
}
.smallInput {
	width: 40px;
	margin-right: 3px;
}
.captchaInput {
	width: 80px;
	margin-left: 5px;
}
.album {
	float: left;
}


.mailMenu {
	float: left;
	width: 120px;
	padding: 5px;
	margin-right: 5px;
	background-color: #ECF4F9;
	margin-left: 7px;
	display: inline;
	margin-top: 5px;
	border: 1px solid #ACD1E3;
}
.mailMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.mailMenu li {
	list-style-type: none;
	padding-bottom: 5px;
	padding-left: 5px;
}
.mailMenu li a{
	color: #2A5E78;
	font-size: 12px;
}
.mailMenu li a:hover{
	color: #C60000;
	text-decoration: none;
	font-size: 12px;
}

.mailBox {
	float: left;
	width: 700px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.mailHeading {
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A33D0C;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F3F3F3;
	margin-left: 8px;
}
.classmateDrop2 {
	position: absolute;
	top: 0px;
	left: 140px;
	font-weight: normal;
	color: #000;
	width: 700px;
}
.classmateDrop2 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #069;
	margin-right: 2px;
	margin-left: 2px;
	text-decoration: none;
}
.classmateDrop2 a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #069;
	margin-right: 2px;
	margin-left: 2px;
	text-decoration: underline;
}
.delete {
	margin-top: 2px;
}
.mailBox table {
	border: 1px solid #DDD;
	padding: 0px;
	margin-bottom: 5px;
	width: 100%;
}
.mailBox table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
.mailBox table td a{
	color:#000000;
	width:100%;
	display:block;
}
.mailBox table td a:hover{
	color:#000000;
	width:100%;
	display:block;
}

.Message {
	font-style: normal;
	color: #6E6E6E;
	padding-left: 4px;
}
.messageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	color: #069;
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
}
.messageText {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
	color: #3B3B3B;
}

