* { margin: 0; padding: 0; }
a, a:visited { color: #0889c4; text-decoration: none; cursor: pointer; }
a:hover { color: #5e6471; text-decoration: underline; }
a img { border-style: none; }
body { color: #5e6471; font: 11px arial,verdana,sans-serif; }
fieldset { border-style: none; }
label { display: block; }
img { display: block; }
legend { color: #0889c4; font-size: 120%; padding: 8px 0; }
p { margin-bottom: 8px; }


/* ================================
           Site Backgrounds
   ================================ */
body.consumer_electronics { background: url(../images/html_layout/site_backgrounds/consumer_electronics.jpg) no-repeat center top; }
body.home_appliances { background: url(../images/html_layout/site_backgrounds/home_appliances.jpg) no-repeat center top; }
body.flooring { background: url(../images/html_layout/site_backgrounds/flooring.jpg) no-repeat center top; }


/* ================================
             Site Layout
   ================================ */
#site_header, #site_body {
	margin: 0 auto;
	width: 962px;
}
#site_header {
	background: url(../images/html_layout/site_header.png) no-repeat left 48px;
	height: 152px;
	position: relative;
	z-index: 1;
}
#site_header h1 {
	background: url(../images/html_layout/cyberscholar_logo.png) no-repeat;
	overflow: hidden;
	position: absolute; left: 12px; top: 60px;
	text-indent: -32767px;
	width: 178px; height: 52px;
}
/*
#site_header h1.colored {
	background: url(../images/html_layout/Cyberscholar_logo_Black.png) no-repeat;
}
*/
#site_header h1 a {
	display: block;
	height: 100%;
}
#breadcrumbs {
	background: url(../images/html_layout/breadcrumb_background.gif) repeat-x;
	border: solid #ccc 1px;
	height: 25px;
	margin-bottom: 10px;
	padding: 0 10px;
	line-height: 2em;
}

#breadcrumbs .bc_history { color: #5e6471; }
#breadcrumbs .bc_active { font-weight: bold; }
#breadcrumbs .bc_spacing { padding-right: 5px; }

#site_body {
	padding-bottom: 42px;
}
#site_footer {
	background: url(../images/html_layout/site_footer.gif) repeat-x;
	border: solid #d1d3d2 1px; border-bottom: none;
	position: fixed; bottom: 0; left: 0;
	width: 100%; height: 34px;
	
}
#creative_channel_services {
	background: url(../images/html_layout/ccs_logo.png) no-repeat;
	display: block;
	text-indent: -32767px;
	margin: 6px 0 0 8px;
	overflow: hidden;
	width: 136px; height: 20px;
}
#legal_links {
	position: absolute; right: 75px; top: 10px;
}
#legal_links a {
	text-decoration: none;
}
#facebook_links {
	position: absolute; right: 45px; top: 5px;
}
#twitter_links {
	position: absolute; right: 12px; top: 5px;
}

.header {
	background: url(../images/html_layout/header_background_right.png) right top no-repeat;
	border-bottom: solid #ccc 1px;
	color: #fff;
	font-size: 120%;
	height: 32px; line-height: 32px;
}
.header span {
	background: url(../images/html_layout/header_background_left.png) left top no-repeat;
	display: block;
	padding: 0 10px;
	width: 94%;
}
.submit_button {
	background: url(../images/html_layout/submit_arrow.png) no-repeat 0 1px;
	border: none;
	color: #0889c4;
	font-weight: bold;
	padding-left: 16px;
	text-align: left;
	width: 186px;
}
.error_messages {
	color: #d47600;
	font-weight: bold;
	list-style-type: none;
	padding: 8px 0;
}
.error_messages li {
	background: url(../images/html_layout/icons/error.png) no-repeat;
	height: 12px; line-height: 12px;
	margin-bottom: 8px;
	padding-left: 16px;
}
.error_icon {
	background: url(../images/html_layout/icons/error.png) no-repeat;
	display: inline-block;
	margin-left: 6px;
	text-indent: -32767px;
	position: relative;
	width: 12px; height: 12px;
}
.form_field .error_message {
	background-color: #fff;
	border: solid #ccc 1px;
	display: none;
	text-indent: 0;
	padding: 10px;
	position: absolute; left: 24px; top: -7px;
	width: 215px;
}


/* ================================
              Main Menu
   ================================ */
#main_menu {
	list-style-type: none;
	position: absolute; left: 0; bottom: 5px;
}
#categories_tab, #companies_tab, #content_catalog_tab, #certification_tab, #rewards_tab, #help_center_tab {
	background: url(../images/html_layout/main_menu_tab.gif) no-repeat;
	float: left;
	position: relative;
	margin-left: -1px;
}
#categories_tab { margin-left: 0; }
#main_menu .menu_tab {
	color: #fff;
	display: block;
	background: url(../images/html_layout/main_menu_tab.gif) no-repeat;
	font-weight: bold;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 117px; height: 24px; line-height: 24px;
	z-index: 2;
}
#categories_tab, #categories_tab .menu_tab {
	background-position: 0 -48px;
}
#main_menu .menu_tab:hover, #main_menu a.hover_active {
	background-position: 0 -24px;
}

/* Sub menu */
#main_menu .sub_menu {
	background-color: #005c84;
	border: solid #fff 1px;
	display: none;
	list-style-type: none;
	position: absolute; left: 0; top: 23px;
	z-index: 1;
}
#main_menu .sub_menu li {
	width: 180px;
}
#main_menu .sub_menu a {
	color: #fff;
	display: block;
	padding: 6px 10px;
	text-decoration: none;
	height: 20px; line-height: 20px;
}
#main_menu .sub_menu a:hover {
	border-top: solid #fff 1px; border-bottom: solid #fff 1px;
	background-color: #0889c4;
	color: #eeaf00;
	font-weight: bold;
	height: 18px; line-height: 18px;
}
#categories_tab .sub_menu li { width: 200px; }

