body { 
	color: black; 
	font-size: 75%;
	font_family: arial;
	background-color:#dddddd;
}


SPAN.largetitle {
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
}
SPAN.smalltitle {
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

SPAN.warning {
	color: red;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

SPAN.smalltext {
	font-size: .75em;
}
SPAN.disabled {
	color: black;
}


SPAN.navdisabled {
color: black;
font-size: .75em;
}
SPAN.navselected {
color: yellow;
font-size: .75em;
}
SPAN.navnotselected {
color: black;
font-size: .75em;
}

p { font: 1em arial; color:black}
p.medium { font-size: 1.1em; font-family: arial, helvetica, sans-serif; color:black}

p.box
{
	color: #333333;
	font: .75em arial;
}


p.copyright
{
	color: black;
	font: .75em arial;
}

a {
	color: #039FAF;
}
a.bold{
	font-weight: bold;
}

a.header {
	color: black;
}

TD
{
	FONT-FAMILY: arial,verdana;
	FONT-SIZE: 1em;
}

form
{
	padding:0; 
	border:0; 
	margin:0
}

INPUT
{
	FONT-FAMILY: arial;
	FONT-SIZE: .75em;
	COLOR: black;
}


TEXTAREA
{
	FONT-FAMILY: arial;
	FONT-SIZE: .75em;
	BACKGROUND-COLOR: white;
	COLOR: black;
}

SELECT
{
	FONT-FAMILY: arial;
	FONT-SIZE: .75em;
	BACKGROUND-COLOR: white;
	COLOR: black;
}



.nav { }

.nav a:link, .nav a:active, .nav a:visited
{
	FONT-SIZE: 1em;
	COLOR: black;
	text-decoration: none;
	font-weight: normal;
}

.nav a:hover { text-decoration: underline; }

.nav a:link.nav-on, .nav a:active.nav-on, .nav a:visited.nav-on
{
	FONT-SIZE: 1em;
	COLOR: white;
	text-decoration: none;
	font-weight: normal;
}

table.border {
     border:1px solid black;
}

table.schedule  { border-collapse: collapse; border:1px solid black;}
.schedule td{border: 1px solid #000; border-collapse: collapse; } 
.schedule th{border: 1px solid #000; border-collapse: collapse; } 

  COL.none { border: none; }
  TD.i    { border-right: hidden; }
  TD.e    { border-left: hidden; border-right: hidden;}
  TD.a { border-left: hidden; border-right: hidden;}
  TD.s    { border-left: hidden; }
  TH.i    { border-right: hidden; }
  TH.e    { border-left: hidden; border-right: hidden;}
  TH.a { border-left: hidden; border-right: hidden;}
  TH.s    { border-left: hidden; }
 



table.mainnav p {
	font-family: arial, helvetica, sans-serif;
	font-size: .75em;
	line-height: 25px;
}

table.mainnav p.navspacer {
	padding: 0px;
}

table.mainnav td {
	background-color: #eeeeee;
}

table.mainnav td.on {
	background-color: #dddddd;
}

table.mainnav a:link, table.mainnav a:active, table.mainnav a:visited {
	color: #333333;
	text-decoration: none;
}

.subnav {
	padding: 3px;
	margin: 0px;
}

.dropdown{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .5em; 
	font-style: normal; 
	line-height: 150%; 
	color: #000000;
}

.submainnav p{
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: .75em;
	margin: 0px;
}

.submainnav a:link, .submainnav a:active, .submainnav a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

div.scrolldailyschedule {
	overflow: auto;	
	width: 500px;	
	height: 420px;		/* height is required */
	border: 1px solid black;
}

div.innerdailyschedule {
	width: 3000px;	
	height: 420px;		/* height is required */
	border: 1px solid black;
}

div.scrollprofile {
	overflow: auto;	
	width: 100%;	
	height: 420px;		/* height is required */
	border: 1px solid black;
}
div.scrolltable {
	width: 550px;		/* table width will be 99% of this*/
	height: 400px; 	/* must be greater than tbody*/
	margin: 0 auto;
	}


/* this enables the table to scroll without scrolling the page */
.innerframe {
	overflow: auto;	
	width: auto;	
	height: 420px;		/* height is required */
	}

/* position the row of column heads above the table */
.scrolltable thead tr {
	position: absolute;	/* throws the header out of the table */
	top: 0px;
	left: 0px;			
	}
	
.scrolltable tfoot tr {
	position: absolute;	/* throws the footer out of the table */
	top: 264px;  /* this is the wrong size for our new table. */
	left: 0px;			
	}
.scrolltable table {
	width: 99%;		/*100% of container produces horiz. scroll in Mozilla*/
	border: none;
	background-color: #f7f7f7;
	}
	
.scrolltable table>tbody	{  /* child selector syntax which IE6 and older do not support*/
	overflow: auto; 
	height: 300px;
	overflow-x: hidden;
	}
	
.scrolltable thead tr	{
	position:relative; 
	top: expression(offsetParent.scrollTop); /*IE5+ only*/
	}
	
.scrolltable thead td, thead th {
	text-align: center;
	font-size: 1em; 
	background-color: oldlace;
	color: steelblue;
	font-weight: bold;
	border-top: solid 1px #d8d8d8;
	}	
	
.scrolltable td	{
	color: #000;
	padding-right: 2px;
	font-size: .75em;
	border-bottom: solid 1px #d8d8d8;
	border-left: solid 1px #d8d8d8;
	}
	
.scrolltable table tfoot tr { /*idea of Renato Cherullo to help IE*/
      position: relative; 
      overflow-x: hidden;
      top: expression(parentNode.parentNode.offsetHeight >= offsetParent.offsetHeight ? 0 - parentNode.parentNode.offsetHeight + offsetParent.offsetHeight + offsetParent.scrollTop : 0);
      }


.scrolltable tfoot td	{
	text-align: center;
	font-size: .75dm;
	font-weight: bold;
	background-color: papayawhip;
	color: steelblue;
	border-top: solid 1px slategray;
	}

.scrolltable td:last-child {padding-right: 20px;} /*prevent Mozilla scrollbar from hiding cell content*/
.NewsClass td {
		font-size: 1em;
}
a.NewsClass:link { color: red; }
a.NewsClass:visited { color: red; }
a.NewsClass:active { color: red; }
a.NewsClass:hover {  }
.NewsHeader {
	color: red;
	font-size:1.2em;
}
.NewsClass {
	color: red;
	font-size:1em;
}

.tab_page { 	
	background-color:lightgrey;
}

.tab_nav_on { 	
	background-color:lightgrey;
}
.tab_nav_off {	
	background-color:grey;
	border-bottom: solid darkgrey 2px; 
	border-left: solid darkgrey 1px;
	border-right: solid darkgrey 1px; 
	cursor:pointer;
	text-decoration:underline;
}
.MyProfile a	{
	display: block;
	text-decoration: none;
	font-size:1.2em;
}
.MyProfile	{
	background-color:lightgrey;
	display: block;
	text-decoration: none;
	font-size:1.2em;
}

.MyProfile img {
	border:0px;
}

#MyProfileBig {
	font-size:1.2em;
}

.scholarship_odd {
	padding:20px;
}

.scholarship_even {
	padding:20px;
	background-color:lightgrey;
}

.scholarship_section_title {
	font-size:150%;
	font-weight:bold;
}
a {
	outline: none; /* hide dotted outline in Firefox */
}
img {
	border:0;
}


.markrequest {
	border:2px solid red;
	padding:2px;
	
}
.markconfirmed {
	border:2px solid green;
	padding:2px;
	
}
table.ignite_main {
	background-color:#eeeeee;
	min-width:880px;
	width:100%;
}
table.ignite_main-wide {
	 background-color:#eeeeee;
	 min-width:1000px;
	width:100%;
	 
}

.payment-contents {
	padding:10px;
}
.payment-response {
	display:none;
	font-weight:bold; 
	font-size:125%;
	padding:10px;
}

.disability-box {
	border: 1px solid black;
	font-weight: bolder;
	margin: 5px;
	padding: 5px;
}
.disability-title {
	display:inline-block;
	width:100%;
	background-color:#cccccc;
}
.disability-contents {
	font-weight: normal;
	display: none;
	margin: 10px;
}
.disability-row {
	margin: 5px;
}

#box-closed {
	display:inline-block;
	width:20px;
	background-image: url("../images/groupheaderarrow-closed.gif");
}
#box-open {
	display:inline-block;
	width:20px;
	background-image: url("../images/groupheaderarrow-open.gif");
}

.warning {
	background-color: red;
}
label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}

.padded {
	padding:10px;
}

.hidden {
	display:none;
}

.fa_independent_import, .fa_independent_import_table, .fa_group_import, .fa_group_import_table {
	padding:10px;
	text-align:center;
}
.fa_independent_import_table, .fa_group_import_table {
    margin-left:auto; 
    margin-right:auto;
}

.import_table {
	padding:10px;
	float: left
}

.payment_receipt {
	padding: 10px;
}

div.center {
	text-align: center;
}

div.outline {
	padding:10px;
	border:1px solid black;
	margin:5px;
	display:inline-block;
}

.my_account a {
	background:#dddddd;
	border:outset #dddddd;
	display:inline-block ;
	padding:5px;
	text-decoration:none;
	color:black;
	margin:5px;
}
.my_account a:active {
	border:inset;
}


.view-table-cell {
	text-align:center;
	color:blue;
}
.contents-table-cell {
	display:none;
}
.even {
	background-color:#dddddd;
}
.odd {
	background-color:#aaaaaa;
}

.error {
	text-align:center;
	background-color:red;
	color:white;
	margin:5px;
	padding:10px;
}
