* {
	margin: 0;
	padding: 0;
	/*width: 100%;*/	
}

body {
	font-family: Verdana,sans-serif;
	text-align: center;
	color: #000000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/* General Style Info */
a:link, a:visited {
	color: #003d4c;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img {
	width: auto;
	height: auto;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

h1 {
	color: #003d4c;
	margin: 0.3em 0;
	font-size: 180%;
}

h2 {
	color: #c6c65b;
	padding-top: 1em;
	margin: 0.3em 0;
	font-size: 180%;
}

h3 {
	color: #c6c65b;
	padding-top: 2em;
	font-size: 140%;
}

h4 {
	color: #c6c65b;
	padding-top: 0.5em;
	font-weight: normal;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

div.center {
	width: 100%;
	text-align: center;
}

em {
	font-size: 12px;
}

span.h11 {
	font-size: 11px;
}

span.h12 {
	font-size: 12px;
}

span.h13 {
	font-size: 13px;
}

span.h14 {
	font-size: 14px;
}

span.h15 {
	font-size: 15px;
}

span.bold,div.bold {
	font-weight: bold;
}

a.red:link,a.red:visited {
	color: #fe6600;
	text-decoration: underline;
}

a.red:hover {
	color: #fe6600;
	text-decoration: none;
}

a.red:link img,a.red:visited img {
	text-decoration: none;
}

div.article_content a:link,div.article_content a:visited {
	color: #e00a13;
	text-decoration: underline;
}

div.article_content a:hover {
	color: #e00a13;
	text-decoration: none;
}
a.black:link,a.black:visited {
	color: #000000;
	text-decoration: none;
}

a.black:hover {
	color: #fe6600;
	text-decoration: underline;
}

a.black:link img,a.black:visited img {
	text-decoration: underline;
}

/* ul, li {
margin: 0 12px;
}*/
div.article_content li {
	margin-left: 35px;
}

div.article_content a:link,div.article_content a:visited {
	color: #e00a13;
}

div.pagination {
	text-align: right;
	line-height: 20px;
}

div.pagination1 {
    text-align: right;
    line-height: 20px;
}

div.pagination em{
	font-style: normal;
	display: block;
	float: left;
	clear: none;
	margin-top: 4px;
    padding: 0px 3px;
	border: 1px solid #555;
	line-height: 16px;
	font-weight: normal;
}

.pagination_text {
	text-align: right;
	padding: 0px 0px 0 0;
	float: left;
	width: auto;
}

a.pagin:link,
a.pagin:visited {
	display: block;
	float: left;
    clear: none;
	padding: 3px;
	text-decoration: none;
	font-weight: normal;
	color: #FF801A;
}

a.pagin:hover{
	text-decoration: underline;
}

/* Layout */
#container {
	display: block;
	clear: both;
	text-align: left;
	width: 927px;
	padding: 0px;
	margin: 0px auto;
	border: none;
}

#header {
	width: 927px;
	height: 204px;
	background-image: url(../img/head_image.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}

#main {
	margin-top: 10px;
	padding: 0px 0px 4px 0px;
	width: 964px;
	display: block;
}

#leftmenu {
	float: left;
	display: block;
	width: 221px;
	overflow: hidden;
}

#rightmenu {
	display: block;
	width: 222px;
	padding: 0px;
	padding-right: 3px;
	float: left;
	padding-left: 15px;
}

#content,#content_admin{
	float: left;
	background-color: #fff;
	color: #666666;
	width: 451px;
	padding: 0px;
	padding-left: 15px;
}
#content_admin {
	width: 687px;
}
#content {

}
#footer {
	clear: both;
	display: block;
	text-align: right;
	width: 705px;
	padding: 10px 0px;
	margin: 0px;
	float: right;
}

/* tables */ /*
table {
width: 100%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color:#333;
background-color: #fff;
padding: 0;
margin: 0 0 2em 0;
white-space: normal;
}
th {
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: center;
padding:1px 4px;
}
table tr td {
border-right: 1px solid #ddd;
padding:4px 4px;
vertical-align:top;
text-align: center;
}
table tr.altRow td {
background: #f4f4f4;
}
table td.actions {
	white-space: nowrap;
}
#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

*/
	/* scaffold show */
div.related {
	display: block;
	clear: both;
	width: 100%;
}

dl {
	line-height: 2em;
	margin: 0em 1em;
	float: left;
	width: 400px;
}

dt {
	font-weight: bold;
	vertical-align: top;
}

dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* notices and errors */
#flashMessage,.error,.error_message {
	color: #e00a13;
	background-color: #fff;
	margin: 8px 0px;
}

.error_message {
	clear: both;
}

.error em {
	font-size: 18px;
	color: #003d4c;
}

.notice {
	color: #656565;
	font-size: 14px;
	background-color: #f4f4f4;
	padding: 0.5em;
	margin: 1em 0;
	display: block;
}

.tip {
	color: #656565;
	background-color: #ddd;
}

/* forms */
input {
	color: #003d4c;
}

form div.date {
	margin-left: 0em;
}

input[type=checkbox] {
	float: left;
	clear: left;
	font-size: 12px;
}

ul.checkboxMultiple input[type=checkbox] {
	margin: -1px 6px 7px 2px;
}

ul.checkboxMultiple li {
	display: block;
	height: 25px;;
}

Select {
	clear: both;
	vertical-align: text-bottom;
	font-size: 12px;
}

option {
	font-size: 14px;
	font-family: inherit;
	padding: 0 0.3em;
}

div.required {
	clear: both;
	color: #222;
	font-weight: bold;
}

div.optional {
	clear: both;
	color: #555;
}

div.optional_s {
    clear: both;
    color: #555; 
	padding-left: 10px;
	padding-right: 10px;
} 

div.submit {
	clear: both;
	margin-top: 40px;
	margin-left: 140px;
}

/* action links */
ul.actions {
	float: left;
	margin-left: 20px;
	width: 200px;
}

ul.actions li {
	margin-top: 4px;
}

pre {
	padding: 1em;
}

pre.cake_debug {
	background-color: #555555;
	color: #70B0FF;
}

ul.checkboxMultiple {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	clear: none;
}

ul.checkboxMultiple li {
	display: block;
	float: left;
	clear: left;
}

div.meta {
	display: block;
	clear: both;
	font-size: 11px;
	line-height: 17px;
}

/** Left menu */
/*
li.leftmenu_active,
li.leftmenu_unactive {
	width: 192px;
	border-right: 1px solid #e3e3e3;
	line-height: 13px;
	padding: 11px 14px;
	background-image: url(../img/left_menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
}*/

#leftmenu ul {
	border: 0px;
	border-bottom: 1px solid #d6d6d6;
	margin: 0px;
	padding: 0px;
		
}
#leftmenu ul,
#leftmenu li { 
	list-style-type: none;
}

li.leftmenu_active,
li.leftmenu_unactive {
	width: 221px;
	border-top: 0px;
	padding: 0px;
	margin: 0px;
	/*overflow: visible;*/
}
li.leftmenu_active {
	background-image: url(../img/left_menu_back-on.gif);
}

li.leftmenu_template2 {
	background: url(../img/bok1.png) right no-repeat;
	background-position: 208px 50%;
	background-color: #f0f0f0;
    border-top: 0px;
    padding: 9px 14px;
    margin: 2px 0px;
    /*overflow: visible;*/
}

li.leftmenu_active2 {
    background-image: url(../img/left_menu_back.png);
	background-position: bottom;
	background-repeat: repeat-x;
    background-color: #b4b4b3;
	border: 1px solid #ffffff;
	width: 191px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 8px;	
	padding-bottom: 8px;

}


li.leftmenu_template2 a:link,
li.leftmenu_template2 a:visited {
    color: #666666;
	display: block;
	text-decoration: none;
	font-weight: normal;
}

li.leftmenu_template2 a:hover {
    color: #666666;
    text-decoration: none;
	font-weight: bold;
}

li.leftmenu_active2 a:link,
li.leftmenu_active2 a:visited {
    color: #ffffff;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

li.leftmenu_active2 a:hover {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}


div.leftmenu_active_top {
	display: none;
}
li.leftmenu_active a:link,
li.leftmenu_active a:visited,
li.leftmenu_active a:hover,
li.leftmenu_unactive a:link,
li.leftmenu_unactive a:visited,
li.leftmenu_unactive a:hover {
	margin-top: -1px;	
	border: 1px solid #d6d6d6;	
	text-decoration: none;
	color: #666666;
	padding: 9px 14px;
	display: block;
	line-height: 14px;
	width: 191px;	
	background-image: url(../img/left_menu_back.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border: 1px solid #bdbdbd;
	margin-top: -1px;
}
li.leftmenu_unactive a:hover {
	background-image: url(../img/left_menu_back_chosen.gif);	
	background-color: #e3e3e3;
	border: 1px solid #bababa;
}
li.leftmenu_active a:link,
li.leftmenu_active a:visited,
li.leftmenu_active a:hover {
	background-image: url(../img/left_menu_back-on.gif);
	background-color: #b4b4b3;	
	border: 1px solid #bdbdbd;
	color: white;
	font-weight: bold;	
	border-bottom: 0px;
/**	border-top: 1px solid #ffffff; */
	margin-top: -1px;
	margin-right: -1px;
}

/** Top */
div#top_image {
	float: right;
	margin:0px;
	width:565px;
	height: 190px;	
}

div#top_logo {
	float: left;
	margin-top: 14px;
	width: 288px;
	height: 74px;	
}
div#top_logo_right {
	float: right;
	margin-top: 24px;
	width: 90px;
	height: 23px;	
}