/* Multi-column "Companies" tab */
/* This is determined by JavaScript (num_of_rows * height_of_row)
#companies_tab .sub_menu { height: 96px; }
#companies_tab .new_column { margin-top: -96px; }
*/
#companies_tab .column_2 {
	background-color: #005172;
	margin-left: 180px;
}
#companies_tab .column_3 {
	margin-left: 360px;
}
#companies_tab .column_4 {
	background-color: #005172;
	margin-left: 540px;
}
#companies_tab .column_1 a:hover { border-right: solid #fff 1px; }
#companies_tab .column_2 a:hover { border-left: solid #fff 1px; border-right: solid #fff 1px; }
#companies_tab .column_3 a:hover { border-left: solid #fff 1px; border-right: solid #fff 1px; }
#companies_tab .column_4 a:hover { border-left: solid #fff 1px; }

/* Menu and sub-menu layering */
#categories_tab { z-index: 6; }
#companies_tab { z-index: 5; }
#content_catalog_tab { z-index: 4; }
#certification_tab { z-index: 3; }
#rewards_tab { z-index: 2; }
#help_center_tab { z-index: 1; }


/* ================================
            Authentication
   ================================ */
#authentication {
	height: 20px; line-height: 20px;
	position: absolute; left: 12px; top: 28px;
}
/* Now located in its own CSS file for company sites to use
#login_form {
	display: none;
	margin-left: -150px;
	width: 300px;
}
#login_form .form_field {
	float: left;
	width: 216px; height: 48px;
}
*/
#profile_links a {
	text-decoration: none;
}


/* ================================
          Category Selector
   ================================ */
#category_selector {
	background: url(../images/html_layout/category_selector_background.png) no-repeat;
	border-bottom: solid #fff 1px;
	color: #fff;
	overflow: hidden;
	padding: 8px;
	position: absolute; right: 12px; top: 8px;
	width: 158px; height: 24px;
}
#current_category {
	background: url(../images/html_layout/icons/plus_sign_white.png) no-repeat right 1px;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 13px;
	margin-bottom: 8px;
	overflow: hidden;
	text-decoration: none;
}
#current_category.on { background: url(../images/html_layout/icons/minus_sign_white.png) no-repeat right 1px; }
#category_selector ul {
	list-style-type: none;
	margin-top: 4px;
}
#category_selector ul li {
	background: url(../images/html_layout/arrows.png) no-repeat left 11px;
}
#category_selector ul a {
	color: #fff;
	display: block;
	margin: 0 -7px;
	padding: 4px 8px 4px 19px;
	text-decoration: none;
	height: 20px; line-height: 20px;
}
#category_selector ul a:hover {
	background: url(../images/html_layout/arrows.png) #005c84 no-repeat 7px -28px;
	border-top: solid #fff 1px; border-bottom: solid #fff 1px;
	color: #eeaf00;
	font-weight: bold;
	height: 18px; line-height: 18px;
}


/* ================================================================
                       Page specific CSS begins here
   ================================================================ */
/* ================================
              Front Page
   ================================ */
#front_page {
	margin-top: 8px;
}
#main_content {
	float: left;
	margin-right: 8px;
	width: 768px;
}
#extras {
	float: left;
	width: 186px;
}
#welcome, #quarterly_banner, #featured-training, .training-section, #featured_vendors {
	margin-bottom: 10px;
}
#welcome h1, #welcome h2 {
	color: #0889c4;
}
#welcome h1 {
	font-size: 120%;
}
#welcome h2 {
	font-size: 150%;
	margin-bottom: 4px;
}
#welcome p {
	margin-bottom: 0;
}
#welcome img {
	float: right;
	margin-left: 12px;
}

/* Featured training */
#featured-training {
	position: relative;
}
.feature_training_label{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
    line-height: 1.5em;
	display: inline;
    padding: 0 10px;
	position: relative;	top: -4px;
}
.training-section {
	background: url(../images/html_layout/box_backgrounds/box_white_4_col.png) bottom;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	width: 728px;
	height: 158px;
}
.training-section .viewport {
	float: left;
	width: 720px;
	height: 158px;
	overflow: hidden;
	position: relative;
	left: 5px;
}
.training-section .module-list {
	position: relative;
	list-style-type: none;
	width: 16384px;
	margin-left: 5px;
}
.training-section .module-list li {
	float: left;
	margin-top: 5px ;
	text-align: center;
	width: 140px;
	height: 150px;
	background-color: #fff;
}
.training-section .module-list li p{
	margin: 5px 8px 5px 8px;
	font: 11px arial,verdana,sans-serif;
	color: #3B3B3B;
	text-decoration: none;
}
.training-section  .module-list .feature_vendor_name{
	color: #0089C4;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.training-section .module-list li.completed {
	background: url(../images/front_page/featured_training/completed.gif) no-repeat 16px top;
}
.training-section .previous-page, .training-section .next-page {
	overflow: hidden;
	position: absolute; top: 12px;
	text-indent: -32767px;
	width: 28px; height: 123px;
}
.training-section .previous-page {
	background: url(../images/front_page/featured_training/nav_prev_page.gif) #fff no-repeat right;
	left: 1px;
	margin-right: 5px;
}
.training-section .next-page {
	background: url(../images/front_page/featured_training/nav_next_page.gif) #fff no-repeat left;
	right: 1px;
	margin-left: 5px;
}

.training-section .disable {
	visibility: hidden;
}
.training-section .module-list img, .featured-training-image {
	display: block;
	margin: auto;
	width: 60px; height: 60px;
	padding-bottom: 5px;
}
.page-indicator ul {
	list-style-type: none;
	position: absolute; left: 50%; top: 10px;
}
.page-indicator li {
	background: url(../images/front_page/featured_training/page_inactive.gif);
	float: left;
	margin: 0 2px;
	width: 8px; height: 8px;
}
.page-indicator li.on {
	background: url(../images/front_page/featured_training/page_active.gif);
}
#featured_vendors {
	margin-bottom: 50px;
}
#featured_vendors ul {
	list-style-type: none;
	height: 124px;
}
#featured_vendors li.first {
	margin-right: 8px;
}
#featured_vendors li {
	float: left;
}
#featured_companies {
	clear: both;
	height: 140px;
}
#featured_companies_list {
	margin: 0 1px;
	overflow: hidden;
	position: relative;
	height: 45px;
}
#featured_companies_list ul {
	list-style-type: none;
	position: absolute;
}
#featured_companies_list li {
	float: left;
	margin: 0 12px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#featured_companies_list_compusa {
	margin: 0 1px;
	overflow: hidden;
	position: relative;
	height: 45px;
}
#featured_companies_list_compusa ul {
	list-style-type: none;
	position: absolute;
}
#featured_companies_list_compusa li {
	float: left;
	margin: 0 8px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/* ================================
            Registration
   ================================ */
