/* CSS Document for SubjectsPlus, public display (i.e., subjects/ folder )
For display of the control panel, look in css folder there */

body {
	margin: 0 0 0 5px;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8125em;
	text-align: center;
	line-height: 1.5em;
	color: #000;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}

#rapper {
	position: relative;
	text-align: left;
	padding: 0;
	margin: 0px auto;
	width: 95%;
	min-width: 800px;
	max-width: 1100px;
}

html>body #rapper {
	width: 95%;
}

a {
	color: #40659B;
}

a:link {
	color: #40659B;
}

a:visited {
	color: #551A8B;
}

a:hover {
	color: #cc6666;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 1.4em;
	letter-spacing: 1px;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	letter-spacing: 1px;
	color: #333;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #6F6F6F;
}

#header {
	background: #000;
	height: 45px;
	padding: 0;
	margin: 0;
/*	border-bottom: 1px dotted #efefef;*/
}

/* Main-body basically constrains the content div at 70% */
#main-body {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	background: #fff;
	width: 70%;
}

/*  The content div contains the main white section underneath the header*/
#content {
	position: relative;
	padding: 0;
	background: #fff;
	padding-right: 10px;
	background: #ffffff;
	max-width: 800px;
	border-right: 1px dotted #efefef;

}

#content h1 {
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 2px;
}

#sidebar {
	position: relative;
	width: 29%;
	float: right;
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	color: #000;
	background: #F6F3ED;
	border: 1px solid #C1B7A5;
	
}

#sidebar p,#sidebar ul,#sidebar dl {
	margin: 4px 10px 4px 10px;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	margin: 0 0 .5em 0;
	padding: 0 0 0 18px;
	line-height: 1.4em;
	background: url("../images/bullet.gif") no-repeat 0 0px;
}

#sidebar h3 {
	font: 1.4em Arial, sans-serif;
	font-weight: 700;
	margin: 10px 0 12px 0;
	padding: 5px 10px 0px;
	border: none;
	color: #000;
}

#sidebar h4 {
	font-size: 92%;
	font-weight: normal;
	margin: 0;
}

#meebo {
	position: relative;
	width: 232px;
	margin: 10px;
	padding: 5px 0px 0px 0px;
}

/* U bet, this is the footer */
#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 10px 0 0px 0;
	width: 70%;
	font-size: .8em;
	color: #ccc;
	border-top: 1px dotted #efefef;
}

#footer p {
	margin: 0;
	line-height: 1.4em;
}

#footer a {
	color: #888;
}

#footer a:hover {
	color: #ccc;
}

#footer-ic {
	width: 70%;
}

/* The categories on subjects/display.php */

.leftcolheader {
	background-color: #5A7A8E;
/*	border: 1px #D0DD9E solid;*/
	color: #FFFFFF;
	font-size: 1em;
	padding: 2px;
	text-align: center;
	font-weight: 700;
}

/* Information about an item in display.php */

.note {
	font-size: 9pt;
	line-height: 12pt;
	}
	
.offcampuslink {
	font-size: 7pt;
}
	
/* The boxes on subjects/index.php */
.lightgreybox {
	background-color: #F6F3ED;
	border: 1px solid #C1B7A5;
	color: #000000;
	padding: 5px;
}

.whitegreybox {
	background-color: #fff;
	border: 1px solid #cccccc;
	color: #000000;
	padding: 5px;
}

.oddboxheader {
	margin: 10px 0 12px 0;
	padding: 5px 10px;
	border: 1px solid #8c765b;
	color: #fff;
	font-size: 110%;
	background: #5A7A8E;
	font-weight: 700;
}

/* In display.php */
.mainform {
	margin: 0;
	padding: 0px;
	margin-top: -10px;
	margin-bottom: 25px;
}

.sidebar_highlight {
	background-color: #e0e0e0;
}