#navi_bar {
	background-image: url(../img/navibar_back.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 917px;
	padding: 15px 5px 0px 0px;
	text-align: left;
	clear: both;
	font-size: 11px;
	color: black;
	background-color: white;
	margin: 0px;
}

#navi_bar a:link,
#navi_bar a:visited {
	color: black;
	text-decoration: underline;
}

#topmenu_0 {
	position: relative;
	float: left;
	line-height: 20px;
	vertical-align: top;
	font-size: 11px;
	text-align: left;
	padding-right: 0px;
	padding-top: 90px;
	color: #000000;
	font-family: Verdana,sans-serif;
	font-size: 11px;
}

#topmenu_0 a:link,
#topmenu_0 a:visited {
	color: #000000;
	text-decoration: none;
}

#topmenu_0 a:hover {
	color: #000000;
	text-decoration: underline;
}



a.orange_link:link,
a.orange_link:visited,
a.orange_link:hover {
	color: #fe6600;
	font-weight: normal;
	text-decoration: underline;
}
a.orange_link:hover {
	text-decoration: none;
}

a.orange_link_bold:link,
a.orange_link_bold:visited,
a.orange_link_bold:hover {
    color: #fe6600;
    font-weight: bold;
    text-decoration: none;
	
}
a.orange_link_bold:hover {
    text-decoration: underline;
}



.orange,
#topmenu_0 a.orange:link,
#topmenu_0 a.orange:visited {
	color: #fe6600;
	font-weight: bold;
	text-decoration: none;
}


/** Right panel */
/*
div.right_panel_big_title {
	font-size: 18px;
	color: #666666;
	margin: 15px 22px 5px 5px;
	width: 90%;
	display: block;
	float: right;
	text-align: right;
}
*/
div.left_panel_big_title,
div.right_panel_big_title,
div.big_blue_title {
	color: white;
	font-size: 14px;
	font-weight: normal;
	background: url(../img/bigTitleBack.gif) repeat-x top;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	height: 30px;
	
}

div.big_blue_title2 {
    color: white;
    font-size: 14px;
    font-weight: normal;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-right: 11px;
    padding-left: 11px;
    background: url(../img/bigTitleBack.gif) repeat-x bottom;
    line-height: 20px;
    background-color: #4D8CBE;
}

div.big_blue_title2 .date {
    display: block;
    float: right;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
}



div.right_panel_big_title,
div.big_blue_title,
div.left_panel_big_title {
	background-image: url(../img/bigTitleBack.gif);
	height: 33px;
	line-height: 30px;	
}
div.big_blue_title .date {
	float: right;
	font-size: 11px;
	font-weight: normal;
}

div.left_panel_big_title a:link,
div.left_panel_big_title a:visited,
div.left_panel_big_title a:hover {
	font-weight: normal;
	color: white;
	text-decoration: none;
}


.articleLightGray {
	background-color: #f2f2f2;
	text-align: right;
	height: 25px;
	padding-top: 2px;
	padding-bottom: 4px;
}
.articleLightGray .separator{
	line-height: 25px;
	height: 25px;
	float: left;
}

.articleLightGray a:link,
.articleLightGray a:visited,
.articleLightGray a:hover {
	padding: 0px 9px 0px 33px;
	background-position: 0px -2px;
	background-repeat: no-repeat;
	line-height: 25px;
	height: 25px;
	display: block;
	float: left;
	
	color: #ff801a;
	text-decoration: underline;
	font-weight: normal;
}

.articleLightGray a:hover {
	text-decoration: none;
}

.articleLightGray a#printArticle { background-image: url(../img/printArticle.gif)}
.articleLightGray a#rejestrZmianArticle { background-image: url(../img/rejestrZmianArticle.png)}
.articleLightGray a#editArticle { background-image: url(../img/editArticle.gif)}
.articleLightGray a#deleteArticle { background-image: url(../img/deleteArticle.gif)}
.articleLightGray a#listArticle { background-image: url(../img/listIcon.gif)}
.articleLightGray a#viewArticle { background-image: url(../img/viewIcon.gif)}
.articleLightGray a#viewCreator { background-image: url(../img/creatorIcon.gif)}
.articleLightGray a#newCategory { background-image: url(../img/plus.gif)}
.articleLightGray a#sortCathegory { background-image: url(../img/sortIcon.gif)}

.articleLightGray2 {
	background-color: #f2f2f2;
	padding: 4px 10px;
}

.cathegoryLinks1,
.cathegoryLinks {
	padding: 10px 20px 5px 0px ;
	display: block;
	float: left;
	clear: left;
}


.cathegoryLinks a:link,
.cathegoryLinks a:visited,
.cathegoryLinks a:hover {
	padding: 0px 9px 0px 33px;
	 background-position: 0px -2px;
	background-repeat: no-repeat;
	line-height: 25px;
	height: 25px;
	display: block;
	float: left;
	clear: none;	
	color: #ff801a;
	text-decoration: underline;
	font-weight: normal;
}

.cathegoryLinks1 a:link,
.cathegoryLinks1 a:visited,
.cathegoryLinks1 a:hover {
    padding: 0px 9px 0px 40px;
    background-position: 0px -2px;
    background-repeat: no-repeat;
    line-height: 25px;
    height: 25px;
    display: block;
    float: left;
	clear: none;
    color: #ff801a;  
    text-decoration: underline;
    font-weight: normal;
}

.cathegoryLinks1 a:hover {
    text-decoration: none;
}


.cathegoryLinks a:hover {
	text-decoration: none;
}

.cathegoryLinks a#newQuestion { background-image: url(../img/orangeQuestionMark.png)}
.cathegoryLinks a#addCathegory { background-image: url(../img/addCathegory.png)}
.cathegoryLinks1 a#addCathegory { background-image: url(../img/addCathegory.png)}
.cathegoryLinks a#cathegoryList { background-image: url(../img/listIcon.png)}
.cathegoryLinks a#deleteCathegory { background-image: url(../img/deleteArticle.png)}
.cathegoryLinks1 a#cathegoryView { background-image: url(../img/viewIcon.png)}
.cathegoryLinks a#articleList { background-image: url(../img/listIcon.png)}
.cathegoryLinks a#editArticle { background-image: url(../img/editArticle.png)}
.cathegoryLinks a#newCathegory { background-image: url(../img/plus.png)}
.cathegoryLinks1 a#sortCathegory { background-image: url(../img/sortIcon.gif)}
.cathegoryLinks a#editArticle { background-image: url(../img/editArticle.png)}



td.actions a {
	color: white;
	text-decoration: none;
}

input.orange_input {
    width: 68px;
	height: 22px;
    padding: 2px 0px 3px 0px;
    margin: 10px 7px 10px 0px;
    border: 0px;
    text-align: center;
    float: right; 
    clear: none;
    font-weight: bold;
    font-size: 11px;
    line-height: 12px;
    background-image: url(../img/rightButton.gif);
    overflow: hidden;
    text-decoration: none;
	color: #ffffff;
}

input.orange_input_width1 {
    width: 120px;
    height: 22px;
    padding: 2px 0px 3px 0px;
    margin: 10px 7px 10px 0px;
    border: 0px; 
    text-align: center;
    float: right; 
    clear: none;
    font-weight: bold;
    font-size: 11px;
    line-height: 12px;
    background-image: url(../img/wideButton.gif);
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
}

input.orange_input1 {
    width: 68px;
    height: 22px; 
    padding: 2px 0px 3px 0px;
    border: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    line-height: 12px;
    background-image: url(../img/rightButton.gif);
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
}   


.orange_button1 {
    width: 68px;
    height: 14px;
    padding: 5px 0px 3px 0px;
    margin: 10px 7px 10px 0px;
    border: 0px;
    text-align: center;
    float: right;
    clear: none;
    font-weight: bold;
    font-size: 11px;
    line-height: 12px;
    background-image: url(../img/rightButton.gif);
    overflow: hidden;
	text-decoration: none;
	color: #ffffff;
}

a.orange_button2 {
    width: 68px;
    height: 14px;
    padding: 5px 0px 3px 0px;
    border: 0px;
    text-align: center;
	display: block;
    font-weight: bold;
    font-size: 11px;
    line-height: 12px;
    background-image: url(../img/rightButton.gif);
    overflow: hidden;
    text-decoration: none;
	color: #ffffff;
}

a.orange_button2a {
    width: 68px;
    height: 14px;
    padding: 5px 0px 3px 0px;
    margin: 10px 7px 10px 0px;
    border: 0px;
    text-align: center;
    float: right;
    clear: none;
    font-weight: bold;
    font-size: 11px;
    line-height: 12px;
    background-image: url(../img/rightButton.gif);
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
}

a.orange_button_table {
    width: 68px;
    height: 14px;
    padding: 5px 0px 3px 0px;
    margin: 2px 0px 2px 0px;
    border: 0px;
    text-align: center;
	display: block;
    float: right;
    clear: right;
    font-weight: bold;
    font-size: 11px;
    line-height: 12px;
    background-image: url(../img/rightButton.gif);
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
}


