* {
	margin: 0;
	padding: 0;
}
img {
	border-style: none;
	display: block;
}

body {
	color: #666666;
	font: 11px Arial,Verdana,sans-serif;
}
fieldset {
	border-style: none;
}


/* ======================================================= */
/* ======================================================= */

legend { color: #0889c4; font-size: 120%; padding: 8px 0; }
label { display: block; }

.submit_button {
 background: url(../../../images/html_layout/submit_arrow.png) no-repeat 0px 0px;
 border: none;
 color: #0889c4;
 font-weight: bold;
 text-align: left;
 width: 125px;
 padding: 0 0 0 17px; 
}
.hide{display:none;}
.show{display:block;}


#site_header #authentication #profile_links {
    color: #FFFFFF;
	float: left;
	font-size: 11px;
	font-weight: normal;
	margin-right: 16px;
}

#site_header #authentication #profile_links a {
    color: #FFFFFF;
}


/* ======================================================= */
/* ======================================================= */


/*

.jqmWindow{ z-index: 1000;}


#site_header { z-index: 1000; }
*/



/*
legend {
	display: none;
}*/
p {
	margin-bottom: 1em;
}
ul, ol{
	/* Works for IE
	display: inline-block;
	padding-left: 25px;
	*/
	margin: 0 0 1em 25px;
	
}
ul li, ol li{
	padding-bottom: 0.5em;
	
}
ul ul{
	padding-top: 0.5em;
	
}


h2 {
	clear: both;
	color: #666666;
	font: 14px Arial,Verdana,sans-serif;
	font-weight: bold;
	padding-bottom: 1em;
}
h3 {
	color: #666666;
	font: 12px Arial,Verdana,sans-serif;
	font-weight: bold;
}
a, .link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	
}
a {
	
	cursor:pointer;
}
a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
.new{
	font-weight: bold;
	color:#ff0000;

}
.blue{
	font-weight: bold;
	color:#0014A0;
}
.italic{
	font-style: italic;
}






/* Site Layout */

#site_header, #site_body, #site_footer, #logo_nav_area, #full_content_area{
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 780px;
}

#margin_content{
	padding: 0 15px;
}

#site_header, #site_footer {
	padding: 0px;
	font: 9px Arial,Verdana,sans-serif;
}
#site_body #page_body{
	/*
	min-height: 300px;
	border: solid #707072 1px;
	*/
	min-height: 350px;
	padding: 0px;
	width: 780px;
	/*overflow: hidden;*/
}
#site_body #page_header{
	padding-bottom: 10px;
}

#left_content_area, #spotlight_right {
	padding-bottom: 10px;
	/*padding-bottom: 32767px;
	margin-bottom: -32767px;*/
}


#site_body #page_body #left_content_area{
	float: left;
	width: 576px;
}
#site_body #page_body #spotlight_right{
	float: right;
	min-height: 350px;
	width: 195px;
	background: url("../../../images/_company_site/150951/html_layout/gradientbox.gif") repeat-x;
	
}
#spotlight_text{
	padding: 5px 10px;
}



/*
#site_body #page_body #page_structure{
	width: 750px;
	height: 320px;
}
#site_body #page_body #report_page_structure{
	width: 750px;
	height: 340px;
}
#site_body #page_body #left_side{
	float: left;
	width: 470px;
	margin: 12px 0 0 10px;
	/*background-color: #000;
	
}
#site_body #page_body #right_side{
	float: right;
	width: 245px;
	height: 320px;
}
*/




/* =========================================== */
/*              Authentication Bar            */
/* =========================================== */
#site_header #top_blue_bar{
	background-color: #0014a0;
	height: 35px;
}

#site_header #top_blue_bar #authentication_left_bar {
	float: left;
}
#site_header #top_blue_bar #authentication_right_bar {
	float: right;
}
#site_header #top_blue_bar #cyberscholar_logo {
	float: right;
}


#site_header #top_blue_bar #authentication {
	
	/*border: solid #000 1px; border-left: none; border-right: none;*/
	/*clear: both;*/
	
	padding: 8px 0 0 5px;
	position: relative;
	font-size:11px;
	color: #ffffff;
	float: left;
	vertical-align: text-bottom;
}

