/*GENERAL SETTINGS*/
body {
	margin: 0px;
	padding: 0px;
	background: #E9E7DB;
	line-height: 16px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #7B7B7B;
}

table, h1, h2, h3, h4, h5, h6, p, div, form {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}
	
*:focus {
	outline: none;
}

.push {
	line-height: 0px;
	clear: both;   
	
}

.left {
	float: left;
}
	
.right {
	float: right;
}

.info {
	padding: 10px;
	padding-left:0px;
}

.form_info  {
	height: 12px;
	line-height:12px;
	white-space: nowrap;
	padding-left:0px;
}
	
.error {
	color: crimson;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

.test11 {
	font-size: 11px;
}

.text10 {
	font-size: 11px;
}

.text9 {
	font-size: 10px;
}

.silver {
	color: #BABABA;
}

a {
	text-decoration: underline;
	color: #7B7B7B;
}

a:hover {
	text-decoration: underline;
}

a.header {
	font-size: 13px;
	font-weight: bold;
	color: #7B7B7B;
}

a.more {
	display: block;
	height: 18px;
	line-height: 16px;
	padding-left: 25px;
	font-size: 11px;
	background: url("http://static.medforum.pl/edukacjamedyczna/green_box_more.jpg") no-repeat left top;
}


a.link_arrow {
	display: block;
	padding-left:15px;
	background: url("http://static.medforum.pl/edukacjamedyczna/link_arrow_bg.gif") no-repeat left center;
}

a.back {
	display: block;
	color: #96AF2F;
	font-weight: bold;
	font-size: 12px;
	padding-top:5px;
	padding-bottom: 5px;
}

.green {
	color: #96AF2F;
}

.header1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	padding-bottom: 25px;
	color: #828284;

}

.header2, .form_header2, .header2_darker  {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 14px;
	color: #949496;
}

.form_header2 {
	padding-top:14px;
	padding-bottom:14px;
}

.header2_darker {
	color: #6F6F71;
}


.header3 {
	font-size: 13px;
	line-height: 15px;
	padding-bottom: 20px;
	padding-left:20px;
	color: #717271;
}

div.hr, div.hr_small {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 1px;
	background: url("http://static.medforum.pl/edukacjamedyczna/hr_small_bg.gif") repeat-x center;
	line-height:0px;
}

 div.hr_small  {
	padding-top: 8px;
	padding-bottom: 8px;
 }

div.hr2 {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 2px;
	background: url("http://static.medforum.pl/edukacjamedyczna/separator_bg.jpg") repeat-x center;
	line-height:0px;
}

.bold {
	font-weight: bold;
}








/*
.header2 {
	margin-bottom: 10px;
	padding-left: 10px;
	height: 37px;
	line-height: 37px;
	font-size: 12px;
	background: url("http://static.medforum.pl/edukacjamedyczna/slider/slider_bg.jpg") repeat-x;
	overflow: hidden;
}
*/

.form_error {
	padding-bottom: 5px;
	color: red;
}




/*GENERAL SETTINGS - end*/

/*TOP*/
.top_container {
	width: 100%;
	height: auto !important;
	height: 200px;
	min-height: 200px;
	background: #E9E7DB url("http://static.medforum.pl/edukacjamedyczna/top_container_bg.jpg") repeat-x bottom;
}

.top_container_client {
	margin: auto;
}
	
	.top {
		margin: auto;
		width:960px;
	}
	
		#top_header {
			position: relative;
			width: 960px;
			height: 130px;	
		}
			#top_logo {
				position: absolute;
				top:10px;
				left:25px;
				width: 276px;
				height: 111px;
				background: url("http://static.medforum.pl/edukacjamedyczna/logo.jpg") no-repeat;
			}
				#top_logo a {
					display: block;
					width: 276px;
					height: 109px;
				}
			
			#top_logo_info {
				position: absolute;
				top:90px;
				left:105px;
				width: 150px;
				height: 30px;
				z-index: 10;
				
			}
			
			#top_auth {
				position: absolute;
				top:14px;
				right:0px;
				width: 520px;
			}
			
			
			#top_auth td {
				overflow: hidden;
			}
		
		
		
		
		
		.top_menu_center {
			background: #97B02E url("http://static.medforum.pl/edukacjamedyczna/top_menu_center_bg.jpg") repeat-x;
			float: left;
		}
		
		.top_menu_left{
			background: url("http://static.medforum.pl/edukacjamedyczna/top_menu_left_bg.jpg") no-repeat top left;
			float: left;
		}
		
		.top_menu_right,
        .top_menu_right_blue{
			width: 960px;
			height: 49px;
			background: url("http://static.medforum.pl/edukacjamedyczna/top_menu_right_bg.jpg") no-repeat top right;
			float: left;
			overflow: hidden;
		}
        
        .top_menu_right_blue {
            background: url("http://static.medforum.pl/edukacjamedyczna/top_menu_right_bg_blue.jpg") no-repeat top right;
        }
		
			#top_menu {
				margin: 0px;
				padding: 0px;
				list-style:none;
				float: left;
			}
		
			#top_menu li {
				display: block;
				padding-left:12px;
				padding-right:13px;
				float: left;
			}