#select_company_form, #registration_form, #migrate_profile_form, #reset_password_form {
	margin-top: 16px;
}
#company_information, #required_information, #user_information {
	margin-top: 49px;
	position: relative;
}
#registration_form p {
	margin: 4px 0 8px 0;
}
#company_information h1, #required_information h1, #user_information h1 {
	position: absolute; left: -1px; top: -33px;
	width: 962px;
}
#optional_information h1 {
	margin: 0 -11px;
}
#select_company_form .form_field, #registration_form .form_field, #migrate_profile_form .form_field, #forgot_password_form .form_field, #reset_password_form .form_field {
	float: left;
	width: 216px; height: 48px;
}
#company_information, #required_information, #optional_information, #user_information, #select_company_form .form_control, #registration_form .form_control, #migrate_profile_form .form_control, #forgot_password_form .form_control, #reset_password_form .form_control, #reset_password_form fieldset {
	background-color: #fff;
	border-left: solid #ccc 1px; border-right: solid #ccc 1px;
	padding: 0 10px;
}
#select_company_form .form_control, #registration_form .form_control, #migrate_profile_form .form_control, #forgot_password_form .form_control, #reset_password_form .form_control {
	border-bottom: solid #ccc 1px;
	padding-bottom: 16px;
}
#store_not_listed {
	text-decoration: none;
}
#new_store_information, #job_information {
	clear: both;
}
#new_store_information {
	display: none;
	height: 96px;
}
#registration_confirmation {
	margin-top: 10px;
}
#registration_confirmation h2, #request_password_reset h2, #reset_password_form h2 {
	color: #0889c4;
	font-size: 120%;
	margin-bottom: 8px;
}
#email_opt_in {
	clear: both;
	padding-bottom: 16px;
	width: auto !important; height: auto !important;
}

/* ================================
            Update Profile
   ================================ */
#change_email_form {
	float: left;
	margin-top: 16px;
	margin-bottom: 48px;
	width: 180px;
}

#change_password_form, #csc_id_form {
	float: left;
	margin-top: 16px;
	margin-bottom: 48px;
	width: 380px;
}
#change_email_form, #change_password_form {
	margin-right: 10px;
}
#update_profile_form {
	clear: both;
}
#change_email_form fieldset, #change_password_form fieldset, #csc_id_form fieldset, #csc_id_form .form_control, #change_email_form .form_control, #change_password_form .form_control, #update_profile_form .form_control {
	background-color: #fff;
	border-left: solid #ccc 1px; border-right: solid #ccc 1px;
	padding: 0 10px;
}
#change_email_form fieldset, #change_password_form fieldset, #csc_id_form fieldset {
	height: 100px;
	padding-top: 8px;
}
#change_email_form .form_field, #change_password_form .form_field, #csc_id_form .form_field {
	float: left;
	width: 150px; height: 48px;
}
#update_profile_form .form_field {
	float: left;
	width: 216px; height: 48px;
}
#change_email_form .form_control, #change_password_form .form_control, #csc_id_form .form_control, #update_profile_form .form_control {
	border-bottom: solid #ccc 1px;
	padding-bottom: 16px;
}
#update_profile_successful, #request_password_reset {
	margin-top: 10px;
}
#update_profile_successful p {
	margin: 0;
}
#csc_id_form strong{
	color: #189ac6;
}

/* ================================
          CRS Point of Entry
   ================================ */
#feed_point_of_entry {
	margin-top: 10px;
}
#feed_point_of_entry .box_head_5 h2 {
	color: #fff !important;
}
#feed_point_of_entry_image {
	float: right;
	margin-right: 78px;
}
#feed_current_users, #feed_past_users, #feed_new_users {
	float: left;
	padding: 10px;
	width: 310px; height: auto;
}
#feed_current_users, #feed_past_users {
	border-right: dotted #ccc 1px;
}
#feed_verify_profile {
	border-top: solid #ccc 1px;
	display: none;
	clear: both;
	margin: 10px;
	padding-top: 10px;
}
#feed_verify_profile .form_field {
	float: left;
	margin-right: 20px;
}
#feed_verify_profile .form_control {
	float: left;
	width: 25%;
}
#feed_verify_profile_submit_options {
	clear: both;
	padding-top: 20px;
	height: 80px;
}
#feed_merge_profile fieldset {
	float: left;
	margin: 0 1%;
	width: 58%;
}
#first_initial {
	width: 24px;
}
#understand_participation {
	margin: 8px 0;
}
#understand_participation input {
	margin-left: 24px;
}


/* ================================
           Vendor Hub Pages
   ================================ */

#vhp_company_information .box_head_3, #vhp_training_library .box_head_3, #vhp_resource_library .box_head_3, #vendor_extras .box_head_1 {
	padding-top: 0;
}
#vhp_company_information h2, #vhp_training_library h2, #vhp_resource_library h2, #vendor_extras h2 {
	height: 30px;
	line-height: 30px;
}

#vendor_hub {
	margin-top: 10px;
	padding-left: 194px;
	padding-right: 186px;
}
#vendor_content, #vendor_menu, #vendor_extras, #vendor_skyscraper {
	float: left;
	position: relative;
	margin-bottom: 4em;
}

#vendor_content {
	width: 100%;
}

#vendor_content {	
	padding-bottom:34px\0/; /*for IE8 only to dislpay resource page paging*/
}

#vendor_menu {
	width: 194px;
	right: 194px;
	margin-left: -100%;
}
#vendor_skyscraper {
	margin-top: 10px;
	width: 186px;
	margin-right: -186px;
}
#vendor_extras {
	width: 186px;
	margin-right: -186px;
}
#vendor_extras ul {
	margin-left: 2.4em;
}
#vendor_menu .box_body {
	padding: 0 10px;
}

#vendor_menu li {
	background: url(../images/html_layout/arrows.png) no-repeat 0 -72px;
	list-style-type: none;
	padding-left: 12px;
}
#vhp_custom_flash_header object {
	display: block;
}