#site_header #top_blue_bar  #authentication #username {
	border: solid #000 1px;
	height: 12px;
	margin: 1px 0px;
	padding: 0px 2px;
	width: 80px;
	font-size: 10px;
	text-align: left;
}

#site_header #top_blue_bar  #authentication #userlabel {
	font-size: 11px;
	text-align: right;
	padding: 4px 3px 0px 0px;
	float:left;
}

#site_header #top_blue_bar  #authentication #form_field {
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: #EEEEEE;*/
	float: left;
	width: 125px;
}
#site_header #top_blue_bar  #authentication #submit_login {
	padding: 2px 0px 0px 0px;
	vertical-align: top;
}

#site_header #top_blue_bar  #authentication_links {
	padding: 4px 0px 0px 0px;
	float: left;
}
#site_header #top_blue_bar #authentication_links a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
#site_header #top_blue_bar  #authentication_links a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#site_header #top_blue_bar  #authentication #logged_in {
	padding: 4px 0px 0px 0px;
	float: left;
	
}

#site_header #top_blue_bar #authentication #logged_in #userdisplay {
	padding-top: 0px;
	float: left;
}
#site_header #top_blue_bar #authentication #logged_in #userdisplay a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
#site_header #top_blue_bar #authentication #logged_in #userdisplay a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#site_header #top_blue_bar  #authentication #logged_in #btn_logout {
	padding: 1px 0 0 0;
	display: block;
	float: left;
}

#site_header #top_blue_bar  #authentication  #cyberscholar_logo {
	float: right;
	padding: 0 0px 0 0;
}
#site_header #top_blue_bar  #authentication  #cyberscholar_logo img{
	display: block;
}



/* =========================================== */
/*              Logos Bar            */
/* =========================================== */

#site_header #logo_nav_area {
	margin: 5px 0 5px 0px;
	height: 67px;
}
#site_header #logo_nav_area #samsung_logo {
	margin: 0px;
	width: 117px;
	height: 37px;
	float: left;
}
#site_header #logo_nav_area #samsung_logo img{
	float: right;
	display: block;
}

/* =========================================== */
/*              Navigation Menu         */
/* =========================================== */

#site_header #logo_nav_area #main_menu{
	height: 18px;
	width: 619px;
	float: right;
	padding: 0 15px 5px 0;
	background: url("../../../images/_company_site/150951/html_layout/gradient_bar_bk.gif") no-repeat;
}


#site_header #logo_nav_area #main_menu #links{
	height: 18px;
}

#site_header #logo_nav_area #main_menu #links #menu_item{
	float: left;
	padding: 0px 15px 0 0px;
}
#site_header #logo_nav_area #main_menu #links #menu_item a:hover{
	text-decoration: none;
}


/* home rollover */
 a.h_roll, a.h_roll_active{
	width: 39px;
    height: 18px;
    background: url("../../../images/_company_site/150951/html_layout/menu_home.gif") no-repeat;
	
}

/* report card rollover */
a.rc_roll, a.rc_roll_active{
   	width: 63px;
    height: 18px;
    background: url("../../../images/_company_site/150951/html_layout/menu_report_card.gif") no-repeat;
}

/* certification rollover */
a.c_roll, a.c_roll_active{
   	width: 67px;
    height: 18px;
    background: url("../../../images/_company_site/150951/html_layout/menu_certification.gif") no-repeat;
}
 
/* prizes rollover */
a.pz_roll, a.pz_roll_active{
   	width: 36px;
    height: 18px;
    background: url("../../../images/_company_site/150951/html_layout/menu_prizes.gif") no-repeat;
}


/* resources rollover */
a.pr_roll, a.pr_roll_active{
   	width: 55px;
    height: 18px;
    background: url("../../../images/_company_site/150951/html_layout/menu_resources.gif") no-repeat;
}




a.h_roll, a.rc_roll, a.c_roll, a.pz_roll, a.pr_roll{
	display: block;
	text-decoration: none;
	background-position: 0px 0px;
}
a:hover.h_roll, a:hover.rc_roll, a:hover.c_roll, a:hover.pz_roll, a:hover.pr_roll{
	background-position: 0px -18px;
}

a.h_roll_active, a.rc_roll_active, a.c_roll_active, a.pz_roll_active, a.pr_roll_active{
	display: block;
	text-decoration: none;
	background-position: 0px -18px;
}