/*TOP - end*/

/*CONTENT*/
.content_main_container {
	width: 100%;
	height: auto !important;
	height: 200px;
	min-height: 200px;
	padding-top: 25px;
	background: #F0EEE1 url("http://static.medforum.pl/edukacjamedyczna/content_container_bg2.jpg") repeat-x bottom;
}
	.content_main_middle {
		margin: auto;
		width: 960px;
		height: auto !important;
		height: 500px;
		min-height: 500px;
		background: url("http://static.medforum.pl/edukacjamedyczna/content_left_middle_bg.jpg") repeat-y;
	}
	
	.content_main_top,
	.content_main_bottom
	{
		margin: 0px auto;
		width: 960px;
		height: 6px;
		font-size: 0px;
		line-height: 0px;
	}
	
	.content_main_top {
		background: url("http://static.medforum.pl/edukacjamedyczna/content_main_top_bg-trans.png") no-repeat top;
	}
	
	.content_main_bottom {
		background: url("http://static.medforum.pl/edukacjamedyczna/content_main_bottom_bg2-trans.png") no-repeat top;
	}



	
.content_container {
	width: 100%;
	height: auto !important;
	height: 200px;
	min-height: 200px;
	padding-top: 25px;
	background: #F0EEE1;
}

.content_main_container {	
	padding-top: 0px;
}

.content_container {
	/*
	border: 1px solid red;
	*/
	padding-top: 0px;
}