.orange_button,
.right_panel_button {
	width: 68px;
	height: 17px;
	padding: 2px 0px 3px 0px;
	margin: 10px 7px 10px 0px;
	border: 0px;
	text-align: center;
	color: white;
	float: right;
	clear: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	background-image: url(../img/rightButton.gif);
	overflow: hidden;
}
.orange_button input,
input.right_panel_submit {
	padding: 0px 0px 3px 0px;
	width: 68px;
	height: 17px;
	border: 0px;
	text-align: center;
	color: white;
	float: right;
	clear: none;
	font-weight: bold;
	font-size: 11px;	
	font-family: inherit;
	background-color: transparent;
	
}
.orange_button1 input,
.orange_button_wide,
.orange_button_wide_center {
	width: 120px;
	height: 17px;
	padding: 2px 0px 3px 0px;
	margin: 10px 7px 10px 0px;
	border: 0px;
	text-align: center;
	color: white;
	float: right;
	clear: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	background-image: url(../img/wideButton.gif);
	overflow: hidden;
}
.orange_button_wide input,
.orange_button_wide_center input {
	width: 120px;
	height: 17px;
	border: 0px;
	text-align: center;
	color: white;
	float: right;
	clear: none;
	font-weight: bold;
	line-height: 15px;
	font-family: inherit;
	background-color: transparent;
}
.orange_button_wide_center {
	clear: both;
	margin: 23px auto 0;
	float: none;
}


a.orange_button_left:link,
a.orange_button_left:visited,
a.orange_button_left:hover,
a.orange_button_right:link,
a.orange_button_right:visited,
a.orange_button_right:hover {
	width: 68px;
	height: 17px;
	padding: 2px 0px 3px 0px;
	margin: 0px 0 10px 7px;
	border: 0px;
	text-align: center;
	color: white;
	float: left;
	clear: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	background-image: url(../img/rightButton.gif);
	overflow: hidden;
	text-decoration: none;
}
a.orange_button_right:link,
a.orange_button_right:visited,
a.orange_button_right:hover {
	float: right;
	margin: 10px 7px 10px 0;
}

.article_details a.orange_button_left:link,
.article_details a.orange_button_left:visited,
.article_details a.orange_button_left:hover {
	margin: 20px 7px 20px 0;	
}

input.right_panel_text {
	width: 185px;
	height: 17px;
	line-height: 17px;
	margin: 0px 11px;
	padding: 0 5px;
	background-color: white;
	border: 1px solid #dadada;
	display: inline;

	color: #424242;
}

a.right_panel_red:link,a.right_panel_red:visited,a.right_panel_remember_me:link,a.right_panel_remember_me:visited,a.right_panel_red_big:link,a.right_panel_red_big:visited
	{
	font-size: 11px;
	color: #fe6600;
	float: right;
	margin-right: 22px;
	margin-bottom: 4px;
	text-align: right;
	text-decoration: underline;
}
a.right_panel_link,
a.right_panel_link:visited {
	text-decoration: none;
	color: black;
	display: block;
	padding: 5px 10px;
	width: 165px;
}
a.right_panel_link:hover {
	text-decoration: underline;
	color: black;
}
a.right_panel_red:hover,a.right_panel_remember_me:hover,a.right_panel_red_big:hover
	{
	text-decoration: none;
}

a.right_panel_remember_me:link,a.right_panel_remember_me:visited {
	font-size: 12px;
	float: left;
	margin-top: 10px;
}

a.right_panel_red_big:link,a.right_panel_red_big:visited {
	font-size: 12px;
}

/* Right search */

img.search1 {
	position: relative;
	top: 8px;
	width: 25px;
	height: 25px;
}

div#right_search {
	display: block;
	background-image: url('../img/right_search_background.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 220px;
	padding-right: 15px;
	overflow: hidden;
	position: relative;
	padding: 10px 0;
	text-align: right;
	border-left: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
}

div#right_search1 {
    display: block;
    background-image: url('../img/right_search_background.gif');
    background-position: top left;
    background-repeat: no-repeat;
    width: 190px;
    padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
    text-align: left;
    border-left: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3;
	line-height: 18px;
}


div.right_search_checkbox {
	line-height: 20px;
	float: right;
	margin-right: 20px;
}

/* Right Login */
div#right_quest,div#right_subjects,div#right_closesubjects
	{
	display: block;
	background-image: url('../img/right_login.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 206px;
	float: right;
	color: #666666;
}
div#right_login{
	width: 220px;
	background-repeat: repeat-y;
	background-position: left;
	border-bottom: solid 1px #d9d9d9;
	border-left: solid 1px #d9d9d9;
	border-right: solid 1px #d9d9d9;
}

div.rightLoginInfo {
	margin: 0px 8px;
	padding: 12px 0px;
	padding-left: 24px;
	background-image: url(../img/login_info_back.png);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 11px;
	width: 180px;
}

div.right_login_titles {
	font-size: 11px;
	margin-left: 15px;
	clear: both;
	float: left;
	margin-top: 10px;
	width: 150px;
}
a.right_panel_bullet,
a.right_panel_bullet:visited,
a.right_panel_bullet:hover {
	width: 152px;
	line-height: 20px;
	padding: 0px 14px;
	margin-left: 8px;
	background-image: url(../img/left_menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	clear: both;
	display: block;
	text-decoration: none;
}
a.right_panel_bullet:hover {
	text-decoration: underline;
}
input.remember_me {
	clear: none;
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}

input.right_panel_login {
	background-image: url(../img/right_login_input_text.gif);
	width: 196px;
	height: 18px;
	line-height: 18px;
	border: 0px;
	padding: 3px;
	margin: 0px 0px 0px 15px;
	background-position: left top;
	background-repeat: no-repeat;
	display: inline;
	color: #003d4c;
}

input.right_panel_login1 {
    width: 295px;
    height: 12px;
    line-height: 18px;
    padding: 3px;
    margin: 0px 0px 0px 15px;
    color: #003d4c;
}  


/* Right questionarie */
div.right_panel_quest_radiobox {
	display: block;
	margin: 15px 0px 0px 15px;
	width: 90%;
	line-height: 25px;
}

div.right_panel_quest_radiobox input[type=radio] {
	margin-right: 5px;
}



/** Center <div id="footer_tothetop"><? echo $html->link($html->image('tothetop.jpg', array('alt' => 'ToTheTop')), "#top", null, null, false) ;
 * ?></div>content */
div.content_top_info {
	clear: both;
	width: 100%;
	text-align: left;
	color: #000000;
	font-size: 12px;
}

div.content_top_info1 {
    clear: both;
    width: 441px;
	height: 29px;
	padding-left: 10px;
    text-align: left;
    color: #ffffff;
    font-size: 12px;
	background: url(../img/bigTitleBack.gif) repeat-x ;
	background-color: #0669aa;
	font-weight: normal;
	padding-top: 6px;
	font-size: 16px;
}

div#nsbiptitle {
	display: block;
	float: left;
	clear: none;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	width: 441px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

div#nsbipabout {
	display: block;
    float: left;
    clear: none;
    color: #000000;
    font-weight: normal;
	margin-top: 10px;
	text-align: justify;
	width: 451px;
	padding-left: 0px;
    padding-right: 0px;
}

div#index_photo {
	display: block;
    float: left;
    clear: none;
	width: 451px;
    padding-left: 0px;
    padding-right: 0px;
	margin-top: 22px;	
}

div#new_tenders_index {
	display: block;
    float: left;
    clear: none;
    width: 451px;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	background-color: #f7f7f7;
	margin-top: 15px;
}

div.nt1 {
	display: block;
    float: left;
    clear: none;
	width: 205px;
	padding: 10px;
	line-height: 18px;
	font-size: 12px;
	text-align: justify;
}

span.nt1date {
	color: #8b8b8b;
}

span.content_top_title_bold {
	font-weight: bold;
	font-size: 20px;
}

.content_top_title {
	font-weight: normal;
	font-size: 16px;
	font-family: Verdana,sans-serif;
	color: #444444;
	padding: 10px 0 0px;
	display: block;
}
.padding10 {
	padding: 10px;
}

div.content_top_title_article {
	font-size: 18px;
	display: block;
	clear: none;
	float: left;
	width: 89%;
}

div.content_top_title_img {
	display: block;
	clear: none;
	float: right;
	width: 26px;
}

img.googlemap {
	border: 1px #000000 solid;
}

img.link {
	border: none;
}

div.content_mainpage_leftcolumn {
	width: 240px;
	margin-right: 20px;
	float: left;
	line-height: 19px;
}

div.content_mainpage_rightcolumn {
	width: 240px;
	float: left;
	line-height: 19px;
}

div.content_mainpage_leftcolumn a:link,div.content_mainpage_leftcolumn a:visited,div.content_mainpage_rightcolumn a:link,div.content_mainpage_rightcolumn a:visited,div.faq_quest_content a:link,div.faq_quest_content a:visited,div.faq_resp_content a:link,div.faq_resp_content a:visited
	{
	color: #e00a13;
	text-decoration: underline;
}

div.content_mainpage_leftcolumn a:hover,div.content_mainpage_rightcolumn a:hover,div.faq_quest_content a:hover,div.faq_resp_content a:hover
	{
	color: #e00a13;
	text-decoration: none;
}

a.anuluj_button:link,a.anuluj_button:visited,a.anuluj_button:hover {
	display: block;
	clear: none;
	width: 68px;
	max-height: 22px;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 3px solid #ebebeb;
	border-bottom: 3px solid #ebebeb;
	margin-top: 10px;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #8f8e8e;
	background-color: #f6f6f6;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-family: inherit;;
}

input.grey_submit {
	width: 72px;
	height: 22px;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 3px solid #ebebeb;
	border-bottom: 3px solid #ebebeb;
	text-align: center;
	padding-right: 8px;
	padding-bottom: 2px;
	margin-left: 156px;
	color: #8f8e8e;
	background-color: #f6f6f6;
	clear: none;
	font-weight: bold;
	font-size: 12px;
}

