@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;	
	background: url(/resources/cbits/images/siteBg.jpg) #D8E7EC repeat-x;
	font-family: sans-serif;
}

div#container > table {
	width: 974px !important;
	max-width: 974px;
	margin-left: auto;
	margin-right: auto;
}

.clr {
	clear: both;
}

.textInput {
	border: 1px solid #666;
	height: 20px;
	background: url(/resources/cbits/images/inputBg.jpg);
	width: 100%;
}

a, a:active, a:link {
	color:#EF723A;
}

a:visited {
	color: #B34511;
}

h3,h2 {
	color: #EF723A;
}

h3 {
	font-size: 18px;
}

h2.module-page-title, h1.module-page-title {
	border-bottom: dotted 2px #666 !important;
	padding: 10px 0 !important;
	color: #ff6805 !important;
	font-family: georgia,palatino !important;
	font-size: x-large !important;
}

/*#tabs p {
	font-size: 12px;
	font-weight: normal;
	color: #363636;
}*/
#tabs .ui-tabs-panel {
	font-size: 10pt;
	font-weight: normal;
	color: #363636;
}

.headerWrapper {
	width: 100%;
	background: #45A3E1;
	height: 114px;
}
.headerContainer {
	width: 950px;
	background: url(/resources/cbits/images/header.jpg) no-repeat;
	height: 114px;
	margin: auto;
	border: 0px;
}
.headerLeftDiv {
	width: 705px;
	cursor: pointer;
	height: 114px;
	float: left;
}
.headerDiv {
	padding-top: 2px;
	margin: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	float: left;
	height: 113px;
}

.headerDiv a {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}
		
.mainColumnWrapper {
	width: 950px;
	margin: auto;
}

.mainColumnContainerLeft {
	float: left;
	width: 670px;
	margin-right: 15px;
	_margin-right: 5px;
}

.mainColumnContainerRight {
	float: left;
	width: 265px;
	height: 186px;
	background: url(/resources/cbits/images/loginBg.jpg) no-repeat;
	margin-top: -1px;
	_margin-top: -5px;
}

.mainColumnContainerRight.loggedIn {
	background: url(/resources/cbits/images/loggedinBg.jpg) no-repeat;
}

.mainColumnLeftDivContainer {
	background: #fff url(/resources/cbits/images/bodyBg.jpg) no-repeat;
	border: 1px solid #999;
	border-top: 0px;
	min-height: 540px;
}

#mainContentDiv { /* this is used for the generic template */
	float: left;
	width: 650px;
	margin-right: 15px;
	background: #fff url(/resources/cbits/images/bodyBg.jpg) no-repeat;
	border: 1px solid #999;
	padding: 10px;
	font-size: 12px;
	min-height: 540px;
}


.loginContainer {
	padding: 20px 20px 5px 20px;
	*padding: 5px 20px 5px 20px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

.loggedInContainer {
	padding: 15px 20px 15px 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.loggedInContainer a {
	color: #fff;
}

.quoteContainer {
	margin-top: 40px;
}

.tagline {
	color: #454545;
	font-size: 11px;
	text-align: center;
}

/**** private side styles ****/
#container {
	margin-left:10px;
	margin-right:10px;
}

table.headerTable {
	width: 100%;
}

/**** header login styles for private *****/
#header_loginProfile {
	position:relative;
	width: 407px;
	height: 114px;
	background-image:url("../images/header_login_search.jpg");
	background-repeat:no-repeat;
	float: right;
}

#header_noLoginProfile {
	position:relative;
	width: 407px;
	height: 114px;
	background-image:url("../images/header_noLogin_noSearch.jpg");
	background-repeat:no-repeat;
}

#header_loginName {
	position:absolute;
	width: 380px;
	height: 34px;
	right:13px;
	top:13px;
}

#header_loginName p{
	margin:0;
	padding-left:6px;
	padding-top:5px;
	font-size: 20px;
	font-weight:bold;
	color: #E6FDCD;
}

#header_loginPicture {
	position:absolute;
	right:325px;
	top:50px;
}

#header_loginOptions {
	position:absolute;
	width: 105px;
	height: 57px;
	right:210px;
	top:48px;
}