.content_client {
	position: relative;
	margin: auto;
	padding-top: 18px;
	padding-bottom: 18px;
	width: 960px;	
}


	.content_left_middle {
		position: relative;
		margin: auto;
		height: auto !important;
		height: 500px;
		min-height: 500px;
		width: 960px;
		background: url("http://static.medforum.pl/edukacjamedyczna/content_left_middle_bg.jpg") repeat-y;
	}
	
	.content_left_top,
	.content_left_bottom {
		position: relative;
		margin: 0px auto;
		width: 960px;
		height: 6px;
		font-size: 0px;
		line-height: 0px;
	}
	
	.content_left_top {
		background: url("http://static.medforum.pl/edukacjamedyczna/content_left_top_bg-trans.png") no-repeat top;
	}
	
	.content_left_bottom{
		background: url("http://static.medforum.pl/edukacjamedyczna/content_left_bottom_bg-trans.png") no-repeat top;
	}
	
	 
	.content_left_top {
		z-index: 100;
	} 
	
	
	
	.content_right_middle {
		margin: auto;
		width: 960px;
		height: auto !important;
		height: 500px;
		min-height: 500px;
		background: url("http://static.medforum.pl/edukacjamedyczna/content_right_middle_bg.jpg") repeat-y;
	}
	.content_right_top,
	.content_right_bottom {
		margin: 0px auto;
		width: 960px;
		height: 6px;
		font-size: 0px;
		line-height: 0px;
	}
	
	.content_right_top {
		background: url("http://static.medforum.pl/edukacjamedyczna/content_right_top_bg-trans.png") no-repeat top;
	}
	
	.content_right_bottom{
		
		background: url("http://static.medforum.pl/edukacjamedyczna/content_right_bottom_bg-trans.png") no-repeat top;
	}
	
	
	
	.content_center_middle {
		margin: auto;
		width: 920px;
		height: auto !important;
		padding:20px;
		height: 500px;
		min-height: 500px;
		background:  url("http://static.medforum.pl/edukacjamedyczna/content_center_middle_bg.jpg") repeat-y;
	}
	
	.content_center_top, 
	.content_center_bottom 
	{
		margin: 0px auto;
		width: 960px;
		height: 6px;
		font-size: 0px;
		line-height: 0px;
		
	}
	
	.content_center_top {
		
		background: url("http://static.medforum.pl/edukacjamedyczna/content_center_top_bg-trans.png") no-repeat top;
		
	}
	.content_center_bottom{
		
		background: url("http://static.medforum.pl/edukacjamedyczna/content_center_bottom_bg-trans.png") no-repeat top;
	}
	
	
	
	.content_main_left_col {
		padding:1px;
		padding-right: 0px;
		width: 626px;
		overflow: hidden;
		float: left;	
		
	}
	
		.content_main_left_col .box_top {
			padding: 20px 27px 20px 27px;
			background: url("http://static.medforum.pl/edukacjamedyczna/content_main_left_col_box_top_bg.jpg") repeat-y right;
		}
		
		.content_main_left_col .box_bottom {
			border-top: 1px solid #D5D4C2;
		}
			
			.content_main_left_col .box_bottom .box_bottom_flash {
				height: 203px;
				width: 205px;
				text-align: right;
				float: right;
				position: relative;
			}
			
			.content_main_left_col .box_bottom .box_bottom_flash a {
				display: block;
				cursor: pointer;
				position: absolute;
				top:8px;
				left:8px;
				z-index: 10;
				width: 188px;
				height: 188px;
				background: url("http://static.medforum.pl/edukacjamedyczna/miejsce.gif");
				
				
			}
	
	.content_main_right_col {
		padding: 1px;
		width: 331px;
		overflow: hidden;
		float: right;
	}
	
		.content_main_right_col .box_separator {
			height: 0px;
			line-height: 0px;
			border-top: 1px solid #D5D4C2;
			border-bottom: 1px solid #F4F3EE;
		}
		
		.box_content {
			padding: 20px 25px 20px 25px;
		}
		
		.box_ad , .box_sponsor{
			width: 300px;
			text-align: center;
			overflow: hidden;
			
		}
		
		#box_ad {
			position: relative;
			left: -10px;
			width: 300px;
			height: 250px;
		}
		
		#box_ad div {
			position: absolute;
			width: 300px;
			height: 250px;
			top:0px;
			left:0px;
		}
		
		#box_ad a {
			position: absolute;
			width: 300px;
			height: 250px;
			top:0px;
			left:0px;
			z-index: 10;
			background: url("http://static.medforum.pl/edukacjamedyczna/miejsce.gif");
		}
		
		
		.content_bottom {
			margin: auto;
			width: 960px;
		}
		
		.content_bottom h1 {
			padding-bottom: 20px;
		}
		
			.content_bottom_left_col{
				width: 602px;
				padding: 10px 0px 25px 25px;
				/*
				padding:25px;
				padding-top: 0px;
				padding-right: 0px;
				*/
				float: left;
				
			}
			
				.content_bottom_left_col_field {
					width: 276px;
					padding-right: 25px;
					padding-top:5px;
					padding-bottom: 5px;
					float: left;
					
				}
		
			.content_bottom_right_col {
				padding: 10px 0px 25px 20px;
				/*
				padding-left: 20px;
				padding-top: 25px;
				padding-bottom: 25px;
				*/
				width: 311px;
				float: right;
			}
				
				
				
				
				
	#content_left_left_col, #content_right_right_col {
		padding-left: 27px;
		padding-right: 27px;
		padding-top: 20px;
		padding-bottom: 60px;
		width: 573px;
		overflow: hidden;
		
		float: left;	
	}
	
	#content_right_right_col  {
		float: right;
	}
	
	#content_left_right_col, #content_right_left_col {
		padding: 1px;
		width: 331px;
		overflow: hidden;
		float: right;
	}
	
	 #content_right_left_col {
		float: left;
	 }
	
	
		
/*
	#content_right_left_col {	
		width: 331px;
	}
	
	#content_right_right_col {
		width: 573px;
	}
	*/			
/*CONTENT - end*/

/*CONTENT_BOTTOM*/
.content_bottom_container {
	width: 100%;
	height: auto !important;
	height: 200px;
	min-height: 200px;
	background: #E9E7DB;
}
/*CONTENT_BOTTOM - end*/

/*FOOTER1_MENU_CONTAINER*/
/*
.footer1_menu_container {
	width: 100%;
	height: 47px;
	overflow: hidden;
	background: #737260 url("http://static.medforum.pl/edukacjamedyczna/footer1_menu_container_bg.jpg") repeat-x;
}

	.footer1_menu_container table {
		margin: auto;
		width: 960px;
		table-layout: auto;
		border-collapse: collapse;
		font-family: Trebuchet MS, sans-serif;
		font-weight: bold;
		font-size:13px;
	}
	
	.footer1_menu_container table  td{
		height: 47px;
		text-align: center;
		vertical-align: middle;
		overflow:hidden;
	}
	
	.footer1_menu_container table  td.on {
		background: url("http://static.medforum.pl/edukacjamedyczna/footer1_menu/menu_on_bg.jpg") repeat-x;
	}
	
	.footer1_menu_container table  td.on a {
		display: block;
		width:100%;
		height: 47px;
		line-height: 47px;
		color: #737260;
	}
	
	.footer1_menu_container table  td.off {
		background: url("http://static.medforum.pl/edukacjamedyczna/footer1_menu/menu_off_bg.jpg") repeat-x;
	}
	
	.footer1_menu_container table  td.off a {
		display: block;
		width:100%;
		height: 47px;
		line-height: 47px;
		color: #FFFFFF;
	}
	
	.footer1_menu_container table  td.separator_on {
		width:2px;
		padding:0px;
		background: url("http://static.medforum.pl/edukacjamedyczna/footer1_menu/menu_separator_on.jpg") no-repeat;
	}
	
	.footer1_menu_container table  td.separator_off {
		width:2px;
		padding:0px;
		background: url("http://static.medforum.pl/edukacjamedyczna/footer1_menu/menu_separator_off.jpg") no-repeat;
	}
*/
/*FOOTER1_MENU_CONTAINER- end*/

