html {
     overflow: -moz-scrollbars-vertical;
}

.header_navigation {

	border-bottom-style: solid;
	border-bottom-color: #ddd; 
	border-bottom-width: 1px;
	
	border-right-style: solid; 
	border-right-color: #ddd; 
	border-right-width: 1px;
	
	border-top-style: solid; 
	border-top-color: #AAA;
	border-top-width: 1px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	
	font-weight: 100;
		
	background-image: none;
	background-color:#666;
	
	text-indent: 10px;	
	padding-top:  0px;
	padding-left: 0px;
	padding-right: 60px;
}

.standard_padding
{
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.content {

	border-bottom-style: solid;
	border-bottom-color: #333333; 
	border-bottom-width: 1px;
	
	border-right-style: solid; 
	border-right-color: #333333; 
	border-right-width: 1px;
	
	border-top-style: solid; 
	border-top-color: #AAA;
	border-top-width: 1px;
	
	border-left-style: solid; 
	border-left-color: #AAA;
	border-left-width: 1px;

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	
	width: 607px;
	
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	
	background-color:#EEE;
}

.footer{

	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	
	top: 320px;
	position: absolute;
	left: 194px;
	height: 15px;
	width: 650px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.left_side_navigation {

	border-bottom-style: solid;
	border-bottom-color: #333333; 
	border-bottom-width: 1px;
	
	border-right-style: solid; 
	border-right-color: #333333; 
	border-right-width: 1px;
	
	border-top-style: solid; 
	border-top-color: #888;
	border-top-width: 1px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	
	color: #000;

	
	background-image: none;
	background-color: #EEE;
	text-align: left;
	padding: 10px 0px 20px 10px;
}


.left_side_header {

	border-bottom-style: solid;
	border-bottom-color: #ddd; 
	border-bottom-width: 1px;
	
	border-left-style: solid; 
	border-left-color: #aaa; 
	border-left-width: 1px;
	
	border-top-style: solid; 
	border-top-color: #aaa;
	border-top-width: 1px;


	font-family: "Courier New", Courier, mono;
	font-size: 0.7em;
	font-weight: bold;
	background-image: none;
	background-color: #666;
	text-align: left;
	text-indent: 2px;
	
	cursor: pointer;
}

.top_navigation_link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#666;
	cursor:pointer;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}

.top_navigation_link:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	background-color:#888;
	cursor:pointer;
	text-decoration:none;
	padding: 2px 2px 2px 2px;
}

.content_link:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	//color: #CDCD34;
	color: #7D87E8;
	
	font-weight: bold;
	cursor:pointer;
	text-decoration:underline;
}

.content_link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	cursor:pointer;
	text-decoration: none;
}

.left_navigation_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D87E8;
	
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}


.left_navigation_link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	cursor:pointer;
	text-decoration: none;
}

.left_navigation_link:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7D87E8;
	cursor:pointer;
	text-decoration: underline;
}

.footer_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.comment_footer_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #999;
	text-decoration: none;
}

.footer_link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	cursor:pointer;
	text-decoration: none;
}

.footer_link:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	cursor:pointer;
	text-decoration: underline;
	
}

.breadcrumb
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	cursor:pointer;
	text-decoration: none;
}

.breadcrumb_link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	cursor:pointer;
	text-decoration: none;
}

.breadcrumb_link:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	cursor:pointer;
	text-decoration: underline;
}


.comment_block
{
	background-color:#F5F5F5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	
	border-bottom-style: solid;
	border-bottom-color: #333333; 
	border-bottom-width: 1px;
	
	border-right-style: solid; 
	border-right-color: #333333; 
	border-right-width: 1px;
	
	border-top-style: solid; 
	border-top-color: #AAA;
	border-top-width: 1px;
	
	border-left-style: solid; 
	border-left-color: #AAA;
	border-left-width: 1px;
	
	height: 100%;
    width: 100%;
}

