body {
  margin: 0px;
  background-color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

a:link, a:active, a:visited {
  color: #7C1111;
  text-decoration: underline;
}
a:hover, a:visited:hover {
  color: #7C1111;
  text-decoration: none;
}

h1 {
  margin: 10px 0px 4px 0px;
  border-bottom: 1px solid #CECECE; 
  padding-bottom: 2px;
  font-size: 16px;
  color: #7C1111; 
}
h2 {
	margin: 10px 0px 4px 0px;
	font-size: 14px;
	color: #7C1111; 
}

/*Use this h2 if you want an h2 title with a bottom rule*/
h2.rule {
  border-bottom: 1px solid #7C1111; 
  padding-bottom: 2px;
}

li {
  margin-left: -30px;
  padding-left: 0px;
}

p {
  margin: 10px 0px 0px 0px;
}

table {
  margin-top: 15px;
  border: 1px solid #7C1111; 
  font-size: 9px;
}

td.outer, th.outer {
  border-left: 1px solid #7C1111; 
}

thead th {
  border-bottom: 1px solid #7C1111;
  background-color: #CECECE; 
  font-size: 12px;
}

thead th span {
  color: #7C1111; 
}

.thead_th {
  border-bottom: 1px solid #7C1111;
  background-color: #CECECE; 
  font-size: 12px;
}

.thead_th_span {
  color: #7C1111; 
}

tbody tr {
  margin: 2px;
}

tfoot td {
  padding-bottom: 8px;
}

tr.alternating_row {
  background-color: #F1F1F1;
}

th {
  background-color: #D9D9D9;
  text-align: left;
  color: #7C1111; 
}

.th {
  background-color: #D9D9D9;
  text-align: left;
  color: #7C1111; 
}

td {
  font-size: 9px;
  font-weight: normal;
  vertical-align: top;
}

/* ################################ 
#  outer creates an invisible wrapper div so that contained, visible divs can have a width set to auto.
#  This causes the various elements to render out to the same width and creates a work around for IE 5 
#  incorrect application of the CSS block model.
###################################*/
#outer {
  width: 800px;
  border: 0px solid red;
}

/* ################################
#  utility defines a utility meta element.
#  This can be used to hold elements such as login status and/or a help button
###################################*/
#utility {
  padding: 0px 8px 4px 0px;
  width: auto;
  height: 25px;
  background-color: #7C1111;
  text-align: right;
  color: #FFFFFF;
}

#utility form {
  margin: 0px;
  border: none;
}

/* ################################
#  header defines the page header meta element. This is not the same as an html head.
#  A header area can include things like a branding graphic, banners, and/or utility links like a help button.
###################################*/
#header {
  padding: 5px;
  width: auto;
  text-align:right;
}

#header img {
  float: left;
  border: 0;
}

#header h1 {
  border: none;
  font-size: 24px;
  color: #7C1111;
}

#header a:link, #header a:visited, #header a:active
{
text-decoration: none;
}

/* ################################
#  tabs_bar defines the tabs container meta element. 
#  tab_off defines the off state of a single tab.
#  tab_on defines the on state of a single tab.
###################################*/
#tabs_bar 
{
  float: left;
  clear: both;
  width: 100%;
}
	
#tabs_bar table {
  background-color: #7C1111; 
  border: none;
  width: 100%;
}

#tabs_bar td.inner_notext {
  background-color: #CECECE;
}

#tabs_bar td.inner {
  padding: 0px 3px;
  font-size: 11px;
  color: #7C1111;
  font-weight: bold;
  background-color: #CECECE; 
  white-space: nowrap;
}

#tabs_bar td.inner_on {
  padding: 0px 3px;
  font-size: 11px;
  color: #7C1111; 
  font-weight: bold;
  background-color: #FFFFFF;
  white-space: nowrap;
}
	
#tabs_bar a:link, #tabs_bar a:active, #tabs_bar a:visited {
  color: #7C1111; 
  text-decoration: none;
}

#tabs_bar a:hover, #tabs_bar a:visited:hover {
  color: #7C1111; 
  text-decoration: none;
} 

/* ################################
#  content styles define the page content meta elements.
#  Any content elements are defined within this area.
#  Content elements can include graphics, text, form elements, etc. 
# content is for single column layouts. Use content_left and content_right for two column layouts.
###################################*/

#content {
  float: left;
  width: 100%;
  padding: 0 0 20px 10px;
}

#content table{
  float: left;
  clear: both;
  margin: 10px 0 20px 0;
  width: 100%;
}

#content_left {
	float: left;
	margin: 0px 0px 50px 20px;
	width: 500px;
}

#content_left h2 {
	background-color: #CECECE;
	padding-left: 10px;
	height: 21px;
}

#content_right {
	float: left;
	margin: 0px 0px 40px 30px;
	width: 225px;
}

#content_right h2 {
	margin: 0px;
	padding: 5px 0px 0px 8px;
	height: 21px;
	background-color: #7C1111; 
	font-size: 14px;
	color: #FFFFFF;
}

#content_right input.button {
	background-color: #CECECE; 
	color: #7C1111; 
}

/* ################################
#  These define a sidebar meta-element and tables appearing in the sidebar meta-element.
###################################*/
#sidebar {
	margin: 10px 0px;
	padding: 3px;
	border: 1px solid #7C1111; 
}

#sidebar h2 {
	padding-bottom: 4px;
	font-size: 14px;
}

