/*GENERAL SETTINGS*/
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	line-height: 16px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #7B7B7B;
}

table, h1, h2, h3, h4, h5, h6, p, div, form {
	margin: 0px;
	padding: 0px;
}


img {
	border: none;
}
	
* {
	overflow-x: hidden;
}	
	
*:focus {
	outline: none;
}

.push {

	clear: both;   
	height: 0px;
}

.left {
	float: left;
}
	
.right {
	float: right;
}

.info {
	padding: 10px;
	padding-left:0px;
}
	
.error {
	color: crimson;
}

.text10 {
	font-size: 10px;
}

.text9 {
	font-size: 9px;
}


a {
	color: #7B7B7B;
	text-decoration: none;
}

.link {
	cursor: pointer;
}

.link:hover {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a.title {
	font-size: 12px;
	font-weight: bold;
	color: #59595B;
}

a.more {
	display: block;
	height: 16px;
	line-height: 14px;
	padding-left: 23px;
	color:#1F438D;
	background: url("http://static.medforum.pl/ptp/images/backgrounds/more_bg.jpg") no-repeat left top;
}

.header1 {
	color: #396491;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
}

.header2 {
	color: #59595B;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0px 5px 0px;
}

/*GENERAL SETTINGS - end*/

/*PAGE CONTAINER*/
#page_container {
	margin: auto;
	width: 998px;
}
/*PAGE CONTAINER - end*/

/*TOP*/		
	#top1 {
		position: relative;
		width: 690px;
		height: 100px;
		

		
		background: #FFFFFF url("http://static.medforum.pl/ptp/images/logo_print.jpg") no-repeat 20px center;
		overflow: hidden;
		float: left;
	}
	
	#top1 a {
		display: block;
		position: absolute;
		top: 20px;
		width: 450px;
		height: 90px;
	}
	
	#top2 {
		position: relative;
		width: 308px;
		height: 100px;
		
		/*background: #14407D url("http://static.medforum.pl/ptp/images/moje_ptp.jpg") no-repeat left top;*/
		overflow: hidden;
		float: right;
	}
	
		#top2 a {
			color: #FFFFFF;
		}
	
	#top3 {
		height: 57px;
		padding:0px;
		background: #19529F url("http://static.medforum.pl/ptp/images/backgrounds/top3_bg.jpg") repeat-x;
		overflow: hidden;
		padding-left: 5px;
		white-space: nowrap;
	
		clear: both;
	}
		
		
		#top3_menu {
			margin: 0px;
			padding: 0px;
			padding-left:6px;
			list-style:none;
			
			float: left;
		}
	
		#top3_menu li {
			height: 57px;
			display: block;
			float: left;
		}
		
		
	#top4 {
		height: 16px;
		padding-top:8px;
		padding-bottom: 8px;
		padding-left:25px;
		background: #14407D url("http://static.medforum.pl/ptp/images/backgrounds/top4_bg.jpg") repeat-x;
		color: #BBBCC0;
	}
	
	#top4 a {
		color: #BBBCC0;	
	}
	
/*TOP - end*/

/*CONTENT*/
#content  {
	width: 998px;
	border-bottom: 1px solid #DEDEDE;
	background: url("http://static.medforum.pl/ptp/images/backgrounds/content_bg.jpg") repeat-y;
}

