/* CAMPUSPRESS
   style.css style document                                 */
   
body {
	background: url("images/background.gif") center repeat-y #a1c22e;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
body, div, span, p, table, tr, td {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}
div {
	text-align: left;
}
img {
	border: 0px;
}
h3 {
	margin: 0px 0px 3px 0px;
	font-size: 17px;
}
h3 a {
	text-decoration: none;
	color: #33331:13 AM 1/2/2006bb;
}



div#page {
	width: 663px;
	border: 4px solid white;
	border-top: 0px;
	margin: 0 auto;
}
div#body {
	background: #dbe4d6;
}



/* LEFT SIDE ***********************/
/* Yah.  The navigation's similar to MT.  So they did a good job, what can I say? */
div.leftbody {
	float: left;
	width: 115px;
	border: 1px solid #9faa99;
}
div.leftbody a {
	font-size: 9px;
	display: block;
	padding: 5px;
	background: #f2faed;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #abb4a6;
	text-transform: uppercase;
}
div.leftbody .leftbody_head {
	font-size: 11px;
	padding: 3px 4px 0px 5px;
	font-weight: bold;
	text-transform: capitalize;
	background: #74806d;
	color: white;
	border-bottom: 1px solid white;
}
div.leftbody a.sub {
	padding-left: 12px;
	color: #444;
}
div.leftbody a:hover {
	background: #dce4d7;
}



/* RIGHT SIDE **********************/
div.rightbody {
	float: left;
	width: 529px; 
}
div.inner {
	padding: 15px;
}
div#footer {
	clear: both;
	padding: 15px 0 5px 0;
	font-size: 10px;
	color: #777;
	text-align: center;
	border-top: 1px solid #c2c2b9;
}
div#footer a {
	color: #777;
}



/* DISPLAY TABLE *********************/
table.display, table.display_edit {
	background: #fff;
	border: 1px solid #999;
	margin-left: 8px;
}
table.display_edit {
	border-bottom: 0px;
}
table.display th,
table.display td {
    padding: 0.1em 0.5em 0.0em 0.5em;
    margin: 0.1em;
	font-size: 11px;
}
table.display td {
	vertical-align: center;
}
table.display_edit th, 
table.display_edit td {
	padding: 1em;
	vertical-align: top;
	border-bottom: 1px solid #999;
}
table.display tr  {
	background: #f0f0f0;
}
table.display tr.odd {
	background: #fff;
}
table.display tr.subhead td {
	background: #888;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
}
table.display tr:hover, table.display tr.odd:hover {
	background-color: #ddd;
}
table.display th {
	padding: 0.3em 0.5em 0.2em 0.2em;
	background: #D3DBDA;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	text-align: left;
	font-size: 11px;
	color: #636F6E;
}
table.display_edit th {
	background: #eaeaea;
	text-align: left;
}
table.display td.small {
	width: 22px;
	padding: 3px 0 3px 0;
	text-align: center;
}


/* SPECIAL *************************/

a.noline {
	text-decoration: none;
}
div.message {
	font-size: 13px;
	padding: 5px;
	border: 1px solid black;
	color: red;
	background: white;
	margin-bottom: 10px;
	font-weight: bold;
}
div.floatadd {
	float: right;
	border: 1px solid #444;
}
div.floatadd a {
	background: #fff;
	padding: 4px;
	display: block;
	color: #333;
}
div.floatadd a:hover {
	background: #e8e8e8;
	color: #000;
}



/* LOGIN ***************************/
div.login {
	float: left; 
	width: 125px; 
	border: 1px solid #bbc4b6; 
	padding: 8px; 
	background: #ebf0e6; 
	margin-bottom: 10px;
}
div.login label {
	font-size: 11px;
	text-transform: uppercase;
}
div.login input {
	margin-bottom: 5px;
}




/* FORMS */

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
textarea {
	font-family: tahoma;
	font-size: 11px;
	color: #444;
	padding: 4px;
}
