/* More than grades CSS Document */

body{
  margin:0px;
  padding:0px;
  background-color:#FFFFFF;
  margin-top:20px;

}

tr, p, div, legend {
  font-family           : Verdana, Arial, Helvetica, sans-serif;
  font-size             : 11px;
  color                 : #333333;
}


.title{
  font-size             : 15px;
  font-weight           : bold;
}

/* Layout classes for interior */
#logo{
  background:url(../img/logo-int.jpg) no-repeat;
  width:260px;
  height:166px;
}
#top-menu{
  height:31px;
}
table.top-menu-table{
  margin-bottom:-2px;
}
table.top-menu-table td{
  margin:0px;
  padding:0px;
}
#widerheader{
	background:#9B0A07 url(/images/bg-header.jpg) repeat-x scroll bottom right;
	width:933px;
	margin:0 auto;
	height:112px;
	padding:20px;
	margin-bottom:-1px;
}
#widerheader table td{
	color:white;
}
#header{
	background:#9B0A07 url(/images/bg-header.jpg) repeat-x scroll bottom right;
	width:761px;
	margin:0 auto;
	height:112px;
	padding:20px;
	margin-bottom:-1px;
}
#header table td{
	color:white;
}
a img{
	border:none;
}
#img-header{
  background:url(../img/photo-int.jpg) no-repeat top;
  width:541px;
  height:134px;
}
div#help_about.feed {
	margin-left:-300px;
}
.photo-holder{
  text-align:right;
  background:url(../img/photo-holder.jpg) no-repeat top;
  border-left:1px solid #E2E2E2;
  height:134px;
  padding-top:1px;
}
#content{
  background-color:#FFFFFF
}
#footer{
  padding-top: 0px;
  width                 : 801px;
  height:35px;
  text-align            : center;
  border-top:1px solid #E2E2E2;
  /*background:url(../img/bottom-int.jpg) no-repeat;*/
  background:none;
}

.other-menu{
  background-color:#E2E2E2;
  height:26px;
}
table.studentlist{
  border-collapse:collapse;
  border-color:#F5F5F5
}
table.studentlist th{
  background-color:#AF3939;
  color:#FFFFFF;
}
.color1{
  background-color:#E2E2E2;
}
.color2{
  background-color:#F5F5F5;
}

/* Submenu*/
table.submenu{
  height:26px;
  border-left:1px solid #9B0A07;
}
table.submenu table{
  height:26px;
  border-left:none;
}
table.submenu td{
  padding-left:6px;
  padding-right:6px;
  border-left:1px solid #FFFFFF;
  font-size:11px;
  color:#333333
}
table.submenu td td{
  padding-left:0px;
  padding-right:0px;
  border-left:none;
  font-size:11px;
  color:#333333
}

a.submenu:link, a.submenu:visited{
  color:#333333;
  font-size:11px;
  text-decoration:none
}
a.submenu:hover{
  text-decoration:overline;
  color:#960814;
}
a.submenu_sel:link, a.submenu_sel:visited{
  text-decoration:overline;
}
table.submenu .space, table.admin-submenu .space{
  padding:0px;
  background-color:#F0F0F0;
}

table.admin-submenu{
  height:26px;
}
table.admin-submenu td{
  padding-left:5px;
  padding-right:5px;
  border-left:1px solid #FFFFFF;
  font-size:10px;
  color:#333333
}

table.admin-submenu a.submenu:link, table.admin-submenu a.submenu:visited{
  color:#333333;
  font-size:9px;
  text-decoration:none
}

/**/

table.rating {}
table.rating td{
  background-color:#FBFBFB;
}
table.rating .line {
  border-top:3px solid #F0F0F0;
  padding-top:3px;
}
/************* Text and title layout **************/
.textRed{
  color:#CC0000
}

.titleDarkBlue{
  color       : #333333;
  font-weight : bold;
  font-size   : 110%;
}
.titleColumns{
  color       : #333333;
  font-weight : bold;
  font-size   : 100%;
}
/***********************************************/

  
/********** FORM layout ***********/
input, textarea, select{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal ;
  color:#333;
  border: 1px solid #ccc;
  background-color:#fff
  }

.radio_sel{
}
  
