/** Reset sdf **/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
li {
	list-style:none;
}
input, textarea {
	outline-style: none;
	font-family: Arial;
	font-size: 12px;
}

input:hover, input:hover:active, select:hover, textarea:hover{
    -moz-border-radius: 1px !important;
    -moz-border-bottom-colors: #68abdc #fff;
    -moz-border-left-colors: #68abdc #fff;
    -moz-border-right-colors: #68abdc #fff;
    -moz-border-top-colors: #68abdc #fff;
}

input:focus, input:focus:active, select:focus, textarea:focus {
	-moz-border-bottom-colors:#FFB11B #FFFFFF;
	-moz-border-left-colors:#FFB11B #FFFFFF;
	-moz-border-radius-bottomleft:1px !important;
	-moz-border-radius-bottomright:1px !important;
	-moz-border-radius-topleft:1px !important;
	-moz-border-radius-topright:1px !important;
	-moz-border-right-colors:#FFB11B #FFFFFF;
	-moz-border-top-colors:#FFB11B #FFFFFF;
}

/** Common **/

a:hover {
	text-decoration: none;	
}

.txt {
	border-top: 1px solid #7c7c7c;
	border-right: 1px solid #abb0b5;
	border-bottom: 1px solid #cacdd1;
	border-left: 1px solid #abb0b5;
	padding: 3px 5px;
}

.checkbox {
	vertical-align: middle;	
	margin: 0 3px 3px 3px;
}

.blue {
	color: #5fa2e5;	
}

.blue2 {
	color: #5fa2e5;
	text-decoration:none;
	font-weight:normal;
}

.blue3 {
	color: #006699;
	text-decoration:none;
	font-weight:normal;
}
.blue4 {
	color:#006699;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
.blue4:hover, .blue3:hover, blue2:hover {
	text-decoration:underline;
}

.active2 {
	color: #333;
	text-decoration:none;
}

.grey {
	color: #999;
}

.red {
	color: #ff0000;
}

a.refer {
	color: #333333;
	text-decoration: none;
}

a.refer:hover {
	text-decoration: underline;
}

.right {
	float: right;	
}

.left {
	float: left;	
}

.highlight {
	background: #ffff66;
	padding: 0px;
	text-decoration:none;
}

.highlight2 {
  background: #FF6;
}

.label_red {
	color: #fff;
	background: #f6304c;	
	padding: 2px 5px;
	line-height: 20px;
}

.search {
	color: #333333;
	border-bottom: 1px dashed #5fa2e5;
	text-decoration: none;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;	
}

body {
	background: #fff url('img/bg_body.gif') repeat-x;
	font: normal 11px Arial;
	color: #333333;
	line-height: 1.2;
	overflow-y:scroll;
}


#main {
  width: 960px;
  margin: 0 auto;
}

#main_full {
  padding: 0px 28px;
  margin: 0 auto;
}

#header {
	height: 90px;
	overflow: hidden;
}

#header_logo {
  position:absolute;
  width:149px;
  height:60px;
  z-index:1;
  background:transparent url('img/logo2.png') repeat-x;
	margin-top:8px;
}
#header_logo_print {
  display:none;
  position:absolute;
  width:149px;
  height:68px;
  z-index:1;
}
#header_logo_bg {
  float:left;
  margin-right:20px;
  margin-bottom:15px;
  position:relative;
  width:169px;
  cursor:pointer;
}
#top_nav {
	padding: 0px 40px 0 0px;
	position: relative;
	height: 28px;
	float:left;
}

#filter {
	padding: 10px 40px 25px 40px;
	clear: both;
	font-family: Tahoma;
	line-height: 28px;
}

#content {
	background: #FFF;
	border-top: 1px solid #e7e7e7;
	padding: 15px;
}

#footer {
	position: relative;
	height: 120px;
	clear: both;
	width:940px;
	margin:0 auto;
}


.firstpage #header {
	padding: 0;	
}

.firstpage #wrap, .firstpage #footer_inner {
	width: 960px;
	margin: 0 auto;
}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* Header */