/* =========================================== */
/*              Category Menu         */
/* =========================================== */

#site_header #logo_nav_area #category_menu{
	height: 18px;
	width: 619px;
	float: right;
	padding-right: 15px;
	background: url("../../../images/_company_site/150951/html_layout/gradient_bar_bk.gif") no-repeat;
}


#site_header #logo_nav_area #category_menu #links{
	height: 18px;
}


#site_header #logo_nav_area #category_menu #links #menu_item{
	height: 18px;
	float: left;
	padding: 0px 13px 0 0px;
}
#site_header #logo_nav_area #category_menu #links #menu_item a:hover{
	text-decoration: none;
}

/* televisions rollover */
 a.tv_roll, a.tv_roll_active{
	width: 70px;
    height: 18px;
    background: url("../../../images/_company_site/150951/html_layout/menu_cat_TV.gif") no-repeat;
}

/* portable electronics rollover */
a.pe_roll, a.pe_roll_active{
   	width: 115px;
    height: 18px;
    background: url("../../../images/_company_site/150951/html_layout/menu_cat_PE.gif") no-repeat;
}

/* home entertainment rollover */
a.he_roll, a.he_roll_active{
   	width: 116px;
    height: 18px;
    background: url("../../../images/_company_site/150951/html_layout/menu_cat_HE.gif") no-repeat;
}
 
/* information technology rollover */
a.it_roll, a.it_roll_active{
   	width: 131px;
    height: 18px;
    background: url("../../../images/_company_site/150951/html_layout/menu_cat_IT.gif") no-repeat;
}

/* home appliances rollover */
a.ha_roll, a.ha_roll_active{
   	width: 104px;
    height: 18px;
    background: url("../../../images/_company_site/150951/html_layout/menu_cat_HA.gif") no-repeat;
}

a.tv_roll, a.pe_roll, a.he_roll, a.it_roll, a.ha_roll{
	display: block;
	text-decoration: none;
	background-position: 0px 0px;
}
a:hover.tv_roll, a:hover.pe_roll, a:hover.he_roll, a:hover.it_roll, a:hover.ha_roll{
	background-position: 0px -18px;
}
a.tv_roll_active, a.pe_roll_active, a.he_roll_active, a.it_roll_active, a.ha_roll_active{
	display: block;
	text-decoration: none;
	background-position: 0px -18px;
}

#site_header #logo_nav_area #category_sub_links{
	clear:both; 
	height: 18px;
	width: 619px;
	float: right;
	padding-right: 15px;
}





/* =========================================== */
/*   Footer Quick Links Bar & Copyright        */
/* =========================================== */

#site_footer {
	/*height: 80px;*/
	padding: 20px 0;
}

#site_footer #quick_links {
	background-color: #fff;
	/*font: 9px Arial,Helvetica,sans-serif;
	float: right;*/
	margin: auto;
	clear: both;
	padding-bottom: 10px;
	text-align: center;
}
#site_footer #quick_links a {
	color: #666666;
	padding: 0 5px 0 5px;
	text-decoration: none;
}

#site_footer #copyright {
	background-color: #fff;
	color: #666666;
	/*font: 8px Arial,Helvetica,sans-serif;*/
	margin: auto;
	padding: 0;
	text-align: center;
	
	
}
#site_footer #copyright a {
	color: #666666;
	text-decoration: none;
}



/* =========================================== */
/*              Quiz Login            */
/* =========================================== */


#quiz_site_header, #quiz_site_body, #quiz_site_footer{
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 780px;
	background-color: #91A4DE;
}

#quiz_site_header #authentication {
	/*background-color: #026227;*/
	border-left: solid #707072 1px;
	border-right: solid #707072 1px;
	background-image: url("../../../images/_company_site/150951/html_layout/auth_background.jpg");
	clear: both;
	color: #FFF;
	height: 23px;
	line-height: 18px;
	text-align: right;
	padding-top: 2px;
	padding-right: 3px;
}
#quiz_site_header #authentication #username {
	border: solid #E0DED8 1px;
	font: 10px Arial,Verdana,sans-serif;
	padding: 0 0 0 3px;
}
#quiz_site_header #authentication #submit_login {
	background-color: transparent;
	border-style: none;
	color: #FFF;
	cursor: pointer;
	font: 11px Arial,Verdana,sans-serif;
	height:14px;	
}	
#quiz_site_header #authentication a {
	color: #FFF;
}

