body{
	padding: 0px;
	margin: 0px;
	background: #FFFFFF url('/_images/default/layout_tlo.jpg') top repeat-x;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	color: #292929;
}


div#layout_main{
	width: 1000px;
	margin: auto;
}

div#layout_header{
	width: 100%;
	height: 115px;
}

div#layout_logo{
	height: 100%;
	width:  150px;
	float: left;

}

div#layout_info{
	height: 100%;
	width:  318px;
	background-image: url('/_images/default/layout_info.jpg');
	background-repeat: no-repeat;
	float: left;
}

div#layout_baner{
	height: 100%;
	width:  531px;
	background-image: url('/_images/default/layout_baner.jpg');
	background-repeat: no-repeat;
	float: left;
}


div#layout_menu{
	height: 35px;
	width:  100%;
	background-image: url('/_images/default/layout_menu.jpg');
	background-repeat: no-repeat;
}



/* ------------------------ domyslne style ------------------------------------- */

a{
	text-decoration: none;
	color: #CC092F;
}

a:hover{
	text-decoration: underline;
}

img{
	border: 0px;
}

.clear{
	width: 100%;
	overflow: hidden;
	font-size: 0px;
	clear: both;
}

div.spacer{
	width: 100%;
	height: 25px;
}

div.spacer10{
	width: 100%;
	height: 10px;
}

div.spacer5{
	width: 100%;
	height: 5px;
}

.tb{
	display: table;
}

.tb-row{
	display: table-row;
}

.tb-cell{
	display: table-cell;
}


.field_error{
	color: #FF0000;
	font-size:11px;
	font-family: arial;
}

input.micro{
 width: 20px;
}

input{
	font-size: 11px;
	padding: 0px;
	overflow: hidden;
}

input.text{
	border: 1px solid #ccc;
}

input.error{
	border: 1px solid red;
	background-color: #FCEDED;
}

input.submit{
	border: 1px solid #B71017;
	padding: 0px 5px 0px 5px;
	color: #B71017;
	background-color: #FFD7BF;
	cursor: pointer;
}

.button{
	border: 1px solid #B71017;
	padding: 0px 5px 0px 5px;
	color: #B71017;
	background-color: #FFD7BF;
	cursor: pointer;
	font-size: 11px;
}

input.long{
	width: 300px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

input.short{
	width: 100px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}


input.mini_text{
	width: 50px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

input.longer{
	width: 190px;
}

input.longest{
	width: 400px;
}

input.mini{
	width: 50px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

input.form_page{
	text-align: center;
}

select{
	font-size: 11px;
	border: 1px solid #ccc;
}

select.error{
	border: 1px solid red;
	background-color: #FCEDED;
}

textarea.error{
	border: 1px solid red;
	background-color: #FCEDED;
}

span.star{
	color: red;
	padding: 2px;
}

img.kwadrat{
	margin-bottom: 2px;
}

img.kwadrat_red{
	margin-bottom: 2px;
	background-color:#DE030B;
}

img.kwadrat_navy{
	margin-bottom: 2px;
	background-color:#00ADFF;
}

img.kwadrat_light_green{
	margin-bottom: 2px;
	background-color:#84BC00;
}

div.message_box{
	padding: 10px;
	background-color: #FEFDF8;
	margin: 15px 0px 15px 0px;
	border: 1px dotted #c5c5c5;
}

div.message_box div.title{
	font-family: georgia, tahoma, verdana;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #8BA000;
}

div.message_box div.mini{
	font-size: 17px;
	margin-bottom: 0px;
}

.msg-ok{
	background: #F0FFDF url('/_images/content/msg-ok2.gif') 4px 5px no-repeat;
	border:1px solid #5D8B23;
	color: #567F1F;
	background-position:1px 5px;
	background-repeat:no-repeat;
	margin: 5px auto 10px auto;
	padding:10px 5px 10px 33px;
}

.msg-info{
	background: #EFF6FF url('/_images/content/ico_info.gif') 4px 5px no-repeat;
	border:1px solid #7F9DB9;
	color:#405A80;
	background-position:1px 5px;
	background-repeat:no-repeat;
	margin: 5px auto 10px auto;
	padding:13px 5px 12px 40px;
}

/** lista eklementów */
div.list{
}

div.list h4.title{
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}

div.list div.element{
	padding: 8px 5px 8px 5px;
	border-bottom: 1px dotted #eeeeee;
}

div.list div.secondary{
	background-color:  #FDFFCF;
}

div.list div.element div.short_desc{
	font-size: 12px;
}

div.list div.element div.more{
	float: right;
}


div.pagination{
	text-align: center;
}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ccc;
	background-color: #EFEFEF;
	padding: 10px;
	opacity: 0.95;
	color: #666;
	font-size: 11px;
	width: 350px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #ccc;
	-moz-box-shadow: 0px 0px 20px #ccc;
	-webkit-box-shadow: 0px 0px 20px #ccc;
}

#tooltip h3{
	color: #510000;
	font-size: 13px;
	margin: 0;
}

#tooltip.default {
	font-family: Arial;
	border: none;
	width: 210px;
	padding: 20px;
	height: 135px;
	opacity: 0.92;
	-background: url('/_images/tooltip/shadow.png');
	color: #666;
	font-size: 11px;
	overflow: hidden;
}
#tooltip.default h3 {
	margin-bottom: 0.75em;
	font-size: 13px;
	width: 220px;
	text-align: center;
	color: #510000;
}
#tooltip.default div { width: 220px; text-align: left; }