.content {
	background: #FFFFFF;
}


	.content_left {
		position: relative;
		width: 250px;
		
		float: left;
	}
	
		#menu_left_container {
			position: relative;
			background: #19529F;
			padding-top: 11px;
			padding-bottom: 18px;
		}

		#menu_left_container ul  {
			margin: 0px;
			padding:0px;
			border-top: 1px solid #FFFFFF;
			list-style: none;
		
		}
		
		#menu_left_container ul li {
			display: block;
	
			border-bottom: 1px solid #FFFFFF;
			padding-top:13px;
			padding-bottom: 13px;
			padding-left: 25px;
			padding-right: 20px;
			background: url("http://static.medforum.pl/ptp/images/backgrounds/menu_left_bg.jpg") no-repeat 220px center;
		
			color: #FFFFFF;
			font-weight: bold;
		}
		
		#menu_left_container ul li  a{
			display: block;
			height: 100%;
			width: 80%;
			color: #FFFFFF;
			font-weight: bold;
		}
		
	
	
		ul.left_menu_item_inner {
			position: relative;
			margin: 0px;
			padding: 0px;
			
			margin-left: 8px;
			list-style: none;
			
		}
		
		ul.left_menu_item_inner  li{
			
			/*
			list-style-image: url("http://static.medforum.pl/ptp/images/backgrounds/menu_left_bg.jpg");
			*/
			padding: 3px;
			color: #FFFFFF;
			/*
			display: block;
			*/
		}
		
		ul.left_menu_item_inner  li a{
			color: #FFFFFF;
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		.content_left_box {
			padding: 20px;
		}

		.content_left_box_spins {
			padding: 10px;
			height: auto !important;
			height: 30px;
			min-height: 30px;
			background: #DEDEDE url("http://static.medforum.pl/ptp/images/backgrounds/spins_bg.jpg") no-repeat left top;
		}
	
	.content_right {
		position: relative;
		width: 746px;
		height: auto !important;
		/*
		height: auto !important;
		height: 300px;
		min-height: 300px;
		*/
		padding-right: 1px;
		
		float: right;
	}
	
		.content_1_1 {
			background: url("http://static.medforum.pl/ptp/images/backgrounds/content_1_1.jpg") repeat-y;
		}

		.content_1_2 {
			background: url("http://static.medforum.pl/ptp/images/backgrounds/content_1_2.jpg") repeat-x;
		}

		.content_1_3 {
			background:  url("http://static.medforum.pl/ptp/images/backgrounds/content_1_3.jpg") no-repeat;
		}

		.content_1_4 {			
			padding-top: 20px;
			padding-bottom: 20px;
			height: auto !important;
			height: 150px;
			min-height: 150px;
			
			width: 744px;
		
			background: url("http://static.medforum.pl/ptp/images/backgrounds/content_1_4.jpg") repeat-x bottom;
		}
		
		.content_1_4_field {
			padding-top:6px;
			padding-bottom: 6px;
			padding-left:20px;
			padding-right: 20px;
			
			width: 200px;
	
			float: left;
		}

		.content_1_4_bluefield {
			padding: 2px 6px 3px 6px;
			background: #1F438D;
			color: #FFFFFF;
			
			float: left;
		}
		
		
		.content_2_1 {
			border-top: 1px solid #DEDEDE;
			
		}
		
		.content_2_2 {
			background: url("http://static.medforum.pl/ptp/images/backgrounds/content_2_2.jpg") repeat-y;
		}

		.content_2_3 {
			background: url("http://static.medforum.pl/ptp/images/backgrounds/content_2_3.jpg") repeat-x;
		}

		.content_2_4 {
			height: auto !important;
			height: 150px;
			min-height: 150px;
			width:746px;
			background: url("http://static.medforum.pl/ptp/images/backgrounds/content_2_4.jpg") no-repeat;
		
		}
		
		.content_2_4_field {
			padding:20px;
			width: 330px;
			
			float: left;
		}
		
		ul.publisher {	
			margin: 0px;
			padding:0px;
			width: 210px;
			list-style: none;
			float: left;
		}

		ul.publisher li {
			background: url("http://static.medforum.pl/ptp/images/backgrounds/list_item.gif") no-repeat 3px 6px;
			padding-left: 16px;
		}
		
		div.publisher {
			width: 100px;
			overflow:hidden;
			float: left;
		}
		
		
		.content_3_1 {
			border-top: 1px solid #DEDEDE;
			
		}
		
		.content_3_2 {
			height: auto !important;
			height: 150px;
			min-height: 150px;
			background: url("http://static.medforum.pl/ptp/images/backgrounds/content_2_3.jpg") repeat-x;
		}
		
		.content_3_2_field {
			padding: 20px;
		}
		
		table.partners {
			margin:auto;
			width: 100%;
		}

		table.partners td {
			text-align: center;
			vertical-align: middle;
		}

/*CONTENT - end*/

/*FOOTER*/
#footer {
	margin: auto;
	width: 958px;
	height: auto !important;
	height: 60px;
	min-height: 60px;	
}

	#footer ul.left, #footer ul.right  {
		margin: 0px;
		padding: 0px;
		padding-top:20px;
		width: 200x;
		list-style: none;

		float: left;
	}
	
	#footer ul.right {
		width: 758px;
		float: right;
	}
		
		#footer ul li {
			display: block;
			height: 16px;
			line-height: 16px;
			padding-left: 4px;
			padding-right: 4px;
		}

	