.search_result_block
{
	background-color:#FFFFD5;;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	
	border-bottom-style: solid;
	border-bottom-color: #333333; 
	border-bottom-width: 1px;
	
	border-right-style: solid; 
	border-right-color: #333333; 
	border-right-width: 1px;
	
	border-top-style: solid; 
	border-top-color: #AAA;
	border-top-width: 1px;
	
	border-left-style: solid; 
	border-left-color: #AAA;
	border-left-width: 1px;
	
	height: 100%;
    width: 100%;
}

.content_block
{
	background-color:#F5F5F5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	
	border-bottom-style: solid;
	border-bottom-color: #333333; 
	border-bottom-width: 1px;
	
	border-right-style: solid; 
	border-right-color: #333333; 
	border-right-width: 1px;
	
	border-top-style: solid; 
	border-top-color: #AAA;
	border-top-width: 1px;
	
	border-left-style: solid; 
	border-left-color: #AAA;
	border-left-width: 1px;
	
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	
	
    height: 100%;
    width: 100%;
}

.inside_content_block
{
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	
	border-bottom-style: solid;
	border-bottom-color: #333333; 
	border-bottom-width: 1px;
	
	border-right-style: solid; 
	border-right-color: #333333; 
	border-right-width: 1px;
	
	border-top-style: solid; 
	border-top-color: #AAA;
	border-top-width: 1px;
	
	border-left-style: solid; 
	border-left-color: #AAA;
	border-left-width: 1px;
	
}


.form_text_box_invalid
{

	width: 175px;
	
	border-bottom-style: solid;
	border-bottom-color: #333333; 
	border-bottom-width: 1px;
	
	border-right-style: solid; 
	border-right-color: #333333; 
	border-right-width: 1px;
	
	border-top-style: solid; 
	border-top-color: #333333;
	border-top-width: 1px;
	
	border-left-style: solid; 
	border-left-color: #333333;
	border-left-width: 1px;
	
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	
	color: #ff0000;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px; 
	
}


.wide_select_box
{
	padding: 1px; 
	border: 1px solid #000; 
	width:181px;
	cursor: pointer;
}

.select_box
{
	padding: 1px; 
	border: 1px solid #000; 
	cursor: pointer;
}

.small_select_box
{
	padding: 1px; 
	border: 1px solid #000; 
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	cursor: pointer;
}

.form_text_box
{

	width: 175px;
	
	border-bottom-style: solid;
	border-bottom-color: #333333; 
	border-bottom-width: 1px;
	
	border-right-style: solid; 
	border-right-color: #333333; 
	border-right-width: 1px;
	
	border-top-style: solid; 
	border-top-color: #333333;
	border-top-width: 1px;
	
	border-left-style: solid; 
	border-left-color: #333333;
	border-left-width: 1px;
	
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	
	color: #000;
	background-color: #fff;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px; 
	
}

.text_box
{
	border-bottom-style: solid;
	border-bottom-color: #333333; 
	border-bottom-width: 1px;
	
	border-right-style: solid; 
	border-right-color: #333333; 
	border-right-width: 1px;
	
	border-top-style: solid; 
	border-top-color: #333333;
	border-top-width: 1px;
	
	border-left-style: solid; 
	border-left-color: #333333;
	border-left-width: 1px;
	
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	
	color: #000;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px; 
	
}

.smallRed{
	
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	
	color: #ff0000;
	
	
}


.search_text_box
{
	border-bottom-style: solid;
	border-bottom-color: #333333; 
	border-bottom-width: 1px;
	
	border-right-style: solid; 
	border-right-color: #333333; 
	border-right-width: 1px;
	
	border-top-style: solid; 
	border-top-color: #333333;
	border-top-width: 1px;
	
	border-left-style: solid; 
	border-left-color: #333333;
	border-left-width: 1px;
	
	padding-left: 1px;
		
	height: 14px; 
	color: #666; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10px;
}

.hide_show_button
{
	 border-bottom-style:solid;
	 border-bottom-color: #fff; 
	 border-bottom-width: 1px;
	
	 border-right-style: solid; 
	 border-right-color: #fff; 
	 border-right-width: 1px;
	
	 border-top-style: solid; 
	 border-top-color: #fff;
	 border-top-width: 1px;
	
	 border-left-style: solid; 
	 border-left-color: #fff;
	 border-left-width: 1px;

	text-align:center;

	 height: 15px;
	 width: 15px;
	 background-color:#fff; 
	 color:#000; 
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:18px;
	 font-weight:bold;
	 cursor: pointer
	 }