.button {
border:1px solid #9B0A07;
background-color:#fff;
color:#9B0A07;
/*color:#176F9A;*/
font-weight:bold;
  font-family           : Verdana, Arial, Helvetica, sans-serif;
  font-style            : normal;
  font-size             : 10px;
  font-weight           : bold;
  /*background-color      : #C6C7C9;*/
  /*color                 : #444444;*/
  /*border         : none;*/
  /*background:url(../img/button-img.jpg) repeat-x bottom;*/
  cursor:pointer;
}

.button_new {
/*border:1px solid #176F9A;
color:#176F9A;
font-weight:bold*/
  font-family           : Verdana, Arial, Helvetica, sans-serif;
  font-style            : normal;
  font-size             : 10px;
  font-weight           : bold;
  background-color      : #C6C7C9;
  color                 : #BC2423;
  border         : none;
  background:url(../img/button-img.jpg) repeat-x bottom;
  cursor:pointer;
}
.button_active {
/*border:1px solid #176F9A;
color:#176F9A;
font-weight:bold*/
  font-family           : Verdana, Arial, Helvetica, sans-serif;
  font-style            : normal;
  font-size             : 10px;
  font-weight           : bold;
  background-color      : #C6C7C9;
  color                 : #004080;
  border         : none;
  background:url(../img/button-img.jpg) repeat-x bottom;
  cursor:pointer;
}

.button_link{
  font-family           : Verdana, Arial, Helvetica, sans-serif;
  font-style            : normal;
  font-size             : 10px;
  font-weight           : normal;
  color                 : #444444;
  border         : none;
	background:none;
	padding:0px;
	margin:0px;
	text-align:left;
  cursor:pointer;
}
.nbutton_link{
  font-family           : Verdana, Arial, Helvetica, sans-serif;
  font-style            : normal;
  font-size             : 11px;
  font-weight           : normal;
  color                 : #444444;
  border         : none;
	background:none;
	padding:0px;
	margin:0px;
	text-align:left;
  cursor:pointer;
	text-decoration:underline;
}
.form {
  margin     : 0px;
  padding    : 0px;
}

.content-int{
  /*background-color:#F0F0F0;*/
  border:1px solid #E2E2E2;
  border-top:none;
  border-bottom:none;
  vertical-align:top;
  border-top:1px solid #E2E2E2;  
  padding-top:15px;
  padding-bottom:15px;
}
.content-white{
  /*background-color:#F0F0F0;*/
  border:1px solid #E2E2E2;
  border-top:none;
  border-bottom:none;
  vertical-align:top;
  padding-top:5px;
  padding-bottom:5px;
}
.content-profile{
  background-color:#FFFFFF;
  vertical-align:top;
  border-left:1px solid #E2E2E2;  
  border-right:1px solid #E2E2E2; 
  padding-top:15px;
  padding-bottom:15px;
}
.pad{
  padding-left:15px;
  padding-right:15px;
}
/* collect data form */
table.collect-bg-color{
width:750px;
margin-top:0px;
/*background-color:#F0F0F0;*/
}

table.fair-bg-color{
width:750px;
margin-top:0px;
background-color:#FFFFFF;
}

