body {
	padding:0px;
	padding-bottom:30px;
	margin:0px;
}

body, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#595959;
}

#wrapper {
	width:900px;
	/*margin:0px auto 0px auto;*/
}

/*------------------------------typography, misc. elements-----------------------------*/

.clear {
	clear:both;
	height:1px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top:0px;
}

p.bottom {
	margin-bottom:0px;
}

p {
	line-height:18px;
	margin-bottom:18px;
}

h1 {
	font-size:28px;
	font-weight:bold;
	color:#333192;
	line-height:34px;
	margin-bottom:4px;
}

h2 {
	font-size:16px;
	color:#64a72f;
	font-weight:bold;
	margin-bottom:4px;
}

h3 {
	font-size:14px;
	color:#64a72f;
	font-weight:bold;
	margin-bottom:4px;
}

.headBold {
	font-size:18px;
	font-weight:bold;
	color:#6e6d6d;
	line-height:22px;
}


.headLight {
	font-size:18px;
	font-weight:normal;
	color:#9b9a9a;
	line-height:22px;
}


a:link, a:visited {
	color:#333192;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

.noBottomMargin {
	margin-bottom:0;
}

.noTopMargin {
	margin-top:0;
}

.noVerticalMargin {
	margin-top:0;
	margin-bottom:0;
}

.Warning
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-family: Arial, Verdana, Tahoma;
}

Input.Button
{
	background-position: #00773d;
	color: black;
	background: #79C041;
	cursor: hand;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma;
	font-size: 8pt;
	border: 1px solid #000000;
}

Input.Button:hover 
{
    background-position: #00773d;
	color: #d8f356;
	background: #66a931;    

	cursor: hand;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma;
	font-size: 8pt;
	border: 1px solid #000000;
}


/*--------------------------------------page layout--------------------------------------*/

#headerDeltaCost {
	height:153px;
	position:relative;
	background-image:url(/Images/header_bkgr.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:30px;
}


img#logo {
	position:absolute;
	top:0px;
	left:24px;
}

form#headerSearch {
	position:absolute;
	top:0px;
	right:0px;
	text-align:right;
	padding:10px 10px 0px 0px;
}

form#headerSearch a:link, form#headerSearch a:visited, form#headerSearch {
	color:white;
	font-size:11px;
}

form#headerSearch input {
	margin:0px 5px 0px 5px;
}

form#maillist, form#cdrequest {
	margin:0 0 15px 0;
}

form#maillist table td, form#cdrequest table td {
	padding:5px;
}

.required {
	font-weight:bold;
}

#nav {
	position:absolute;
	bottom:0px;
	left:0px;
	width:900px;
	height:34px;
}

/* IE6 fix for differing nav y pos*/
* html #nav {
	bottom:-2px;
}

#nav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#nav li {
	border-right:1px solid white;
	float:left;
	margin-top:12px;
	position: relative;
}

#nav li.last {
	border-right:none;
}

#nav li a, #nav li a:visited {
	display:block;
	padding:0px 20px 7px 20px;
	margin:0px;
	text-decoration:none;
	font-size:14px;
	color:white;
	font-weight:bold;
}

#nav li a:hover {
	color:#cce2bb;
}

/* ## DROPDOWNS ##*/

/*--IE sticky menu fix--*/
#nav ul li:hover {
	background-position: 0 0;
}
/*--1st level drop downs--*/
#nav ul ul {
	position: absolute;
	width:9.5em;
	left: -999em;	
	background-color:white;
	margin-top:0px;
	border-top:1px solid white;
}
/*--1st level dropdown list items--*/
#nav li li {
	margin:0px 0px 0px 0px;
	padding:0px;
	border-right:none;
	/*--fixes z-index stacking order in second/third level fly out menus--*/
	position:static;
}
/*--1st level dropdown nested links--*/
#nav li li a:link, #nav li li a:visited {
	display:block;
	margin:0px;
	padding:5px;
	padding-left:20px;
	width:9.5em;
	text-align:left;
	color:white;
	font-size:11px;
	border:1px solid white;
	border-top:none;
	background-color:#66a931;
}