#vendor_hub > #vendor_menu {
   margin-left: expression(
	   document.all.vendor_content.offsetWidth * -1 +
	   parseFloat(document.all.vendor_content.currentStyle.paddingLeft) +
	   parseFloat(document.all.vendor_menu.currentStyle.paddingLeft) +
	   parseFloat(document.all.vendor_menu.currentStyle.paddingRight)
   ); /* Fix for IE7 */
}

/* Company information */
#vhp_company_details, #vhp_company_news {
	border-top: dotted 1px #ccc;
	padding: 10px 0;
}

/* Training modules */
#vhp_training_modules .vhp_training_module, #vhp_resources .vhp_resource {
	border-top: dotted 1px #ccc;
	clear: both;
	padding: 10px 0;
	position: relative;
}
#vhp_training_modules .module_image {
	float: left;
	margin-right: 8px;
}
#vhp_training_modules .module_title, #vhp_resources .resource_title {
	font-weight: bold;
}
#vhp_training_modules .module_completed_date {
	color: #eeaf00;
	font-weight: bold;
	float: right;
	line-height: 1.5em;
}
#vhp_training_modules .cyberstar_module_title {
	color: #eeaf00;
	font-weight: bold;
	line-height: 1.5em;
}
#vhp_training_modules .cyberstar_module_title img{
	float: left;
	padding-right: 3px;
}

#vhp_training_modules .module_description, #vhp_resources .resource_description {
	clear: right;
	margin: 4px 0;
	margin-left: 68px;
}
#vhp_training_modules .module_posted_date, #vhp_resources .module_posted_date {
	font-weight: bold;
	margin-left: 68px;
}
#vhp_page_navigation {
	border-top: dotted 1px #ccc;
	padding-top: 10px;
	text-align: center;
}
#vhp_page_navigation .previous {
	float: left;
}
#vhp_page_navigation .next {
	float: right;
}
#vhp_page_navigation .current_page {
	font-weight: bold;
}


/* ================================
        Training Module Modal
   ================================ */
#training_module_modal {
	background-color: #FFF;
	padding: 0;
	position: fixed; top: 5%; left: 50%;
	margin-left: -320px;
	width: 720px; height: 90%;
}
#training_module_modal iframe {
	border: none;
	display: block;
	margin: auto;
	width: 100%; height: 100%;
}


/* ================================
         General Box Layout
   ================================ */
.box_head_1_white, .box_body_1_white, .box_head_1.white, .box_body_1.white { width: 186px; background: url(../images/html_layout/box_backgrounds/box_white_1_col.png) no-repeat; }
.box_head_2_white, .box_body_2_white, .box_head_2.white, .box_body_2.white { width: 380px; background: url(../images/html_layout/box_backgrounds/box_white_2_col.png) no-repeat; }
.box_head_3_white, .box_body_3_white, .box_head_3.white, .box_body_3.white { width: 574px; background: url(../images/html_layout/box_backgrounds/box_white_3_col.png) no-repeat; }
.box_head_4_white, .box_body_4_white, .box_head_4.white, .box_body_4.white { width: 768px; background: url(../images/html_layout/box_backgrounds/box_white_4_col.png) no-repeat; }
.box_head_5_white, .box_body_5_white, .box_head_5.white, .box_body_5.white { width: 962px; background: url(../images/html_layout/box_backgrounds/box_white_5_col.png) no-repeat; }

.box_head_1_blue, .box_body_1_blue, .box_head_1, .box_body_1 { width: 186px; background: url(../images/html_layout/box_backgrounds/box_blue_1_col.png) no-repeat; }
.box_head_2_blue, .box_body_2_blue, .box_head_2, .box_body_2 { width: 380px; background: url(../images/html_layout/box_backgrounds/box_blue_2_col.png) no-repeat; }
.box_head_3_blue, .box_body_3_blue, .box_head_3, .box_body_3 { width: 574px; background: url(../images/html_layout/box_backgrounds/box_blue_3_col.png) no-repeat; }
.box_head_4_blue, .box_body_4_blue, .box_head_4, .box_body_4 { width: 768px; background: url(../images/html_layout/box_backgrounds/box_blue_4_col.png) no-repeat; }
.box_head_5_blue, .box_body_5_blue, .box_head_5, .box_body_5 { width: 962px; background: url(../images/html_layout/box_backgrounds/box_blue_5_col.png) no-repeat; }

.box_head_1_white, .box_head_2_white, .box_head_3_white, .box_head_4_white, .box_head_5_white,
.box_head_1.white, .box_head_2.white, .box_head_3.white, .box_head_4.white, .box_head_5.white {
	background-position: top center;
	padding-top: 7px;
	font-size: 1px;
}
.box_body_1_white, .box_body_2_white, .box_body_3_white, .box_body_4_white, .box_body_5_white,
.box_body_1.white, .box_body_2.white, .box_body_3.white, .box_body_4.white, .box_body_5.white {
	background-position: bottom center;
	bottom: 0px !important;
	padding-bottom: 7px;
	overflow: auto;
}
.box_head_1_blue, .box_head_2_blue, .box_head_3_blue, .box_head_4_blue, .box_head_5_blue,
.box_head_1, .box_head_2, .box_head_3, .box_head_4, .box_head_5 {
	background-position: top center;
	padding-top: 7px;
}
.box_head_1_blue h2, .box_head_2_blue h2, .box_head_3_blue h2, .box_head_4_blue h2, .box_head_5_blue h2,
.box_head_1 h2, .box_head_2 h2, .box_head_3 h2, .box_head_4 h2, .box_head_5 h2 {
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	line-height: 1.5em;
	display: inline;
}

.box_body_1_blue, .box_body_2_blue, .box_body_3_blue, .box_body_4_blue, .box_body_5_blue,
.box_body_1, .box_body_2, .box_body_3, .box_body_4, .box_body_5 {
	background-position: bottom center;
	bottom: 0px !important;
	padding-bottom: 7px;
	overflow: auto;
}

.box_head_1_blue, .box_head_2_blue, .box_head_3_blue, .box_head_4_blue, .box_head_5_blue,
.box_head_1, .box_head_2, .box_head_3, .box_head_4, .box_head_5 {
	border-bottom: solid #cccccc 1px;
}
.box_head_1.white, .box_head_2.white, .box_head_3.white, .box_head_4.white, .box_head_5.white {
	border: none;
}