/*FOOTER1_CONTAINER*/
.footer1_container {
	width: 100%;
	height: auto !important;
	height: 200px;
	min-height: 200px;
	border-bottom: 1px solid #D5D3C4;
	background: #E8E5DE;
}

	#footer1 {
		margin: auto;
		width: 960px;
		padding-bottom: 25px;
	}
	
	
		.footer1_news {
			margin-top: 25px;
			width: 313px;
			float: left;
			
		}
		
		.footer1_articles {
			margin-top: 25px;
			width: 313px;
			float: left;
			
		}
			.footer1_list {
				margin: 0px;
				padding: 0px;
				width: 280px;
				list-style: none;
				background: url("http://static.medforum.pl/edukacjamedyczna/separator_bg.jpg") repeat-x top;
			}
			
			.footer1_list li.main{
				display: block;
				width: 280px;
				padding-top: 8px;
				padding-bottom: 2px;
				
				float:left;
			}
			
			.footer1_list li.main a {
				display: block;
				padding-left: 28px;
				font-weight: bold;
				background: url("http://static.medforum.pl/edukacjamedyczna/list_item_note.jpg") no-repeat 10px 3px;
			}
			
			.footer1_list li.sub {
				display: block;
				width: 280px;
				padding-bottom: 8px;
				background: url("http://static.medforum.pl/edukacjamedyczna/separator_bg.jpg") repeat-x bottom;
				
				float:left;
			}
			
			.footer1_list li.sub a {
				display: block;
				font-size: 10px;
				padding-left: 28px;
				
			}
			
		.footer1_calendar {
			margin-top: 25px;
			width: 303px;
			float: right;
		}

/*FOOTER1_CONTAINER- end*/

/*FOOTER2_CONTAINER*/
.footer2_container {
	width: 100%;
	height: auto !important;
	height: 56px;
	min-height: 56px;
	border-top: 1px solid #FFFFFF;
	background: #F0EEE1;
}

	#footer2 {
		padding-top: 20px;
		margin:auto;
		width:960px;
	}
	
	#footer2 ul {
		margin: 0px;
		padding: 0px;
		width: 960px;
		list-style: none;

		float: left;
	}
		
		#footer2  ul li {
			display: block;
			height: 16px;
			line-height: 16px;
			padding-left: 4px;
			padding-right: 4px;
			

		}
/*FOOTER2_CONTAINER- end*/



/*TABELKI*/
table.tab  {
	width:100%;
	margin: 0px;
	font-size: 12px;
	font-family: Trebuchet MS, sans-serif;
	table-layout: fixed;
	border-collapse: collapse;
	
}
	
tr.first_row td {
	padding: 0px;
	border: none;
}

td {
	margin: 0px;
	padding: 0px;
	overflow-x: none;
	vertical-align: top;
}

tr.test_list th {
	text-align:center;
	vertical-align: middle;
	border: 1px solid #EBE9E2;
	background: #EBE9E2;
	padding:8px 5px 8px 5px;
}

tr.test_list td {
	text-align:center;
	vertical-align: middle;
	border: 1px solid #EBE9E2;
	padding:8px 5px 8px 5px;
}

tr.test_list td span {
    color:#ccc;
}

/*TABELKI*/
/*FORMS*/
td.field {
	padding: 5px;
}

td.field_right {
	padding: 5px;	
	padding-right: 15px;
	text-align: right;
}

.label, .label_right, .label_left {
	padding-top:10px;
	padding-right: 10px;
}

.label_right {
	text-align: right;
}

.label_left  {
	text-align:left;
}

.label_radio {
	padding:5px 17px 0px 0px;
}



.auth_input_container  {
	width: 170px;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	background:  url("http://static.medforum.pl/edukacjamedyczna/forms/auth_input.gif") no-repeat left 3px;
}