.toolText{
	display: none;
}


table.calendarDescription{
	border: 0px;
	width: 100%;
}

table.calendarDescription tr th{
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ccc;
	color: #831418;
	padding: 3px;
}

table.calendarDescription tr td{
	vertical-align: top;
	padding: 3px;
	text-align: left;
}

/* ------------------------ domyslne style ------------------------------------- */




div#layout_center{
	background-color: #FFFFFF;
	width: 997px;
	border-left: 1px solid #E3DFE0;
	border-right: 1px solid #E3DFE0;
	border-bottom: 1px solid #E3DFE0;
}





/* ---------------------- domyslne style formularzy ---------------------------- */

.form div.sector_title{
	color: #8BA000;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.form div.sector_long_text{
	background-color: #F6F7F5;
	padding: 10px;
}


.form div.row{
	padding: 2px;
	margin: 2px;
}

.form div.row div.bold{
	font-weight: bold;
}

.form div.field{
	overflow: hidden;
}

.form div.label{
	width: 140px;
}

.form div.info{
	font-size: 11px;
	color: #cccccc;
	font-family: arial;
}

.form div.star_info{
	font-size: 11px;
	margin: 10px 0px 0px 10px;
}

.form div.submit{
	margin: 15px 0px 10px 0px;
	text-align: center;
}


/* ---------------------- domyslne style formularzy ---------------------------- */









/* ---------------------- style indywuidualne elementów ------------------------ */

/* linki do elementów szkoleń */
.course_link{
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}

.course_link a{
	color: #8BA000;
}

.course_link div.tb-cell{
	width: 50%;
	text-align: center;
}



div.course_form_info{
	font-size: 13px;
}

div.course_form_info div.row{
	padding: 2px;
}

div.course_form_info div.row div.label{
	font-weight: bold;
	width: 130px;
	float: left;
	color: #555555;
}

div.course_form_info div.row div.field{
	overflow: hidden;
}



/* ---------------------- mini formularz wyszukania szkolenia ------------------ */

div#course_search_mini{
	margin-top: 90px;
	margin-left: 110px;
}

div#course_search_mini form{
	margin: 0px;
	padding: 0px;
}

div#course_search_mini input#title{
	border: 0px;
	background-color: transparent;
	font-size: 10px;
	font-family: verdana, tahoma;
	color: #5F5D59;
	width: 118px;
}

div#course_search_mini input#search{
	margin-bottom: -2px;
	margin-left: 15px;
}

/* ---------------------- mini formularz wyszukania szkolenia ------------------ */


/* ---------------------- belka głowna menu------------------------------------- */

div#layout_menu div#menu_block{
	padding: 9px 18px 0px 18px;
}

div#layout_menu a{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	font-family: tahoma, verdana;
	text-decoration: none;
}

div#layout_menu a:hover{
	color: #FFFF00;
}

div#layout_menu span.separate{
	margin: 0px 15px 0px 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	font-family: tahoma, verdana;
}

/* ---------------------- belka głowna menu------------------------------------- */


/* ---------------------- kolumna lewa - wspólne elementy ---------------------- */

div#layout_left{
	width: 216px;
	vertical-align: top;
	padding-top: 10px;
}

div.menu_left{
	width: 216px;
}

div.menu_left div.title{
	background: #FFFFFF url('/_images/default/menu_left_title.jpg') top no-repeat;
	width: 100%;
	height: 26px;
	font-weight: bold;
	color: #FFFFFF;
	font-family:  verdana;
	font-size: 13px;
}

div.menu_left div.title div.block{
	padding: 5px 5px 0px 10px;
}

div.menu_left div.content{
	border-right: 1px solid #e2dfdf;
	border-bottom: 1px solid #e2dfdf;
}

/* ---------------------- kolumna lewa - wspólne elementy ---------------------- */


/* ---------------------- kolumna prawa - wspólne elementy ---------------------- */

div#layout_right{
	width: 215px;
	vertical-align: top;
	padding-top: 10px;
}

div.menu_right{
	width: 216px;
}

div.menu_right div.title{
	background: #FFFFFF url('/_images/default/menu_right_title.jpg') top no-repeat;
	width: 100%;
	height: 26px;
	font-weight: bold;
	color: #FFFFFF;
	font-family:  verdana;
	font-size: 13px;
}

div.menu_right div.title div.block{
	padding: 5px 5px 0px 10px;
}

div.menu_right div.content{
	border-left: 1px solid #e2dfdf;
	border-bottom: 1px solid #e2dfdf;
}

/* ---------------------- kolumna prawa - wspólne elementy ---------------------- */



/* ---------------------- menu lewe - ------------------------------------------ */

