body {
	background-image: none;
	background-color: #ffffff;

	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.33em;

	margin:0;
	padding:0 224px 0 192px;
}

/*HEADERS*/
H1 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 1.66em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #447eaf;
}

H2 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 1.33em;
	color: #447eaf;
	text-align:left;
	margin:0px;
	margin-bottom: 1.33em;
}

H3 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 1.16em;
	color: #447eaf;
}

H4, H5 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 1em;
	color: #447eaf;
}

div.h4{
	font-size: 1em;
	font-weight: bold;
	color: #447eaf;
	
}

H4.subtitle {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 1em;
	color: #447eaf;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

hr {
	border: 1px solid #447eaf;
}

hr.news {
	border: 1px solid #abd0e2;
}

form {
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
}

a {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 1em;
	color: #c1001f;
	text-decoration: underline;
}

a:hover {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 1em;
	color:#c1001f;
	text-decoration: underline;
}

img.middle {
	vertical-align: middle;
}

.error, .warning  {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 1em;
	color:#c1001f;
	text-align:center;
}

dl {

}

dt {
	font-weight: bold;
	margin-top: 10px;
}

dd {

}

dl#customDataList {

}

dl#customDataList dt {
	font-size: 1.1em;
}

dl#customDataList dd {
	margin:0px;
	margin-left: 1.66em;
}

dl.courseDataList {

}

dl.courseDataList dt {
	font-size: 1em;
	color: #447eaf;
	margin: 0px;
	margin-top: 1em;
}
dl.courseDataList dt img {
	margin-right: 10px;
	margin-bottom: 5px;
	vertical-align: middle;
}

dl.courseDataList dd {
	margin:0px;
	margin-left: 25px;
}

.floatDataList dt {
	float: left;
}

.floatDataList dd {
	margin: 0;
	padding: 1.33em;
	padding-top: 0.833em;
}

ol.decimal {
	list-style-type: decimal;
}

ol.lalpha {
	list-style-type: lower-alpha;
}

#container {
	background-color:#ffffff;
	/*float:left;*/
	
	width:100%;

	border-left:192px solid #ffffff; /* The width and color of the left rail */
	margin-left:-192px;

	border-right:224px solid #ffffff;
	margin-right:-224px;
}

#content {
	background-color:#ffffff;
	width:100%;
	margin-right:-100%;
	float:left;
}

#main_content {
	padding: 32px;
	line-height: 1.66em;
}

#lrail {
	background-image: url(../images/background/leftbg.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	width:192px;
	height:349px;
	float:left;
	margin-left:-192px;
	position:relative;
}

#lrail .logo {
}

#rrail {
	width: 224px;
	float: right;
	margin-right: -224px;
	position:relative;
}

#header {
	background-image: url(../images/background/topbg.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	height: 130px;
	margin-left:-192px;
	margin-right:-224px;
	clear:both;
}

#loginBox {
	width: 204px;
	background-color: #f4f4f4;
	margin-top: 32px;
	padding-bottom: 10px;
}

#newsBox {
	width: 204px;
	background-color: #f4f4f4;
	margin-top: 16px;
	margin-bottom: 16px;
	padding-bottom: 10px;
}

#loginBox .header,#newsBox .header {
	background-image: url(../images/decorate/window_header.gif);
	background-color: #ffffff;
	background-repeat: no-repeat;
	color: #ffffff;
	width: 200px;
	height: 20px;
	margin:2px;
	padding-top: 4px;
	text-align:center;
}

#loginBox .form {
	padding-left: 10px;
}

/* LEFT */
.main-links-container {
	padding: 0px;
	margin: 0px;
	margin-top: 16px;
	height: 192px;
}

.main-links {
	background-image: url(../images/buttons/menu_item_normal.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;

	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	color: #447eaf;

	width: 166px;
	height: 32px;
	margin: 0;
	padding: 0;
	padding-right: 26px;

	display: block;
	border: 0px;
	line-height: 2.6em;
}

.main-links-hover, .main-links-hover:hover, .main-links:hover {
	background-image: url(../images/buttons/menu_item_selected.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;

	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	color: #c1001f;

	width: 166px;
	height: 32px;
	margin: 0;
	padding: 0;
	padding-right: 26px;

	display: block;
	border: 0px;
	line-height: 2.6em;
}

#footer {
	background-image: url(../images/background/bottombg.gif);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: -192px;
	margin-right: -224px;
	clear: both;
	text-align:center;
}

#footer .footer_text, .subfooter_text {
	font-size: 0.833em;
	color: #aaaaaa;
	padding:0px;
	padding-bottom:4px;
}

#footer .subfooter_text {
	border-top: 1px solid #cccccc;
}


#footer .footer_text a, .subfooter_text a {
	color: #aaaaaa;
	text-decoration:none;
}

#footer .footer_text a:hover, .subfooter_text a:hover {
	color: #aaaaaa;
	text-decoration:underline;
}