#header h1 {
	float: left;
	width: 149px;
	height: 60px;
	background: transparent url('img/logo2.png') repeat-x;
	margin-right: 27px;
	margin-top:8px;
}

#logo_for_print {
  float:left;
  width:149px;
  height:68px;
  margin-right:27px;
}

#header h1 a {
	display: block;
	height: 68px;
	text-indent: -9999px;	
}

#header input.txt {
	color: #000;
	font-size: 12px;
	padding: 3px 5px;
	width: 210px;
}

#search div {
	padding: 5px;
}

#search label {
	color: #666666;
	margin-right: 20px;
}

#search input.txt {
	vertical-align: middle;
}

#search select {
	vertical-align: middle;
	font-family: Arial;
	font-size: 12px;
	margin-right: 5px;
}

.submit_search, .submit_ok {
	border: 0;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}

.submit_search {
	background: url('img/bg_submit_search.png') center left no-repeat;
	width: 70px;
	height: 30px;
	line-height: 30px;
	padding-bottom: 3px;
	font-size: 12px;
}

.submit_ok {
	background: url('img/bg_submit_ok.png') center left no-repeat;
	width: 36px;
	height: 18px;
	line-height: 18px;
	padding-bottom: 3px;
	font-size: 11px;
}

#userinfo {
	float: right;
	width: 460px;
	padding-top: 17px;
	text-align: right;	
	color: #666;
}

#userinfo p {
	padding-bottom: 5px;
}

#userinfo p.limit {
	color: #7f7f7f;
}

#userinfo strong {
	color: #333;	
}

#userinfo a {
	margin-left: 12px;
}

#userinfo table {
	width: 230px;
	float: right;
}
#userinfo table td {
	background: none;
	text-align: left;	
	padding: 0 8px 4px 0;
	color: #666666;
	font-size: 11px;
}

#userinfo table td input.txt  {
	border: 1px solid #e1e1e1;	
	width: 82px;
	font-size: 11px;
	padding: 1px 3px;
}

#userinfo a.reg {
	margin: 0;	
	color: #f6304c;
	font-weight: bold;
}

#userinfo a.lost {
	margin: 0;	
	font-size: 10px;
	color: #5fa2e5;	
}

a#logout {
	background: url('img/bg_logout.gif') center right no-repeat;
	padding-right: 10px;
}

.graph { 
    position: relative;
    width: 102px; 
    height: 15px; 
    display: inline-block;
    margin: 0px 0 -4px 5px;
    padding-left: 3px;
    background: url('img/percentImage_back.png') 0 0 no-repeat;
    overflow: hidden;
}

.graph strong { 
	background: url('img/percentImage_over.png') 100% 0 no-repeat;
	position: absolute;	
    top: 0;
    left: 3px;
	z-index: 2;
	height: 15px; 
}

.graph em {
	background: url('img/percentImage.png') 0 0 no-repeat;
	position: absolute;	
	width: 105px; 
    height: 15px; 
    top: 0;
    left: 0;
    z-index: 3;
}

.graphred { 
    position: relative;
    width: 102px; 
    height: 15px; 
    display: inline-block;
    margin: 0px 0 -4px 5px;
    padding-left: 3px;
    background: url('img/percentImage_back.png') 0 0 no-repeat;
    overflow: hidden;
}

.graphred strong { 
	background: url('img/percentImage_over_red.png') 100% 0 no-repeat;
	position: absolute;	
    top: 0;
    left: 3px;
	z-index: 2;
	height: 15px; 
}

.graphred em {
	background: url('img/percentImage.png') 0 0 no-repeat;
	position: absolute;	
	width: 105px; 
    height: 15px; 
    top: 0;
    left: 0;
    z-index: 3;
}

/* Main navigation */

#top_nav ul {
	list-style: none;
	display: block;
	float: left;
	/*margin-left: 17px;*/
}

#top_nav ul li {
	float: left;	
	background: url('img/bg_top_nav_left.png') top left no-repeat;
	padding-left: 17px;
	margin-right: -17px;
	height: 28px;
	overflow: hidden;
}