/*
.select_container_long  {
	width: 320px;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	background:  url("http://static.medforum.pl/edukacjamedyczna/forms/contact_input_long_bg.gif") no-repeat left 3px;
}

.select_container_long  {
	padding-top:10px;
	overflow: hidden;
}


.select_container_long  .select_outer_long {
	position: relative;
	width:313px;
	height: 15px;
	overflow: hidden;

}

.select_container_long  .select_outer_long select {
	display: block;
	position: absolute;
	top:-2px;
	left: -2px;
	width: 316px;
	height: 18px;
	line-height: 18px;
	border: 0px;
}
*/






.radio_container_woman, .radio_container_man {
		padding:6px;
		padding-left: 20px;
		width:20px;
		text-align:right;
		background: url("http://static.medforum.pl/edukacjamedyczna/woman.gif") no-repeat 3px 5px;
		
}

.radio_container_man {
	background: url("http://static.medforum.pl/edukacjamedyczna/man.gif") no-repeat 3px 5px;
}

.buttons_container {
	letter-spacing: 10px;
}

.check_container {
		padding:6px;
		width:20px;
}




/*FORMS*/

/*TABLES*/

table.tab_main tr td {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	vertical-align: top;
	
	overflow: hidden;
	
}

table.tab_main tr td.center {
	text-align: center;
}

table.tab_main tr td.top {
	vertical-align: top;
}

table.tab_main tr td.middle {
	vertical-align: middle;
}
table.tab_main tr td.padding {
	padding-right:20px;
}
/*TABLES - emd*/

.green_box_date {
	width: 58px;
	height: 18px;
	line-height: 16px;
	color: #F7F8F2;
	font-size: 10px;
	text-align: center;
	background: url("http://static.medforum.pl/edukacjamedyczna/green_box_date.jpg") no-repeat left top;
}



/*FORMS*/
.float_wrapper {
	height: auto !important;
	height: 0px;
	min-height: 0px;
	
	overflow: hidden !important;
	overflow: none;
}

.form_row, .float_container {
	height: auto !important;
	height: 1%;
	overflow:hidden;
	clear: both;	
}

input, textarea, select {
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #7B7B7B; 
}

#content {
	overflow: hidden;
}

 

#content_wrapper  .form_label {
	width: 120px;
	padding-top: 8px;
	padding-left: 20px;
	padding-right:10px;
	float: left;
}

#content_wrapper .form_input {
	width: 210px;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	background:  url("http://static.medforum.pl/edukacjamedyczna/forms/contact_input_bg.gif") no-repeat left 3px;
	float: left;
}

#content_wrapper  .form_input input{
	display: block;
	width:200px;
	border: 0px;
}

#content_wrapper  .form_textarea {
	width: 325px;
	height:130px;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	background:  url("http://static.medforum.pl/edukacjamedyczna/forms/contact_textarea_bg.gif") no-repeat left 3px;
	float: left;
}

#content_wrapper  .form_textarea textarea{
	display: block;
	width:325px;
	height: 115px;
	border: 0px;
}

#content_wrapper .form_button {
	width: 220px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 10px;
	float: left;
}

#content_wrapper .form_info{
	width: 220px;
	padding-bottom: 5px;
	color: red;
	line-height: 12px;
	/*
	float: left;
	*/
}

#content_wrapper .form_gender_radio_woman, #content_wrapper .form_gender_radio_man {
			padding:6px;
			padding-left: 15px;
			width:25px;
			text-align:center;
			background: url("http://static.medforum.pl/edukacjamedyczna/woman.gif") no-repeat left 5px;
			float:left;	
}

#content_wrapper .form_radio {
			padding:6px;
			width:20px;
			text-align:center;
			float:left;	
}

#content_wrapper .form_radio_text {
			padding:7px;
			padding-left: 0px;
			float:left;	
}

#content_wrapper .form_check {
			padding:6px;
			width:20px;
			text-align:center;
			float:left;	
}

#content_wrapper .form_check_text {
			padding:7px;
			padding-left: 0px;
			float:left;	
}



#content_wrapper .form_gender_radio_man {
			background: url("http://static.medforum.pl/edukacjamedyczna/man.gif") no-repeat left 5px;
}

#content_wrapper .form_gender_text{
			padding:7px;
			padding-left:0px;
			float:left;
		}
		
		
#content_wrapper .form_gender_text {
	padding-right:30px;
	padding-bottom: 5px;
	line-height: 12px;
	float: left;
}





#auth_form  .form_label {
	width: 60px;
	padding-top: 8px;
	padding-right:10px;
	text-align: right;
	float: left;
}

#auth_form  .form_input {
	width: 210px;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	background:  url("http://static.medforum.pl/edukacjamedyczna/forms/auth_input_bg.jpg") no-repeat left 3px;
	float: left;
}

#auth_form  .form_input input{
	display: block;
	width:200px;
	border: 0px;
}