#footer_links {
	padding: 0px;
	padding-top:4px;
}

#footer_links span {
	background-image: url(../images/decorate/list_square.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
	padding-left:1em;
}

ul#footer_links li a {
	display: block;
	font-size: 0.833em;
	color: #aaaaaa;
	text-align: center;
	text-decoration: none;
}

ul#footer_links li a:hover {
	text-decoration: underline;
}

ul#loginlinks {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul#loginlinks li {
	background-image: url(../images/decorate/list_square_green_3x3.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
	display:block;
	padding-left: 8px;
}

ul#loginlinks li a {

}

.inp {
	width: 180px;
	border: 1px solid #aaaaaa;
	margin-top:2px;
	margin-bottom:2px;
}

.inp:hover {
	border:1px solid #447eaf;
}

.button {
	width: 180px;
	border: 0px solid #aaaaaa;
	color: #ffffff;
	background-color: #447eaf;
	margin-top:5px;
	font-weight: bold;
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;

	height: 30px;
	border-bottom: 3px solid #447eaf;
}

.mootabs_title li {
	float: left;
	display: block;
}

.mootabs_title a {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #ffffff;
	background: #447eaf url(../images/decorate/tab_l_n.gif) left top no-repeat;
	display: block;
	padding-left: 5px;
	text-decoration:none;
}

.mootabs_title a span {
	background: #447eaf url(../images/decorate/tab_r_n.gif) right top no-repeat;
	display: block;
	padding: 5px;
	padding-right: 10px;
}

.mootabs_title a:hover, .mootabs_title a:focus {
	color: #ffffff;
	text-decoration: none;
	background: #447eaf url(../images/decorate/tab_l_s.gif) left top no-repeat;
	display:block;
	padding-left: 5px;
}

.mootabs_title a:hover span, .mootabs_title a:focus span {
	color: #ffffff;
	text-decoration: none;
	background: #ffffff url(../images/decorate/tab_r_s.gif) right top no-repeat;
	display: block;
	padding: 5px;
	padding-right: 10px;
}

.mootabs_title a.active, .mootabs_title a:focus.active, .mootabs_title a:hover.active {
	color: #ffffff;
	text-decoration: none;
	background: #447eaf url(../images/decorate/tab_l_s.gif) left top no-repeat;
	display: block;
	padding-left: 5px;
}

.mootabs_title a.active span,.mootabs_title a:focus.active span, .mootabs_title a:hover.active span, .mootabs_title a:visited.active span {
	color: #ffffff;
	text-decoration: none;
	background: #447eaf url(../images/decorate/tab_r_s.gif) right top no-repeat;
	display:block;
	padding: 5px;
	padding-right: 10px;
}

.mootabs_panel {
	display: none;
	clear: both;
	top: -1px;
	position: relative;

	/*overflow: auto;*/
	padding: 8px;
}

.mootabs_panel.active {
	display: block;
}

/* testing page css */

.resultsPassed
{
	padding:20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #4b6000;
	text-align:center;
}

.resultsFailed
{
	padding:20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #c1001f;
	text-align:center;
}

.input {
	border: 0px solid #eeeeee;
}

.head {
	font-weight: bold;
	padding: 5px;
	background-color: #f4f4f4;
}

.row2 {
	background-color: #eeeeee;
}

.row2padded {
	padding:4px;
	background-color: #eeeeee;
}

.info {
	color: black;
	font-family: sans;
	font-weight: bold;
	font-size: 16pt;
}
.isFailed {
	font-weight: bold;
	color: #c1001f;
}
.isPassed {
	font-weight: bold;
	color: #4b6000;
}
.isPassed2 {
	font-weight: bold;
	color: orange;
}

.alignLeft {
	text-align: left;
	margin-bottom: 20px;
}

/* moo tooltip */
.tool-tip {
	width: 200px;
	color: #000;
	text-align: center;
	overflow: hidden;
	border: 1px solid #000;
}

.tool-tip .tool-title {
	font-size: 0.922em;
	font-weight: bold;
	margin: 0;
	padding: 10px 10px 0;
	background: #ffffe1;
}

.tool-tip .tool-text {
	margin: 0;
	padding: 10px;
	font-size: 0.922em;
	background: #ffffe1;
}
/* moo tooltip */

/* moo accordion */
#accordionx {
	display:none;
}

.toggler {
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-top: 1px solid #f4f4f4;
	border-left: 1px solid #f4f4f4;
}

.element {
	
}

.element h5 {
	margin: 0;
	padding: 4px;
}

.element p {
	margin: 0;
	padding: 4px;
}

.float-right {
	padding:10px 20px;
	float:right;
}

/* moo accordion */

#support_head, #support_body {
	display:none;
}


/* others */

.priceTable {
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
}

.priceTable tr th {
	color: #447eaf;
	background-color: #abd0e2;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

.priceTable tr td {
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}