#top_nav ul li a {
	display: block;
	font-size: 12px;	
	text-decoration: none;
	padding: 0 20px 0 3px;
	line-height: 28px;
	background: url('img/bg_top_nav_right.png') top right no-repeat;
	color: #FFF;
	position: relative;
	float: left;
}

#top_nav ul li.active {
	background: url('img/bg_top_nav_left_active.png') top left no-repeat;
	z-index: 3;
	position: relative;
	border-bottom: 2px solid #FFF;
}

#top_nav ul li.active a {
	background: url('img/bg_top_nav_right_active.png') top right no-repeat;
	color: #666666;
	font-weight: bold;
	z-index: 3;
}

#top_nav ul li a strong {
	display: block;
}

#top_nav ul li a span {
	display: block;
	font-weight: normal;
}

#top_nav ul li.disabled {
	background: url('img/bg_top_nav_left_disabled.png') top left no-repeat;
}

#top_nav ul li.disabled a {
	background: url('img/bg_top_nav_right_disabled.png') top right no-repeat;
	color: #9f9f9f;
}

#top_nav ul li a em {
	float: left;
	background: url('img/ico_map_white.png') center left no-repeat;
	height: 28px;
	width : 15px;
	margin-left: -3px;
}

#top_nav ul li.active a em {
	background: url('img/ico_map_grey.png') center left no-repeat;
}

#top_nav div {
	float: right;
	height: 16px;
	padding-top: 9px;	
	margin-left: 10px;
}

#top_nav div a {
	text-decoration: none;
}

#top_nav div a:hover {
	text-decoration: underline;
}

#top_nav div a.active {
	text-decoration: none;
	font-weight: bold;	
	color: #333;
}

#top_nav div img {
	margin-left: 10px;
}

/** Content **/

#map_wrap {
	background: #FFF;
	width: 279px;
	height: 300px;
	text-align: right;
	padding: 0 !important;
	margin-left: 5px;
	overflow: hidden;
}

#map_wrap a {
	margin-left: 10px;
	line-height: 20px;
}

#map_data {
	width: 279px;
	height: 274px;
	text-align: left;
	overflow: hidden;
}

#map_title {
	color: #FFF;
	padding: 5px 10px;
}

#map_content {
	padding: 5px 10px;
}

#title_wrap {
	margin-bottom: 15px;
	height: 1%;
	width:897px;
	clear:both;
	overflow:hidden;
	margin-left:-12px;
}

#title_wrap span {
	float: right;	
	margin-left: 15px;
	text-align: right;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
	float:left;
	max-width:690px;
}

#content h2 {
	font-size: 15px;
	font-weight: bold;	
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 9px;
}

#content h4 {
	font-size: 11px;
	font-weight: normal;
}

#content h2, #content .sub_nav, #title_wrap, .left_pad {
	padding-left: 12px;	
}

table {
	width: 100%;	
	margin: 0px 0 10px 0;
}

table td {
	background: #f3f3f3;
	padding: 5px 6px;
}

#firmas_profils table td {
	padding: 2px 5px;
}

#firmas_profils {
	margin-bottom:20px;
}

table td.label {
	background: #eeeeee;
	width: 125px;
	color: #666666;
	padding-left: 10px;
}

table tr.even td {
	background: #FFF;	
}

table th {
	text-align: left;	
	padding: 5px 6px;
}

table th.center {
	text-align: center;	
}

table thead {
	background: url('img/bg_thead.gif') bottom left repeat-x; 
}

table td label {
	margin-left: 10px;	
}

table td span {
	padding: 0 5px;	
}

td.split {
	background-color:#FFFFFF;
}

table.borders {
	border-top: 1px solid #e0e0e0; 
	border-right: 1px solid #e0e0e0; 
	border-bottom: 1px solid #e0e0e0; 
	margin-left: 0;
}

table.borders th {
	background: url('img/bg_th.gif') bottom left no-repeat;
	vertical-align: middle;
}

table.borders td {
	border-left: 1px solid #e0e0e0;	
}