/* =========================================== */
/*              Home page            */
/* =========================================== */

#home #home_movie{
	width: 780px;
	height: 377px; 
	/*border: solid #E0DED8 1px;*/
}




/* =========================================== */
/* Report Card and Resources */
/* =========================================== */


#report_card .report_card_category{
	
	padding-bottom: 10px;
}

#report_card .training_report_card{
	border-collapse: collapse;
	/*margin: 1em auto;*/
	width: 560px;
	margin-left: 15px;
	color: #808080;
	
}
#report_card .training_report_card th{
	/*background-color: #f2f2f2;*/
	border-top: solid #f2f2f2 1px;
	border-bottom: solid #f2f2f2 1px;
	padding: 2px 0px;
	
	font-weight: bold;
	
}
#report_card .training_report_card td {
	border-bottom: solid #f2f2f2 1px;
	padding: 2px 0px;
}
#report_card .training_report_card .training_title{
	text-align: left;
}
#report_card .training_report_card td.training_title{
	font-weight: normal;
}
#report_card .training_report_card .training_title a {
	color: #808080;
	font-weight: normal;
	text-decoration: none;
}
#report_card .training_report_card .status, #report_card .training_report_card .date_completed{
	text-align: center;
	width: 20%;
	border-left: solid #f2f2f2 1px;
}
#report_card .training_report_card td.status, #report_card .training_report_card td.date_completed{
	font-weight: normal;
}
#report_card .training_report_card td.status img{
	margin: auto;
}

#resources .resource_set .resource_type, #resources .resource_set .file_type {
	text-align: center;
	width: 20%;
}
#resources .section_label td {
	background-color: #005aa9;
	color: #FFF;
	/*font-weight: bold;*/
}
#resources a {
	font-weight: normal;
}

#resources .sub_bullet {
	margin-left:-15px; 
	list-style-type: none; 
	font-weight: bold;
}



/* =========================================== */
/*              Prizes            */
/* =========================================== */

ul.indent{
	margin: 0 0 10px 55px;
	list-style: circle;
}
ul.indent li{
	clear:both;
	padding-bottom: 1em;
}

#prizes .prize_indent{
	clear: both;
	padding-left: 25px
}
#prizes .prize_description{
	width: 340px;
	float:left;
}
#prizes .prize_image{
	width: 180px;
	float: right;
}

#prizes .prize_image img{
	margin: auto;
}


#monthly_prize{
	clear: both;
}
#monthly_prize .prize_image {
	padding: 0px 15px 10px 0px;
	width: 280px;
	float: left;
}
#monthly_prize .prize_content {
	padding: 0px 0 10px 0px;
	width: 450px;
	float: left;
}







/* Training Table */
#training_table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 1px;
	
}
#training_table th {
	background-color: #000000;
	padding: 5px 10px;
	color: #ffffff;
	/*border: solid #ffffff 1px;*/
	border-spacing:1pt
}
#training_table td {
	background-color: #e0e1dc;
	border: solid #ffffff 1px;
	padding: 5px 10px;
}
#training_table .training_title{
	text-align: center;
}
#training_table .training_title a{
	text-align: center;
	color: #333333;
	text-decoration: none;
}
#training_table .left{
	text-align: left;
}

#training_table .status, .date_completed, .date_posted {
	text-align: center;
	width: 15%;
}
#training_table .cert_level {
	text-align: center;
	width: 20%;
	vertical-align: top;
}
#training_table  .reward {
	text-align: center;
	width: 30%;
	vertical-align: top;
}

.centeredImage {
    display:block;
	padding-left: 37px
    }
.resource_set .resource_type, .resource_set .file_type {
	text-align: center;
	width: 20%;
}
.section_label td {
	background-color: #005aa9;
	color: #FFF;
	font-weight: bold;
}





/* Products Table */
#products_table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 1px;
	
}
#products_table th {
	background-color: #000000;
	padding: 5px 10px;
	color: #ffffff;
	/*border: solid #ffffff 1px;*/
	border-spacing:1pt
}
#products_table td {
	/*background-color: #e0e1dc;*/
	border: solid #ffffff 1px;
	padding: 5px 10px;
	width: 33%;
	vertical-align: top;
}
#products_table .training_title{
	text-align: center;
}
#products_table .training_title a{
	text-align: center;
	color: #333333;
	text-decoration: none;
}
#products_table .left{
	text-align: left;
}


