body {
	background-color: #506baf;
	background-image: url('/images/bg/body.gif');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#page {
	width: 908px;
	margin: 0 auto;
}

#header {
	height: 92px;
	margin-bottom: 18px;
	width: 908px;
}

#header h1 {
	width: 424px;
	height: 92px;
	background-image: url('/images/logo.gif');
	background-repeat: no-repeat;
	margin: 0;
	float: left;
}
#header span {
	 display: none;
}

ul#site-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#site-nav li {
	float: left;
}

#content-top {
	background-image: url('/images/bg/content_top.gif');
	background-repeat: no-repeat;
	margin: 0 4px;
	height: 9px;
}

#content {
	width: 860px;
	margin: 0 4px;
	background-image: url('/images/bg/content.gif');
	background-repeat: repeat-y;
	padding: 10px 20px;
}

#nav {
	float: right;
}
#nav ul {
	margin: 0;
	list-style-type: none;
	padding: 4px 0 0 0;
	border: 1px solid red;
	height: 24px;
	background-color: #506baf;
	background-color: #606060;
	border: 1px solid #ddd;
}
#nav ul li {
	font-weight: bold;
	margin: 0 14px;
	font-size: 100%;
	float: left;
}
#nav ul li a {
	color: #fff;
}

h2 {
	margin-top: 0;
}

a {
	color: #1f3dbf;
}
a img {
	border: 0;
}

#footer {
	background-image: url('/images/bg/content_bottom.gif');
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 4px;
	padding-top: 10px;
	margin-top: -24px;
	color: #fff;
}
#footer a {
	color: #fff;
}

#content > ul li {
	line-height: 160%;
}





















table th {
	text-align: left;
	background-color: #aaa;
	color: #fff;
	padding: 1px 3px;
	font-size: 100%;
}
table th a {
	color: #fff;
}

table tr.alt {
	background-color: #efefef;
}
td {
	padding: 3px 2px;
}

span.loading {
	height: 20px;
	background-image: url('/images/loading.gif');
	background-repeat: no-repeat;
	padding: 3px 0 5px 25px;
}

label.error, div.error-message, p.error {
	color: maroon;
	font-size: 85%;
}

fieldset.checkboxes div {
	margin: 0;
}

#RegistrationForm h3 {
	border-bottom: 1px solid #999;
	font-weight: normal;
	font-size: 150%;
}

#ConfigureProgramForm fieldset, #CheckPaymentForm fieldset, #ProgramInformation fieldset {
	margin: 0 0 16px 0;
	border: 0;
	padding: 0;
}
#ConfigureProgramForm fieldset label, #CheckPaymentForm fieldset label, #ProgramInformation fieldset label {
	display: inline;
}
#ConfigureProgramForm legend, #CheckPaymentForm legend, #ProgramInformation legend {
	padding: 0;
	margin: 0 0 0 -6px;
	color: #444;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

form {
	margin-top: 4px;
}

form div label {
	display: block;
}

form div {
	margin-bottom: 16px;
}

form div.inline {
	float: left;
	margin-right: 6px;
}

fieldset {
	margin: 0 0 16px 0;
	border: 0;
	padding: 0;
}
fieldset label {
	display: inline;
}
legend {
	margin-bottom: 14px;
	padding: 0;
	font: 14px Tahoma bold;
	font-weight: bold;
}


form div.checkbox label {
	display: inline;
}
form div.radio label {
	display: inline;
}
form div.checkbox input {
	margin-right: 5px;
}

div.tab_body {
	border: 1px solid #aaa;
	padding: 8px;
	background-color: #fcfcfc;
	margin-top: -1px;
}
div.tab_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 24px;
	margin-top: 12px;
}
div.tab_nav ul li {
	float: left;
	margin-right: 6px;
}
div.tab_nav li a {
	display: block;
	background-color: #eaeaea;
	padding: 1px 10px;
	color: #444;
	text-decoration: none;
	border: 1px solid #aaa;
	height: 20px;
}
div.tab_nav li a:hover {
	background-color: #f0f0f0;
}
div.tab_nav li a.current {
	border-bottom: none;
	background-color: #fcfcfc;
	height: 21px;
}

input.button {
	float: left;
}




/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(/images/addons/jTip/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(/images/addons/jTip/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(/images/addons/jTip/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin: 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

.tooltip a, .tooltip a:active, tooltip a:visited{
	background-color: #506baf;
	font-size: 85%;
	padding: 0 4px;
	color: #fff;
	text-decoration: none;
}

.tooltip a:hover{
	color: #ccc;
	text-decoration: none;
}