table.borders th, table.borders td {
	padding-left: 8px;	
}

td.borders_split {
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #FFFFFF;
	background-color:#FFFFFF;
}

table.pointer {
	margin-bottom: 20px;	
}

table.pointer tr:hover td {
	cursor: pointer;
	background: #e3ecf4;
}

table.pointer td {
	font-size: 12px;	
	padding: 3px 5px 3px 5px;
}

table.pointer td a {
	color: #5FA2E5;
}

table.pointer td a:hover {
	text-decoration:underline;
}

.sub_nav1 {
	font-size: 12px;
	position: fixed;
	bottom:0px;
	left:0px;
	z-index:999;
	background-color:#fbf7f7;
	border-top:2px #d4d4d4 solid;
	width:100%;
	padding:11px 12px 14px 50px;
}

.sub_nav1 a {
	font-weight:bold;
}

.sub_nav .left {
	margin-right: 20px;	
}

.sub_nav img {
	margin-left: 10px;	
}

ul.nav {
	list-style: none;	
	float: left;
}

ul.nav li {
	display: inline;	
	padding-right: 20px;
}

ul.nav li a {
	color: #5fa2e5;	
	font-size: 12px;
}

ul.nav li a.active {
	color: #000000;	
	font-weight: bold;
	text-decoration: none;
}

ul.nav li a.disabled {
	color: #666666;
	cursor: default;
}

#filter label {
	 
}

#filter span {
	margin: 0 10px;	
	padding: 3px 23px 0 10px;
	background: #ebf1f8;	
	border: 1px solid #b4cfea;
	font-weight: bold;
	-moz-border-radius: 3px;
	color: #000;
	cursor: default;
	display: inline-block;
	position: relative;
	height: 17px;
	line-height: 1.2;
}

#filter span a {
	color: #f6304c;	
	text-decoration: none;
	background: url('img/bg_filter_close.gif') center center no-repeat;
	position: absolute;
	top: 7px !important; top: 4px;
	right: 9px;
	display: block;
	width: 7px;
	height: 7px;
	text-indent: -9999px;
}

a.filter_cancel {
	margin-left: 10px;	
	padding-right: 16px;
	color: #f6304c;
	text-decoration: underline;
	background: url('img/bg_filter_cancel.gif') center right no-repeat;
}

.submit_form {
	background: url('img/bg_submit_form.png') center left no-repeat;
	border: 0;
	width: 100px;
	height: 30px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
  float:left;
}

.submit_margin {
	margin: 20px 10px 0 153px;
}

ul.paging {
	list-style: none;
	float: left;
	margin-bottom: 10px;	
}

ul.paging li {
	float: left;
	color: #6699cc;
	border: 1px solid #6f95b1;
	margin-right: 2px;
}

ul.paging li.disabled {
	padding: 3px 7px;
	border-color: #c9c9c9;
	color: #acacac;
	cursor: default;
}

ul.paging li.prev {
	margin-right: 5px;
}

ul.paging li.next {
	margin-left: 3px;
}

ul.paging li a {
	display: block;
	color: #6699cc;
	padding: 3px 7px;
	text-decoration: none;
}

ul.paging li a:hover {
	text-decoration: underline;	
}

ul.paging li.current {
	background: #6f95b1;
	padding: 3px 7px;
	color: #fff;
}

ul.paging li.current a {
	color: #FFF;	
}

.search_stats {
	float: left;	
	color: #999999;
	width: 180px;
}

.search_stats span {
	display: block;
	color: #333;	
}

.search_meta {
	float: left;
	color: #7f7f7f;
	margin-left: 50px;
}

.search_meta a {
	text-decoration: none;
	color: #5FA2E5;
}

.search_meta a:hover {
	text-decoration: underline;	
}

