a {
	text-decoration:underline;
	color:#0000AA;
}

a:link {
	color:#0000AA;
	text-decoration:underline;
}

a:hover {
	color:#C70202;
	text-decoration:underline;
}
a:link.greytext {
	color:#000000;
	text-decoration:underline;
}

a:hover.greytext {
	color:#C70202;
	text-decoration:underline;
}

a.none {
	text-decoration:none;
}

h3 {
	padding:16px 0 4px 0;
	margin:0;
}

.greytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
}

.greytext a {
	color:#777777;
}
.greytext a:hover {
	color:#C70202;
}

body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}

body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	color:#000000;
}

.box {
	border:1px solid black;
	-moz-border-radius:3px;
}
.box_area {
	background-color:#E6E6FA;
	padding:5px 5px 5px 5px;
}
.box_area2 {
	background-color:#DEDEDE;
	padding:5px 5px 5px 5px;
}
.box_title {
	background-color:#5F8FC0;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
}

button {
	cursor:default;
	margin:0 2px 0 2px;
	white-space:nowrap;
	font-size:12px;
}

button:hover {
	color:#000099;
	cursor:pointer;
	margin:0 2px 0 2px;
	white-space:nowrap;
	font-size:12px;
}

.debug {
	color:#FF33FF;
}

.display {
	font-size:12px;
}

.element, .elementError {
	background-color:#FFFFFF;
	border:1px solid #708090;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:99%;
}

.elementError {
	background-color:#FFFAF0;
	border:1px dashed #FF6633;
}

.element_on {
	border:1px dashed #708090;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
}

.error {
	color:#AA0000;
	font-weight:bold;
}

.formTitle {
	border-bottom:1px solid #222299;
	color:#222299;
	width:600px;
	font-size:12px;
	text-align:left;
	margin-bottom:5px;
	font-weight:bold;
}


label, .field {
	color:#444444;
	font-size:11px;
	font-weight:bold;
}

form {
	display:inline;
}


.listTable {
	width:730px;
	margin:10px 10px 10px 10px;
}

.listTable th {
	font-size:11px;
}

.message {
	color:#000088;
}

.notes {
	font-size:9px;
	text-decoration:none;
}
.notice {
	color:Blue;
}

.required {
	color:#AA0000;
	font-size:13px;
	font-weight:bold;
}

.success {
	color:#005500;
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

.trainingBox {
	border:1px solid #999999;
	margin-top:5px;
	padding:5px 5px 5px 5px
}

.trainingPlus {
	vertical-align:top;
	margin-right:2px;
	margin-top:2px
}

.trainingTitle {
	font-size:12px;
	font-weight:bold;
}

.model {
	font-style:italic;
}

.modelTitle {
	padding-left:5px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}

.modelDetails {
	background-color:#EEEEEE;
}

.modelDetails ul {
	margin:0;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
}

.dataDisplay {
	width:730px;
	margin:10px 10px 10px 10px;
}

.dataDisplay th {
	background-color:#5F8FC0;
	font-size:11px;
	text-align:left;
	padding:3px 5px 3px 5px;
	color:#FFFFFF;
	text-transform:uppercase;
}

.dataDisplay tr {
	vertical-align:bottom;
}


.dataTable th {
	font-size:11px;
}

.dataTable td {
	text-align:center;
}

table.tChart {
	margin:0;
	padding:0;
	width:100%;
}

table.tChart tr.even {
	background-color:#EEEEEE;
}

table.tChart tr.odd {
	background-color:#FFFFFF;
}

table.tChart td {
	text-align:center;
	padding:4px;
}

ul.list {
}

ul.list li {
	margin:4px 0 4px 0;
}

#left_nav {
	width:220px;
	margin:0;
	padding:0;
	background-image:url(/images/leftnav_bar.gif);
	background-repeat:repeat-y;
}

#left_nav a {
	color:#FFFFFF;
	text-decoration:none;
}
#left_nav a:hover {
	color:#ffff00;
	text-decoration:none;
}
#left_nav a.linked {
	font-weight:bold;
	color:#FFFF99;
}

#left_nav ul {
	padding:0;
	margin:0;
}

#left_nav li {
	list-style-type:none;
	padding:2px 28px 2px 2px;
	text-align:right;
	background-image:url(/images/leftnav_arrow.gif);
	background-repeat:no-repeat;
	background-position:194px;
}

#videos {
	text-align:center;
}

#videos label {
	display:block;
	margin-top:10px;
}

#videos div {
	margin-top:6px;
}

#videos h2 {
	font-size:11px;
	font-weight:normal;
	display:block;
	padding:0;
	text-align:center;
	margin:4px 35px 16px 35px;
	/*border:1px solid black;*/
}

#videos div img {
	border:1px solid #0000EE;
}

#videos div img:hover {
	border:1px solid #EE0000;
}