.tooltip {
	cursor: pointer;
	display: inline;
}

.tooltip_left {
	cursor: pointer;
	display: inline;
}

.box_body {
	position: relative;
	padding: 10px;
}

#sub_content ul {
	margin-bottom: 8px;
}
#sub_content li {
	background: url(../images/html_layout/icons/arrow_blue.png) no-repeat 0 4px;
	list-style-type: none;
	padding-left: 12px;
}
#sub_content .box_body {
	position: static;
	padding: 0 10px;
}

/* ================================
         General Page Title
   ================================ */
#page_title_header {
	font-family: Arial;
	width: 574px;
	height: 94px;
	margin-bottom: 10px;
}
#page_title_header h2 {
	color: #5E6471;
	font-size: 20px;
	padding: 8px 0 0 8px;
}

#page_title_header p {
	color: #0889C4;
	font-size: 12px;
	padding: 0 8px;
	width: 382px;
}
#views {
	margin: 0px  10px;
	font-weight: bold;
	line-height: 1.5em;
}
#views ul {
	margin-left: 20px;
	padding: 0px;
	font-weight: normal;
	margin-bottom: 5px;
}
#views li {
	list-style-type: none;
}
#views ul li a {
	vertical-align: top;
}

.tooltip {
	cursor: pointer;
}
.submit_btn {
	background: url(../images/html_layout/icons/submit_go.png) no-repeat;
	height: 16px;
	width: 16px;
	border: 0px;
	cursor: pointer;
}

/* ================================
            Star Rating
   ================================ */
body.rate_body #site_body {
	margin: 0 auto;
	width: 150px;
}
#submit_rating #rate_text {
	float: left;
	width: 40px;
	font-weight: bold;
	font-size: 14px;
}
#submit_rating #star_rating {
	width: 105px;
	float: left;
}

div.rating-cancel {display:none;}
div.star-rating {
	float:left;
	width:17px;
	height:15px;
	text-indent:-999em;
	cursor:pointer;
	display:block;
	background:transparent;
	overflow:hidden ;
	}
div.rating-cancel, div.rating-cancel a { background:url(../images/html_layout/icons/delete.gif) no-repeat 0 -16px;display:none; }

div.star-rating,div.star-rating a{ background:url(../images/html_layout/icons/star.gif) no-repeat 0 0px }

div.star-rating a {
	display:block;
	width:16px;
	height:100%;
	background-position:0 0px;
	border:0;
	}
div.star-rating-on a { background-position:0 -16px!important }
div.star-rating-hover a { background-position:0 -32px }
/* Read Only CSS */
div.star-rating-readonly a { cursor:default !important }
/* Partial Star CSS */
div.star-rating {
	background:transparent!important;
	overflow:hidden!important;
	}
div.star-rating-complete {
	width:80px;
	height:15px;
	text-indent:-999em;
	display:block;
	background:transparent;
	overflow:hidden ;
	margin: 0 auto;
	}
div.star-rating-complete{ background:url(../images/html_layout/icons/star_all_rated.gif) no-repeat 0 0px }
div.star_0 {  }
div.star_1 { background-position:0 -16px!important }
div.star_2 { background-position:0 -32px!important }
div.star_3 { background-position:0 -48px!important }
div.star_4 { background-position:0 -64px!important }
div.star_5 { background-position:0 -80px!important }




/* ================================
            Content Catalog
   ================================ */
#content_catalog {
	overflow: auto;
}
#content_catalog #sub_content {
	width: 186px;
	margin-right: 8px;
	float: left;
}
#content_catalog #page_title_header {
	background: url(../images/content_catalog/ContentCatalog_intro.png) no-repeat;
	float: left;
}
#content_catalog #cyberstar_blurb {
	float: right;
}

#content_catalog #search_filter{
	position: relative;
	float: right;
	margin-bottom: 42px;
}
#content_catalog #search_filter .box_head_4_blue{
	padding-top: 0;
}
#content_catalog #search_filter h2 {
	height: 30px;
	line-height: 30px;
}
#content_catalog #find_tip{
	display: inline;
}

#content_catalog #ad_box {
	height: 80px;
}
#content_catalog #ad_image_area, #content_catalog #ad_content_area {
	float: left;
}
#content_catalog #ad_image_area img {
	display: block;
}
#content_catalog #ad_image_area {
	margin: 0 8px;
	width: 59px;
	display: inline;
}
#content_catalog #ad_content_area {
	line-height: 1.1em;
	width: 102px;
}
#content_catalog #ad_content_area a{
	line-height: 2em;
	text-decoration: none;
}

#content_catalog #content_catalog_form{
	margin: 5px 10px;
}

#content_catalog #content_catalog_form {
	position: relative;
	margin-bottom: 5px;
	clear: both;
}


#content_catalog #content_catalog_form select {
	width: 150px;
}
#content_catalog #content_catalog_form #content_filters {
	width: 500px;
}

#content_catalog #content_catalog_form #curriculum {
	position: absolute;
	top: 0px;
	right: 0px;
}


#content_catalog #search_results {
	margin: 10px 10px;
	width: 748px;
}
#content_catalog #no_results {
	font-size: 14px;
	font-weight: bold;
	line-height:1.5em;
	min-height: 100px;

}

#content_catalog #search_results a{
	text-decoration: none;
}
#content_catalog #search_results a:hover{
	text-decoration: underline;
}
#content_catalog #search_results thead {
	background-color: #0788c4;
}

#content_catalog #search_results .vendor { text-align: left; width: 100px; }
#content_catalog #search_results .category { text-align: left; width: 100px; }
#content_catalog #search_results .title, #content_catalog #search_results .title a { text-align: left; width: 150px; }
#content_catalog #search_results .type { text-align: center; }
#content_catalog #search_results .posted { text-align: center; width: 60px; }
#content_catalog #search_results .passed { text-align: center; width: 60px; }
#content_catalog #search_results .views { text-align: center; }
#content_catalog #search_results .rating { text-align: center; width: 85px;}

.rating_count {
	clear: both;
}

#content_catalog #left_adspace { float: left; clear: left; margin-top: 10px; }

/* ================================
            Company Directory
   ================================ */

#company_directory {
	overflow: auto;
}