#auth_form  .form_button {
	width: 200px;
	padding-left: 10px;
	padding-top:3px;

	float: left;
}

#auth_form .form_links {
	width: 195px;
	padding:5px;
	padding-left:10px;
	float: left;
}

#auth_form .form_info {
	width: 265px;
	padding:5px;
	padding-left: 30px;
	float: left;
}



#search_form  .form_input, #code_form  .form_input  {
	width: 180px;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	background:  url("http://static.medforum.pl/edukacjamedyczna/forms/search_input_bg2.jpg") no-repeat left 3px;
	padding-top:7px;
	float: left;
}

#search_form  .form_input input,  #code_form  .form_input input {
	display: block;
	width:180px;
	border: 0px;
}

#search_form  .form_button,  #code_form  .form_button {
	width: 65px;
	padding-left: 10px;
	padding-top:3px;

	float: left;
}

#search_form .form_info,  #code_form  .form_info {
	width: 250px;
	padding:5px;
	float: left;
}


#newsletter_form .form_label {
	padding-left:70px;
}


/*FORMS - end*/


.edu_council_photo {
	width: 97px;
	height: 97px;
	overflow:hidden;
	border: 1px solid #DAD6C9;
	float: left;
}

.edu_council_sep {
	width: 30px;
	height: 30px;
	float: left;

}

.edu_council_text{
	width: 155px;
	padding-left: 15px;
	float: left;	
	overflow: hidden;

}


/*LIST*/
ul.list_arrow {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	list-style: none;
	background: url("http://static.medforum.pl/edukacjamedyczna/separator_bg.jpg") repeat-x top;
}

ul.list_arrow  li{
	display: block;
	margin:0px;
	padding: 0px;
	height: auto !important;
	height: 0px;
	min-height: 0px;
	background: url("http://static.medforum.pl/edukacjamedyczna/separator_bg.jpg") repeat-x bottom;
}


ul.list_arrow li span {
	display: block;
	margin: 0px;
	padding: 10px 0px 10px 30px;
	background: url("http://static.medforum.pl/edukacjamedyczna/list_item_arrow.gif") no-repeat 10px 14px ;
}


ul.list_arrow2 {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	list-style: none;
}

ul.list_arrow2  li {
	display: block;
	height: auto !important;
	height: 18px;
	min-height: 18px;
	line-height: 18px;
	padding-left: 30px;
	background: url("http://static.medforum.pl/edukacjamedyczna/list_item_arrow.gif") no-repeat 10px 5px;
}

ul.list_arrow3 {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	list-style: none;
}

ul.list_arrow3  li {
	display: block;
	height: auto !important;
	height: 18px;
	min-height: 18px;
	line-height: 18px;
	padding-left: 25px;
	background: url("http://static.medforum.pl/edukacjamedyczna/link_arrow_bg.gif") no-repeat 10px 5px;
}
				
/*LIST -end*/


.add_date, .add_date2 {
	height: 23px;
	line-height: 23px;
	width:300px;
	padding-left: 33px;
	color: #BABABA;
	font-size: 10px;
	background: url("http://static.medforum.pl/edukacjamedyczna/icons/time_color.gif") no-repeat left center;
	overflow:hidden;	
}

.add_date2 {
	height: 18px;
	line-height: 18px;
	padding: 0px;
	background: none;
}



.toolbar_item {
	width: 28px;
	height:23px;
	padding-left:3px;
	padding-right: 3px;
}

	.news_img_tags {
		margin-right: 20px;
		margin-bottom: 10px;
		width: 150px;
		overflow: hidden;
		border: 1px solid #E9E9E9;
		float: left;
		
	}
		.news_img {
			display: block;
			margin: auto;
			margin-top:10px;
			margin-bottom: 10px;
		}
		
		.news_tags {
			border-top: 1px solid #E9E9E9;
			padding:10px;
		}
		
	.news_content {
	}
	
	.news_info {
		padding: 20px;
		float: right;
		color: #BABABA;
	}
	
	
	
	
/*SLIDER*/
.slider_wrapper {
	height: 37px;
	background: url("http://static.medforum.pl/edukacjamedyczna/slider/slider_bg.jpg") repeat-x;
	overflow: hidden;
}

.slider_wrapper .slider_check_off, .slider_wrapper .slider_check_on  {
	width:40px;
	height: 37px;
	background: url("http://static.medforum.pl/edukacjamedyczna/slider/check_off.gif") no-repeat center;
	float: left;
}

.slider_wrapper .slider_check_on {
	background: url("http://static.medforum.pl/edukacjamedyczna/slider/check_on.gif") no-repeat center;
}