#nav li li a:hover {
	background-color:#79c041;
	color:white;
}

/*--1st level dropdown flyout--*/
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left:-1px;
	top:22px;
	z-index:2000;
}

/* ## END DROPDOWNS ##*/

/*TCS NAVIGATION START*/

#navP {
	position:absolute;
	bottom:0px;
	left:0px;
	width:900px;
	height:34px;
}

/* IE6 fix for differing nav y pos*/
* html #navP {
	bottom:-2px;
}

#navP ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#navP li {
	border-right:1px solid black;
	float:left;
	margin-top:12px;
	position: relative;
}

#navP li.last {
	border-right:none;
}

#navP li a, #navP li a:visited {
	display:block;
	padding:0px 20px 7px 20px;
	margin:0px;
	text-decoration:none;
	font-size:14px;
	color:black;
	font-weight:bold;
}

#navP li a:hover
{
	color: #66a931;
}

/* ## DROPDOWNS ##*/

/*--IE sticky menu fix--*/
#navP ul li:hover {
	background-position: 0 0;
}
/*--1st level drop downs--*/
#navP ul ul {
	position: absolute;
	width:9.5em;
	left: -999em;	
	background-color:white;
	margin-top:0px;
	border-top:1px solid white;
}
/*--1st level dropdown list items--*/
#navP li li {
	margin:0px 0px 0px 0px;
	padding:0px;
	border-right:none;
	/*--fixes z-index stacking order in second/third level fly out menus--*/
	position:static;
}
/*--1st level dropdown nested links--*/
#navP li li a:link, #navP li li a:visited {
	display:block;
	margin:0px;
	padding:5px;
	padding-left:20px;
	width:9.5em;
	text-align:left;
	color:white;
	font-size:11px;
	border:1px solid white;
	border-top:none;
	background-color:#66a931;
}

#navP li li a:hover {
	background-color:#79c041;
	color:white;
}

/*--1st level dropdown flyout--*/
#navP li:hover ul, #navP li li:hover ul, #navP li.sfhover ul, #navP li li.sfhover ul {
	left:-1px;
	top:22px;
	z-index:2000;
}

/* ## END DROPDOWNS ##*/


/*TCS NAVIGATION END*/

#content 
{
	padding-bottom:30px;
}

#main 
{
    width: 899px;
	margin-right:300px;
}

/* features right column */
#features {
	width:250px;
	float:right;
}

.featureBox {
	border:1px solid #d9d9d9;
	padding:4px;
	margin-bottom:25px;
}

.featureBox h1 {
	color:white;
	background-color:#333192;
	background-image:url(/Images/feature_bkgr.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	margin:0px 0px 4px 0px;
	padding:16px 0px 9px 15px;
	line-height:20px;
	font-size:18px;
	font-weight:bold;
}

.featureBoxBody {
	padding:10px 0px 0px 15px;
}	

.featureBoxBody p {
	font-size:11px;
	line-height:15px;
}


/* footer */
#footer {
	border-top:1px solid #7ac142;
	border-left:1px solid #7ac142;
	padding:25px 0px 0px 95px;
	background-image:url(/Images/footer_bkgr.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	clear:both;
}

#footer p, #footer a, #footer a:visited {
	font-size:10px;
	color:#595959;
	padding:0px;
	margin:0px;
}

/*--------------------------------------Data Pages--------------------------------------*/

cite {
	text-align:left;
	font-size:10px;
	color:#999999;
}

#datapage {
	border-collapse:collapse;
}

#graph {
	border: 0px solid #000000;
	padding-top:4px;
}

#context {
	padding:0 0 4px 30px;
}

#context .note {
	font-size:10px;
	line-height:12px;
	font-style:italic;
}

#context ul {
	margin:0;
	padding:0 15px;
}

#context ul li {
	padding:0 0 8px 0;
}

#context ul li ul {
	margin:0;
	list-style-type:none;
}

#datatable {
	padding: 30px 0 0 0;
}

#datatable h3 {
	font-size:13px;
	margin:0 0 8px 0;
}

#data {
	border-collapse:collapse;
	border:1px solid #000000;
	font-size:11px;
}

