/* Global
*******************/
* {
	margin:0;
	padding:0;
}

html {
	-webkit-font-smoothing:antialiased;
}

body {
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:12px;
	background:#FFF;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.hidden {
	display:none;
}

#container {
	margin:25px auto;
	width:1000px;
}


	
/* Headlines
*******************/
h1,h1 a,h1 a:active,h1 a:visited {
	font-size:26px;
	color:#333;
	padding:5px 0;
	margin-bottom:20px;
}

h1 a:hover,h1 a:focus {
	color:#C00;
}

h2 {
	font-size:18px;
	color:#555;
	padding:5px 0;
}


	
/* Links
*******************/
a,a:visited,a:active {
	color:#C00;
	text-decoration:none;
}

a.current {
	color:#333;
	font-style:italic;
}

a:hover,a:focus {
	color:#000;
}


	
/* Forms
*******************/
fieldset {
	border:none;
}

label {
	font-size:14px;
	padding-bottom:3px;
	margin:4px 0;
	display:block;
}

label span {
	font-size:10px;
	padding-left:6px;
}

input {
	outline:none;
	border:1px solid #CCC;
	color:#666;
	font-size:12px;
	width:98%;
	padding:1%;
}

input:focus {
	border-color:#333;
	color:#333;
}

select {
	outline:none;
	border:1px solid #CCC;
	font-size:12px;
	margin:0 0 4px;
	min-width:30%;
	padding:1%;
}

select:focus {
	border-color:#333;
}

input[type=checkbox] {
	border:none;
	width:auto;
}

input[type=radio] {
	border:none;
	width:auto;
}

textarea {
	outline:none;
	border:1px solid #CCC;
	color:#666;
	margin:2px 0 0;
	width:98%;
	padding:1%;
	font-size:12px;
}

textarea:focus {
	border-color:#333;
	color:#333;
}

input[type=submit],input[type=button] {
	background:url(../img/button.png);
	padding:2px 5px 4px;
	margin:0;
	font-size:12px;
	line-height:18px;
	width:60px;
	height:22px;
	border:0;
	outline-width:thin;
	color:#333;
}

input[type=submit]:active,input[type=button]:active {
	background:url(../img/button.png) 0 22px;
}

label.check {
	border-bottom:none;
	display:inline;
	font-size:12px;
}

.error_text {
	color:#C00;
}


	
/* Tables
*******************/
table {
	border-collapse:collapse;
	width:100%;
	margin-bottom:25px;
}

thead {
	border-bottom:1px solid #C3CEC3;
}

thead th {
	text-align:left;
	font-weight:normal;
	font-size:14px;
	padding:4px 0;
	cursor:pointer;
}

th#table_name {
	width:175px;
}

th#table_date {
	width:115px;
}

th#table_type {
	width:100px;
}

th#table_dept_funds {
	width:110px;
}

th#table_cmte_funds {
	width:110px;
}


table thead tr .header {
	background:url(../img/bg.gif) no-repeat center right;
}

table thead tr .headerSortUp {
	background:url(../img/asc.gif) no-repeat center right;
}

table thead tr .headerSortDown {
	background:url(../img/desc.gif) no-repeat center right;
}

table thead tr .headerSortDown,table thead tr .headerSortUp {
	font-style: normal;
	font-weight: bold;
	color:#000;
}

tbody tr {
	border-bottom:1px solid #EDF5ED;
	line-height:20px;
	color:#666;
	font-size:12px;
}

tbody th {
	text-align:left;
	padding:8px 0;
}

td.scholarship {
	color:#0C948D;
}

td.instructional {
	color:#82BD02;
}



/* Messages
*******************/
#upgrade {
	display:none;
}

.status {
	border-bottom:1px solid #CCC;
	background:#F7F7F7;
	padding:10px 10px 8px;
	margin-bottom:5px;
}

.message {
	border-bottom:1px solid #E2C822;
	background:#FFF9D7;
	padding:10px 10px 8px;
	margin-bottom:5px;
}

.success {
	border-bottom:1px solid #90ac13;
	background:#eef4d3;
	padding:10px 10px 8px;
	margin-bottom:5px;
}

.error {
	border-bottom:1px solid #DD3C10;
	background:#FFEBE8;
	padding:10px 10px 8px;
	margin-bottom:5px;
}


	
/* Menu
*******************/
ul#menu {
	list-style-type:none;
	padding:5px 0;
	margin-bottom:20px;
}

ul#menu li {
	display:inline;
}

ul#menu li a,ul#menu li a:active,ul#menu li a:visited {
	float:left;
	width:auto;
	color:#333;
	border-top:2px solid #DDD;
	text-decoration:none;
	outline-style:none;
	padding:5px 10px;
	cursor:pointer;
}

ul#menu li a:hover {
	color:#000;
	border-top:2px solid #C00;
	padding:5px 10px;
	text-decoration:none;
}


	
/* Sidebar
*******************/
#sidebar ul {
	list-style-type:none;
	margin-bottom:20px;
}

#sidebar ul li {
	width:170px;
	color:#333;
	padding:4px 0;
	border-bottom:1px solid #C3CEC3;
}

#sidebar ul li.back {
	border:none;
}

	
/* Search
*******************/
#search {
	margin: 25px 0;
}

#search input[type=text] {
	width:128px;
	padding:4px 6px;
	font-size:12px;
	color:#999;
	border:1px solid #C3CEC3;
}

#search input[type=text]:focus {
	border:1px solid #999;
	outline:none;
}

#search p {
	position:relative;
}

#search label {
	display:none;
}

#search input[type=submit] {
	background:url(../img/search.png) 0px 0px;
	width:29px;
	height:29px;
	vertical-align:middle;
	margin-top:-4px;
	text-indent:-9999px;
}

#search input[type=submit]:hover {
	background:url(../img/search.png) 0px -30px;
	cursor:pointer;
}

#search input[type=submit]:active {
	background:url(../img/search.png) 0px -60px;
	cursor:pointer;
}


	
/* Content
*******************/
#content,#login {
	width:815px;
	margin-bottom:20px;
}

#content p,#login p {
	padding:8px 0;
}

#content p.timestamp {
	font-size:10px;
	color:#333;
	font-style:italic;
}

#content label {
	font-size:14px;
	padding-bottom:3px;
	margin:4px 0;
	display:block;
	border-bottom:1px solid #C3CEC3;
}

#content form label {
	border:none;
}

#content span {
	color:#666;
	font-size:12px;
}

#content span.red {
	color:#C00;
}

#content span.large {
	font-size:14px;
}

#content span.scholarship {
	color:#0C948D;
	font-weight:600;
}

#content span.instructional {
	color:#82BD02;
	font-weight:600;
}


	
/* Footer
*******************/
#footer {
	font-size:10px;
	border-top:1px solid #EDF5ED;
	padding-top:6px;
}