#company_directory #sub_content {
	width: 186px;
	min-height: 110px;
	margin-right: 8px;
	float: left;
}
#company_directory #search_results .views { text-align: center; }

#page_title_header_fix {
	width: 574px;
	height: 94px;
	margin-bottom: 10px;
}

#category_directory #page_title_header_fix {
	background: url(../images/content_catalog/Companies_intro.png) no-repeat;
	float: left;
}

#page_title_header_fix h2{
	color:#0987C4;
	padding: 8px 0 0 8px;
}

#company_directory #page_title_header {
	background: url(../images/content_catalog/Companies_intro.png) no-repeat;
	float: left;
}

#company_directory #promo_blurb {
	float: right;
}

#company_directory #ad_box {
	background:url(../images/html_layout/CSC_Q110_Skyscraper.png);
	height: 452px;
}

#company_directory #ad_image_area, #company_directory #ad_content_area {
	float: left;
}
#company_directory #ad_image_area img {
	display: block;
}
#company_directory #ad_image_area {
	margin: 0 8px;
	width: 59px;
	display: inline;
}
#company_directory #promo_area {
	line-height: 1.1em;
	text-align:center;
}
#company_directory #promo_area a{
	line-height: 2em;
	text-decoration: none;
}
#company_directory #company_list{
	position: relative;
	float: left;
	margin-bottom: 42px;
	width: 574px;
}
#company_directory #company_list h2{
	color: #fff;
	font-size: 14px;
	width: 200px;
	display: inline;
}

#company_directory #company_list_header{
	height: 30px;
	margin-left: 5px;
}

#company_directory #company_list_header h2{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	width: 200px;
	display: inline;
}

#company_list_body{
    padding: 20px 10px 10px 10px;

}

#company_directory #content{
	float: left;
	width: 766px;
}



/* ================================
            Category Directory
   ================================ */
#category_directory #sub_content {
	width: 186px;
	margin-right: 8px;
	float: left;
}
#category_directory #page_title_header {
	background: url(../images/content_catalog/Categories_intro.png) no-repeat;
	float: left;
}
#category_directory #promo_blurb {
	float: right;
}
#category_directory #ad_box {
	background:url(../images/html_layout/CSC_Q110_Skyscraper.png);
	height: 452px;
}
#category_directory #content {
	float: left;
	width: 766px;
}
#category_directory #promo_area {
	line-height: 1.1em;
	text-align:center;
}
#category_directory #category_list{
	position: relative;
	float: left;
	margin-bottom: 42px;
	width: 574px;
}
#category_list .box_head_3_blue, #company_directory #company_list .box_head_3_blue{
	padding-top: 0;
}
#category_list h2{
	color: #fff;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 200px;
}

#category_directory #category_list_header{
	margin-left: 5px;
}

#category_directory #category_list_body{
    padding: 0;

}
#category_directory #category_box {
	height: 121px;
	font-size:10px;
}
#category_directory #category_area {
	line-height: 1.1em;
}
#category_directory #category_area h1{
	font-size:12px;
	font-weight:bold;
	color:#09F;
}
.category_box_head, .category_box_body { width: 188px; background: url(../images/html_layout/box_backgrounds/large_FocusBox.png) no-repeat; }
.category_box_head {
	background-position: top center;
	padding-top: 7px;
	font-size: 1px;
}
.category_box_body {
	background-position: bottom center;
	bottom: 0px !important;
	padding-bottom: 7px;
	overflow: auto;
}
.category_container {
	padding: 5px 0 2px 0;
	height: 130px;
	float:left;
}
/* ================================
            Category Page
   ================================ */
#category_page #sub_content {
	width: 186px;
	margin-right: 8px;
	float: left;
}

#category_page #page_title_header {
	background: url(../images/content_catalog/page_title.png) no-repeat;
	float: left;
}
#category_page #promo_blurb {
	float: right;
}
#category_page #ad_box {
	background: url(../images/html_layout/CSC_Q110_Skyscraper.png);
	height: 452px;
}
#category_page #content {
	margin-top: 10px;
}
#category_page #promo_area {
	line-height: 1.1em;
	text-align:center;
}
#category_page #category_page_container {
	padding: 10px;
}
#category_page #category_list{
	position: relative;
	float: left;
	margin-bottom: 42px;
	width: 574px;
}
#category_page #category_list h2{
	color: #fff;
	font-size: 14px;
	width: 200px;
	display: inline;
}

#category_page #category_list_header h2{
	color: #fff;
	font-size: 14px;
	width: 200px;
	display: inline;
}

#category_page #category_list_body{
    padding: 20px 10px 10px 10px;

}
#category_page #category_box {
	height: 120px;
}
#category_page #category_area {
	line-height: 1.1em;
}
#category_page #category_area h1{
	font-size:12px;
	font-weight:bold;
	color:#09F;
}


/* ================================
            Table Sorter
   ================================ */

table.tablesorter {
	background-color: #CDCDCD;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	/*border: 1px solid #cccccc;*/
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #0788c4;
	border: 1px solid #cccccc;
	font-size: 8pt;
	padding: 4px;
	color: #fff;

}
table.tablesorter thead tr .tablesorter_header {
	/*background-image: url(../images/html_layout/icons/small.gif);*/
	background-repeat: no-repeat;
	background-position: 95% 50%;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	border: 1px solid #cccccc;
}
table.tablesorter tbody tr.odd td {
	background-color:#f1f1f2;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/html_layout/icons/small_asc.gif);
	background-position: 95% 50%;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/html_layout/icons/small_desc.gif);
	background-position: 95% 50%;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #005c84;
}

#search_results_text {
	position: relative;
	margin: 0 10px;
}

#results_text {
	font-size: 14px;
	width: 590px;
	line-height: 1.5em;
}

#table_pager .pager_controls {
	width: 170px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#table_pager .pager_first, #table_pager .pager_prev, #table_pager .pager_next, #table_pager .pager_last { cursor: pointer;}

#table_pager .pager_first, #table_pager .pager_prev { display: none; }

#table_pager .pager_show { display: block; }


#table_pager .pagedisplay {
	border: 1px solid #fff;
	background-color: #FFF;
	width: 40px;
	text-align: right;
	color: #000;
}
#table_pager .pagesize {
	width: 50px;
	margin-left: 5px;
}