.slider_wrapper .slider_text {
	padding-left:10px;
	height:17px;
	line-height: 17px;
	padding-top:10px;
	padding-bottom: 10px;
	float: left;
}

.slider_wrapper .slider_radio {
	height:17px;
	line-height: 17px;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left:10px;
	width: 37px;
	float: left;
}



.slider_wrapper .slider_toggler_down, .slider_wrapper .slider_toggler_up {
	width:40px;
	height: 37px;
	background: url("http://static.medforum.pl/edukacjamedyczna/slider/down.gif") no-repeat center;
	float: right;
}

.slider_wrapper .slider_toggler_up {
	background: url("http://static.medforum.pl/edukacjamedyczna/slider/up.gif") no-repeat center;
}


.news_list p {
	padding-top: 3px;
	padding-bottom: 3px;
}
/*SLIDER*/		
		
		
		
/*PAGINATION*/
p.per_page {
	margin: 0px;
	width: 18px;
	height: 18px;
	
	background: url("../images/backgrounds/per_page_bg.jpg") no-repeat center;
}

p.per_page a {
	display: block;
	width: 18px;
	height: 18px;
	line-height: 17px;
	font-size: 9px;
	text-align: center;
	text-decoration: none
}

p.per_page  a:hover {
	color: #2196DC;
	text-decoration: none;
}

p.offset {
	margin: 0px;
	width: 18px;
	height: 18px;
	
	background: url("http://static.medforum.pl/edukacjamedyczna/pagination/offset_bg.gif") no-repeat center;
}

p.offset a, p.offset span {
	display: block;
	width: 18px;
	height: 18px;
	line-height: 17px;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	
}

p.offset span {
	cursor: pointer;
	color: #737260;/*aktywny*/
}

p.offset a {
	color: #FFFFFF;
}

p.offset a:hover {
	text-decoration: none;
}

p.offset a:hover {
	text-decoration: none;
}

p.first {
	background: url("http://static.medforum.pl/edukacjamedyczna/pagination/gif.jpg") no-repeat center;
}

p.prev {
	background: url("http://static.medforum.pl/edukacjamedyczna/pagination/prev.gif") no-repeat center;
}

p.next {
	background: url("http://static.medforum.pl/edukacjamedyczna/pagination/next.gif") no-repeat center;
}
p.last {
	background: url("http://static.medforum.pl/edukacjamedyczna/pagination/last.gif") no-repeat center;
}

p.offset a:hover {
	text-decoration: none;
}
/*PAGINATION - end*/


/*QUIZ*/

		.form_quiz_radio {
			cursor: pointer;
			padding-top:5px;
			padding-left:10px;
			width:20px;
			text-align:center;
		}
		
		
		.form_quiz_text {
			padding:5px;
		}
		
		.form_quiz_text label {
			cursor:pointer;
		}
		
		.form_quiz_buttons {
			letter-spacing: 10px;
			width: 300px;
		}
		
		
		
		
		.quiz_question_good, .quiz_question_bad  {
			height: auto !important;
			height: 31px;
			min-height: 31px;
			padding-top:12px;
			padding-right: 40px;
			font-weight: bold;
			background: url("http://static.medforum.pl/edukacjamedyczna/quiz/good_emot.jpg") no-repeat right 6px;
			
			
		}
		
		.quiz_question_bad  {
			background: url("http://static.medforum.pl/edukacjamedyczna/quiz/bad_emot.jpg") no-repeat right 6px;
		}
		
		.quiz_answer_good, .quiz_answer_bad {
			height: 17px;
			width:17px;
			
			background: url("http://static.medforum.pl/edukacjamedyczna/quiz/good.gif") no-repeat right center;
			
		}
		
		.quiz_answer_bad {
			background: url("http://static.medforum.pl/edukacjamedyczna/quiz/bad.gif") no-repeat right center;
		}
		
		.quiz_text {
			height: 17px;
			line-height:17px;
			padding-left: 10px;
		
			
		}

/*QUIZ*/

/*CALENDAR*/
.calendar_wrapper {
	width:270px;
	padding-top:43px;
	background: #DAD4C8 url("http://static.medforum.pl/edukacjamedyczna/calendar/calendar_bg.jpg") no-repeat left top;
}

.calendar_container {
	border:1px solid #CECBC2;
	border-top:none;
	padding-top:5px;
	padding-bottom:10px;
}
		
		
table.calendar_tab {

	width:224px;
	margin: auto;
	table-layout: fixed;
	border-collapse: collapse;
}

table.calendar_tab td {
	color: #7B7B7B;
	padding:2px 0px 2px 0px;
}

table.calendar_tab td a{
	color: #FFFFFF;
}