div.menu_left div.content div.list1{
	font-weight: bold;
	color: #292929;
	font-size: 12px;
	border-bottom: 1px solid #f0f0f0;
	padding: 4px 0px 3px 4px;
	border-left: 7px solid #FFFFFF;
}

div.menu_left div.content div.over{
	border-left: 7px solid #a6291b;
	background-color: #fffdf2;
}

div.menu_left div.content div.last{
	border-bottom: 0px;
}

div.menu_left div.content div.list1 a{
	font-weight: bold;
	color: #292929;
	text-decoration: none;
	display: block;
}

div.menu_left div.content div.list2{
	color: #292929;
	font-size: 11px;
	padding: 4px 0px 2px 0px;
	background: #FFFFFF url('/_images/default/strzalka.gif') 5px center no-repeat;
	border-bottom: 1px solid #FFFFFF;

}

div.menu_left div.content div.list2 a{
	color: #292929;
	text-decoration: none;
	display: block;
}

div.menu_left div.content2{
	display: block;
}

div.menu_left div.content2 div.list2{
	border-left: 7px solid #FFFFFF;
	padding: 4px 0px 3px 18px;
}

div.menu_left div.content2 div.over{
	border-left: 7px solid #D22D33;
	background-color: #fffdf2;
	border-bottom: 1px solid #f0f0f0;
}

/* ---------------------- menu lewe -------------------------------------------- */

/* ---------------------- kolumna lewa - poleacne strony------------------------ */


div.menu_left div.site{
	font-size: 11px;
	padding: 4px 10px 4px 10px;
}

div.menu_left div.site a{
	color: #cc092f;
	text-decoration: none;
	display: block;
}

div.menu_left div.site a:hover{
	text-decoration: underline;
}

/* ---------------------- kolumna lewa - poleacne strony------------------------ */


/* ---------------------- kolumna centralna - ---------------------------------- */

div#layout_content{
	height: 600px;
	vertical-align: top;
	padding: 10px;
}

h1.content_title{
	color: #831418;
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}



/* ---------------------- kolumna centralna - ---------------------------------- */


/* kolumna prawa mapka */
div.province_map{
	padding:10px 0px 10px 0px;
	text-align: center;
}


/* ---------------------- kolumna centralna - ---------------------------------- */


/* ---------------------- kolumna prawa   -------------------------------------- */

div.box_partner{
	text-align: center;
}

div.box_partner div.box_image{
	padding: 11px 0px 11px 0px;
}

div.box_partner div.box_text{
	font-weight: bold;
	font-size: 14px;
	color: #3F3737;
}

div.box_partner div.box_link{
	font-size:11px;
	padding:4px 10px;
	text-align: left;
}

/* ---------------------- kolumna prawa   -------------------------------------- */

/* ---------------------- stopka i menu stopki --------------------------------- */

div#layout_city{
	background: #FFFFFF url('/_images/default/layout_city.jpg') top repeat-x;
	width: 100%;
	height: 187px;
	border: 1px solid #E2E4E3;
	padding: 0px;
}

div#layout_city div.city{
	margin: 10px;
}

div#layout_city div.city div.title, div#layout_city div.city div.title a{
	font-size: 16px;
	font-weight: bold;
	color: #656565;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 7px;
}

div#layout_city div.city div.link, div#layout_city div.city div.link a{
	font-size: 11px;
	color: #656565;
	padding: 3px 0px 2px 0px;
}

div#layout_footer{
	margin: 10px;
	color: #999999;
}

div#layout_footer a{
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

div#layout_footer span.separate{
	margin: 0px 10px 0px 10px;
}

/* ---------------------- stopka i menu stopki --------------------------------- */


/* ---------------------- Elementy szkoleń --------------------------------- */

table.courseList{
	
}

table.courseList tr th{
	padding: 3px;
	text-align: center;
	font-weight: bold;
}

table.courseList tr td{
	border: 1px solid #ccc;
	padding: 6px 3px 6px 3px;
	font-size: 11px;
}

table.courseList tr td.title a{
	color: #8BA000;
	font-weight: bold;
}

table.courseList tr td.title a:hover{
	color: #CC092F;
}

table.courseList tr.over td{
	background-color: #EFEFEF;
}



/* formularz wyszukiwania szkolenia */

.form_searchCourse{
	border: 1px dotted #ccc;
	background-color: #F6F6F6;
	font-size: 11px;
	color: #666;
}

.form_searchCourse input.text, .form_searchCourse select{
	color: #5F5D59;
	border-color: #ccc;
}


.form_searchCourse table{
	width: 100%;
}

#searchCourseMore{
	color: #999;
}


/* ---------------------- Elementy szkoleń --------------------------------- */


/* BEGIN -  GALERIA */

div.gallery{
	margin:  20px auto 20px auto;
}

div.gallery div.image{
	overflow:hidden;
	float: left;
	width: 33%;
	text-align: center;
}

div.gallery div.image img{
	padding: 6px;
	margin: 10px;
	border: 1px solid #FFE2AF;
}

div.gallery div.image img:hover{
	background-color: #FBF8EE;
}

/* END - GALERIA */