/*FOOTER - end*/


/*TABELKI*/
table.tab {
	width:100%;
	margin: 0px;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	table-layout: fixed;
	border-collapse: collapse;
	
}
	
tr.first_row td {
	padding: 0px;
	border: none;
}

td {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

/*TABELKI - end*/

#auth_tab {
	position: relative;
	top:40px;
	left: 20px;
}

#auth_tab  label {
	color: #FFFFFF;
}


.button {
	display: block;
	cursor: pointer;
	
	border: none;
	padding: 0px;
	width: 50px;
	height: 22px;
	line-height: 22px;
	background-color: #1B58A8;
	
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	color: #FFFFFF;	
	text-align: center;
}

.input {
	display: block;
	padding: 3px;
	border: 1px solid #B2B9C3;
	color: #7B7B7B;
}



/*PAGINATION*/
p.per_page {
	margin: 0px;
	width: 17px;
	height: 17px;
	
	background: url("../images/backgrounds/per_page_bg.jpg") no-repeat center;
}

p.per_page a {
	display: block;
	width: 17px;
	height: 17px;
	line-height: 16px;
	font-size: 9px;
	text-align: center;
	text-decoration: none
}

p.per_page  a:hover {
	color: #2196DC;
	text-decoration: none;
}

p.offset {
	margin: 0px;
	width: 17px;
	height: 17px;
	
	background: url("http://static.medforum.pl/ptp/images/pagination/offset_bg.jpg") no-repeat center;
}

p.offset a, p.offset span {
	display: block;
	width: 17px;
	height: 17px;
	line-height: 16px;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	
}

p.offset span {
	cursor: pointer;
	color: #A4A4A4;
}

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/ptp/images/pagination/first.jpg") no-repeat center;
}

p.prev {
	background: url("http://static.medforum.pl/ptp/images/pagination/prev.jpg") no-repeat center;
}

p.next {
	background: url("http://static.medforum.pl/ptp/images/pagination/next.jpg") no-repeat center;
}
p.last {
	background: url("http://static.medforum.pl/ptp/images/pagination/last.jpg") no-repeat center;
}

p.offset a:hover {
	text-decoration: none;
}
/*PAGINATION - end*/






/*FORMS*/
td.field {
	padding: 5px;
	vertical-align: top;
}

td.field_right {
	padding: 5px;
	vertical-align: top;
	
	padding-right: 15px;
	text-align: right;
}

input, select, textarea {
	color: #7F7F7F;
}

input.normal , select.normal, input.medium, select.medium, input.small, select.small {
	display: block;
	width: 350px;
	border: 1px solid  #1B58A8; 	
	font-size: 11px;
	font-family: Tahoma, sans-serif;
}

input.medium, select.medium {
	width: 200px;
}


input.small , select.small {
	width: 65px;
}

input.normal, input.medium, input.small {
	height: 15px;
}


textarea.normal, textarea.medium {
	display: block;
	width: 350px;
	height: 120px;
	border: 1px solid  #1B58A8; 	 
}

textarea.medium {
	width: 250px;
	height: 100px;
}

#left_menu_item_content {
	position:absolute;
	z-inde:10;
	border: 1px solid #FFFFFF;
	background: #19529F;
	padding: 20px;
}

/*FORMS - emd*/
/*
#toolbar {
}
*/
#toolbar .back_link {
	float: left;
	padding: 10px;
	font-weight: bold;
	font-size: 11px;
	color: #14407D;
	/*
	position: absolute;
	right:0px;
	top:0px;
	*/
}

#toolbar .back_link  a{
	color: #14407D;
}


#toolbar table {
	float: right;
	/*
	position: absolute;
	right:0px;
	top:0px;
	*/
}

#toolbar table tr td {
	padding: 4px;
	text-align:center;
	vertical-align:bottom;
}

.resize_text {
	margin-bottom: 20px;
}

.resize_text ul  {
		margin:10px;
		padding:0px;
		
}

.resize_text ul li {
	list-style: disc inside;
	padding-left: 20px;
}

.text_separator {
	border-bottom: 1px dashed #19529F;
	margin-bottom: 20px;
}