input.grey_submit_edituser {
	min-width: 72px;
	height: 22px;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 3px solid #ebebeb;
	border-bottom: 3px solid #ebebeb;
	padding-right: 8px;
	padding-bottom: 2px;
	margin-left: 118px;
	color: #8f8e8e;
	background-color: #f6f6f6;
	clear: none;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

input.grey_submit_admin {
	width: auto;
	height: 22px;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 3px solid #ebebeb;
	border-bottom: 3px solid #ebebeb;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	color: #8f8e8e;
	background-color: #f6f6f6;
	clear: none;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

div.admin_submit {
	width: 70%;
	float: right;
}

input.change_photo {
	min-width: 72px;
	height: 22px;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 3px solid #ebebeb;
	border-bottom: 3px solid #ebebeb;
	padding-right: 8px;
	padding-bottom: 2px;
	color: #8f8e8e;
	background-color: #f6f6f6;
	clear: none;
	font-weight: bold;
	font-size: 12px;
}

/** Footer */
div#footer_bip {
	clear: none;
	float: left;
	text-align: left;
	width: 25%;
}

div#footer_tothetop {
	clear: none;
	padding-left: 200px;
}

div#footer_tothetop a:link,
div#footer_tothetop a:visited,
div#footer_tothetop a:hover {
	clear: none;
	text-align: center;
	display: block;
	width: 70px;
	padding-top: 14px;
	background-image: url(../img/doGory.gif);
	background-position: top;
	background-repeat: no-repeat;
	
	color: black;
	text-decoration: none;
	font-weight: normal;
}
.footerMenu {
	border: 1px solid #c8c8c8;
	height: 26px;
	line-height: 26px;
	background-image: url(../img/bottomMenuBack.gif);
	background-repeat:repeat-x;
	background-position: top;
	margin: 20px 0 10px;
	text-align: left;
	
	color: #e7e7e7;
	font-size: 11px;
	margin-left: 14px;
}
.footerMenu a:link,
.footerMenu a:visited,
.footerMenu a:hover {
	padding: 0 14px;
	
	color: black;
	text-decoration: none;
	font-weight: normal;	
}
.footerMenu a:hover {
	text-decoration: underline;
}


div#footer_isp {
	clear: none;
	float: right;
	text-align: right;
	width: 25%;
}

/** Content */
div.content_grey_title {
	display: block;
	clear: both;
	float: left;
	background-image: url('../img/register_top_title.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 10px 10px 20px;
	color: #000000;
	background-color: #ffffff;
	font-size: 11px;
	position: relative;
	text-align: left;
	top: -3px;
	width: 431px;
}

div.cotent_left_title_data {
	background-image: url('../img/content_left_grey_background.jpg');
	background-repeat: no-repeat;
	font-size: 11px;
	clear: both;
	color: #000000;
	padding: 10px 10px 0px 20px;
	min-height: 30px;
	width: 480px;
}

div.cotent_left_title_data1 {
    font-size: 11px;
	float: left;
	clear: left;
	display: block;
    color: #000000;
    padding: 0px 10px 0px 11px;
    min-height: 30px;
    width: 480px;
}

/** Register */

form.default {
	padding-top: 30px;
}

input.formula {
	width: 400px;
}

input.formula_login {
    width: 200px;
}

.formula input {
	width: 400px;
}

.formula_login input {
    width: 200px;
	height: 18px;
}

div.formula {
	display: block;
	clear: both;
	width: 90%;
	margin: 0px;
	padding-bottom: 23px;
	line-height: 20px;
}

div.formula_login {
    display: block;
    clear: both;
    width: 90%;
    margin: 0px;
    padding-bottom: 23px;
    line-height: 20px;
}

div.formula_reg {
    display: block;
    clear: both;
    margin: 0 0 0;
    padding-bottom: 23px;
    line-height: 20px;
    min-height: 20px;
    height: 20px; 
	margin-left: 20px;
}  

div.formula1 {
    display: block;
    clear: both;
    margin: 0 0 0;
    padding-bottom: 23px;
    line-height: 20px;
    min-height: 20px;
	font-weight: bold;
}

div.frmleft {
	display: block;
	clear: left;
	float: left;
	width: 45px;	
	padding-left: 115px;
}

div.frmright {
	display: block;
    clear: none;
    float: left;
	width: 400px;
	padding-left: 5px;
}

div.formula .error {
	text-align: center;
	float: none;
	display: block;
}

div.formula_login .error {
    text-align: left;
    float: none;
    display: block;
	margin-left: 75px;
}

div.error_formula {
	display: block;
	clear: both;
	width: 73%;
	color: #e00a13;
	float: right;
	background-color: #fff;
	margin: 8px 0px;
}

div.formula label {
	display: block;
	font-size: 12px;
	line-height: 12px;
	padding: 4px 10px 4px 15px;
	clear: none;
	float: left;
	text-align: right;
	font-weight: bold;
	width: 120px;
	text-align: left;
}

div.formula_login label {
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 10px 4px 15px;
    clear: none;
    float: left;
    text-align: right;
    font-weight: bold;
    width: 50px;
    text-align: left;
}

div.subheader1 label {
	width: 200px;
	padding-left: 0px;
	margin-left: 0px;
}

div.formula_reg label {
    font-size: 12px;
    line-height: 12px;
    padding: 4px 10px 4px 0px;
    clear: none;
    float: left;
    text-align: right;
    font-weight: bold;
}

div.formula input.data {
	display: block;
	clear: none;
	float: left;
	padding-top: 2px;
	height: 18px;
	width: 65%;
	border-top: 1px solid #8c8c8c;
	border-bottom: 1px solid #8c8c8c;
	border-left: 2px solid #c9c9c9;
	border-right: 2px solid #c9c9c9;
}

div.formula textarea {
	display: block;
	clear: none;
	float: left;
	padding-top: 2px;
	width: 65%;
	height: 100px;
	font-size: 11px;
	border: 1px #9c9c9c solid;
}

textarea.article {
	width: 98%;
}

div.user_image {
	display: block;
	clear: right;
	float: left;
	width: 400px;
}


div.user_menu_bar {
	display: block;
	background-image: url(../img/light_gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 685px;
	height: 32px;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	border-left: 0px;
	list-style: none;
	clear: both;
	margin: 0 0 10px;	
}
div.user_menu_bar a:link,
div.user_menu_bar a:visited,
div.user_menu_bar a:hover {
	display: block;
	float: left;
	height: 32px;	
	width: auto;
	line-height: 32px;
	padding: 0px 17px 0px 32px;
	
	color: #666666;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 13px 9px;
	
}
div.user_menu_bar #edit_user {
	background-image: url(../img/edit_user_ico.gif);
	background-position: 13px 6px;
}
div.user_menu_bar #my_profile {
	background-image: url(../img/my_profile_ico.gif);
}
div.user_menu_bar #new_bip {
	background-image: url(../img/new_bip_ico.gif);
	background-position: 13px 4px;
	padding-left: 29px;
	font-weight: bold;
}
div.user_menu_bar #user_list {
	background-image: url(../img/user_list_ico.gif);
	background-position: 13px 6px;
	padding-left: 35px;
}
div.user_menu_bar #instrukcja_obslugi {
	background-image: url(../img/instrukcja_ico.gif);
	background-position: 13px 4px;
	padding-left: 29px;	
}
div.user_menu_bar #logout {
	background-image: url(../img/logout_ico.gif);
	background-position: 13px 5px;	
}

div.user_menu_bar div.separator {
	float: left;
	width: 1px;
	height: 32px;
	background-color: white;
	border: 0px;
	border-left: 1px solid #d5d5d5;
	overflow: hidden;
}

div.user_image_left {
	display: block;
	float: left;
	clear: none;
	padding-right: 10px;
}
.userWelcome {
	font-size: 18px;
	background-image: url(../img/line1.gif);
	background-position:  bottom;
	background-repeat: repeat-x;
	padding: 8px 0 14px;
	margin: 5px 0 0;
}

.userWelcome form,
.big_blue_title form{
	float: right;
	width: 292px;
	padidng-top: 4px;
}
.big_blue_title form{
	padding-top: 6px;
}

.big_blue_title form input.text,
.userWelcome form input.text {
	float: left;
	width: 213px;
	display: block;
	clear: none;
	float: left;
	padding-top: 2px;
	height: 18px;
	border-top: 1px solid #8c8c8c;
	border-bottom: 1px solid #8c8c8c;
	border-left: 2px solid #c9c9c9;
	border-right: 2px solid #c9c9c9;
}
.big_blue_title form .orange_button,
.userWelcome form .orange_button {
	margin: 0px;
}


div.user_preference {
	padding: 0px;
	margin: 0px;
	color: #666666 ;
	width: auto;
	line-height: 32px;
	padding: 0px 4px;
	font-family: Verdana,sans-serif;
}
div.user_preference a:link,
div.user_preference a:visited,
div.user_preference a:hover {
	text-decoration: none;
	color: #ff7032;
	font-weight: bold;
}
div.user_preference a:hover {
	color: black;
}

.user_preferences_white {
	width: 285px;
	float: left;
}

div.user_preferences_white1 {
    display: block;
    float: left;
	clear: left;
	width: 688px;
	padding: 0px 10px;
	padding-top: 15px;
	margin-bottom: 10px;
	line-height: 20px;
}


