
/* add a little padding to "main site" pages */
/* this is undone for internal mini site pages by cbminisiteinternal.css */
.cb_style{
	width: 744px;
	display: block;
	
}

.cb_style * input, .cb_style * select, .cb_style * td
{
	font-size: 11px;
}

/* shared */

body{
	margin: 0px;
	background-color: #ffffff;
	text-align: center;
}

a{
	color: #003399;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

form{
	margin: 0px;
}

div, td{
	font-size: 12px;
	font-family: verdana;
}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

h1{
	font-size: 22px;
	line-height: 1;
	margin: 0px;
	font-weight: bold;
	text-align: center;
}

h2{
	font-size: 18px;
	line-height: 1;
	margin: 0px;
	font-weight: bold;
}

h3{
	font-size: 14px;
	line-height: 1;
	margin: 0px;
	font-weight: bold;
}

h4{
	font-size: 12px;
	line-height: 1;
	margin: 0px;
	font-weight: bold;
}

/* header */

.cbms_header_wrap{
}

.cbms_admin{
	text-align: right;
	padding-top: 6px;
	padding-bottom: 6px;
}

.cbms_header_image{
	height: 160px;
	background-color: #dddddd;
}

.cbms_header_title{
	font-size: 26px;
	font-weight: bold;
	padding-top: 40px;
	padding-left: 40px;
}

/* nav */

.cbms_nav_wrap{
	background-color: #003399;
	float: left;
	width: 100%;
	margin-bottom: 1px;
}

.cbms_nav_wrap ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	float: left;
}

.cbms_nav_wrap li {
	display: block;
	float: left;
	padding: 8px 20px 8px 30px;
	margin: 0px;
}

.cbms_nav_wrap a{
	display: block;
	color: #ffffff;
	font-weight: bold;
}

.cbms_first{
}

.cbms_last{
}

/* footer */

.cbms_footer_wrap{
	color: #ffffff;
	background-color: #666666;
	padding: 10px;
	margin-bottom: 20px;
}

/* template */

.cbms_outer_wrap{
	width: 764px;
	margin: 0px auto;
	text-align: right;
}

.cbms_inner_wrap{
	background-color: #ffffff;
}

.cbms_outer_table{
	width: 100%;
}

.cbms_outer_table td{
	vertical-align: top;
}

.cbms_outer_left{
	width: 200px;
	border-right: solid 1px #cccccc;
}

.cbms_outer_middle{
}

.cbms_outer_right{
	width: 186px;
	border-left: solid 1px #cccccc;
}

.cbms_inner_table{
	width: 100%;
}

.cbms_inner_top{
}

.cbms_inner_left{
}

.cbms_inner_middle{
}

.cbms_inner_right{
}

/* shared widget styles */

.cbms_widget{
	padding: 10px;
}

.cbms_label{
	font-size: 11px;
	font-weight: bold;
}

.cbms_single_text_input{
}

.cbms_drop_down{
}

.cbms_button{
}

.cbms_accent{
}

.cbms_more{
	font-weight: bold;
	font-style: italic;
}

.cbms_cbsalary{
	font-weight: bold;
	padding-left: 10px;
}

.cbms_poster_thumb{
}

.cbms_resource_content{
	padding: 10px;
	text-align: left;
}

.cbms_advanced_search{
}

/* ReceiveJobTipsByEmail */

.cbms_receive_email{
}

/* SearchJobBySkills */

.cbms_search_skills{
}

/* JobCategoryList */

.cbms_category_list{
}

/* QuickQuestion */

.cbms_quick_question{
}

/* SkillsQuiz */

.cbms_quiz_list{
}

.cbms_quiz_wrap{
	padding: 10px;
}

/* UpcomingEvents */

.cbms_events_list{
}

/* FeaturedBlog */

.cbms_featured_blog{
}

/* RecentBlogs */

.cbms_recent_blogs{
}

/* Quiz UserControls */

.cbms_quiz {
}

/* Quiz Results Boxes */

.cbms_quiz_results {
	border: solid 1px #CCC; 
	padding: 10px 15px 10px 15px; 
	background-color: #F1F1F1;
}

.cbms_quiz_results .correct {
	color: Green;
	font-weight: bold;
}

.cbms_quiz_results .wrong {
	color: Red;
	font-weight: bold;
}

/* Recent Articles List */

.cbms_recent_articles_list a{
}

.cbms_recent_articles_list td{
}

/* Single Article display */
.cbms_article_wrap {
	padding: 10px;
}

.cbms_printerfriendly {
	padding: 10px;
	float: right;
}

.cbms_republisharticle {
	padding:10px 10px 20px 10px;
}

/* Footer Styles */
.MS_Footer
{
	background-color: White;
background-image: url('../../../images/gradients/CBMinisiteFooter.jpg');
	background-position: top;
	background-repeat: repeat-x;
	border-top: solid 1px #c9c9fa;
	font-size: 11px;
	line-height: 25px;
	text-align: center;
	width: 100%;
}

.MS_Footer a
{
	color: #333366;
}

.MS_Footer a:visited
{
	color: #4E4E9A;
}

.MS_Footer a:hover
{
	color: #6F8AB9;
}