/* ===========================================
			  Help Center - feedBack
   =========================================== */


#problemHeader #prob_title_header p{color:#5E6471; font-size: 11px;}
#problemHeader #prob_title_header h2{color:#0987C4;}
#prob_title_header {
	border-bottom: dotted 1px #ccc;
	padding: 8px 0;
}

#help_center_problem_form table {
	border-bottom: dotted 1px #ccc;
	margin: 8px 0;
}
#help_center_problem_form {
	padding: 8px 0;
}
#help_center_problem_form label {
	font-weight: bold;
}
#help_center_problem_form .description_label span {
	font-style: italic;
}
#help_center_problem_form input, #help_center_problem_form textarea, #help_center_problem_form select {
	border: solid #ccc 1px;
}
#help_center_problem_form .submit_button {
	border: none;
	cursor: pointer;
}

#help_center_problem_form .instructions {
	color: #ccc;
	font-style: italic;
}
#help_center_problem_form .focus {
	border: solid 2px #0889c4 !important;
}
#help_center_problem_form .valid {
	background: url(../images/html_layout/checkmark.png) no-repeat top right;
}

/* ================================
			  Help Center
   ================================ */
#help_center_spacer {
	padding-top: 0;
}
#help_center_spacer h2 {
	height: 30px;
	line-height: 30px;
}
#help_center_spacer {clear:both;}

#help_center_contact_us #page_title_header {background: url(../images/content_catalog/HelpCenter_intro.png) no-repeat;float: left;}
#help_center_contact_us #content #page_title_header p{color:#5E6471; font-size: 11px;}
#help_center_contact_us #content #page_title_header h2{	color:#0987C4;}

#help_center_contact_us #content {
	padding-bottom: 4em;
}

#help_center_faq #page_title_header {background: url(../images/content_catalog/HelpCenter_intro.png) no-repeat;float: left;}

#help_center_faq .arrow_up {
	background: url(../images/html_layout/icons/minus_sign.png) no-repeat right 2px;
}
#help_center_faq .arrow_down {
	background: url(../images/html_layout/icons/plus_sign_blue.png) no-repeat right 2px;
}

#help_center_faq h3 {
	font-size: 14px;
	color: #0089C4;
}
#help_center_faq #sub_content, #help_center_contact_us #sub_content {
	width: 186px;
	margin-right: 8px;
}

#help_center_faq #content, #help_center_faq #sub_content, #help_center_contact_us #content, #help_center_contact_us #sub_content{
	float: left;
}

#help_center_faq #content #faq_main, #help_center_contact_us #content #contact_us_main {
	padding: 5px 10px;
}
#contact_us_main {
	margin-top: 8px;
}
#help_center_contact_us #content #contact_us_main #left_column {
	float: left;
	width: 325px;
}

#help_center_contact_us #content #contact_us_main #right_column {
	float: right;
	width: 225px;
	text-align: left;
}

#help_center_contact_us #content #contact_us_main #right_column p {
	margin: 20px 0px 20px 20px;
}

#help_center_contact_us #content #contact_us_main p {
	margin: 0px 0px 20px 0px;
}

#help_center_faq .blue_text, #help_center_contact_us .blue_text{
	color: #0889c4;
	font-size: 14px;
}

#help_nav {
	margin: 0px  10px;
	font-weight: bold;
}

#help_nav ul {
	margin-left: 20px;
	padding: 0px;
	font-weight: normal;
}

#help_nav li {
	list-style-type: none;
}

#help_nav ul li {
	list-style-image: url(../images/html_layout/icons/submit_go.png);
	cursor: pointer;
	vertical-align: top;
}

#help_nav ul li a {
	vertical-align: top;
}

#faq_nav,#faq_nav1, #contact_us_options {
	margin: 5px;
}

#faq_nav ul, #contact_us_options ul {
	margin-left: 20px;
	font-weight: normal;
}

#faq_nav1 li, #contact_us_options li {
	cursor: pointer;
	margin: 0px 0px 0 20px;
	vertical-align: top;
}

#faq_nav li{
	/*cursor: pointer;*/
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#faq_nav li a, #contact_us_options li a {
	vertical-align: top;
}

#adspace{
	float: right;
	width: 184px;
	min-height: 300px;
	margin-bottom: 4em;
}

#ask_question_form {
	color: #63676a;
}

#ask_question_form input, #ask_question_form select, #ask_question_form textarea {
	width: 100%;
}

#ask_question_form .gray_text{
	font-size: 14px;
}

#ask_question_form table tr td {
	padding: 5px 0px 5px 0px;
}
/* ================================
			  Rewards
   ================================ */
#rewards {
	overflow: auto;
}
#rewards_spacer, #rewards .box_head_3_blue {
	padding-top: 0;
}
#rewards_spacer h2, #rewards .box_head_3_blue h2 {
	height: 30px;
	line-height: 30px;
}
#rewards #sub_content{
	width: 186px;
	margin-right: 8px;
}

#rewards #content, #rewards #sub_content{
	float: left;
}
#rewards #content #page_title_header {
	background: url(../images/rewards/Rewards_intro.png) no-repeat;
	float: left;
}
#rewards_spacer {clear:both;}

#rewards #content #faq_main, #rewards #rewards_adspace {
	padding: 5px 10px;
}
#faq_main .prize_vendor_name {
	color: #0889c4;
}
#cyberstar_status {
	padding-left: 5px;
}
#cyberstar_status a{
	text-decoration: none;
}
#rewards #prize_catalog_form select {
	margin: 5px 10px;
}
#rewards #prize_catalog_form select {
	position: relative;
	margin-bottom: 5px;
	clear: both;
}
#rewards #prize_catalog_form select {
	width: 150px;
}
#rewards .blue_text {
	color: #0889c4;
	font-size: 14px;
}
img.rewardsFloatLeft {
    float: left;
    margin: 4px;
}
img.rewardsFloatRight {
    float: right;
    margin: 4px;
	padding-top: 10px;
}

#rewards_nav {
	margin: 0px  10px;
	font-weight: bold;
}

#rewards_nav ul {
	margin-left: 20px;
	padding: 0px;
	font-weight: normal;
}

#rewards_nav li {
	list-style-type: none;
}