.user_preferences_right {
	width: 385px;
	float: left;
	clear: right;
	display: block;
	background-image: url(../img/line1v.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 5px;
}

.user_preferences_right .element{
	padding: 10px 10px 10px  44px;
	background-position: 15px 10px;
	background-repeat: no-repeat;
	line-height: 14px;
}

.user_preferences_right .element a:link,
.user_preferences_right .element a:visited,
.user_preferences_right .element a:hover {
	color: #ff6000;
	font-weight: normal;
	text-decoration: underline;
}
.user_preferences_right .element a:hover {
	text-decoration: none;
}

.user_preferences_right #gotoSubject {background-image: url(../img/gotoSubject.gif); border-bottom: 1px dotted #c4c2c0;}
.user_preferences_right #editSubject {background-image: url(../img/editSubject.gif); border-bottom: 1px dotted #c4c2c0;}
.user_preferences_right #podmiotOplacony {background-image: url(../img/podmiotOplacony.gif); border-bottom: 1px dotted #c4c2c0;}
.user_preferences_right #prosimyOOplacenie {background-image: url(../img/prosimyOOplacenie.gif); border-bottom: 1px dotted #c4c2c0;}
.user_preferences_right #historiaFaktur {background-image: url(../img/historiaFaktur.gif);}

div.user_preferences_white label {
	display: block;
	clear: none;
	float: left;
	padding-right: 10px;
	position: relative;
	bottom: 0px;
}



div.user_preferences_white input[type=text],div.user_preferences_white input[type=password]
	{
	display: block;
	clear: none;
	float: left;
	height: 20px;
	width: 200px;
	border: 1px #9c9c9c solid;
	position: relative;
	bottom: 0px;
	font-size: 12px;
}

div.formula select {
	clear: none;
	height: 20px;
	font-size: 12px;
	border: 1px #9c9c9c solid;	
}
div.formula select.fullWidth {
	width: 65%;
}


div.formula_alert {
	display: block;
	color: #e00a13;
	font-size: 11px;
	float: right;
	clear: both;
	text-align: left;
	width: 70%;
}

div.formula_submit {
	display: block;
	clear: both;
	margin-right: 20px;
	width: 490px;
}

div.formula_submit_center {
	display: block;
	clear: none;
	float: right;
	text-align: left;
	width: 60%;
}

span.register_title {
	font-size: 14px;
	font-weight: bold;
}

div.login {
	display: block;
	clear: both;
	width: 70%;
	float: right;
	text-align: left;
}

div.mainlogin {
	display: block;
	clear: both;
	width: 350px;
	float: left;
}

div.mainlogin_box {
	display: block;
	width: 206px;
	float: right;
	color: #666666;
}

div.login_text {
	display: block;
	clear: both;
	width: 95%;
}

/** Subject - Podmioty */
div.subject_address {
	position: relative;
	display: block;
	clear: both;
	margin-top: 25px;
	margin-bottom: 10px;
	line-height: 20px;
	width: 450px;
}

div.subject_address1 {
    position: relative;
    display: block;
	float: left;
    clear: left;
    margin-top: 25px;
    margin-bottom: 10px;
    line-height: 20px;
    width: 450px;
	color: #000000;
	padding: 0px 0px;
} 

div.sa_title {
	width: 420px;
	height: 27px;
	padding: 6px 15px 0px 15px;
	display: block;
    float: left;
    clear: left;
	background-color: #216cab;
	color: #ffffff;
	margin-bottom: 10px;
	font-size: 14px;
}

div.sa_line {
	display: block;
    float: left;
    clear: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #c4c2c0;
	width: 430px;
}

div.sa_line1 {
    display: block;
    float: left;
    clear: left; 
	padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    width: 430px;
}

div.subject_editor {
	display: block;
	clear: both;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 20px;
	width: 450px;
	font-size: 12px;
}



div.subject_googleimg {
	clear: both;
	margin-left: 10px;
}

div.subject_img {
	display: block;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
	
}

ul.subject_edit_list {
	font-size: 13px;
	line-height: 22px;
	list-style-type: none;
}

/** Survey */
.survey_question {
	display: block;
	clear: both;
	float: left;
	text-align: left;
	width: 470px;
	font-size: 14px;
	margin-bottom: 20px;
}

div.survey_short {
	line-height: 19px;
	font-size: 12px;
}

div.survey_time {
	clear: none;
	float: right;
	text-align: right;
	width: 150px;
	font-size: 12px;
	padding-right: 10px;
	padding-top: 4px;
}

div.survey_view_answers,div.survey_view_answers_2 {
	padding: 4px 10px 4px 10px;
	margin-left: 10px;
	margin-bottom: 6px;
	width: 460px;
}

div.survey_view_answers_2 {
	padding-right: 0px;
	margin-left: 0px;
}

div.survey_view_answers_right {
	padding: 4px 10px 4px 10px;
	margin-left: 10px;
	margin-bottom: 6px;
	width: 150px;
}

div.survey_score_view_answers {
	display: block;
	clear: both;
	padding: 4px 10px 4px 0px;
	margin-bottom: 6px;
	font-size: 12px;
	width: 90%;
}

div.survey_score_howmanyvotes {
	float: right;
	text-align: right;
	width: 90%;
	margin-right: 10px;
	font-weight: bold;
}

ul.survey_answers {
	font-size: 12px;
	line-height: 24px;
	margin-left: 20px;
	list-style-type: decimal;
}

/** Comment */
a.add_comment:link,a.add_comment:visited {
	color: #e00a13;
	font-weight: bold;
}

div.comment_header {
	display: block;
	clear: both;
	background-color: #f7f7f7;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	position: relative;
	left: -10px;
}

div.sitemap {
	display: block;
	clear: both;
	background-color: #f7f7f7;
	padding: 5px 10px 5px 10px;
	width: 431px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-left: 10px;
	position: relative;
	left: -10px;
	color: #e00a13;
}

div.sitemap7 {
	color: #000000;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 25px 10px 5px 5px;
    border-bottom: 1px dotted #c4c2c0;
}

li.maps2 {
	display: block;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px dotted #c4c2c0;
}

li.maps2:hover {
    display: block;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px dotted #c4c2c0;
	background-color: #f2f2f2;
}

div#maps {
	display: block;
	clear: left;
	float: left;
	width: 451px;
}

div#maps ul {
	
	list-style-type: none;
}

li.maps a:link,
li.maps a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	display: block;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px dotted #c4c2c0;
}

li.maps a:hover {
    color: #fb722f;
    text-decoration: underline;
	font-weight: bold;
	display: block;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px dotted #c4c2c0;
    background-color: #f2f2f2;
}

div.changes {
	display: block;
	clear: both;
	background-color: #f7f7f7;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	position: relative;
	left: -10px;
}

ul.sitemap {
	list-style-type: lower-alpha;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	line-height: 18px;
	position: relative;
	left: 10px;
	color: #e00a13;
}

img.comment_img {
	width: 80px;
	float: left;
	margin-right: 10px;
	vertical-align: top;
	position: relative;
	left: 0px;
	top: 0px;
}

div.comment_text {
	display: block;
	float: left;
	clear: both;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

/** Mainpage */
div.mainpage_article_title {
	display: block;
	font-weight: bold;
	color: #e00a13;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #e00a13 dashed 1px;
	width: 80%;
	clear: both;
}

/** Categories */

div.articles_content_new_1 {
	display: block;
    float: left;
    clear: left;
	width: 452px;
	background-color: #ffffff;
}

div.articles_content_new_2 {
    display: block;
    float: left;
    clear: left;
    width: 452px;
    border-bottom: dotted 1px #c4c2c0;
	background-color: #f2f2f2;
}


div.articles_list_header {
	display: block;
	float: left;
	clear: both;
	background-color: #f7f7f7;
	min-height: 18px;
/**	width: 95%; */
	width: 100%;
	padding: 5px 10px;
	font-size: 12px;
	margin-top: 20px;
	position: relative;
	left: -10px;
}

div.articles_list_header1 {
    display: block;
    float: left;
    clear: both;
    width: 442px;
    padding-left: 5px;
	padding-right: 5px;
    font-size: 12px;
    padding-top: 12px;
	padding-bottom: 12px;
    position: relative;
}

div.articles_list_content {
	display: block;
	clear: both;
	font-size: 12px;
	line-height: 20px;
	margin-top: 20px;
	padding: 5px 10px;
	position: relative;
	left: -10px;
}

div.articles_list_content1 {
    display: block;
    clear: both;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 5px;
    position: relative;
	text-align: justify;
}

div.articles_list_title {
	display: block;
	clear: left;
	float: left;
	width: 80%;
	font-weight: bold;
}

div.articles_list_date {
	display: block;
	clear: right;
	float: right;
	text-align: right;
	width: 20%;
}

div.articles_list_date1 {
    display: block;
    clear: right;
    float: right;
    text-align: right;
	padding-right: 10px; 
	font-size: 11px;
}


div.category_info_box {
	display: block;
	clear: both;
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
}

ul#Articles {
	list-style-type: none;
	font-size: 12px;
	line-height: 22px;
	width: 100%;
	cursor: move;
}

ul#Files {
    list-style-type: none;
    font-size: 12px;
    line-height: 22px;
    margin-top: 20px;
    width: 100%; 
    cursor: move;
} 

ul#Faqs {
    list-style-type: none;
    font-size: 12px;
    line-height: 22px;
    width: 100%; 
    cursor: move;
}  

ul#Faqcategories { 
    list-style-type: none;
    font-size: 12px;
    line-height: 22px;
    width: 100%;
    cursor: move;
}

ul#Categories {
    list-style-type: none;
    font-size: 12px;
    line-height: 22px;
    width: 100%;
    cursor: move;
}

ul#Subjects {
    list-style-type: none;
    font-size: 12px;
    line-height: 22px;
    width: 100%;
    cursor: move;
}

li.Article_sort {
	padding-top: 9px;
	padding-bottom: 6px;	
	border-bottom: 1px dotted #c4c2c0;
	border-left: 1px dotted #c4c2c0;
	border-right: 1px dotted #c4c2c0;
	padding-left: 10px;
	color: #fe6600;
}

div#sort_information {
	display: block;
    clear: left;
    float: left;
	 color: #666666;
}