#header_loginOptions a {
	margin:0;
	padding-left:0px;
	padding-top:0px;
	font-size: 10px;
	color: #ffffff;
	font-family: arial, verdana, helvetica, sans-serif;
	line-height:14px;
}

/**** header search styles for private ****/
#header_search {
	position:absolute;
	width: 180px;
	height: 55px;
	right:10px;
	bottom:3px;
	
}

#header_searchImage {
	position:absolute;
	width: 170px;
	height: 24px;
	right:8px;
	bottom:22px;
	border:1px solid red;
	
	/*background-image:url("../images/header_searchImage.jpg");
	background-repeat:no-repeat;*/
}

#header_searchOptions {
	position:absolute;
	width: 164px;
	height: 15px;
	right:8px;
	bottom:5px;
}


#header_searchOptions a {
	padding-left:0px;
	margin-top:25px;
	font-size: 10px;
	color: #ffffff;
	font-family: arial, verdana, helvetica, sans-serif;
	line-height:14px;
}

/**** topNav styles for private ****/
table.topNavTable {
	width: 100%;
	height: 38px;
}

table.topNavTable td.topNav_left{
	width: 36px;
	height: 38px;
	background-image:url("../images/topNav_left.jpg");
	background-repeat:no-repeat;
}

table.topNavTable td.topNav_right{
	width: 50px;
	height: 38px;
	background-image:url("../images/topNav_right.jpg");
	background-repeat:no-repeat;
}

#topNav_buttons {
	position:relative;
	height: 38px;
	margin: 0;
	padding: 0;
	background-image:url("../images/topNav_background.jpg");
	background-repeat:repeat-x;
}

#topNav_buttons ul.topNavMenu {
	font-size: 18px;
	font-weight:normal;
	margin: 0px 0px 0px 10px;
	padding:0;
}

#topNav_buttons li.topNavMenuButton {
	float: left;
	display: block;
	position: relative;
	background-image: url("../images/topNav_seperator.jpg");
	background-repeat:no-repeat;
	background-position: left 9px;
	text-align: center;
	padding:0;
}


#topNav_buttons a.selected,a.normal{ 
	font-size: 18px;
	font-weight:normal;
	display: block;
	padding: 10px 7px 6px 7px;
	margin:0px 0px 0px 1px;
	text-decoration: none;
	color: #fff;
}

#topNav_buttons a.selected { 
	background-image: url("../images/topNav_selectedBackground.jpg");
	background-repeat:repeat-x;
}

#topNav_buttons a.normal:hover {
	background-color:#e4e6f5;
	background-image: url("../images/topNav_hoverBackground.jpg");
	background-repeat:repeat-x;
}

ul.topNavMenu li.endBracket:hover {
	background-color:transparent;
}

ul.topNavMenu li.endBracket {
	padding: 10px 7px 5px 7px;
	height:20px;
	cursor:default;
}

ul.topNavSubMenu {
	background-color: #e4e6f5;
	position: absolute;
	top:37px;
	font-weight:bold;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align: left;
	border: solid 1px #686457;
	display: none;
}

ul.topNavSubMenu li {
	line-height: 1px;
	display: block;
}


ul.topNavSubMenu a {
	font-family: arial,verdana, helvetica, sans-serif;
	font-size: 14px;
	padding:5px 15px 5px 15px;
	text-decoration: none;
	color: #375270;
	display: block;
	line-height: 16px;
}


ul.topNavSubMenu a:hover {
	background-color: #ffffff;
}


#topNavSelectedArrow {
	position:absolute;
	background-image: url("../images/topNav_selectedArrow.jpg");
	background-repeat:no-repeat;
	width:15px;
	height:5px;
	top:38px;
	left:45%;
}

/**** content container on private ****/
table.contentContainer {
	width:100%;
	background-color: #ffffff;
	border-bottom: solid 1px #e6e6e6;
}

table.contentContainer td.contentLeft {
	width: 27px;
	background-image:url("../images/body_border_leftBackground.jpg");
	background-repeat:repeat-y;
}

table.contentContainer td.contentRight {
	width: 26px;
	background-image:url("../images/body_border_rightBackground.jpg");
	background-repeat:repeat-y;
}