#rewards_nav ul li {
	list-style-image: url(../images/html_layout/icons/submit_go.png);
	cursor: pointer;
	vertical-align: top;
}

#rewards_nav ul li a {
	vertical-align: top;
}

#rewards_adspace_left{
	float: left;
	width: 184px;
	min-height: 300px;
}
#rewards_adspace_right{
	float: right;
	width: 186px;
	min-height: 300px;
}
#rewards_adspace_right .box_head_1_blue {
	padding-top: 0;
}
#rewards_adspace_right h2 {
	height: 30px;
	line-height: 30px;
}
#rewards #rewards_list{
	position: relative;
	float: left;
	margin-bottom: 42px;
	width: 574px;
}
#rewards #rewards_list h2{
	color: #fff;
	font-size: 14px;
	width: 200px;
	display: inline;
}

#rewards #rewards_list_header{
	height: 24px;
	margin-left: 5px;

}

#rewards #rewards_list_header h2{
	color: #fff;
	font-size: 14px;
	width: 200px;
	display: inline;
}

#rewards_list_body{
    padding: 20px 10px 10px 10px;

}
#rewards #rewards_box {
	height: 140px;
}
#rewards #rewards_area {
	line-height: 1.1em;
}
#rewards #rewards_area h1{
	font-size:12px;
	font-weight:bold;
	color:#09F;
}
.rewards_box_head, .rewards_box_body { width: 186px; background: url(../images/html_layout/box_backgrounds/box_white_1_col.png) no-repeat; }
.rewards_box_head {
	background-position: top center;
	padding-top: 7px;
	font-size: 1px;
}
.rewards_box_body {
	background-position: bottom center;
	bottom: 0px !important;
	padding-bottom: 7px;
	overflow: auto;
}
.rewards_container {
	padding: 10px 3px 10px 0;
	height: 150px;
	float:left;
}

#email_cyberstar_manager input {
	width:100%;
}

/* ================================
			Certification
   ================================ */
#certification_spacer {
	padding-top: 0;
}
#certification_spacer h2 {
	height: 30px;
	line-height: 30px;
}
#certification #sub_content {
	width: 186px;
	margin-right: 8px;
	float: left;
}

#certification_spacer {clear:both;}

#certification #content{
	float: left;
	margin-right: 8px;
}

#certification_spacer {clear:both;}

#certification #page_title_header {
	background: url(../images/content_catalog/certification_intro.png) no-repeat;
	float: left;
}

#certification #content #certification_main {
	padding: 5px 10px;

}

#certification #content #certification_main p {
	margin: 0px 0px 20px 0px;
}

#certification #promo_blurb {
	float: right;

}

#certification .blue_text{
	color: #0889c4;
	font-size: 14px;
}

#certification_nav {
	margin: 0px  10px;
	font-weight: bold;
}

#certification_nav ul {
	margin-left: 20px;
	padding: 0px;
	font-weight: normal;
}

#certification_nav li {
	list-style-type: none;
}

#certification_nav ul li {
	list-style-image: url(../images/html_layout/icons/submit_go.png);
	cursor: pointer;
	vertical-align: top;
}

#certification_nav ul li a {
	vertical-align: top;
}

#certification_options {
	margin: 5px;
}

#certification_options ul {
	margin-left: 20px;
	font-weight: normal;
}

#certification_options li {
	list-style-type: none;
	list-style-image: url(../images/html_layout/icons/submit_go.png);
	cursor: pointer;
	margin: 0px 0px -5px 20px;
	vertical-align: top;
}

#adspace{
	float: right;
	width: 186px;
	min-height: 300px;
}

#certification .logo_box {
	background: url(../images/html_layout/box_backgrounds/Small_FocusBox.png) no-repeat;
	width: 174px;
	height: 89px;
}
/* Feature Training banner */


#feature_training_new{
	width: 768px;
	height: 200px;
}
#feature_training_new .box_head_4{
	height: 25px;
}
#feature_training_new .ft_label{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
    line-height: 1.5em;
	display: inline;
    padding: 0 10px;
}
#feature_training_new  .box_body_4, #feature_training_new .box_body{
	height: 155px;
	width: 768px;
	padding: 0px;
}
#slider-code {
	height: 190px;
	overflow: hidden;
}
#slider-code li img{
	margin: auto;
	padding: 5px 0px 5px 0px;
}
#slider-code .viewport {
	float: left;
	width: 700px;
	height: 155px;
	overflow: hidden;
	position: relative;
}
#slider-code .buttons {
	display: block;
	margin: 15px 5px 10px 5px;
	float: left;
	height: 130px;
	text-decoration: none;
}
#slider-code .next {
	background:url(../images/html_layout/scrollRight.png) no-repeat;
	float: right;
	margin-left: 2px;
}
#slider-code .prev {
	background:url(../images/html_layout/scrollLeft.png) no-repeat;
	margin-right: 2px;
}
#slider-code .disable {
	visibility: hidden;
}
#slider-code .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
}
#slider-code .overview li{
	float: left;
	margin: 0px;
	padding: 1px;
	height: 150px;
	width: 139px;
	text-align:center;
	cursor: pointer;
	text-decoration: none;
}
#slider-code .overview p {
	padding: 5px 5px 0px 5px;
	font-size: 11px;
}
#feature_training_new  .compName{
	color: #0089C4;
	font-size: 12px;
}
#feature_training_new #pagination{
	position: relative;
	left: 45%;
	top: -23px;
	width: 768px;
}
#slider-code .pager { overflow:hidden; list-style: none; clear: both; margin: 0px;}
#slider-code .pager li { float: left;}
#slider-code .pagenum { text-decoration: none; padding: 5px; color: #fff; font-size: 14px; font-weight: bold; display: block; }
#slider-code .active { color: #f00;}

/* Instapoll */
.instapoll {
	margin: 0;
}
.instapoll iframe {
	border: none;
	margin: auto;
	margin: 0 2px;
	width: 182px;
	/*height: 300px;*/
}
.instapoll .box_head_1 {
	background: url(../images/html_layout/box_backgrounds/box_grey_1_col.png) no-repeat;
	color: #fff;
	font: bold 16px Arial, sans-serif;
	padding-left: 8px;
	width: 178px;
	height: 37px; line-height: 37px;
}
