body {
	background: #F6F6F6;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

body, p, div, td {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial;
	color: #1A171B;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 17px;
}

p, ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
}

ul, ol {
	margin-left: 1.5em;
	padding-left: 0;
}

ol {
	margin-left: 2.2em;
}

ul ul, ol ol {
	margin-top: 0;
}

input, textarea, select {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial;
	font-size: 11px;
}

form {
	margin: 0;
	padding: 0;
}

td {
	padding: 0;
	vertical-align: top;
}

img {
	border: none;
}

a:link, a:active, a:visited, a:hover {
	color: #009534;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	clear: both;
}

h2 {
	font-size: 12px;
}

#container {
	margin: 0 auto;
	width: 929px;
	padding: 14px;
	background: white;
}

#header	{
	margin-top: -14px;
	border-bottom: 1px solid white;
}

.title {
	background: #53534D;
	color: white;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 13px;
}

hr {
	padding: 0;
	border: 0;
	clear: both;
	border-bottom: 1px solid #53534D;
	margin: 1em 0;
	height: 1px;
}

.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

.homeTable {
	width: 100%;
}

.homeTable img {
	margin-right: 20px;
}

.infoTable {
	width: 709px;
	margin-bottom: 10px;
}

.infoTable td {
	padding-bottom: 5px;
}

.infoTable td.label {
	width: 120px;
	font-weight: bold;
}

a.signIn:link, a.signIn:active, a.signIn:visited, a.signIn:hover {
	display: block;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	background: #53534D;
	padding: 5px;
	text-align: center;
}

a.signIn:hover {
	background: #009534;
}

#loading_screen {
	z-index: 9000;
	display: block;
	text-align: center;
	position: absolute;
	background-color: #FFFFFF;
	height: 150px;
	width: 150px;
	top: 200px;
	left: 50%;
	margin-left: -75px;
}

div.menu {
	background: #53534D;
	padding: 7px 15px;
	margin-bottom: 14px;
}

ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

ul.menu.logout {
	float: right;
}

ul.menu li {
	display: inline;
	margin-right: 20px;
}

ul.menu.logout li {
	margin: 0;
}

ul.menu li a:link, ul.menu li a:active, ul.menu li a:visited, ul.menu li a:hover {
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}

ul.menu li a:hover {
	color: #8E8F8C;
}

ul.menu li.selected a:link, ul.menu li.selected a:active, ul.menu li.selected a:visited, ul.menu li.selected a:hover {
	font-weight: bold;
}

.dax_datagrid {
	width: 1250px;
	height:500px;
	margin-bottom: 14px;
}

.tip {
	padding: 5px 0;
	border: solid black;
	border-width: 1px 0;
}

#buttonoptions {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #53534D;
}

#buttonoptions input {
	margin-left: 5px;
}

.formTable {
	margin-bottom: 14px;
}

.formTable td {
	padding: 0 5px 5px 0;
}

.error {
	font-weight: bold;
	color: red;
}

.listTable {
	width: 100%;
	margin-bottom: 14px;
	background-color: #BAE9BA;
	background-repeat: no-repeat;
}

.listTable td {
	padding: 5px 10px 5px 0;
}

.listTable thead td, .listTable thead td a {
	font-weight: bold;
}

.listTable thead td {
	border-bottom: 1px solid black;
}

.menuTip {
	float: right;
	font-weight: bold;
	color: white;
}

.courseTitleTable {
	width: 100%;
}

.courseTitleTable td {
	font-size: 13px;
}

.detailTable, .detailTable table {
	width: 100%;
}

.detailTable td {
	padding: 3px;
	padding-left: 0;
}

.detailTable td.label {
	font-weight: bold;
}

.required {
	color: #FF6600;
	font-weight: bold;
}