div#sorts {
	display: block;
    clear: left;
    float: left;
	width: 100%;
	height: auto;
}

div.sort_inf1 {
    display: block;
    clear: left;
    float: left;
    width: 300px;
	height: 45px;
}


div.sort_inf {
	display: block;
    clear: left;
    float: left;
	width: 300px;
	height: 50px;
	font-weight: bold;
}

img.si {
	position: relative;
	top: 12px;
	color: #666666;
}

div.top_title_red_right {
	display: block;
	clear: both;
	position: relative;
	float: right;
	top: -20px;
	right: 20px;
}

textarea.comment {
	float: right;
	width: 96%;
	margin-right: 22px;
	height: 100px;
}

div.user_preferences_bg {
	display: block;
	clear: both;
	background-color: #f7f7f7;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	margin-bottom: 4px;
	position: relative;
	left: -10px;
}

div.user_preferences_white {
	display: block;
	clear: both;
	padding: 5px 10px 5px 0px;
	font-size: 12px;
	margin-bottom: 4px;
	line-height: 24px;
	vertical-align: bottom;
}

div.user_preferences_white_label {
	display: block;
	clear: none;
	margin: 10px 0px;
	float: left;
	text-align: left;
	width: 25%;
	height: 24px;
}

div.user_preferences_white_input {
	display: block;
	clear: none;
	margin: 10px 0px;
	float: right;
	width: 75%;
}

div.user_preferences_white_input select {
	display: block;
	clear: none;
	float: left;
	height: 20px;
	font-size: 12px;
	min-width: 70px;
	max-width: 60%;
	border: 1px #9c9c9c solid;
}

div.stats_index_dark {
	display: block;
	clear: both;
	background-color: #f7f7f7;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	margin-bottom: 4px;
	position: relative;
	left: -10px;
}

div.stats_index_white {
	display: block;
	clear: both;
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	margin-bottom: 4px;
	position: relative;
	left: -10px;
}

div.stats_index_dark img,div.stats_index_white img {
	position: relative;
	bottom: -5px;
}

div.article_content,
div.article_details {
	padding: 20px 10px 20px 8px;
	background-image: url(../img/line1.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #666666;	
	line-height: 20px;
	text-align: justify;
}

div.article_content2 {
	display: block;
	float: left;
	clear: left;
    padding: 5px 10px 5px 8px;
    margin: 0px;
    color: #666666;
    line-height: 17px;
    text-align: justify;
}

div.articlesLeft {
	display: block;
	float: left;
	width: 453px;
	height: 153px;
	padding-bottom: 10px;
}

div.articlesLeft .inner {
	padding: 20px 10px;
}
.articlesBottomPagination {
	float: right;
}

div.articlesLeft .inner span.numbers {
	display: none;
}

span.results1 {
	display: block;
	float: left;
	clear: left;
	position: relative;
	top: 2px;
	margin-right: 5px;
}

div.results1 {
	width: 252px;
    display: block;
    float: right;
	clear: none;
	text-align: right;
	}

div.results2 {
    display: block;
    float: right;
    clear: none;
}

div.results3 {
    display: block;
    float: left;
    clear: none;
    margin-bottom: 6px;
	position: relative;
    top: 2px;

}

div.results3a {
    display: block;
    float: left;
    clear: none;
}




.articlesBottomPagination span.results1,
.articlesBottomPagination span.results {
	display: none;
}

div.articlesRight {
	display: block;
	float: right;
	width: 222px;
	padding-bottom: 10px;
}
.pagination span.numbers {
	color: #ff6000;
	font-weight: bold;
}
.pagination em {
	color: #606060;
}

.pagination span.numbers a {
	color: #ff6000;
}

img.articleDownloadFile {
	float: left;
	padding: 2px 12px;
}
.articleDownloadData {
	float: left;
	width: 310px;
	padding: 2px 8px;
}




ul.subjects {
	list-style-type: none;
	
	font-size: 12px;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
}
ul.subjects li{
	list-style-type: none;
	display: block;
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	padding-left: 1px;
	color: black;
}

ul.subjects li.even {
	background-color: #f2f2f2;
}

ul.files {
	list-style-image: url('../img/files_article.png');
	margin-left: 30px;
	line-height: 24px;
	font-size: 12px;
}

div#right_subjects ul.subjects {
	display: block;
	clear: both;
	list-style-image: none;
	list-style-type: none;
	font-size: 12px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}

/** Filelist */
div.filelist_elem {
	width: 470px;
	font-size: 12px;
}

div.filelist_img {
	clear: none;
	float: left;
	width: 26px;
}

div.filelist_header {
	clear: none;
	float: right;
	width: 442px;
	min-height: 26px;
	background-color: #f7f7f7;
}

div.filelist_header span.title {
	display: block;
	clear: none;
	float: left;
	text-align: left;
	width: 370px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
}

div.filelist_header span.size {
	display: block;
	clear: none;
	float: right;
	text-align: right;
	width: 50px;
	padding-top: 5px;
	padding-right: 10px;
}