.search_meta a.active {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.search_meta span {
	float: left;
	width: 60px;	
}

.search_export {
	float: right;	
}

.search_export a {
	margin-left: 10px;	
}

ul.sub_item {
	list-style: none;	
	margin: 0 0 5px 30px;
}

ul.sub_border {
	border-left: 2px solid #e5e5e5;
}

ul.sub_border li {
	padding-left: 10px;	
}

ul.sub_item li a {
	color: #333333;
	text-decoration: none;
}

ul.sub_item li a.blue {
	color: #5fa2e5;	
}

ul.sub_item li a:hover {
	text-decoration: underline;
}

tr.nopointer td {
	padding-left:20px;
}

table.pointer tr.nopointer:hover td {
	cursor: default;
	background: #e3ecf4;
}

/** First page **/

#search_wrap {
	width: 922px;
	height: 97px;
	background: url('img/bg_search_wrap.png') no-repeat;
	margin: 1px 0 10px 0;
	padding: 40px 0 0 40px;
	font-size: 12px;
	color: #d0e3ef;
}

#search_bottom {
	padding-left:300px;
}

#search_help {
	float: left;
	width: 300px;
	font-size: 13px;
	color: #bbd8ed;
}

#search_help strong {
	color: #edf3f7;
}

#search_input {
	position: relative;
	top:-5px;
	border: 0;
	background: url('img/bg_search_input.png');	
	width: 431px;
	height: 25px;
	padding: 4px;
	margin-bottom: 7px;
	margin-right:20px;
	font-size: 16px;
}

#search_input_registered {
	position: relative;
	top:-5px;
	border: 0;
	background: url('img/bg_search_input_reg.png');	
	width: 471px;
	height: 25px;
	padding: 4px;
	margin-bottom: 7px;
	margin-right:20px;
	font-size: 16px;
}
#search {
	float: left;
	padding-top: 17px;
}

#search_select {
	float:left;
  width:169px;
  height:32px;
  cursor:pointer;
  font-size:15px;
  font-family:arial;
  color:#000;
}
#search_select_selected {
  float:left;
  margin:2px 0px 0px 8px;
  overflow:hidden;
}
#search_select_text {
  clear:both;
}
#search_select_text li {
  margin:4px 9px 0px 8px;
  list-style-type:none;
  padding:0px;
  float:left;
  clear:both;
  width:150px;
}
#search_select_text li:hover {
  background-color:#4682b2;
  color:#fff;
}
#search_select_body {

  width:167px;
  height:22px;
  background-color:#f1f1f1;
  border:0px;
  overflow:hidden;
}
.search_select_borders {
  display:table-cell;
  width:1px;
  background-color:#8a8a8a;
  height:0px;
}
.search_select_top {
  width:169px;
  height:5px;
  overflow:hidden;
  background:url('img/search_select_bg1.png');
}

.search_select_bottom {
  width:169px;
  height:5px;
  overflow:hidden;
  background:url('img/search_select_bg2.png');
}

#search_wrap a.blue {
	color: #d0e3ef;
}

#search_wrap .submit_form {
	position:relative;
	top:-5px;
	vertical-align: top;
	background: url('img/bg_submit_button.png');
	width: 90px;
	height: 34px;
	font-weight: normal;
	font-size: 16px;
	margin-left: 13px;
}

#info_wrap {
	background: url('img/bg_info_wrap.png');
	width: 960px;
	height: 85px;
}

#info_wrap ul {
	list-style: none;	
}

#info_wrap ul li {
	float: left;	
	line-height: 85px;
}

#info_wrap ul li a {
	display: block;	
	color: #333333;
	font-size: 18px;
	text-decoration: none;
}

#info_wrap ul li a:hover {
	text-decoration: underline;
}

#info_wrap ul li.l1 {
	width: 250px;	
}

#info_wrap ul li.l1 a {
	padding-left : 90px;	
}

#info_wrap ul li.l2 {
	width: 352px;
	text-align:center;
}

#info_wrap ul li.l2 a {
	padding-left : 120px;
}

#info_wrap ul li.l3 {
	width: 356px;	
}

#info_wrap ul li.l3 a {
	padding-left : 140px;	
}

/** Free **/


#free {
	background: #ffffff;	
	border-top: 1px solid #ebebeb;
	padding: 0 30px 30px 0;
}

