body {
	margin: 0;
	background: #ee9c00;
}
img {
	border: none;
}
a {
	color: #066382;
}
a:hover {
	color: #f00;
}
td {
	vertical-align: top;
}

.h1 {
	color: #9b410e;
	font-size: 14pt;
	font-weight: bold;
	margin: 10px 0px;
}

.header {
	background: url(images/atom.jpg) no-repeat;
	height: 130px;
	width: 756px;
	vertical-align: bottom;
}

.tabindent {
	width: 200px;
}
.contentwidth {
	width: 756px;
}

.tabs {
	font-size: 10pt;
	vertical-align: bottom;
	white-space: nowrap;
}
.tabs a {
	color: #9b410e;
	font-weight: bold;
}
.tabs a:hover {
	color: #000;
}

.content {
	background: #fff;
	padding: 20px 13px;
	font-size: 10pt;
}
.content td {
	font-size: 10pt;
}

.footer {
	text-align: center;
	font-size: 8pt;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}
.footer a {
	text-decoration: none;
}

.tabs, .content, .footer {
	font-family: verdana;
}

.globalerror {
	padding: 10px;
	border: 1px solid #A90000;
	background-color: #F8E5E5;
	text-align: center;
}
.globalsuccess {
	padding: 10px;
	border: 1px solid green;
	background-color: #ddf3e4;
	text-align: center;
}
.globalnotice {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #ededed;
	text-align: center;
}

.odd {
	background-color: #ededed;
}

/* login */
.loginerror {
	color: #f00;
	font-size: 10pt;
	margin: 10px 0px 30px 0px;
	padding: 10px 2px;
	border: 1px solid #a90000;
	background-color: #f8e5e5;
	text-align: center;
}
.successmsg {
	color: #000;
	font-size: 10pt;
	margin: 10px 0px 30px 0px;
	padding: 10px 2px;
	border: 1px solid green;
	background-color: #ddf3e4;
	text-align: center;
}
.emailerror {
	color: #f00;
	font-size: 10pt;
	margin: 10px 0px;
	padding: 10px 2px;
	border: 1px solid #A90000;
	background-color: #f8e5e5;
	text-align: center;
}
tr.login_header, tr.contact_header, tr.findacourse_header {
	background-color: #9bcfe0;
	font-size: 12pt;
	font-weight: bold;
	height: 29px;
}
td.login_header, td.contact_header, td.findacourse_header {
	vertical-align: middle;
	padding: 0 19px 0 19px;
}
td.login_header_left {
	vertical-align: middle;
	border-right: 1px dashed #fff;
	padding: 0 19px 0 19px;
}
td.login_header_right {
	vertical-align: middle;
	padding: 0 19px 0 19px;
}
tr.login_footer, tr.contact_footer, tr.findacourse_footer {
	background-color: #6cb1c8;
}
td.login_footer, td.contact_footer, td.findacourse_footer {
	padding: 13px 19px 13px 19px;
}
td.login_footer_admin {
	font-weight: bold;
	color: #080574;
	padding: 13px 19px 13px 19px;
}
.login_footer .left a, td.login_footer_admin a {
	color: #080574;
}
.login_footer .left a:hover, td.login_footer_admin a:hover {
	color: #066382;
}
td.contact_footer {
	vertical-align: top;
	font-size: 10pt;
	font-weight: bold;
	color: #080574;
}
.login_footer .left {
	border-right: 1px dashed #fff;
	vertical-align: top;
	width: 45%;
	font-size: 10pt;
	font-weight: bold;
	color: #080574;
	padding: 13px 19px 13px 19px;
}
.login_footer .left input, .contact_footer .left input {
	border: none;
}
.login_footer .right {
	vertical-align: top;
	font-size: 11pt;
	padding: 13px 19px 13px 19px;
}

/* main */
.mainmenu {
	margin: 2px 0px 2px 10px;
}
.mainmenu a {
	font-size: 12pt;
}


.table {
	border: 1px solid #ccc;
}

.table tr td {
	padding: 4px
}

.table tr.theader td {
	background-color: #ededed;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.table tr.tfooter td {
	background-color: #ededed;
	border-top: 1px solid #ccc;
}