#data td {
	padding: 4px 6px 2px 6px;
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
}

#data tr.dataheader td {
	border-bottom: 1px solid #000000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

#data td.subset {
	padding-left:30px;
}

#data h4 {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:0;
}

.center {
	text-align:center;
}

#datanav {
	position:absolute;
	width:580px;
	margin-top:10px;
}

#datanav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#datanav ul li {
	width:35px;
	float:left;
	position:relative;
	margin-bottom:10px;
}

#datanav ul li a {
	display:block;
}

#datanav.region ul li {
	width:250px;
}


/*--------------------------------------print styles--------------------------------------*/

@media print {
	#nav, #headerSearch, #features {display:none;}
	#header {background-image:none; height:70px;}
	img#logo {top:0px; left:0px;}
	#wrapper, #main {width:auto; margin:0 0; padding:0; float:none !important;}
	body, p {color:black; background-image:none; background-color:white;}
	a, a:visited {text-decoration:underline;}
	#footer {background-image:none; text-align:left; padding:20px;}
	#footer p, #footer a, #footer a:visited {color:black;}
}

/***********************************************************************************************
TCS SPECIFIC
************************************************************************************************/
#TCSwrapper {
	/*
	width:1000px;
	margin:0px auto 0px auto;
	*/
	padding-left: 10px;
}

#header {
	margin-bottom:30px;
	background-image: url(/Images/TCSheader_slice.gif);
	background-repeat: repeat-x;
}
#header-main 
{
	width: 899px; /* for some reason there is a little white space on the right without this */
	height: 153px;
	display: block;
	position:relative;
	background-image:url(/Images/TCSheader_bkgr.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.warning
{
	color: #FF0000;
}

.Instructions
{
	margin: 5px 0px 5px 0px;
	background-color: #79c041;
	font-size: 8pt;
	font-weight: normal;
	color: Black;
}

.Label
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}


.FiltersLabel
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	font-size: 12pt;
	padding-bottom: 5px;
}

.CollapseHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 11pt;
}

#ReportTree
{
	border: 1px solid Black;
	background-color: White;
	overflow: auto;

}

.ReportTreeNode a:link, a:visited
{
	color: #000000;
}

.ReportTreeParentNode a:link, a:visited
{
	color: #000000;
}

.ReportTreeRootNode a:link, a:visited
{
	color: #000000;
}

.ReportTreeSelectedNode a:link, a:visited
{
	font-weight: bold;
	color: #000080;
}

.ReportTreeSelectedNode:after
{
	content:"*";
}

a.ExpandCollapse
{
font-size:8pt;
text-decoration: none;
border-bottom: solid 1px Blue;
} 

/********************************
Report Form Layout
*********************************/
table.ReportFilters
{
}
table.ReportFilters th
{
	vertical-align: top;
	text-align: left;
}

#reportviewer
{
	margin-top: 15px;
	width: 100%;
}

.ReportFiltersForm
{
	padding-top:5px;	
}

.InstitutionSelector
{
	padding-top:10px;
}

.InstitutionListFilters fieldset
{
	padding: 10px;
}

.Letter
{
	padding-right: 5px;
	padding-left: 5px;
}

.SelectedLetter
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border: dotted 1px #000000;
	background-color: #333192;
}
.SelectedLetter a
{
	color: #ffffff;
}

.academicYearSelector
{
}

.reportIndexSelector
{
}

.MenuTd
{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 9pt;
}

.Notes
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}


TABLE.GridView
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 10pt;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	background-color: #e1e7e8;
}

.GridView TD
{
	border: solid 1px black;
}

.GridView TH
{
	border: solid 1px black;
}

TR.GridHeader
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 10pt;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #79C041;	
	text-align: center;
}


.GridHeader A:active
{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: underline;
}

.GridHeader A:link
{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: underline;
}
.GridHeader A:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: underline;
}
.GridHeader A:hover
{
	color: #faf988;

}

TR.GridRowShade1
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 10pt;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: left;
}

TR.GridRowShade2
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 10pt;
    BORDER-LEFT: black 1px solid;
    COLOR: black;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #faf988;
    TEXT-ALIGN: left;
}