#col1 {
	float: left;	
	width: 325px;
}

#col2 {
	margin-left: 325px;	
	border-left: 1px solid #ebebeb;
	padding: 9px 0 15px 24px;
}

#col2 h1 {
	color: #6f9fd5;
	font-size: 18px;
	font-weight: normal;
	padding: 3px 0 10px 22px;
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	background: url('img/bg_h1.gif') 1px 6px no-repeat;
}

#col2 h2 {
	color: #777777;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 8px 5px;
	border-bottom: 1px dotted #CCC;
	margin: 25px 0 8px 0;
}

#col2 h3 {
	color: #444;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 5px;
	margin: 25px 0 8px 0;
}

#col2 p {
	/*clear: both;*/
	font-size: 13px;	
	color: #7c7c7c;
	padding: 5px 5px 10px 5px;
}

#col2 p img {
	float: left;
	padding: 2px;
	border: 1px solid #dadada;	
	margin: 0 15px 15px 0;
}

#col2 p a {
	color: #5fa2e5;
	text-decoration: underline;
}

#col2 ul, #col2 ol {
	font-size: 13px;	
	color: #7c7c7c;
	padding: 5px 5px 10px 5px;
}

#col2 ul li, #col2 ol li {
	font-size: 13px;	
	color: #7c7c7c;
	padding: 5px 5px 0 5px;
	margin: 0 0 0 20px;
}

a.arrow {
	background: url('img/bg_left_nav.gif') center right no-repeat;	
}

#col2 table td ol li {
	font-size: 11px !important;	
	color: #000 !important;
}

#col2 table td ol {
	padding: 0 !important;
}


/*  1st level */

#col1 ul {
	list-style: none;	
}

#left_nav li {
	background: #f4f4f4;
	line-height: 43px;
	border-top: 1px solid #FFF;
	border-bottom : 1px solid #ebebeb;
}

#left_nav li a {
	display: block;	
	color: #6f9fd5;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 40px;
}

#left_nav li.active {
	background: #FFF;	
	padding-right: 20px;
}

#left_nav li.active a {
	color: #666666;
}

#left_nav li a:hover {
	text-decoration: underline;
}

/* 2nd level */

#left_nav li ul {
/*	display: none;	*/
	margin-bottom: 10px;
}

#left_nav li ul li {
	background: #FFF;	
	border: none;
	line-height: 30px;
	padding-left: 20px;
	height: 1%;
}

#left_nav li ul li a {
	font-size: 13px;
}

#left_nav li.active ul li a {
	color: #6f9fd5;
}

#left_nav li ul li.active {
	padding-right: 0;	
}

#left_nav li ul li.active a {
	color: #666666;
}

/* 3rd level */

#left_nav li ul li ul {
	display: block;	
	margin: 5px 0 20px 0;
	margin-left: 50px;
	border-left: 2px solid #e5e5e5;
}

#left_nav li ul li ul li {
	line-height: 20px;
	height: auto !important; height: 20px;
	padding-left: 0;
}

#left_nav li ul li ul li a,
#left_nav li ul li.active ul li a {
	font-size: 11px;	
	font-weight: normal;
	padding-left: 10px;
	color: #6f9fd5;
}

#left_nav li ul li.active ul li.active a {
	color: #666666;
	font-weight: bold;
}

/** Footer **/

#footer_inner {
	padding-top: 20px;	
}

#footer div.right {
	float: right;
	color: #666666;
	font-size: 12px;
}

#footer p {
/*	clear: both;*/
	width:70%;
	padding-top: 15px;
	height: 40px;
	font-size: 10px;	
	color: #999999;
}

.error {
	color: #F6304C;
	font-weight: bold;
	background: url(img/exclamation.png) 3px 4px no-repeat;
	padding: 5px 10px 7px 25px;
}

#licence {
	margin-left:10px;
}

#licence h1 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(img/bg_h1.gif) no-repeat scroll 1px 6px;
	border-bottom:1px dotted #999999;
	color:#6F9FD5;
	font-size:18px;
	font-weight:normal;
	margin-bottom:15px;
	padding:3px 0 10px 22px;
}

