html { min-width: 900px; } 

body, div, p, td, th, h2, h3, h4, input, select, textarea { /* redundant rules for bad browsers  */  
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	/* font-size: 9pt; */
	color: #333;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #666666;
	font-family: Arial, Verdana;
	/* font-size: 10pt; */
	background: url(/img/bg.gif) #ffffff repeat-x top left;
}

#header {
	position: relative;
	width: 100%;
	height: 3em;
	width: 75em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#college_search {
	width: 720px;
}

#logohead {
	top: 10px;
	position: relative; 
	right: 12px; 
	text-align: right; 
	height:0px;
	float:right;
	width:530px;
}
.tentwentyfour{
	width: 950px;
}

#main {
	border: 1px solid #666;
	clear: both;
	background: #ddf;
	padding-top: 2.5em;
}

#main_home {
	border: 1px solid #666;
	clear: both;
	background: #ddf;
	padding-top: 0.5em;
}

#centered_container {
	text-align: center;
	padding: 10px;
	background: #fff;
}

#centered_contents {
	margin: 0 auto;
	width: 550px;
	text-align: left;
}
 
#centered_body {
	margin: 0 auto;
	text-align: left;
}

.body_container {
	text-align: center;
	padding: 0 1.5em 1.5em 1.5em;
	background: #fff;
} 

.body_contents {
	margin: 0 auto;
	text-align: left;
}

div.features {
	 width:220px; 
	 margin:0 10px 0 0; 
	 float:left;
}

div.features h2 {
	background-color:#ddf;
	padding:4px;
	text-align:center;
}

div.features ul {
	margin:0.5em 0 1em 2.2em;
	padding: 0 0 0 0;
}

div.features ul li.features {
	list-style:none;
}

div.mission {
	width:238px; 
	margin:0 0 0 0; 
	float:right;
	border-top:3px solid #666;
	height:240px;
	background-color:#ddf;
}

p.details {
	font-size:7pt;
	display:block;
	padding:0 0 0.5em 0;
	margin:0;
}

#container {
	padding: 1.5em;
	background: #fff;
}

#contents {
	text-align: left;
}

#error {
	color: #000;
	background: #f99;
	padding: 5px;
	text-align: left;
	border: 1px dashed #000;
}


#footer {
	clear: both;
	bottom: 0;
	left: 0;
	width: 100%;
}

#footer p {
	color: #999;
	text-align: left;
	font-size: 95%;
	padding: 0.5em;
	margin: 0;
}

#leftcontent {
	float:left;
	width:180px;
	margin-right:10px;
}

#maincontent {
	float:left;
	width:540px;
	margin-right:10px;
}

#rightcontent {
	float:left;
	width:180px;
}


#login {
	position: relative;
	padding: 5px;
	left: 418px;
	top: 0px;
	width: 520px;
	text-align: right;
	height: 2em;
}

#logout {
	position: absolute;
	background-color: #eeeeee;
	border: 1px solid #666666;
	padding: 5px;
	right: 20px;
	top: 0px;
	width: 80px;
	text-align: center;
}

#logout a {
	text-decoration: none;
}


p { line-height: 140%; }