div.filelist_descr {
	clear: both;
	float: right;
	width: 432px;
	border-left: 20px solid #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.filelist_descr_subs {
	clear: both;
	float: right;
	width: 432px;
	border-left: 20px solid #ffffff;
	font-size: 11px;
	line-height: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.filelist_dashed {
	clear: both;
	float: left;
	width: 52px;
	margin-left: 40px;
	border-bottom: #000000 dashed 1px;
}

/*** Admin ***/
div.admin_panel {
	display: block;
	clear: both;
	float: left;
	font-weight: bold;
	color: #e00a13;
}

div.admin_content_grey_title {
	display: block;
	clear: both;
	float: left;
	padding: 10px 0px 10px 0px;
	color: #000000;
	background-color: #ffffff;
	font-size: 10px;
	position: relative;
	text-align: left;
	top: -3px;
	width: 100%;
	font-family: Verdana,sans-serif;
	line-height: 10px;
}

div.admin_cotent_left_title_data {
	background-repeat: no-repeat;
	font-size: 11px;
	clear: both;
	color: #000000;
	padding: 10px 10px 0px 20px;
	min-height: 30px;
	width: 732px;
}

div.content {
	display: block;
	clear: both;
	width: 687px;
}

div.flash_content {
	float: left;
	clear: left;
	display: block;
	background-color: #fff;
	color: #333;
	width: 452px;
	height: 300px;
}

div.flash_top {
	height: 42px;
	width: 688px;
	background-image: url('../img/flash_top.jpg');
	background-repeat: no-repeat;
}

div.flash_middle {
    float: left;
    clear: left;
    padding: 0px 20px 0px 20px;
    width: 412px;
    height: 100px;
    margin-top: 30px;
    position: relative;
    bottom: 0px;

}

div.flash_img {
    display: table;
    height: 100%;
    margin: 0;
    padding: 0px 10px 0px 0px;
    float: left;
}

div.flash_txt {
    display: table;
    float: none;
    text-align: left;
    width: 350px;
    height: 100%;
    padding: 0;
    margin: 0;
}

div.flash_1 {
    display: table-cell;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

span.ft1 {
    text-align: left;
    vertical-align: middle;
    width: 220px;
}



div.flash_bottom {
	height: 31px;
	width: 452px;
}

table.admin {
	font-size: 12px;
	color: black;
}

table.admin1 {
    font-size: 12px;
    color: black;
	width: 600px;
}

table.changes {
	width: 490px;
	position: relative;
	left: -15px;
	top: -5px;
	font-size: 12px;
}

th.admin_header_top_left,
th.admin_header_top,
th.admin_header_top1,
th.admin_header_top_right,
td.admin_left,
td.admin_left1,
td.admin_center,
td.admin_right {
	width: auto;
}

th.admin_header_top {
	color:white;
	text-align: center;
	height: 30px;
	padding: 0px 10px;
	font-size: 11px;
	background-color: #0669aa;
	background-image: url(../img/line1.gif);
	background-position: top;
	background-repeat: repeat-x;
}

th.admin_header_top1 {
    color:white;
    text-align: left;
    height: 30px;
    padding: 0px 10px;
    font-size: 11px;
    background-color: #0669aa;
    background-image: url(../img/line1.gif);
    background-position: top;
    background-repeat: repeat-x;
}


th.admin_header_top1 a:link,
th.admin_header_top1 a:visited,
th.admin_header_top1 a:hover,
th.admin_header_top a:link,
th.admin_header_top a:visited,
th.admin_header_top a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

th.admin_header_top a:hover,
th.admin_header_top a:hover {
	text-decoration: underline;
}


td.admin_left,
td.admin_left_even {
	padding: 10px 10px;
	height: 24px;
	text-align: left;
	line-height: 14px;
	vertical-align: top;
	border-bottom: 1px solid #dcdcde;	
	border-top: 1px solid white;

}

td.admin_left1,
td.admin_left1_even {
    padding: 10px 10px;
    height: 24px;
    text-align: left;
	vertical-align: middle;
    line-height: 14px;
    border-bottom: 1px solid #dcdcde;
    border-top: 1px solid white;
}

td.admin_center,
td.admin_center_even {
	text-align: center;
	padding: 10px 10px;
	line-height: 14px;
	vertical-align: middle;
	border-bottom: 1px solid #dcdcde;
	border-top:	1px solid white;
}

td.admin_left1_even,
td.admin_left_even,
td.admin_center_even {
	background-image: url(../img/admin_even_back.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #f2f2f2;
}

td.admin_center a:link,
td.admin_center a:visited,
td.admin_center a:hover,
td.admin_center_even a:link,
td.admin_center_even a:visited,
td.admin_center_even a:hover {
	color: black;
	text-decoration: none;
	font-weight: normal;
}
td.admin_center a:hover,
td.admin_center_even a:hover {
	text-decoration: underline;
}


td.admin_right {
	text-align: left;
	padding: 3px 5px;
	line-height: 14px;
	vertical-align: top;
	border-bottom: 1px solid #dcdcde;
    border-top: 1px solid white;

}

div.faqcategory {
	position: relative;
	left: -10px;
	margin-top: 5px;
	clear: none;
	float: left;
	width: 100%;
	min-height: 26px;
	font-weight: bold;
	background-color: #f7f7f7;
}


.line {
	height: 1px;
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	overflow: hidden;
	background-image: url(../img/line1.gif);
}

ol.faq,ul.faq {
	list-style-position: inside;
	list-style-type: decimal;
	line-height: 18px;
	font-size: 12px;
	padding: 0px 5px;
	color: #ff6000;
}
ol.faq li,
ul.faq li {
	padding: 10px 0;
}

ol.faq a:link,
ul.faq a:link,
ol.faq a:visited,
ul.faq a:visited,
ol.faq a:hover,
ul.faq a:hover {
	color: #ff6000;
	font-weight: normal;
	text-decoration: none;
}
ol.faq a:hover,
ul.faq a:hover {
	text-decoration: underline;
}


div.faq {
	display: block;
	clear: both;
	padding-left: 15px;
}

select.date {
	padding-right: 2px;
	font-size: 9px;
	margin-right: 5px;
}

span.faqcategory {
	position: relative;
	top: 6px;
	left: 10px;
}

div.faq_quest_content {
	display: block;
	clear: both;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	line-height: 150%;
}

div.faq_resp_content {
	display: block;
	clear: both;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
}

div.faq_quest_resp_date {
	display: block;
	clear: both;
	float: left;
	margin-top: 10px;
	text-align: right;
	font-size: 11px;
	width: 95%;
}

div.faq_quest_auth {
	display: block;
	clear: left;
	line-height: 16px;
}

div.faq_quest_actions {
	line-height: 16px;
	font-size: 12px;
	margin-top: 20px;
}

div.quest_dashed {
	display: block;
	clear: both;
	float: left;
	width: 52px;
	margin-bottom: 10px;
	border-bottom: #000000 dashed 1px;
}

ul.closesubj {
	list-style-type: none;
}

ul.searchres {
	list-style-type: disc;
	line-height: 24px;
	font-size: 12px;
	width: 90%;
	margin-left: 10px;
	color: #e00a13;
}

ul.searchres li {
	margin-bottom: 14px;
}

div.closesubj_content {
	display: block;
	float: left;
	clear: both;
	margin-bottom: 15px;
	width: 200px;
}

div.closesubj_img {
	display: block;
	float: left;
	clear: none;
	width: 40px;
}

div.closesubj_txt {
	display: block;
	float: right;
	clear: none;
	width: 160px;
	color: #000;
}

div#map {
	border: #797469 solid 1px;
}

span.map_desc {
	display: block;
	width: 451px;
	margin-top: 5px;
	font-size: 11px;
	font-style: italic;
	color: #666666;
}

div#here {
	display: block;
	clear: both;
	height: 30px;
}

div.mainpage_hello {
	line-height: 19px;
	width: 451px;
	text-align: justify;
}

.right_pannel_bullet {
	display: block;
	
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	float: none;
}
.cake_debug {
	/*display: none;*/
}
.user_menu {
	border-right: 0px;
	height: 36px;
	width: auto;
	overflow:hidden;
}

/** user menu - jeszcze raz **/
.user_menu a{
	display: block;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	background-position: left top;
	background-repeat: none;
	padding: 0px;
	margin: 0px;
	float: left;
}
.user_menu a.mojProfil:link,
.user_menu a.mojProfil:visited {width: 116px; background-image: url(../img/usermoj-profil-1.png);}
.user_menu a.mojProfil:hover {width: 116px; background-image: url(../img/usermoj-profil-2.png);}
.user_menu a.mojProfilSelected {width: 116px; background-image: url(../img/usermoj-profil-3.png);}

.user_menu a.edytuj:link,
.user_menu a.edytuj:visited {width: 130px; background-image: url(../img/useredytuj-1.png);}
.user_menu a.edytuj:hover {width: 130px; background-image: url(../img/useredytuj-2.png);}
.user_menu a.edytujSelected {width: 130px; background-image: url(../img/useredytuj-3.png);}

.user_menu a.instrukcja:link,
.user_menu a.instrukcja:visited {width: 172px; background-image: url(../img/userinstrukcja-1.png);}
.user_menu a.instrukcja:hover {width: 172px; background-image: url(../img/userinstrukcja-2.png);}
.user_menu a.instrukcjaSelected {width: 172px; background-image: url(../img/userinstrukcja-3.png);}

.user_menu a.zaloz:link,
.user_menu a.zaloz:visited {width: 175px; background-image: url(../img/userzaloz-1.png);}
.user_menu a.zaloz:hover {width: 175px; background-image: url(../img/userzaloz-2.png);}
.user_menu a.zalozSelected {width: 175px; background-image: url(../img/userzaloz-3.png);}

.user_menu a.wyloguj:link,
.user_menu a.wyloguj:visited {width: 94px; background-image: url(../img/userwyloguj-1.png);}
.user_menu a.wyloguj:hover {width: 94px; background-image: url(../img/userwyloguj-2.png);}
.user_menu a.wylogujSelected {width: 94px; background-image: url(../img/userwyloguj-3.png);}



div.user_preferences_bold {
	display: block;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 150px;
	font-size: 14px;
	margin-bottom: 4px;
	line-height: 24px;
	vertical-align: bottom;
	background-color: blue;
}
.requestsView {
	width: 450px;
	
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-top: 2px solid #b3b3b3;
}

.requestsTitle {
	background-image: url(../img/dotted_line_h.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 10px 10px 10px;
	display: block;	
	width: 430px;
	
	font-weight: normal;
	font-size: 19px;
	font-family: Verdana,sans-serif;
	color: #444444;
	
}
.requestsView ul {
	margin: 0px;
	padding:  5px 0px 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c8c8c8;
	
	display: block;
	width: 450px;
	font-family: Verdana,sans-serif;
}
.requestsView ul li {
	margin: 0px;
	padding: 1px;
	width: 448px;
	display: block;
	border-bottom: 1px solid #c8c8c8;
	list-style: none;
	list-style-type: none;
}

.requestsView ul li.accepted {
	margin-top: -1px;
	border-top: 1px solid #e9e9e9;
}

.requestsView ul li a:link,
.requestsView ul li a:visited,
.requestsView ul li a:hover {
	display: block;
	padding: 0px 10px 2px;
	width: 428px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	color: black;
	height: 20px;
}
.requestsView ul li a:hover {
	text-decoration: underline;
}

.requestsView ul li.accepted a:link,
.requestsView ul li.accepted a:visited,
.requestsView ul li.accepted a:hover {
	background-color: #ebebeb;
	color: #ff6600;
	font-weight: bold;
	background-image: url(../img/ffwd.gif);
	background-repeat: no-repeat;
	background-position: 175px 6px;
}

div.subjectTitle {
	border-top: solid 1px #d5d5d5;
	background: url(../img/niebieskie.gif) repeat-x bottom;
	background-color: #3991D9;
	width: 356px;	
	padding: 10px 14px 10px 14px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

.subjectUnpublished {
	padding: 10px;
	padding-left:44px;
	background-image: url(../img/subjectUnpublished.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #f1f1f1;
	line-height: 15px;
	font-size: 11px;
}

.subjectPublished {
	height: 25px;
    padding: 15px 10px 10px 10px;
    padding-left:44px;
    background-image: url(../img/subjectPublished.gif);
    background-position: left;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
    line-height: 15px;
    font-size: 11px;
}


.articleSearch {
	width: 220px;
	background-color: #f2f2f2;
	border: 1px solid #d2d2d2;
	padding-top: 10px;
	border-top: 0px;
}
/**
 * CPV
 */


div#cpvs1 {
	display: block;
	float: left;
	clear: left;
	width: 660px;
}

div#cpvs1title {
	margin-bottom: 5px;
	display: block;
    float: left;
    clear: left;
	background-color: #216baa;
	width: 645px;
	height: 26px;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding-top: 4px ;
	padding-left: 15px;
}

div#cpvs1title1 {
    margin-bottom: 5px;
    display: block;
    float: left;
    clear: left;
    background-color: #216baa;
    width: 603px;
    height: 26px;
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    padding-top: 4px ;
    padding-left: 15px;
}   


div.cpvsearch {
	display: block;
    float: left;
    clear: left;
	width: 650px;
	background-color: #f2f2f2;
	text-align: left;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

div.cpvcheck {
	display: block;
    float: left;
    clear: left;
	margin: 0px 10px 0px 10px;
	padding: 5px 10px 5px 10px;
}

div#cpvcheckbutton {
	display: block;
    float: left;
    clear: left;
	width: 660px;
	text-align: center;
}

div#cpvhistory {
	display: block;
    float: left;
    clear: left;
    width: 660px;
	padding: 10px;
	text-align: left;
}

a.csvlink1:link, a.csvlink1:visited {
	color: #FF6000;
	text-decoration: none;
}

a.csvlink1:hover {
	color:#FF6000;
	text-decoration:underline;
}

 
table.cpv th,
table.cpv td{
	padding: 5px;
} 

table.cpv td{
	border-top: 1px solid white;
	border-bottom: 1px solid #dadbdd;
}

table.cpv td a:link,
table.cpv td a:visited,
table.cpv td a:hover {
	font-weight: bold;
}
table.cpv td a:hover {
	text-decoration: none;
}