#licence p {
	color:#7C7C7C;
	font-size:13px;
	padding:5px 5px 10px;
}

#licence ul li {
	color:#7C7C7C;
	font-size:13px;
	margin:0 0 0 20px;
	padding:5px 5px 0;
}

#licence form {
	padding-top:20px;
}

/** Lightbox **/

#lbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 100;
}

#lbox-wrap {
	position: absolute;
	background: #FFF;
	z-index: 200;
}

#lbox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('img/close.png') top left no-repeat;
	cursor: pointer;
	outline: none;
}

#lbox-cnt {
	padding: 20px;	
}

#lbox-cnt h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

#lbox-cnt textarea {
	width: 450px;
	height: 185px;	
	margin-bottom: 10px;
}
.print_seperator {
	display:none;
}


#grafiki {
  width:491px;
}

#grafiki td {
  background-color:#fff;
  text-align:center;
  font-weight:bold;
  font-size:15px;
}

#full_info, #warning {
  position:absolute;
  top:-300px;
  left:-300px;
  border:2px #f9dda6 solid;
  border-radius:6px;
  background-color:#fff;
  padding:8px 8px 8px 8px;
  z-index:999;
  width:150px;
  text-align:center;
}

#search_field_bg {
  float:left;
  font-size:15px;
  width:550px;
  height:32px;
  border:0px;
  margin:0px 0px 0px 0px;
  background:url('img/search_form_bg2.png') no-repeat;
}

#search_field {
  background-color:#f1f1f1;
  border:0px;
  width:319px;
  margin:5px 0px 0px 1px;
  font-size:13px;
  font-weight:bold;
}
#new_firmas h1 {
	color: #6f9fd5;
	font-size: 18px;
	font-weight: normal;
	padding: 3px 0px 12px 22px;
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
  margin-right:27px;
	background: url('img/bg_h1.gif') 1px 6px no-repeat;
}
#nozare_list {
	clear:both;
	background-color:#fff;
	width:530px;
	margin-top:-2px;
	border-left:1px #cacdd1 solid;
	border-right:1px #cacdd1 solid;
	border-bottom:1px #cacdd1 solid;
	margin-bottom:1px;
}
#nozares_field #nozare_list {
	border:0px;
	margin:0px;
	background-color:#fbfbfb;
	color:#000;
}
.nozare_vibor {
	padding:5px 5px 5px 7px;
	color: #2365bf;
}
.nozare_vibor:hover {
	cursor: pointer;
}
.headings_profile {
	float:left;
	margin: 0px 6px 5px 12px;
	font-size: 12px;
	font-weight: bold;
}
.profile_hide {
	float:left;
	width:12px;
	height:12px;
	background:url('img/info_hide.png');
	cursor:pointer;
	margin:8px 0px 0px 5px;
}
.news_field {
	background-color:#fafafa;
	border:1px #e4e4e4 solid;
	border-radius:5px;
	font-size:13px;
	margin-bottom:13px;
	color:#315669;
}
.news_field a {
	color:#315669;
	text-decoration:none;
}
.news_field a:hover {
	color:#59a8f2;
}