table.contentContainer td.contentRightNav {
	width: 209px;
	background-image:url("../images/rightNav_background.jpg");
	background-repeat:repeat-y;
}

table.contentContainer td.bodyTopBorder_center {
	background-image:url("../images/body_border_topCenter.jpg");
	background-repeat:repeat-x;
}

.headerBar {
	border-bottom: solid 3px #FF651C !important;
}

/**** table right nav on private ****/
table.rightNavContainer {
	width: 209px;
}

table.rightNavContainer td.rightNav_left {
	width: 11px;
	height:394px;
	background-image:url("../images/rightNav_leftBorder.jpg");
	background-repeat:no-repeat;
}

table.rightNavContainer td.rightNav_right {
	width: 11px;
	height:394px;
	background-image:url("../images/rightNav_rightBorder.jpg");
	background-repeat:no-repeat;
}

table.rightNavContainer td.rightNav {
	width:187px;
	background-image:url("../images/rightNav_buttonBackground.jpg");
	background-repeat:no-repeat;
}

#rightNavTitle {
	padding: 0px 0px 7px 5px;
	font-size: 20px;
	font-weight:bold;
	color: #ffffff;
}

table.rightNavButtonsContainer td.rightNavTitleContainer {
	height:64px;
}

table.rightNavButtonsContainer td.rightNavButtonsUlContainer {
	padding:0;
	margin:0;
}

#mainNav {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

#mainNav h2 {
	font-size: 18px;
	font-style:italic; 
	text-decoration: underline;
	color: #454545;
	padding:8px 0px 3px 5px;
	margin:0;
}

#mainNav ul {
	width:187px;
	font-size: 15px;
	font-weight:bold;
	list-style-type:none;
	margin:0;
	padding:0;
}

#mainNav li {
	text-indent: 5px;
}


#mainNav a {
	font-size: 15px;
	font-weight:bold;
	padding:5px 0px 5px 12px;
	text-decoration: none;
	color: #235388;
	display: block;
	width: auto;
	margin:0;
}

#mainNav a.selected {
	background: #e4e6f5 url(../images/rightNav_selectedBackground.jpg) left no-repeat;
}

#mainNav a:hover {
	background-color: #b4bceb;
}

#mainNav a.selected:hover {
	background-color:#e4e6f5;
}

/**** footer on private ****/
table.footerTable {
	width:100%;
	background-color: #ffffff;
}

table.footerTable td.footer_left {
	width: 27px;
	height: 75px;
	background-image:url("../images/footer_left.jpg");
	background-repeat:no-repeat;
}

table.footerTable td.footer_right {
	width: 215px;
	height: 75px;
	background-image:url("../images/footer_right.jpg");
	background-repeat:no-repeat;

}

#footerRightLogo{
	position:relative;
	margin-left:33px;
	margin-bottom:5px;
}

#footer_center {
	height: 75px;
	background-image:url("../images/footer_background.jpg");
	background-repeat:repeat-x;
	padding: 10px 150px 0px 10px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
	color: #d8a6ae;
}

#footer_center a{
	text-decoration: none;
	color: #d8a6ae;
}

.ui-tabs-panel .adminHTMLBlock .mceLayout {
	width: 100% !important;
	min-height: 300px !important;
}

.ui-tabs-panel .adminHTMLBlock .mceLayout iframe {
	min-height: 300px !important;
}

#header_search > form > table {
	width: 165px;
}

/**** testimonial block ****/
div.testimonials-block {
	padding: 20px;
}

/**** login styles ****/
div#signUp {
	float: left;
	width: 49%;
}

div#signIn {
	float: right;
	width: 49%;
}

.clearall {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/**** course module tweaks ****/
p.articleExtra {
	display: none;
}

/**** video player styles ****/
.video-container .ui-slider-range, .audio-container .ui-slider-range {
	background-image: url('/resources/common/images/gradients/00A1DE_100pc-026A91_100pc.svg') !important;
	background-image: -moz-linear-gradient(-90deg, rgba(0, 161, 222, 1.0), rgba(2, 106, 145, 1.0)) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 161, 222, 1.0)), to(rgba(2, 106, 145, 1.0))) !important;
}

.progress-container {
	margin-top: -5px;
}
