#container {
	width: 95%;
	background: #fff;
	border: 1px solid #e4e4e4;
	color: #000000;
	margin: auto auto;
	padding: 20px;
	text-align: left; /* IE 5 fix */
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;
	margin-bottom: 40px;

}

.menu ul {
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding: 4px;
}

.menu ul a:link {
	color: #000000;
	text-decoration: none;
}

.menu ul a:visited {
	color: #000000;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #4874a3;
	text-decoration: none;
}

#panel {
	background: #efefef;
	color: #000000;
	font-size: 11px;
	border: 1px solid #D4D4D4;
	padding: 8px;
}

table {
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

.tborder {
	background: #dbdbdb;
	width: 100%;
	margin: auto auto;
	border: 1px solid #989897;
}

.thead {
	background: #026CB1 url(../../../images/thead_bg.gif) top left repeat-x;
	color: #ffffff;
}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tcat {
	background: #ADCBE7;
	color: #000000;
	font-size: 12px;
}

.tcat a:link {
	color: #000000;
}

.tcat a:visited {
	color: #000000;
}

.tcat a:hover, .tcat a:active {
	color: #000000;
}

.trow1 {
	background: #f5f5f5;
}

.trow2 {
	background: #EFEFEF;
}

.trow_shaded {
	background: #ffdde0;
}

.trow_selected td {
	background: #FFFBD9;
}

.trow_sep {
	background: #e5e5e5;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: #026CB1 url(../../../images/thead_bg.gif) top left repeat-x;
	color: #ffffff;
}

.tfoot a:link {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #ffffff;
	text-decoration: underline;
}

.bottommenu {
	background: #efefef;
	color: #000000;
	border: 1px solid #4874a3;
	padding: 10px;
}

.navigation {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
}

.navigation .active {
	color: #000000;
	font-size: small;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

input.textbox {
	background: #ffffff;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 1px;
}

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
}

select {
	background: #ffffff;
	border: 1px solid #0f5c8e;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #0f5c8e;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #000;
}

.popup_menu {
	background: #ccc;
	border: 1px solid #000;
}

.popup_menu .popup_item {
	background: #fff;
	color: #000;
}

.popup_menu .popup_item:hover {
	background: #C7DBEE;
	color: #000;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(../../../images/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(../../../images/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(../../../images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

/* Additional CSS (Master) */
img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel .links {
	margin: 0;
	float: right;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

#copyright {
	font: 11px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 10px 0 0 0;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 4px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	margin: 4px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}


blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.gif) no-repeat 0;
}

div.error.ul {
	margin-left: 24px;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}
.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #81A2C4;
}

.pagination .pagination_current {
	background: #F5F5F5;
	border: 1px solid #81A2C4;
	font-weight: bold;
}

.pagination a:hover {
	background: #F5F5F5;
	text-decoration: none;
}

.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
}

.quick_jump {
	background: url(../../../images/jump.gif) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	vertical-align: middle;
	border: none;
}

/* new */

body {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 80%;
	margin: 0px;
	background-color: #8db835;
}

h1 {
	font-family: Arial,Helvetica,sans-serif;
	color: #7a7c7c;
	font-weight: normal;
	border-bottom: 2px solid #7a7c7c;
	font-size: 200%;
	margin: 25px 0px 5px 0px;
}

p {
	margin: 10px 0px 10px 0px;
}

#main h2 {
	font-family: Arial,Helvetica,sans-serif;
	color: #7a7c7c;
	font-weight: normal;
	border-bottom: 2px solid #7a7c7c;
	font-size: 140%;
}

.clear {
	clear: both;
}

#page {
	width: 924px;
	margin: 0px auto;
	background: #ffffff url(http://files.studential.com/images/template/page_background.png) 0px 780px no-repeat;
	
}

#border {
	border-left: 3px solid #ebeced;
	border-right: 3px solid #ebeced;
	padding: 0px 11px 1px 11px;
	overflow: auto;
	background: url(http://files.studential.com/images/template/left_background.png) bottom left no-repeat;
}

#header {
	background: url(http://files.studential.com/images/template/header.png) #4C504F bottom repeat-x;
	overflow: auto;
	zoom: 1;
}

#header .left {
	float: left;
	background: url(http://files.studential.com/images/template/header_left.png) bottom left no-repeat;
	height: 175px;
	width: 888px;
}

#header #logo {
	float: left;
	margin-left: 25px;
	margin-top: 60px;
}