#products_table .status, .date_completed, .date_posted {
	text-align: center;
	width: 15%;
}







#monthly_prize{
	clear: both;
}
#monthly_prize .prize_image {
	padding: 0px 15px 10px 0px;
	width: 280px;
	float: left;
}
#monthly_prize .prize_content {
	padding: 0px 0 10px 0px;
	width: 450px;
	float: left;
}



/* Certification*/
#certification #cert_table  {
	border-collapse: collapse;
	/*margin: 1em auto;*/
	width: 99.9%;
	

}
#certification #cert_table th{
	background-color: #0014a0;
	
	padding: 0px 0px;
	font-weight: bold;
	
}
#certification #cert_table th img{
	margin: auto;
}
#certification #cert_table .left_corner{
	width: 10px;
}

#certification #cert_table th{
	width: 25%;
}

#certification #cert_table td {
	border: solid #cccccc  1px;
	padding: 5px;
	vertical-align: top;
}

#certification #cert_table td.left_column{
	background-color: #666666;
	vertical-align: middle;
}


/* Training */
#training .training_category {
	margin: 2em 0;
}



/*#training_module, #contentContainerWrapper {
	min-height: 400px;
	border: solid #E0DED8 1px;
}
#training_module #training_header {
	/*border-bottom: solid #E9EEF2 1px;
}
#training_module #training_body, #contentContainer_body  {
	padding: 5px;
}
*/

#training_module #training_body #training_nav  {
	float:left;
	min-height: 350px;
	width: 195px;
	background: url("../../../images/_company_site/150951/html_layout/gradientbox.gif") repeat-x;
}
#training_module #training_body #training_nav_links  {
	border-collapse: collapse;
	/*margin: 1em auto;*/
	width: 165px;
	margin-left: 15px;
}
#training_module #training_body #training_nav_links th{
	/*background-color: #f2f2f2;*/
	border-bottom: solid #ffffff 1px;
	padding: 5px 0px;
	font-weight: bold;
	
}
#training_module #training_body #training_nav_links td {
	border-bottom: solid #ffffff 1px;
	padding: 5px 0px;
}

#training_module #training_body #training_content  {
	float:right;
	width: 576px;
	min-height: 300px;
}
#training_module #training_body #training_content_body  {
	min-height: 300px;
	padding: 0 15px 30px 15px; 
}
#training_module #training_body #training_content_quiz  {
	min-height: 300px;
	padding: 0 0px 30px 0px; 
}


#training_module #training_footer {
	background: url("../../../images/_company_site/150951/training/footer_bg.gif") repeat-x;
	margin: 0px;
	width: 576px;
	height: 22px;
	clear:both;
}

#training_module #training_footer #module_navigation {
	font: 15px Arial,Verdana,sans-serif;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
	color: #990000;
}

#training_module #training_footer #module_navigation a {
	font-weight: bold;
	text-decoration: none;
}
#training_module #training_footer #module_navigation #previous_page {
	float: left;
}

/*
#training_module #training_footer #module_navigation #page_numbers {
	float: left;
	width: 300px;
	text-align: center;
}*/
#training_module #training_footer #module_navigation #next_page {
	float: right;
}
#training_module #training_footer #module_navigation #take_quiz {
	float: right;
}









#training_module #training_body #training_page_title {
	font: 20px Arial,Verdana,sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
}




#training_module .comparison_table {
	border-collapse: collapse;
	width: 100%;
}
#training_module .comparison_table h2 {
	font-size: 100%;
	margin: .6em 0;
}
#training_module .comparison_table img{
	margin: auto;
}
#training_module .comparison_table .w20{
	width: 20%;
}
#training_module .comparison_table .w25{
	width: 25%;
}
#training_module .comparison_table .w40{
	width: 40%;
}
#training_module .comparison_table .w60{
	width: 60%;
}
#training_module .comparison_table .w12{
	width: 12%;
}
#training_module .comparison_table .w10{
	width: 10%;
}
#training_module .comparison_table .w15{
	width: 15%;
}
#training_module .comparison_table .w8{
	width: 8%;
}
#training_module .comparison_table .subheader{
	background-color: #ffdfaf;
	border: solid #d8d8d8 1px;
}