h1,h2,h3,h4,h5 { font-family: trebuchet ms, Verdana,sans-serif; font-weight: bold; color: #333; }
h1 { font-size: 180%; padding-top: 4px; padding-bottom: 4px; margin: 0; }
h2 { font-size: 150%; padding-top: 3px; padding-bottom: 3px; margin: 0; }
h3 { font-size: 130%; padding-top: 2px; padding-bottom: 2px; margin: 0; }


/* Per Page Descriptions */
div.page_description {
	width: 518px;
	padding: 0;
	background-color: #ddf;
	border-top: 1px solid #f80;
	border-bottom: 0px;
}

div.page_errors {
	width: 518px;
	padding: 0;
	background-color: #fcc;
	border-top: 1px solid #f00;
	border-bottom: 0px;
}

div.page_details {
	padding: 1em;
}

/* Form Formating */
form {
	padding: 0;
	margin: 0;
}
form table {
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
}

form tr.head{
	/* background-color: #fff;*/
}

form tr.head td {
	padding: 5px;
	font-size: 9pt;
	font-weight: bold;
	color: #e60;
	border-bottom: 1px solid #aaa;
}

form tr.row{
	background-color: #f0f0f0;
}

form tr.alt_row{
	background-color: #f8f8f8;
}

form td {
	padding: 3px;
	border-top: 0px;
	/* border-bottom: 1px solid #ccc; */
}

form td.entry_label {
	font-weight: bold;
	text-align: right;
	width: 150px;
}

form td.entry {
	width: 200px;
}

form td.entry_tip {
	color: #333;
	text-align: left;
	width: 150px;
}

form td.last {
	border-top: 0px;
	border-bottom: 0px;
}

form tr.action{
	background-color: #ddf;
}

form tr.action td {
	border-top: 1px solid #f80;
	border-bottom: 0px;
}

input.action{
	/* font-weight: bold; */
}

input.sub_action{
	color: #999;
	/* font-weight: bold; */
}



.note {
	border-top: 1px solid #CCC;
	background: #EEE;
	padding: 4px;
	line-height: 130%;
	margin-top: 0;
}


div.clear {
	clear: both;
	height: 1px;
	width: 800px;
	font-size: 1px;
	padding: 0px;
	margin: 0px;
}

.left { 
	float: left; 
	width: 305px;
}
.right { 
	float: right;
}


.sidebox {
	margin: 0 auto; /* center for now */
	width: 305px;
	background: url(http://www.cuebill.com/site/images/rounded/body-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(http://www.cuebill.com/site/images/rounded/head-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(http://www.cuebill.com/site/images/rounded/head-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	font-family: Tahoma, sans-serif;
	color: #444444; 
	font-weight: bold; 
	font-size: 14pt; 
	line-height: 1.1em;
}
.boxbody {
	background: url(http://www.cuebill.com/site/images/rounded/body-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 0px 0px;
	height: 200px;
}


/* CSS for Tabs & Menu */
ul#mainmenu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 75em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

ul#mainmenu li  {
	display: inline;
	list-style: none;
}

ul#mainmenu a, ul#mainmenu span, ul#mainmenu a.current {
	width: 10em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 6px 0 0;
	text-align: center;
	font-family: Tahoma, Verdana, sans-serif;
	text-decoration: none;
	color: #333;
}

ul#mainmenu span, ul#mainmenu a.current, ul#mainmenu a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #ddf;
	padding-bottom: 6px;
	margin-top: 0;
}

ul#mainmenu a {
	background: #FFF7F0;
	border: 1px solid #AAA;
	border-bottom: none;
}

ul#mainmenu a:hover {
	margin-top: 0;
	border-color: #666;
	background: #FFF6ED;
	padding-bottom: 5px;
}

ul#submainmenu {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.7em;
	left: 1px;
	width: 70em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

ul#submainmenu li a, ul#submainmenu li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

ul#submainmenu li a {
	color: #06C;
	text-decoration: underline;
}

ul#submainmenu li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

ul#submainmenu li a:active {
	color: #000;
	background: transparent;
}

ul#submainmenu li:last-child a { border: none; }
/* End CSS for Tabs & Menu */


.result_action, .result_action:link, .result_action:visited {
	color: #333;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

.result_action:hover {
	color: #333;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}

.list_action, .list_action:link {
	color: #630;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

.list_action:hover {
	color: #f00;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}

.page_num, .page_num:link {
	color: #333;
	text-decoration: none;
}

.page_num:hover {
	color: #f00;
	text-decoration: underline;
}

.sortable, .sortable:link {
	color: #000;
	text-decoration: none;
}

.sortable:hover {
	color: #f00;
}

.loginlabel {
	color: #333;
	text-decoration: none;
}

.loginform {
	color: #333;
	text-decoration: none;
	border: 1px solid;
	width: 150px;
}

/* Actions Table  */
 table.actions {
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
}

tr.actions_body {
	 background: #ddf;
	 vertical-align: middle;
}

td.actions_cell {
	padding: 5px;
	border-top: 3px solid #666;
	border-bottom: 1px solid #666;
}

/* Results Table  */

table.results {
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
}

tr.results_head {
	 background-color: #EFF4FF;
	 vertical-align: bottom;
}

tr.results_body {
	 background: #fff;
}

tr.results_body_alt {
	 background: #eee;
}

tr.results_body:hover, tr.results_body_alt:hover {
	background: #ffe;
}

tr.results_foot {
	 background: #eee;
}

td.results_head_cell {
	padding: 5px;
	/* border-top: 3px solid #666; */
	border-top: 3px solid #B5CBE7;
	/*border-right:  1px solid #ccc;*/
	/* border-bottom: 1px solid #666; */
	border-bottom: 1px solid #B5CBE7;
	font-weight: bold;
}

td.results_body_cell {
	padding: 5px;
	/*border-right:  1px solid #ccc;*/
	/* border-bottom: 1px solid #ccc; */
	border-bottom: 1px solid #B5CBE7;
	font-size:8pt;
}

td.results_body_cell a {
	font-size:8pt;
}

td.results_body_cell a:hover {
	font-size:8pt;
}

.pseudo_cell {
	display:inline;
	width:200px;
	float:left;
	padding:2px;
}

fieldset { padding: 10px; margin-top:0px; margin-bottom:12px; }
legend { padding:2px; margin:0px; };

.breadcrumbs
{
	color: #ffffff;
	background-color: #666666;
}