#novostj img {
	border:1px #e4e4e4 solid;
	padding:2px;
}
.comment_body {
	background-color:#efefef;
	padding:5px 3px 6px 7px;
	margin-bottom:10px;
}
.comment_author {
	margin-bottom:3px;
	float:left;
}
#comments {
	font-weight:bold;
	margin:5px 0px 10px 0px;
	font-size:14px;
}
.delete_comment {
	cursor:pointer;
}
.profile_headings {
	font-size:12px;
	font-weight:bold;
	padding-left:9px;
	font-family:arial;
	background:url("img/arrow.png") no-repeat 2px 4px;
	margin-left:4px;
	float:left;
	margin-bottom:4px;
	margin-top:5px;
}
.split .profile_headings {
	margin-left:-3px;
	margin-top:10px;
	margin-bottom:0px;
}
.profile_right_menu {
	float:left;
	width:190px;
	margin-top:-23px;
	padding-left:20px;
	font-size:12px;
}
.profile_right_menu li {
	background-color:#e8f2f4;
	padding:4px 7px 5px 7px;
	color:#666;
	margin-bottom:2px;
	list-style:none;
	cursor:pointer;
}
.profile_right_menu[notlogged=true] li {
	background-color:#f3f3f3;
	color:#acacac;
}
.profile_right_menu li[this=show] {
	background-color:#e8f2f4;
	color:#666;
}
.profile_right_menu li a {
	color:#305669;
	text-decoration:none;
}
#edit_contact input[type=text] {
	width:400px;
}
.button_left, .button_right {
	float:left;
	width:4px;
	height:26px;
	background:url("img/button_left.png");
}
.button_right {
	background:url("img/button_right.png");
}
.button_mid {
	float:left;
	height:26px;
	background:url("img/button_mid.png") repeat-x;
	padding:6px 6px 0px 6px;
}
.button_mid a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#results_menu {
	float:left;
	width:125px;
	margin-left:-8px;
	font-size:13px;
	line-height:20px;
	font-family:arial;
	color:#069;
	height:100%;
}
#results_menu li {
	margin:0px;
	padding:0px;
}
#results_menu li a {
	color:#069;
	text-decoration:none;
}
.warning {
	float:left;
	width:12px;
	height:12px;
	margin:1px 4px 0px 0px;
}
#pretty_popup {
	position:absolute;
	top:-300px;
	left:-300px;
	border:1px black solid;
	padding:3px 5px 3px 5px;
	background-color:#fff;
	z-index:999;
}
.link_dark {
	color:#006699;
	text-decoration:none;
	font-size:13px;
}
.results_menu_heading {
	font-family:arial;
	color:#333;
	font-size:11px;
	font-weight:bold;
}
.normal_table {
	margin:0px;
	padding:0px;
}
.normal_table td {
	margin:0px;
	padding:0px;
	background-color:#fff;
	vertical-align:top;
}
.nothing_found {
	padding:7px;
}
.profile_personal {
	float:left;
	border:1px #B4CFEA solid;
	background:#EBF1F8;
	color:#333;
	font-weight:bold;
	font-family:tahoma;
	font-size:11px;
	padding:3px 5px 4px 5px;
}
.paatrinati {
	color:#FF0000;
	font-size:15px;
	margin-bottom:10px;
	font-weight:bold;
}
.paatrinati a {
	text-decoration:none;
	color:#FF0000;
	font-weight:bold;
}
.spacer {
	clear:both;
	overflow:hidden;
}
.mnp_headings {
	float:left;
	width:150px;
	font-weight:bold;
}
.advanced label {
	padding:0px;
	margin:0px;
	cursor:pointer;
}
.advanced label:hover {
	color: #2b7cce;
}
table td.label2 {
	background: #eeeeee;
	width: 125px;
	color: #666666;
	padding:7px;
	vertical-align:top;
	font-size:12px;
}
#tip_field, #nozares_field {
	border:1px #a4bed8 dashed;
	background-color:#fbfbfb;
	font-size:11px;
	padding:8px 5px 3px 9px;
	font-family:arial;
}
.tip_list {
	float:left;margin:-2px 4px 0px 0px
}
#novostj a {
	color: #5fa2e5;
}
#novostj a:hover {
	text-decoration:underline;
}
.vel_active td {
	background-color:#def1f2;
}
#urprofile_ur_logo {
	position:absolute;left:170px;top:0px;display:none;
}
.hide_filters {
	width:12px;height:12px;margin:3px 4px 0px 0px;float:right;cursor:pointer;
}
#list_filters_show {
cursor:pointer;position:absolute;left:-7px;top:3px;display:none;width:12px;height:12px;background:url('img/info_show.png');z-index:10;
}
.persons_more_info {
	font-size:12px;
	margin:5px 0px 15px 0px;
	border-left:1px #dfe0e4 solid;
	padding-left:8px;
}