.collect-hr{
  width      : 750px;
  text-align : center;
  color      : #B62723;
  height     : 1px;
  background-color: #B62723;}

table.collect-small{
/*width:100%;*/
margin-top:0px;
background-color:#F0F0F0;
}

.hr{
  text-align : center;
  color      : #B62723;
  height     : 1px;
  background-color: #B62723;
}
.print-hr{
  text-align : center;
  color      : #B62723;
  height     : 1px;
  background-color: #B62723;}

.bg-color{
  background-color:#E1F2FB;
}

table.collect{
margin-bottom:5px;
}

table.collect td{
  padding: 2px 10px 0px 0px;
  vertical-align:top;
}

/**/

.tlcorner {
  /*background-image:url(../img/tl.jpg);*/
  background-repeat:no-repeat;
  background-position:top left;
  height:19px;
}

.brcorner {
  /*background-image:url(../img/br.jpg);*/
  background-repeat:no-repeat;
  background-position:bottom right;
  height:19px;
}

.ftlcorner {
  background-image:url(../img/ftl.jpg);
  background-repeat:no-repeat;
  background-position:top left;
  height:19px;
}
.fbrcorner {
  background-image:url(../img/fbr.jpg);
  background-repeat:no-repeat;
  background-position:bottom right;
  height:19px;
}
/******************************/


/********** Other Links **********/
a:link, a:visited {
  color:#333333;
/*font-size:11px;*/
  text-decoration:none
}

a:hover {
  text-decoration       : underline;
  color:#960814;
}

a.logout-nav:link, a.logout-nav:visited {
  color                 : #ffffff;
  text-decoration       : none;

}

a.logout-nav:hover {
  color                 : #ffffff;
  font-weight           : normal;
  text-decoration       : underline;

}


/*  mainlevel-bot  */
a.mainlevel-bot:link, a.mainlevel-bot:visited{
  color:#333333;
  font-size:11px;
  text-decoration:none
}

a.mainlevel-bot:hover {
  text-decoration       : overline;
  color:#960814;
}

/********** File Links **********/
a.file:link, a.file:visited {
  color:#333333;
/*font-size:11px;*/
  text-decoration:underline
}

a.file:hover {
  text-decoration       : underline;
  color:#960814;

}


/* Layout classes for Admin */

#img-admin-header{
  background:url(../img/header-admin-img.jpg) no-repeat top;
  width:541px;
  height:166px;
}

.adminLogInTb{
  border:1px solid #CCCCCC;
  background-color:#F1F3F5;
  margin-bottom:50px;
  margin-top:25px;
}


.admin-lock-1{
  background:url(../img/security.png) no-repeat top;
  padding-left:20px;
  padding-right:15px;
  width:170px;
  height:180px;
}

.admin-lock-2{
  width:200px;
}

.adminLoginText{
  color:#C64934;
  font-size:20px;
  font-weight:bold;
}

.adminCredentials{
  background-color:#E9ECEF;
  border:1px solid #CCCCCC;
  margin-top:10px;
  padding-left:10px;
  width:180px;
  height:130px;
}

.message {
	margin-top: 10px;
	padding: 7px; 
	width: 350px;
	border: 1px solid #B22222;
	background: #F1F3F5;
	color: #B22222;	
	font-weight: bold;
	font-size: 13px;
	text-align:center;
}

.noMessage {
	margin-top: 10px;
	padding: 7px;
	width: 350px;
	border: 1px solid #F0F0F0; 
	font-weight: bold;
	font-size: 13px;
	text-align:center;	
}

.adminInput{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal ;
  color:#000000;
  border: 1px solid #F0F0F0;
  background-color:#FFFFFF;
}

.adminButton {
	border : solid 1px #CCCCCC;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
}

.formbutton{
  background-color:#AF3939;
  color:#FFFFFF;
  border:1px solid #CDCDCD;
  margin:0px;
  padding:0px;
}

.rating1{border-bottom:1px solid #BBBBBB; background:#FBFBFB}
.rating2{border-bottom:1px solid #BBBBBB;}

table.add-rating td{
  padding-top:4px;
  padding-bottom:4px;
}

.contentheading, .componentheading {
  font-family           : Arial,Verdana, Helvetica, sans-serif;
  font-size             : 15px;
  font-weight           : bold;
  color                 : #B90000;
  padding-top           : 10px;
  width:100%;
  text-align            : center;
}


.scrollbar{
  height:150px;
	background-color:#fff;
	border: 1px solid #E2E2E2 ;
  overflow:auto;  scrollbar-face-color: white; scrollbar-highlight-color: #F4F4F4; scrollbar-shadow-color: #F4F4F4; scrollbar-3dlight-color: #F4F4F4; scrollbar-arrow-color: #C53D3F; scrollbar-track-color: #FFFFFF; scrollbar-darkshadow-color: #F4F4F4}

.galleryscroll{
  height:285px;
	background-color:#DDDDDD;
  overflow:auto;  scrollbar-face-color: white; scrollbar-highlight-color: #F4F4F4; scrollbar-shadow-color: #F4F4F4; scrollbar-3dlight-color: #F4F4F4; scrollbar-arrow-color: #C53D3F; scrollbar-track-color: #FFFFFF; scrollbar-darkshadow-color: #F4F4F4}

.gallerysearch{
  height:118px;
  width:700px;
  background-color:#F0F0F0;
  overflow:auto;
  white-space:nowrap;  
  scrollbar-face-color: white; 
  scrollbar-highlight-color: #F4F4F4; 
  scrollbar-shadow-color: #F4F4F4; 
  scrollbar-3dlight-color: #F4F4F4; 
  scrollbar-arrow-color: #C53D3F; 
  scrollbar-track-color: #FFFFFF; 
  scrollbar-darkshadow-color: #F4F4F4}

a.bigger:link, a.bigger:visited{
  color:#333333;
  font-size:13px;
  text-decoration:none;
}
a.bigger:hover{
  color:#960814;
}

.fairTitle{
  color       : #D30606;
  font-weight : bold;
  font-size   : 110%;  
	padding-top:10px;
	padding-bottom:5px;
}

/********blogs***********/
div#content div.last{
	border-bottom:1px solid #aaa;
}
div.article{
	color:#666;
	margin:0 20px;
	padding:20px 0;
	border-bottom:2px dotted #999;
}
div.article h4{
	font-size:20px;
	font-weight:normal;
	margin:10px 0;
}
div.article h4 div{
	font-weight:bold;
	color:#000;
	font-size:12px;
}
div.article h4 div span{
	font-weight:normal;
	font-size:11px;
	color:#666;
}
div#category{
	border-bottom:2px solid #ddd;
	margin:20px 20px 0 20px;
}
div#category h3{
	font-size:16px;
}
div.rollover{
	margin-left:20px;
	top:0;
	left:0;
}
a.rollover{
	border-bottom:1px dashed #9B0A07;
	color:#9B0A07;
	cursor:default;
}
a.rollover:hover{
	text-decoration:none;
	border-bottom:1px solid #9B0A07;
}
div#help_about{
	margin-left:547px;
	margin-left:419px;
	text-align:left;
}
div#help_about.offset{
	margin-left:547px;
	margin-left:405px;
	text-align:left;
}
div.help_bubble{
	position:absolute;
	display:none;
}
div.help_bubble p{
	padding:0 10px;
	margin-top:7px;
	margin-bottom:0;
}
div.help_bubble_bottom{
	background:url(/images/help_bubble_bottom-trans.png) no-repeat;
	height:10px;
	width:350px;
}
div.help_bubble_top{
	width:346px;
	background:#FFFFFF;
	border:2px solid #9B0A07;
	border-bottom:none;
}
a.help_icon:hover{
	text-decoration:none;
}
a.help_text{
	color:#9B0A07;
	display:block;
}
div.help_inner{
	display:none;
}
div.help_inner p{
	padding:0 10px;
	margin-top:7px;
	margin-bottom:0;
}
div.help_inner  div{
	border:none;
	background:none;
}

/********college scoop ads***********/
ul#feedslist{
	width:535px;
	float:left;
}
#adbar{
	float:right;
	width:200px;
}
#adbar div.ad{
	width:180px;
	height:150px;
	margin-top:20px;
}
#adbar_sm{
	float:right;
	width:135px;
}
#adbar_sm div.ad_sm{
	width:120px;
	height:240px;
	margin:0 auto;
	margin-top:20px;
}
.clear{
	clear:both;
}

/********scholarships***********/
#criterias .criteria {
    float:left;
    display:inline-block;
    width:240px;
    padding:3px;
}

#scholarships {
    
}

#scholarships ul {
    margin:10px 0px;
    padding:0;
    list-style-type:none;
    list-style-position:inside;
    border-left:1px solid #000000;
}

#scholarships ul li {
    display:inline;
    padding:0px 6px;
    border-right:1px solid #000000;
}

#scholarships ul li a {
    text-decoration:underline;
}

#scholarships ul li a.selected {
    font-weight:bold;
}

#scholarships .listing {
    padding:6px;
    background-color:#f2f2f2;
    margin-bottom:10px;
}

#scholarships .listing td {
    padding:2px 6px;
}

.search {
    padding:0;
    margin:0 0 10px 0;
    height:20px;
    border-bottom:1px solid #000000;
    border-left:1px solid #000000;
}

.search li {
    float:left;
    display:block;
    padding:3px 6px;
    background:#ffffff;
    border-top:1px solid #000000;
    border-right:1px solid #000000;
    border-top:1px solid #000000;
}

.search li.selected {
    background:#cccccc;
}

.search li a {
    
}