/* This is for the dhtml popup in subjects/display.php results */
.positiontest {
	position: absolute;
	left: 20%;
	width: 500px;
	margin-top: 125px;
	margin-left: -100px;
	background: #fff url("../images/pointing_hand.gif") top right no-repeat;
	border-top: 2px solid #ccc;
	border-bottom: 3px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 3px solid #ccc;
	color: #000;
	padding: 2px;
	padding-left: 10px;
	opacity: .95;
	filter: alpha(opacity = 95);
}

#bestbets h2 {
	border-bottom: #000000 1px solid;
	color: #cc6666;
}



table {
	font-size: 100%;
	margin: 2px;
}

/* The next three classes are used for even/odd striped tables of data/results */
.striped_data {
	font-size: 100%;
	margin: 2px;
	background-color: #ccc;
}

table td.odd {
	background: #e0e0e0;
}

table td.even {
	background: #ffffff;
}

table td.subhead {
	background: #EFF8CE;
	font-size: 12pt;
}

table p {
	margin-bottom: 5px;
	line-height: 1.4em;
}

/* This is for debugger results, if $debugger variable is turned on in file */
.debugger {
	text-align: left;
	background: Yellow;
	font-size: 12px;
	margin: 15px;
	padding: 5px;
	border: 1px dashed #ccc;
	overflow: auto;
}

/* For subjects/faq.php results */

.faq_item {
	background: url("../images/left_top_corner.gif") no-repeat;
}

.faq_item_q { /*background: #333; color: #fff;
	*/
	padding-left: 15px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	padding-top: 9px;
}

.faq_item_a {
	padding-left: 15px;
	padding-bottom: 5px;
}

/* The next few determine how peoples' names and pix appear in staff.php & staff_details.php 
staff_photo2 is in the sidebar of the subject results page (which requires a float)*/

.staff_photo {
	position: relative;
	background: #efefef;
	padding: 3px;
	border: 1px solid #333;
	margin-right: 20px;
	margin-bottom: 10px;
}

.staff_photo2 {
	position: relative;
	float: left;
	background: #efefef;
	padding: 3px;
	border: 1px solid #333;
	margin: 0 10px 0 10px;
}

.staff_contact {
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 1em;
	padding: 0;
}

span.staff_contact a:link {

color: #000;
text-decoration: underline;
}
span.staff_contact a:visited {

color: #000;
text-decoration: underline;
}

span.staff_contact a:hover {

text-decoration: none;
color: #cc6666;

}

span.staff_contact a {

color: #000;
text-decoration: underline;
}

/* This is for the search box on subjects/display.php & subjects/faq.php */

.search_smaller {
/*	font-size: 10px;*/
	margin: 0px;
	padding: 0px;
	width: 130px;
}

/* Stuff for Talkback.  First class encloses the Q and A for each record */

.talkback { 
	float: none;
	margin: 0 0 5px 5px;
	border-bottom: 1px dotted #e0e0e0;
	background-color: #ffffff;
	padding: 2px;
	color: #333;
}

.initial {
	font-size: 22pt;
	font-weight: 700;
	font-family: verdana;
	color: #333;
	line-height: 24pt;
}
			
.smallred {
	color: #0397D6;
	font-size: 10pt;
}

/* Used throughout for print that is um smaller  */
.smaller {font-size: 11px;}

#topnavbar {
	clear: both; 
	background-color:f6f3ed; 
	text-align: center; 
	font:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-color: 000000;
	border: 3px solid black;
	margin-bottom: 10px;
}
.topmenuLinks {
	position:relative;
	margin: 0;
	padding:5px;
}
#topnavbar ul {
	list-style:none; 
}
#topnavbar ul li {
	display:inline; 
	padding:0 5px 0 0;
}
#topnavbar ul li a {
	text-decoration:none; 
	color:#312819;
}
#topnavbar ul li a:hover {
	text-decoration:underline; 
	color:#312819;
}

p.subheader {
	color:#AA1111;
	font-weight:700;
}

