* { font-family: Times New Roman, Verdana, Arial; }

body {
	font-size: 16px;
}
h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }

a {
	color: #ffffff;
}
a img {
    border: none;
}

.clear {
	clear: both;
}

/******************
 * Navigation list
 ******************/
#navigation {
	float: left;
	width: 100%;
	padding: 9px 0 0 0;
}
#navigation ul {
	float: left;
	list-style: none;
	padding: 5px 0 14px 0;
	margin: 0;
	width: 100%;
}
#navigation ul a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}
#navigation ul a:hover {
	text-decoration: underline;
}
#navigation li {
	float: left;
	padding: 0;
	text-align: center;
}
#navigation li.first {
	/* margin-left: 25%; */
}
#content-wrapper {
	clear: both;
}
#footer {
	clear: both;
}

/******************
 * Form styles
 ******************/
form {
    display:inline;
}
.button50, .button100, .button150 {
	color: #000000;
}
.textbox {
	color: #000000;
}
.datebox {
	color: #000000;
}
.textarea {
	width: 300px;
	height: 100px;
    color: #000000;
}
.selectList {
    color: #000000;
}
.radiobutton {
	
}
.checkbox {
	
}

.formErrContainer {
    display: inline;
}
.formNoteContainer {
    display: inline;
}
.formNoteContainer .note {
    font-size: 0.8em;
}
.formError {
	color: red;
	font-weight: bold;
}


/******************
 * Session notes
 ******************/
div.sessionNotes {
	width: 800px;
    padding: 5px 0 7px;
    margin-bottom: 7px;
    background: #ebebeb;
    border: 1px solid #467aaa;
    color: #467aaa;
}
div.sessionNotes ul {
	margin: 0;
	padding: 0 10px;
}
div.sessionNotes ul li {
	list-style: none;
	font-weight: bold;
}
div.notesSuccess {
	background: #EFFFF3;
	border-color: #46AA54;
	color: #46AA54;
}
div.notesError {
	background: #FFEFF0;
	border-color: #AA4653;
	color: #AA4653;
}

/******************
 * Data Tables
 ******************/
table.data {
	border-spacing: 2px;
	font-size: 13px;
}
table.data a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
table.data a.plain {
	font-weight: normal;
}
table.data a:hover {
	text-decoration: underline;
}
table.data tr.odd {
	background-color: #EBEBEB;
}
table.data tr.even {
	background-color: #FFFFFF;
}
table.data tr.yellow {
	background-color: #FFFFEF;
}
table.data tr.red {
	background-color: #FFEFEF;
}
table.data tr.green {
	background-color: #EFFFF1;
}
table.data tr.blue {
	background-color: #EFEFFF;
}
table.data th {
    padding-top: 10px; 
    color: #ffffff;
    font-weight: bold;
    vertical-align: bottom;
}
table.data td {
	padding: 2px 5px;
    color: #000000;
}
table.data td.head {
	font-weight: bold;
}
table.data td.nowrap {
	white-space: nowrap;
}
table.data td.left {
	text-align: left;
}
table.data td.right {
	text-align: right;
}
table.data .textbox {
	width: 200px;
}
table.data .selectList {
    width: 200px;
}
table.data .buttonContainer {
	float: left;
	text-align: center;
	width: 50px;
}
table.data .buttonContainer .inactive {
	color: gray;
}