table.cpv .even {
	background-color: #f2f2f2;
}

table.cpv th{
	background-color: #0869aa;
	color: white;
	background-image: url(../img/line1.gif);
	background-repeat: repeat-x;
	background-position: top;
}

form.cpvSearch {
	margin: 0px;
	padding: 19px 20px;
	background-image: url(../img/cpvSearchBack.gif);
	width: 647px;
	
	
}

form.cpvSearch label {
	font-weight: bold;
	padding-right: 20px;
	line-height: 25px;
}

form.cpvSearch .textInput {
	border: 0px;
	background-image: url(../img/searchVertBack.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #939393;
	border-right: 1px solid #939393;
	height: 25px;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	width: 408px;
}
form.cpvSearch .right_panel_button {
	float:right;
	clear: none;
	margin: 3px;
}

a.articleDownloadFile:link,
a.articleDownloadFile:visited,
a.articleDownloadFile:hover {
	width: 187px;
	line-height: 15px;
	padding: 28px 5px 20px 47px; 
	background-image: url(../img/fileDownloadOdd.gif);
	background-position: 17px 21px;
	background-repeat: no-repeat;
	float: left;
	
	color: black;
	font-weight: normal;
	text-decoration: none; 
}
a.articleDownloadFile:hover {
	background-image: url(../img/fileDownloadOddHover.gif);
	color: #f06b00;
	text-decoration: underline;
}
.filelist_elem_even a.articleDownloadFile:link,
.filelist_elem_even a.articleDownloadFile:visited {
	background-image: url(../img/fileDownloadEven.gif);
}

.filelist_elem_even a.articleDownloadFile:hover {
	background-image: url(../img/fileDownloadEvenHover.gif);
}


.file {
	background-image: url(../img/line1.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	width: 450px;
}

.file_even {
    background: url(../img/line1.gif) bottom repeat-x;
    padding-bottom: 5px;
    width: 450px;
	background-color: #f2f2f2;
}

.filelist_elem_even .file {
	background-color: #f2f2f2;
}


.file_even .size,
.file_even .type,
.file_even .date,
.file .size,
.file .type,
.file .date {
	display: block;
	padding: 28px 8px 20px 3px;
	width: 55px;
	float: left;
	color: black;	
	line-height: 15px;	
}

.file_even .date,
.file .date {
	width: 65px;
	float: right;
}
.downloadFileButton {
	float:right;
	clear: both;
	margin-right: 10px;
}

.subheader {
	background-color: #f1f1f1;
	height: 28px;
	line-height: 25px;
	font-weight: bold;
	color: #666666;
	padding: 0 15px;	
	clear: both;	
}

.subheader1 {
    background-color: #f1f1f1;
    height: 28px;
	width: 660px;
    line-height: 25px;
    font-weight: bold;
    color: #666666;
    padding: 0 15px;    
    clear: both;   
} 

.subheader1a {
    background-color: #f1f1f1;
    height: 28px;
    width: 660px;
    line-height: 25px;
    font-weight: normal;
    color: #666666;
    padding: 0 15px;
    clear: both; 
	border-bottom: 1px dotted #c4c2c0;
}

.subheader5 {
    background-color: #216BAA;
    height: 28px;
    width: 660px; 
    line-height: 25px;
    font-weight: bold;
    color: #ffffff;
    padding: 0 15px;   
    clear: both;   
}

.black_subheader {
	background-color: #f1f1f1;
	height: 31px;
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding: 0 15px;	
	clear: both;	
}
.subheader .description{
	font-weight: normal;
	padding-left: 30px;
	display: inline;
}
.blue_subheader {
	background-position: top;
	background-repeat: repeat-x;
	background-color: #216cab;
	height: 33px;
	line-height: 29px;
	padding: 0 15px;
	clear: both;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 0px;
	color: white;
}

tr.questionList td.admin_center,
tr.questionList td.admin_center_even {
	border: 0px;
	background-image: url(../img/line1.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#loginPage {
	background-image: url(../img/line1.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.loginRegisterPrompt {
	background-image: url(../img/line1.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 16px;
}

.loginRegisterPrompt .small {
	padding: 10px 0 0;
	font-size: 11px;
}

#loginPage .orange_button {
	margin-right: 72px;
	margin-top: 0;
	clear: both;
}

#loginPage .right_panel_red {
	margin-right: 29px;
}

.subjectCathegoryTree {
	padding: 5px 20px 15px;
}

/* REST */

div.buttonL {
	padding: 3px;
	display: block;
	float: left;
	clear: none;
}

div.buttonR {
	padding: 3px;
	display: block;
	float: left;
	clear: none;
}

div.buttonR1 {
    padding: 3px;
    display: block;
    float: right;
    clear: right;
}


div.complete_content {
	display: block;
    float: left;
    clear: none;
	width: 660px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

div#completeddir {
	display: block;
    float: left;
    clear: none;
	width: 660px;
}

div.formula_completed {
	display: block;
    float: left;
    clear: left;
	width: 660px;
}

.formula_completed a:link,
.formula_completed a:visited,
.formula_completed a:hover {
    padding: 0px 9px 0px 33px;
    background-position-top: 5px;
    background-repeat: no-repeat;
	width: 40px;
    line-height: 25px;
    height: 25px;
    display: block;
    float: right;
	clear: none;
    color: #ff801a;
    text-decoration: underline;
    font-weight: normal;
}   
.formula_completed a:hover{
    text-decoration: none;
}   

.formula_completed a#viewComp { background-image: url(../img/viewIcon.png)}
.formula_completed a#creatorComp { background-image: url(../img/creatorIcon.png)}
.formula_completed a#editComp { background-image: url(../img/editArticle.png)}



table.comp {
	width: 690px;
	

}

tr.comp {
}

td.comp {
	padding-left: 15px;
	padding-top: 25px;
    padding-bottom: 25px;
    text-align: left;
    border-bottom: 1px dotted #c4c2c1;
}

td.comp1 {
	width: 300px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;	
	border-bottom: 1px dotted #c4c2c1;
	padding-right: 15px;
}

div#advance_search {
	display: block;
	float: left;
	clear: left;
	width: 451px;
	
}

div#advance_search input {
	width: 200px;
}

div#a_search input.a_search {
    width: 20px;
	position: relative;
	top: 5px;
}



div#advance_search label {
	width: 70px;
	color: #666666;
}

div.formula label#lab1 {
    width: 120px;
    color: #666666;
}


div.search_results {
	display: block;
    float: left;
    clear: left;
    width: 435px;
	border-bottom: 1px dotted #c4c2c0;
	padding: 14px 0px 14px 16px;
}

div.div_none {
	display: block;
	float: left;
	clear: left;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	padding-left: 20px;
	height: 300px;
}

div.div_none1 {
    display: block;
    float: left;
    clear: left;
    padding: 10px;
	font-size: 12px;
	font-weight: normal;
}
a.black_link_bold:link,
a.black_link_bold:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.black_link_bold:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

span.font10 {
	font-size: 10px;
}

div#faq123 {
	display: block;
	float: left;
	clear: left;
	width: 451px;
}


#faq123 div.formula {
    width: 100%;
}


div#register_div {
	display: block;
    float: left;
    clear: left;
	width: 688px;
}

div.obowiazkowo {
	display: block;
    float: left;
    clear: left;
    width: 572px;
	font-size: 12px;
	text-align: right;
}

div.infolog {
	display: block;
    float: left;
    clear: left;
    width: 668px;
    font-size: 12px;
	padding: 10px;
}

div.uploadlinks {
	display: block;	
	float: left;
	clear: left;
	text-align: left;
}

div.a_search {
	display: block; 
	margin-top: 4px;
	float: left; 
	text-align: left;
}

div.blue_title_tenders {
	display: block;
	float: left;
	clear: left;
	width: 665px;
	background-color: #0668a8;
	height: 25px;
	color: #ffffff;
	font-size:14px;
	font-weight:normal;
	padding-left:11px;
	padding-right:11px;
	padding-top: 5px;
	margin-top: 5px;
}

div.ac123 {
    display: block;
    float: left;
    display: left;
    width: 688px;
}


div.ac1 {
	display: block;
	float: left;
	clear: left;
	width: 170px;
	background-color: #f2f2f2;
	border-bottom: dotted 1px #c3c2c0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: bold;
}

div.ac2 {
    display: block;
    float: left;
    clear: none;
    width: 508px;
    background-color: #f2f2f2;
    border-bottom: dotted 1px #c3c2c0;
    padding-top: 4px;
    padding-bottom: 4px;
}

div.template_view {
    display: block;
    float: left;
    clear: left;
    padding: 5px 10px;
    width: 431px;
	line-height: 250%;
	border-bottom: 1px dotted #818181;
}

div.template_view input[type=checkbox] {
	position: relative;
	top: 8px;
	margin-right: 5px;
}

img.bipgovpl {
	width: 90px;
	height: 23px;
}

img.logo_glowne {
	width: 228px;
	height: 74px;

}

img.strzalki {
	width: 9px;
    height: 7px;
}

img.left_arrows {
	width: 6px;
    height: 9px;
}

img.loginimg {
	height: 46px;
	width: 46px;
}

div.upload_tiltek {
	display: block;
	float: left;
	clear: left;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px;
}

div.forgotpasswd {
	display: block;
    float: left;
    clear: left;
	margin-left:75px;
}

div.imguploading {
	display: block;
	padding-left: 145px;
}

input.czekboks {
    width: 10px;
    height: 10px;
    display: block;
}

div.userimage {
    display: block;
    float: left;
    clear: left;
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 145px;
}