#header .sticker {
	float: right;
	margin: 40px 0px 0px 0px;
}

#header .images {
	float: right;
	background: url(http://files.studential.com/images/template/studentdiscussion_header_images.jpg) top left no-repeat;
	height: 175px;
	width: 584px;
}

#header .right {
	float: right;
	background: url(http://files.studential.com/images/template/header_right.png) #4C504F bottom right no-repeat;
	height: 175px;
	width: 5px;
}

#main {
	margin-top: 10px;
}

#leftcolumn {
	float: left;
	width: 250px;
	margin-bottom: 150px;
}

#leftcolumn .search {
	background: url(http://files.studential.com/images/template/search_background.png) top left no-repeat;
	height: 46px;
	margin-bottom: 10px;
	padding-top: 1px;
}

#leftcolumn .search form {
	display: inline;
}

#leftcolumn .search .text {
	color: #024472;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 110%;
	font-weight: bold;
	display: inline;
	margin: 15px 12px 0px 10px;
	float: left;
}

#leftcolumn .search .input {
	float: left;
	margin-top: 14px;
	height: 16px;
	width: 132px;
	border: none;
	background: none;
	margin-right: 5px;
}

#leftcolumn .search .button {
	background: url(http://files.studential.com/images/template/search_button.png) top left no-repeat;
	color: none;
	border: none;
	width: 34px;
	height: 25px;
	margin-top: 11px;
	
	text-indent: -1000px;
	font-size: 0px;
	display:block;
	line-height: 0px;
}


#leftcolumn .block {
	margin-bottom: 10px;
}

#leftcolumn .block .header {
	background: url(http://files.studential.com/images/template/left_header.png) top left no-repeat;
	color: #024472;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 110%;
	font-weight: bold;
	
	padding: 10px 14px 9px 14px;
}

#leftcolumn .block .footer {
	background: url(http://files.studential.com/images/template/left_footer.png) bottom left no-repeat;
	height: 8px;
	clear: both;
}

#leftcolumn .block-user ul {
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	list-style: none;
	background-color: #A8A8A8;
}

#leftcolumn .block-user ul li a {
	display: block;
	color: #FFFFFF;
	background-color: #A8A8A8;
	border-bottom: 1px solid #989897;
	text-decoration: none;
	padding: 6px 4px 6px 25px;
	font-weight: bold;
	zoom: 1;
}

#leftcolumn .block-user ul li a.active {
	color: #4d5150;
}

#leftcolumn .block-user ul li a.top {
	border-top: 1px solid #989897;
}

#leftcolumn .block-user ul li a {
	background-image: url(http://files.studential.com/images/template/bullet_home.png);
	background-position: 12px 12px;
	background-repeat: no-repeat;
}

#leftcolumn .block-user ul #Sixth_form a {
	background-image: url(http://files.studential.com/images/template/bullet_alevels.png);
}	

#leftcolumn .block-user ul #Applying_to_university a {
	background-image: url(http://files.studential.com/images/template/bullet_applying.png);
}	

#leftcolumn .block-user ul #At_university a {
	background-image: url(http://files.studential.com/images/template/bullet_university.png);
}	

#leftcolumn .block-user ul #After_university a {
	background-image: url(http://files.studential.com/images/template/bullet_after.png);
}

#leftcolumn .block-user ul li ul {
	border: none;
}

#leftcolumn .block-user ul li ul li a {
	display: block;
	color: #4d5150;
	background-color: #ebeced;
	border-bottom: 1px solid #dbdbdb;
	text-decoration: none;
	padding: 4px 4px 4px 25px;
	font-weight: normal;
	zoom: 1;
}

#leftcolumn .block-user ul li ul li a.active {
	font-weight: bold;
}

#leftcolumn .block-user ul li ul li a,
#leftcolumn .block-user ul #Sixth_form ul li a,
#leftcolumn .block-user ul #Applying_to_university ul li a,
#leftcolumn .block-user ul #At_university ul li a,
#leftcolumn .block-user ul #After_university ul li a {
	background-image: none;
}

#leftcolumn .block-user ul li ul li ul li a {
	padding: 4px 4px 4px 40px;
}

#leftcolumn .block-user ul li ul li ul li ul li a {
	padding: 4px 4px 4px 55px;
}

#leftcolumn .block-user ul li ul li ul li ul li ul li a {
	padding: 4px 4px 4px 70px;
}