.green_button
{
	 border-bottom-style:solid;
	 border-bottom-color: #333333; 
	 border-bottom-width: 1px;
	
	 border-right-style: solid; 
	 border-right-color: #333333; 
	 border-right-width: 1px;
	
	 border-top-style: solid; 
	 border-top-color: #333;
	 border-top-width: 1px;
	
	 border-left-style: solid; 
	 border-left-color: #333;
	 border-left-width: 1px;

	 height: 30px;
	 width: 85px;
	 background-color:#009933;
	 color:#fff; 
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 cursor: pointer
}

.button
{
	 border-bottom-style:solid;
	 border-bottom-color: #333333; 
	 border-bottom-width: 1px;
	
	 border-right-style: solid; 
	 border-right-color: #333333; 
	 border-right-width: 1px;
	
	 border-top-style: solid; 
	 border-top-color: #333;
	 border-top-width: 1px;
	
	 border-left-style: solid; 
	 border-left-color: #333;
	 border-left-width: 1px;

	 height: 21px;
	 width: 60px;
	 background-color:#7D87E8; 
	 color:#fff; 
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:normal;
	 cursor: pointer
}

.page_button
{
	 border-bottom-style:solid;
	 border-bottom-color: #333333; 
	 border-bottom-width: 0px;
	
	 border-right-style: solid; 
	 border-right-color: #333333; 
	 border-right-width: 0px;
	
	 border-top-style: solid; 
	 border-top-color: #333;
	 border-top-width: 0px;
	
	 border-left-style: solid; 
	 border-left-color: #333;
	 border-left-width: 0px;

	
	 background-color:#fff; 
	 color:#000; 
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:10px;
	 font-weight:normal;
	 cursor: pointer;
}

.invisible_button
{
	 border-bottom-style:solid;
	 border-bottom-color: #333333; 
	 border-bottom-width: 0px;
	
	 border-right-style: solid; 
	 border-right-color: #333333; 
	 border-right-width: 0px;
	
	 border-top-style: solid; 
	 border-top-color: #333;
	 border-top-width: 0px;
	
	 border-left-style: solid; 
	 border-left-color: #333;
	 border-left-width: 0px;

	text-align:left;
	 background-color:#fff; 
	 color:#000; 
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:normal;
	 cursor: pointer
}

.search_button
{
	 border-bottom-style:solid;
	 border-bottom-color: #333333; 
	 border-bottom-width: 1px;
	
	 border-right-style: solid; 
	 border-right-color: #333333; 
	 border-right-width: 1px;
	
	 border-top-style: solid; 
	 border-top-color: #333;
	 border-top-width: 1px;
	
	 border-left-style: solid; 
	 border-left-color: #333;
	 border-left-width: 1px;

	 text-align:center;
	 height: 18px;
	 width: 60px;
	 background-color:#7D87E8; 
	 color:#fff; 
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:normal;
	 cursor: pointer
	 
}

.wide_button
{
	 border-bottom-style:solid;
	 border-bottom-color: #333333; 
	 border-bottom-width: 1px;
	
	 border-right-style: solid; 
	 border-right-color: #333333; 
	 border-right-width: 1px;
	
	 border-top-style: solid; 
	 border-top-color: #333;
	 border-top-width: 1px;
	
	 border-left-style: solid; 
	 border-left-color: #333;
	 border-left-width: 1px;

	 height: 22px;
	 width: 110px;
	 background-color:#7D87E8;
	 color:#fff; 
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:normal;
	 cursor: pointer
}
.college_name_header
{
	 color:#000; 
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:16px;
	 font-weight:bold;
}

.category_header
{
	 color:#000; 
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:bold;
}

.college_link
{
	color: #7D87E8;
}


.alternate_row_color
{
	background-color:#CBE0FA;
}