/*
########################################################################################################
			GENERAL
########################################################################################################
*/

body 
{ 
	background-color: #ffffff; 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	color: #1F577E;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #1F577E;
	font-weight: bold;
	text-decoration: underline;
}

img {
	border: 0px;
}

input, textarea
{
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #75BD08;
	padding-bottom: 2px;
	margin-top: 40px;
	margin-bottom: 2px;
	color: #75BD08;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
}
h1:first-child
{
	margin-top: 0px;
}

h2
{
	margin-top: 30px;
	color: #75BD08;
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
}

h3
{
	margin-top: 20px;
	color: #75BD08;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

ul
{
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-left: 25px;
}

li
{
	margin-bottom: 10px;
}




/*
########################################################################################################
			MENU
########################################################################################################
*/

div.menu
{ 
	width: 800px; 
	height: 61px;
	margin-left: auto; 
	margin-right: auto;
	background: url("../images/menu/background.png") no-repeat;
}

div.menu table
{ 
	height: 61px;
	border: 0px;
	border-collapse: collapse;
	margin-left: auto; 
	margin-right: auto;
	padding: 0px;
}

div.menu td
{ 
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: top;
	padding: 0;
	padding-top: 15px;
	text-align: center;
}

div.menu td.menu_languages
{
	text-align: right;
	padding-top: 11px;
	padding-left: 16px;
	padding-right: 8px;
}

div.menu td.menu_languages a
{
	display: block;
}

td.menu_item_off_left
{
	width: 22px;
}

td.menu_item_off_center
{
	color: #000000;
}

td.menu_item_off_right
{
	width: 22px;
}

td.menu_item_on_left
{
	width: 22px;
	/* Background image is browser-specific */
	cursor: hand;
	cursor: pointer;
}

td.menu_item_on_center
{
	color: #ffffff;
	/* Background image is browser-specific */
	cursor: hand;
	cursor: pointer;
}

td.menu_item_on_right
{
	width: 22px;
	/* Background image is browser-specific */
	cursor: hand;
	cursor: pointer;
}





/*
########################################################################################################
			BANNEER
########################################################################################################
*/


div.banneer 
{ 
	width: 800px; 
	height: 169px;
	margin-left: auto; 
	margin-right: auto;
	background: url("../images/banneer.png") no-repeat;
}





/*
########################################################################################################
			FRAMES : HEADERS
########################################################################################################
*/

div.frames_headers
{ 
	width: 800px; 
	height: 58px;
	margin-left: auto; 
	margin-right: auto;
	background: url("../images/frames/headers.png") no-repeat;
}

div.frames_headers table
{ 
	width: 800px; 
	height: 58px;
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
}

div.frames_headers td
{
	border: 0px;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: top;
	color: #ebebeb;
	padding-top: 15px;
}

td.frame_1_header
{
	width: 320px;
	padding-left: 80px;
	padding-right: 0px;
}

td.frame_2_header
{
	padding-left: 60px;
}





/*
########################################################################################################
			FRAMES : CONTENTS
########################################################################################################
*/

div.frames_contents
{ 
	width: 800px; 
	height: 42px;
	margin-left: auto; 
	margin-right: auto;
	background: url("../images/frames/contents.png") no-repeat;
}

div.frames_contents table
{ 
	width: 800px; 
	height: 42px;
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
}

div.frames_contents td
{
	border: 0px;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	color: #ffffff;
	padding-top: 0px;
	text-align: justify;
}

td.frame_1_content
{
	width: 336px;
	padding-left: 42px;
	padding-right: 22px;
}

td.frame_2_content
{
	padding-left: 22px;
	padding-right: 40px;
}





/*
########################################################################################################
			FRAMES : FOOTERS
########################################################################################################
*/

div.frames_footers
{ 
	width: 800px; 
	height: 25px;
	margin-left: auto; 
	margin-right: auto;
	background: url("../images/frames/footers.png") no-repeat;
}

div.frames_footers table
{ 
	width: 800px; 
	height: 25px;
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
}

div.frames_footers td
{
	border: 0px;
	vertical-align: top;
	padding-top: 0px;
	text-align: right;
}

div.frames_footers td a
{
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

div.frames_footers td a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

td.frame_1_footer
{
	width: 336px;
	padding-left: 42px;
	padding-right: 22px;
}

td.frame_2_footer
{
	padding-left: 22px;
	padding-right: 40px;
}





/*
########################################################################################################
			PAGE : HEADER
########################################################################################################
*/

div.page_header
{ 
	width: 800px; 
	height: 33px;
	margin-left: auto; 
	margin-right: auto;
	background: url("../images/page/header.png") no-repeat;
}





/*
########################################################################################################
			PAGE : TITLE AND CONTENT
########################################################################################################
*/

div.page_title_and_content
{ 
	width: 800px; 
	margin-left: auto; 
	margin-right: auto;
}

div.page_title_and_content table
{ 
	width: 800px; 
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
}

div.page_title_and_content table td
{ 
	padding: 0px;
}





/*
########################################################################################################
			PAGE : TITLE
########################################################################################################
*/

td.page_introduction_left
{ 
	width: 44px; 
	height: 33px;
	background: url("../images/page/title-left.png") no-repeat;
}

div.page_title_and_content table td.page_introduction
{ 
	width: 476px; 
	height: 33px;
	background: #ffffff;
	vertical-align: top;
	text-align: justify;
	padding-right: 10px;
}

td.page_introduction div.title
{ 
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

td.page_introduction div.title a
{ 
  color: #000000;
}

td.page_introduction_right
{ 
	width: 44px; 
	height: 33px;
	background: url("../images/page/title-right.png") no-repeat;
}





/*
########################################################################################################
			PAGE : CONTENT
########################################################################################################
*/

td.page_content_left
{ 
	background: url("../images/page/content-left.png") repeat-y;
}

div.page_title_and_content table td.page_content
{ 
	background: #ffffff;
	vertical-align: top;
	text-align: justify;
	padding-top: 5px;
	padding-right: 10px;
}

td.page_content_right
{
	background: url("../images/page/content-right.png") repeat-y;
}


div.post
{
	margin-bottom: 30px;
}

div.post_title a
{
	color: #75BD08;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

div.post_title_search a
{
	font-variant: normal;
}

span.post_author
{
	color: #000000;
}

span.post_category a
{
	text-decoration: none;
}

span.post_category a:hover
{
	text-decoration: underline;
}

div.postmetadata
{
	margin-bottom: 15px;
}

div.post_content
{
	margin-bottom: 15px;
}

div.post_content blockquote
{
	background: #ebebeb;
	padding: 2px;
}

div.post_content blockquote p
{
	font-family: Georgia;
}

div.post_footer a
{
	text-decoration: none;
}

div.post_footer a:hover
{
	text-decoration: underline;
}

div.navigation
{
	margin-bottom: 30px;
}


div.commentlist
{
	margin-top: 15px;
}

span.comment_index
{
	color: #999999;
}

div.comment_date
{
	margin-top: -10px;
}

div.comment_date a
{
	color: #666666;
	text-decoration: none;
}

div.comment_date a:hover
{
	text-decoration: underline;
}

div.commentform
{
	margin-top: 15px;
}





/*
########################################################################################################
			PAGE : MENU
########################################################################################################
*/

form.search_form
{
	margin-top: 8px;	
	display: inline;
}

form.search_form input
{
	width: 100px;
}

td.page_menu_introduction
{ 
	width: 226px; 
	height: 33px;
	background: url("../images/page/menu.png") repeat;
	color: #333333;
	text-align: center;
}

td.page_menu_content
{ 
	width: 226px; 
	background: url("../images/page/menu.png") repeat;
	vertical-align: top;
	text-align: justify;
	color: #333333;
	font-size: 11px;
}

td.page_menu_content div
{
	margin-left: 11px; 
	margin-right: 11px;	
	padding-left: 8px;
	padding-right: 8px;
}

td.page_menu_content div a
{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

td.page_menu_content div a:hover
{
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

td.page_menu_content div img
{
	vertical-align: bottom;
	margin-bottom: 1px;
}

td.page_menu_content div ul
{
	padding: 0;
	margin: 0;
	margin-left: 10px;
}

div.page_menu_title
{ 
	height: 29px;
	background: url("../images/page/menu-title.png") no-repeat;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	padding-top: 5px;
}

div.page_menu_content
{
	margin-bottom: 25px;
}





/*
########################################################################################################
			PAGE : FOOTER
########################################################################################################
*/

div.page_footer
{ 
	width: 100%;
	font-size: 9px;
	font-style: italic;
	text-align: center;
}





/*
########################################################################################################
			CUSTOM PAGE CSS : TRAINING
########################################################################################################
*/

table.trainings 
{
	border-collapse: collapse;
	border: 0px;
}
table.trainings tr td.trainings_group_header 
{
	background: #efefef;
	padding: 2px;
	padding-left: 5px;
	font-weight: bold;
	font-style: italic;
}

table.trainings tr td
{
	border-bottom: 1px dashed #ebebeb;
	padding: 2px;
}

table.trainings tr td.trainings_group_item_title
{
	text-align:left;
}
table.trainings tr td.trainings_group_item_title a
{
	font-weight: normal;
}
table.trainings tr td.trainings_group_item_code
{
	width:60px;
	text-align:left;
}
table.trainings tr td.trainings_group_item_duration
{
	width:20px;
	text-align:center;
}
table.trainings tr td.trainings_group_item_price
{
	width:50px;
	text-align:right;
}