#leftcolumn .block-user ul li ul li ul li ul li ul li ul li a {
	padding: 4px 4px 4px 85px;
}



#leftcolumn .block-aggregator ul {
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	list-style: none;
}

#leftcolumn .block-aggregator ul li {
	background:  url(http://files.studential.com/images/template/bullet_forum.gif) 10px 9px no-repeat;
	background-color: #EBF2F9;
	padding: 6px 6px 6px 39px;
	list-style: none;
	margin: 0px;
}

#leftcolumn .block-aggregator ul li.tone {
	background-color: #F0F1F1;
}

#leftcolumn .block-aggregator ul li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #2C3534;
}

#leftcolumn .block-aggregator .more-link {
	display: none;
}

#leftcolumn .search {
	background: url(http://files.studential.com/images/template/search_background.png) top left no-repeat;
	height: 46px;
	margin-bottom: 10px;
	padding-top: 1px;
}

#leftcolumn .block-studential_auth .content {
	background: url(http://files.studential.com/images/template/login_background.png) top left no-repeat;	
	overflow: auto;
	height: 100%;
}

#leftcolumn .block-studential_auth .content .inner {
	margin: 0px 10px;
}

#leftcolumn .block-studential_auth .text {
	color: #024472;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	display: inline;
	margin: 19px 12px 0px 8px;
	float: left;	
	width: 57px;
}

#leftcolumn .block-studential_auth .input {
	float: left;
	margin-top: 14px;
	height:20px;
	padding-top:4px;
	padding-left: 5px;
	width: 118px;
	border: none;
	background: url(http://files.studential.com/images/template/left_input_background.png) top left no-repeat;
	margin-right: 5px;
}

#leftcolumn .block-studential_auth .button {
	background: url(http://files.studential.com/images/template/search_button.png) top left no-repeat;
	color: none;
	border: none;
	width: 34px;
	height: 25px;
	margin-top: 11px;
	
	float: left;
	
	text-indent: -1000px;
	font-size: 0px;
	display:block;
	line-height: 0px;
}

#centercolumn {
	margin-left: 264px;
}

#centercolumn  table {
	border-collapse: inherit;
}

#centercolumn .breadcrumb {
	font-size: 85%;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

#centercolumn .bannerad {
	text-align: center;
	padding-top: 15px;
	margin-bottom: 10px;
	/*height: 70px;*/
	background: url(http://files.studential.com/images/template/advert.png) top left no-repeat;
}

#centercolumn .box {
	margin-top: 10px;
	margin-bottom: 10px;
	zoom: 1;
	position: relative;
}

#centercolumn .box .header {
	background: url(http://files.studential.com/images/template/box_header_blue.png) top left no-repeat;
	padding: 8px 18px 7px 18px;
}

#centercolumn .box .header h1, #centercolumn .box .header h2 {
	margin: 0px;
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 130%;
	font-weight: bold;
	border: none;
}

#centercolumn .box .body {
	background: url(http://files.studential.com/images/template/box_back_short.png) #ECEDEE top left repeat-x;
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	padding: 1px 18px 1px 18px;
}

#centercolumn .box .body img {
	margin-right: 3px;
}

#centercolumn .box .body p {
	margin: 7px 0px 7px 0px;
}

#centercolumn .box .footer {
	background: url(http://files.studential.com/images/template/box_footer.png) bottom left no-repeat;
	height: 5px;
	font-size: 1px;
}

#sections {
	float: left;
}

#sections .box {
	width: 312px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	
	
	zoom: 1;
	position: relative;
}

#sections .left {
	margin-right: 5px;
}

#sections .box .header {
	padding: 12px 12px 12px 0px;
}

#sections .blue, #sections .orange2 {
	margin-right: 8px;
}

#sections .green {
	clear: both;
	margin-right: 8px;
}

#sections .blue .header, #sections .blue2 .header {
	background: url(http://files.studential.com/images/template/section_header_blue.png) top left no-repeat;
}

#sections .orange .header, #sections .orange2 .header {
	background: url(http://files.studential.com/images/template/section_header_orange.png) top left no-repeat;
}

#sections .green .header, #sections .green2 .header {
	background: url(http://files.studential.com/images/template/section_header_green.png) top left no-repeat;
}

#sections .purple .header, #sections .purple2 .header {
	background: url(http://files.studential.com/images/template/section_header_purple.png) top left no-repeat;
}

#sections .box .header h2 {
	margin: 0px;
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-align: right;
}