#sidebar table {
	margin: 0px;
	border: none;
}

#sidebar th {
	background-color: #FFFFFF;
	font-weight: normal;
	color: #000000;
}

#sidebar td {
	text-align: left;
}

#sidebar thead th {
	border: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7C1111; 
}

#sidebar thead td {
	border-bottom: 1px solid #999999;
}

#sidebar tfoot td {
	border-top: 4px solid #7C1111; 
}

/* form_section_panels are meta elements for containing and stylizing a subsection of a form. */

.form_section_panel {
	position: relative;	
	padding-bottom: 10px;
	width: 600px;
}

.form_section_panel h2 {
	margin: 10px 0px 0px 0px;
}

/* application panels are used on the institutional aid application pages */

#application_panel {
  position: relative;
  clear:both;
  margin: 0px 35px;
  border: 1px solid #F5CE85;
  padding: 0px 15px 10px 15px;
  background-color: #FEF8D5;
  width: 625px;
  height: 10%;
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 595px;
}

#application_panel .form_row {
	margin: 0px;
}

#application_panel .form_element {
	padding: 0px 5px;
}

#application_panel #instruction {
  margin: 0px 0px 20px 0px;
	border: 0px solid #D5DDE5;
	width: auto;
}

#application_sub_panel {
	border: 1px solid #F5CE85;
	padding: 10px;
}

#application_sub_panel .form_section_panel {
	margin: 0px 10px 15px 0px;
	border-top: none;	
	border-bottom: 1px dotted #000000;
	padding-bottom: 10px;
	width: auto;
}

/*###################################
# These are form styles: 
# 1. form_cols are for making multi column forms
# 2. Label styles are for labelling form elements
# labels to mark form_elements. Form_element can be used to contain form fields. 
###################################*/
.form_row {
	position: relative;
	float: left;
	clear: both;
	margin: 0px 10px;
	padding: 5px 0px 0px 0px;
	border: 0px solid black;
	width: 100%;
}

.form_element {
	float: left;
	padding: 0px 5px;
	vertical-align: top;
}

.label {
	float: left;
	margin-bottom: 0px;
	border: 0px solid black;
	width: 270px;
	text-align: right;  	
}

.RTBlabel {
  float: left;
  margin-bottom: 0px;
  border: 0px solid black;	
  text-align: right;
  font-weight: bold;
  color: #00438A;
  padding-left: 3px;
}

.sublabel {
	clear: both;
	padding-left: 3px;
	font-size: 9px;
	font-weight: normal;
}

.RTBsublabel {
	font-size: 9px;
	font-weight: normal;
}

/*###################################
# These are form styles (currently these are all HTML tag based). 
# Note: CSS attribute selectors are not well supported in current browsers, 
#       hence the use of class selectors on input elements.
###################################*/
label {
	display: block;
	margin-top: 10px;
	width: 300px;
	text-align: right;
	font-weight: bold;
}

input.text, select {
	margin: 0px 3px;
	border-width: 1px;
	border-style: outset;
	border-color: #CCCCCC;
	font-size: 11px;
}

select {
margin-left: 0px;
}

input.button {
	clear: right;
	margin: 5px 0px 0px 5px;
	border-width: 1px;
	border-style: outset;
	border-color: #FFFFFF;
	height: 20px;
	background-color: #7C1111; 
	font-size: 10px;
  font-family: verdana, arial, sans-serif;
	color: #FFFFFF;
}

input.button_sm {
	border-width: 1px;
	border-style: outset;
	border-color: #CCCCCC;
	font-size: 9px;
	background-color: #206FE1;
	color: #FFFFFF;
}

/*###################################
# instruction defines an instruction meta element. Use this to add instructions for forms, etc.
###################################*/
#instruction, .instruction {
  float: left;
  clear: both;
  margin: 0px 0px 20px 0px;
  width: 100%;
  border: .1px solid #FFFFFF;
}

/*###################################
# These are special use table formatting styles
###################################*/
table.nested {
	border: none;
	margin-top: 0px;
	text-align: right;
	background-color: #FFFFFF;
}

table.nested th {
	text-align: right;
	background-color: #FFFFFF;
}

table.nested td {
	text-align: right;
}

/*###################################
# Tip defines a javascripted meta-element that pops up on mouseover events 
# and is hidden on mouseout events.
###################################*/
.tip {
	border: 1px solid #000000;
	padding: 10px;
	background-color: #EFEFEF;
	width: 150px;
}

/*###################################
# footer defines the page footer meta element
###################################*/
#footer {
	clear: both;
	margin: 20px 0px;
	border-top: 10px solid #7C1111; 
	padding-top: 10px;
	width: auto;
	text-align: right;
}

/*Messaging Styles*/
ul.appMessage {
	list-style: none;
	margin: 0;
	padding: 2px;
	border: dotted 1px #aaa;
}
ul.appMessage li {
  margin-left: 0;
  font-weight: bold;
  font-size: 11pt;
}
ul.appMessage li.error {
	color: Red;
}

/*Popup Calendar Styles*/
.Calendar TABLE {
	width: auto !important;
	margin: 0 !important;
}
.CalendarMonthHeader{
	background-color: #CECECE;
	color: #7C1111;
	font-weight: bold;
}
.CalendarDayHeader{
	background-color: #7C1111;
	color: #CECECE;
}
.CalendarText{
width: 75px;
}