#training_module .comparison_table th{
	background-color: #ece8e5;
	border: solid #d8d8d8 1px;
}
#training_module .comparison_table .first_column{
	background-color: #f2ebe2;
	color: #000000;
	text-align: left;
}

#training_module .comparison_table td {
	border: solid #d8d8d8 1px;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}



#training_module .comparison_table1 {
	border-collapse: collapse;
	width: 100%;
}
#training_module .comparison_table1 h2 {
	font-size: 100%;
	margin: .6em 0;
}
#training_module .comparison_table1 img{
	margin: auto;
}
#training_module .comparison_table1 .first_column{
	background-color: #f2ebe2;
	color: #000000;
	text-align: left;
}
#training_module .comparison_table1 th{
	background-color: #ece8e5;
	border: solid #d8d8d8 1px;
	padding: 3px;
}
#training_module .comparison_table1 td {
	border: solid #d8d8d8 1px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
#training_module .comparison_table1 .w35{
	width: 35%;
}
#training_module .comparison_table1 .w30{
	width: 30%;
}



#training_module .comparison_table3 {
	border-collapse: collapse;
}
#training_module .comparison_table3 th {
	font-weight: bold;
	text-align: center;
	border: solid #E0DED8 1px;
	padding: 4px 10px 4px 10px;
	
}
#training_module .comparison_table3 th img{
	margin: 0 auto;
	display: block;
}
#training_module .comparison_table3 td {
	border: solid #E0DED8 1px;
	padding: 4px 10px 4px 10px;
	width: 30%;
	vertical-align: middle;
	text-align: center;
	/*background-color: #e5e5e5;*/
}

#training_module .comparison_table3 .title{
	/*background-color: #FFE600;*/
	font-weight: bold;
	text-align: left;
	width: 40%;
}
#training_module .comparison_table3 .selphy_yellow{
	background-color: #fed74b;
	
}











#training_module #div_movie{
	clear: both;
	min-height: 330px;
}

#training_module #div_50_50{
	clear: both;
	
}
#training_module #div_50_50 .module_image {
	width: 267px;
	float: left;
	padding-bottom: 1em;
}
#training_module #div_50_50 .module_image img {
	margin: auto;
}
#training_body #div_50_50 .module_content {
	width: 267px;
	float: right;
	padding-left: 1px;
	padding-bottom: 1em;
}






#training_module #div_30_60{
	clear: both;
	
}
#training_module #div_30_60 .module_image {
	width: 180px;
	float: left;
	padding-bottom: 1em;
}
#training_module #div_30_60 .module_image img {
	margin: auto;
}
#training_body #div_30_60 .module_content {
	width: 354px;
	float: right;
	padding-left: 1px;
	padding-bottom: 1em;
}


#training_module #div_60_30{
	clear: both;
	
}
#training_module #div_60_30 .module_image {
	width: 180px;
	float: right;
	padding-bottom: 1em;
}
#training_module #div_60_30 .module_image img {
	margin: auto;
}
#training_body #div_60_30 .module_content {
	width: 354px;
	float: left;
	padding-left: 1px;
	padding-bottom: 1em;
}

#training_module #div_30_30_30{
	clear: both;
	
}
#training_module #div_30_30_30 .module_image {
	width: 120px;
	float: left;
	padding-bottom: 1em;
}
#training_module #div_30_30_30 .module_image img {
	margin: auto;
}
#training_body #div_30_30_30 .module_content {
	width: 170px;
	float: right;
	padding-right: 8px;
	padding-bottom: 1em;
}












#training_table td{
	height: 18px
}
#training_table .tb_header{
	background-color: #F2F5FC;
	padding-left: 5px;
}
#training_table .tb_header_center{
	background-color: #F2F5FC;
	text-align: center;
}
#training_table .tb_arrow{
	text-align: center;
}

#training_table .tb_item a{
	color: #FFA614;
	font-style: italic;
	text-decoration: none;
}
#training_table .tb_item a:hover{
	color: #E0DED8;
	font-style: italic;
	text-decoration: none;
}
#training_table .tb_item .bold{
	font-weight: bold;
}
#training_table .tb_content_center{
	text-align: center;
}