#sections .box .header h2 a {
	color: #FFFFFF;
	text-decoration: none;
}

#sections .box .body {
	text-align: left;
	padding: 1px 7px 1px 7px;
	font-size: 85%;
	min-height: 200px;
}

#sections .box .body a.more {
	color: #8B8B8B;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	background: url(http://files.studential.com/images/template/section_more.png) center right no-repeat;
	padding-right: 18px;
}

#sections .box .footer {
	background: url(http://files.studential.com/images/template/section_footer.png) bottom left no-repeat;
	height: 5px;
}

#footer {
	clear: both;
}

#footer .titles {
	padding: 1px 35px 1px 35px;
	background-color: #2F3432;
	overflow: auto;
	zoom: 1;
}

#footer .titles h2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin: 12px 0px 12px 0px;
}

#footer .titles .block {
	float: left;
	width: 300px;
}

#footer .main {
	padding: 1px 35px 1px 35px;
	background-color: #424745;
	overflow: auto;
	zoom: 1;
}

#footer .main .block {
	float: left;
	width: 280px;
	padding-right: 20px; 
}
#footer .block-similar,
#footer .view-recent-pages {
	color: #B7B7B7;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

#footer .block-similar p,
#footer .view-recent-pages p {
	margin: 0px;
}

#footer .block-similar a,
#footer .view-recent-pages a {
	color: #B7B7B7;
}

#footer .block-similar ul li {
	list-style: none;
	margin: 10px 0px 2px 0px;
}

#footer .view-recent-pages .views-field-title {
	margin-top: 10px;
	margin-bottom: 2px;
}

#footer .block-similar .similar-title a,
#footer .view-recent-pages .views-field-title a

 {
	margin-top: 10px;
	margin-bottom: 2px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
}

#footer .main .block p.title a {
	color: #FFFFFF;
	text-decoration: none;
}


.views-field-changed .field-content {
	margin-bottom: 0px;
	font-style: italic;
}

#footer .main .graphic {
	float: right;
	background: url(http://files.studential.com/images/template/footer.png) no-repeat;
	width: 248px;
	height: 182px;
	margin-top: 30px;
	margin-bottom:30px;
}

#footer .links {
	padding: 1px 35px 1px 35px;
	color: #FFFFFF;
	background-color: #393F3D;
	font-size: 85%;
	clear: both;
}

#footer .links a {
	color: #FFFFFF;
}

/* site map */
.sitemap-box h2 {
	display: none;
}

#centercolumn .node {
	overflow: auto;
}

/* cross promo */

.crosspromo {
	margin-bottom: 10px;
	margin-top: 10px;
}

.crosspromo .body {
	background: url(http://files.studential.com/images/template/box_back_short.png) #ECEDEE top left repeat-x;
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	padding: 1px 18px 1px 18px;
}

.crosspromo .body a.more {
	color: #8B8B8B;
	text-decoration: none;
	font-weight: bold;
	background: url(http://files.studential.com/images/template/section_more.png) center right no-repeat;
	padding-right: 18px;
}

.crosspromo .footer {
	background: url(http://files.studential.com/images/template/long_box_footer.png) bottom left no-repeat;
	height: 5px;
	font-size: 1px;
}

.crosspromo .header {
	padding: 5px 12px 4px 12px;
	background: url(http://files.studential.com/images/template/large_header_orange.png) top left no-repeat;
	height: 20px;
}

.crosspromo .header h2 {
	margin: 0px;
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 130%;
	font-weight: bold;
	border: none;
}

.crosspromo .header h2 a {
	color: #FFFFFF;
	text-decoration: none;
}

.crosspromo .body {
	height: 87px;
}

/* comments */

#comments .comment {
	background: url(http://files.studential.com/images/template/comment_background.png) top left repeat-y;
	width: 642;
	margin: 10px 0px;
}

#comments .comment .header {
	background: url(http://files.studential.com/images/template/comment_background_top.png) top left no-repeat;
	padding: 5px 10px 0px 10px;
	min-height: 40px;
}

#comments .comment .title .text {
	color: #024472;
	font-weight: bold;
}

#comments .comment .footer {
	background: url(http://files.studential.com/images/template/comment_background_bottom.png) bottom left no-repeat;
	height: 5px;
}

#comments .comment .report {
	float: right;
	margin-top: 5px;
}

/* forum additions */

.forum_legend {
	float: right;
	margin-top: 30px;
}

		