table.calendar_tab td div{
	margin: auto;
	width:18px;
	height: 18px;
	color: #757261;
	text-align: center;
	line-height: 17px;
	font-size:11px;
}

table.calendar_tab td div.day_normal {
	border: 1px solid #C3C3C3;
	background: #FFFFFF;
	color: #7F7F7F;
}

table.calendar_tab td div.day_normal a {
	color: #7F7F7F;
}

table.calendar_tab td div.day_active, table.calendar_tab td div.day_current  {
	border: 1px solid #C3C3C3;
	background:#96AF2F;
	color: #FFFFFF;
}

table.calendar_tab td div.day_current {
	background:#EAAF13;
}


table.calendar_tab td div.day_week {
	background:#737260;
	border: 1px solid #737260;
	color: #FFFFFF;
}


/*CALENDAR*/

.step_one, .step_two, .step_three {
	height: 47px;
	line-height: 47px;
	padding-left:70px;
	margin-bottom: 20px;
	
	color:#707072;
	font-size: 18px;
	font-weight: normal;
	
	background: url("http://static.medforum.pl/edukacjamedyczna/one.jpg") no-repeat left center;
}

.step_two{	
	background: url("http://static.medforum.pl/edukacjamedyczna/two.jpg") no-repeat left center;
}

.step_three{	
	background: url("http://static.medforum.pl/edukacjamedyczna/three.jpg") no-repeat left center;
}




/*FOOTER1_MENU_CONTAINER*/
		.footer1_menu_container {
			width: 100%;
			height: 47px;
			overflow: hidden;
			background: #737260 url("http://static.medforum.pl/edukacjamedyczna/footer1_menu/menu_off_bg.jpg") repeat-x;
		}

			.footer1_menu_container table {
				margin: auto;
				width: 960px;
				table-layout: auto;
				border-collapse: collapse;
			}
			
			.footer1_menu_container table  td{
				padding:0px;
				height: 47px;
				overflow: hidden;
				text-align: center;
			}
			
			.footer1_menu_container table  td.on {
				background: url("http://static.medforum.pl/edukacjamedyczna/footer1_menu/menu_on_bg.jpg") repeat-x;
			}
			
			
			.footer1_menu_container table  td.off {
				background: url("http://static.medforum.pl/edukacjamedyczna/footer1_menu/menu_off_bg.jpg") repeat-x;
			}
		
		
		
			.footer1_menu_container table  td.separator_on {
				width:2px;
				overflow: hidden;
				background: url("http://static.medforum.pl/edukacjamedyczna/footer1_menu/menu_separator_on.jpg") no-repeat right top;
			}
			
			.footer1_menu_container table  td.separator_off {
				width:2px;
				overflow: hidden;
				background: url("http://static.medforum.pl/edukacjamedyczna/footer1_menu/menu_separator_off.jpg") no-repeat right top;
			}

/*FOOTER1_MENU_CONTAINER- end*/

.content_loader {
	padding:60px;
	text-align: center;
	vertical-align: center;

}


.pagination_container {
	padding:5px;
}


/*STEPS*/
.steps_header {
	font-size: 13px;
	font-weight: bold;
}

.steps_intro {margin:10px 0px 20px 0px; padding: 10px; font-size: 14px; background: #97B02E; color: #FFFFFF; text-align: center;}

	.steps_intro a {font-weight: bold; color: #FFFFFF;}

.steps_text {
	padding: 3px 0px 15px 0px;
}

.dynamic_content {
	width: 100%;
	overflow: hidden;
}


/*COMMENTS*/
.comment {
	padding-bottom: 20px;
}


.comment_avatar {
	width: 85px;
	padding:9px 10px 0px 0px; 
	height: auto !important;
	text-align: right;
	float: left;
}

.comment_content_outer {
	
	width: 474px;
	background: url("http://static.medforum.pl/edukacjamedyczna/comments/middle.jpg") repeat-y;
	
	float: left;
	
}


.comment_content_inner {
	background: url("http://static.medforum.pl/edukacjamedyczna/comments/top.jpg") no-repeat top;
}

.comment_content {
	padding: 7px 10px 5px 15px;
	width: 449px;
	height: auto !important;
	height: 40px;
	min-height: 40px;
	background: url("http://static.medforum.pl/edukacjamedyczna/comments/bottom.jpg") no-repeat bottom;
}

.comment_text {
	overflow-x: hidden;
	width: 447px;
	padding: 1px;
	
}


	.test_buttons a, .test_buttons span {display: block; float: left; }
	
	.test_buttons span {padding: 8px 20px 8px 20px;}

a.blue_link {
	color: #0000ff;
}


#test_form #comments_block, #comments_slider #comments_block{
    float:left;
    width:575px;
}

.reload_button {
    padding-left: 5px;
}