@import url('general.css');
@import url('common.css');

/*--ESSENTIAL--------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {    
	text-align:center;
	_behavior: url("scripts/csshover.htc");
	background:url(../images/body.jpg) no-repeat top center #002859;  
	font-family:Tahoma, Arial, Helvetica, sans-serif; 
	text-align:center; 
}

img { 
    border: none;
}

/*--LAYOUT----------------------------------------------------------------*/

#contaner{
	text-align:center; 
} 

#main {
	margin:0px auto 0px auto;
    text-align: left;
	width:959px; 
	position:relative;
}

#page {
	padding:259px 0px 0px 0px;
	position: relative;
	text-align: left;
	background:url(../images/main_bg.jpg) repeat-y left #dedede; 
}

#popup{
	background:#E4E4E4;
	border:3px solid #666;
	overflow:scroll;
	height:600px;
	padding-top:5px; 
}

#popup h1{
	padding:0px;
	margin:6px 0px 3px 0px;  
} 

/*--CENTER-PART-----------------------------------------------------------*/


/*--ABSOLUTE----------------------------------------------------------------*/

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	height:259px;
	width:959px;
} 



#breadCrumbs{
	position:absolute;
	top:188px;
	left:44px;
	font-size:11px;
	padding:0px !important;
	margin:0px !important;
	color:#FFFFFF;
}

#breadCrumbs a{
	color:#FFFFFF;
	text-decoration:none;
}

#breadCrumbs a:hover{
	text-decoration:underline;
}

#m30{
	background:url(../images/30.png) no-repeat;
	width:127px;
	height:77px; 
	position:absolute;
	bottom:-44px;
	right:7px;
	z-index:99;
}

/*--FOOTER---------------------------------------------------------------*/

#footer{
	text-align: left;
	width:959px;
	height:200px;
	position:relative;
	margin:0px auto 0px auto;
	background:url(../images/footer.jpg) no-repeat top left; 
}

#footer p.copy{
	color: #00132b; 
	font-size:11px;
	position:absolute;
	right:29px;
	top:95px;   
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
}

#footer p.copy a {
	color: #00132b;
	text-decoration:none;
}

#footer p.copy a:hover{
	color:#000000; 
}

#fm{
	padding:0px;
	margin:0px;
	position:relative;
	top:28px; 
	left:215px;   
}

#fm li{
	display:inline;
	padding:0px 9px 0px 11px;  
	background:url(../images/fm-space.gif) 0px 3px no-repeat;  
}

#fm li.first{ 
	background:none; 
}


#fm li a {
	color:#002859;
} 

/* page */
#content{
	min-height:250px;
	background:url(../images/main_bg_top.jpg) no-repeat top left;
} 

#inner{
	padding:30px 55px 10px 55px;
	position:relative; 
}  
 
.subpage{
	padding:0px 10px 10px 0px;
}

#login{
	position:absolute; 
	width:335px;    
	height:35px;
	top:285px;
	right:40px;
	text-align:right; 
}

#login.logged{
	width:480px;
}

#login.loggedAdmin{
	width:480px; 
	height:60px; 
}

#login input{
	background:url(../images/input_bg.png) no-repeat;
	border:none; 
	width:80px; 
	height:22px;
	padding:7px 5px 0px 8px;
	display:inline;
	margin:0px;
	font-size:11px;
	position:relative;
	vertical-align:top;  
}

#login button, .okButton{ 
	background:url(../images/b_ok.png) no-repeat 0px 0px;
	width:38px;
	height:28px;
	padding:0px;
	margin:0px;
	border:none;
	position:relative;
	top:-1px;
	left:2px;  
}

#login form{
	float:right;
} 

#login button:hover{
	background:url(../images/b_ok.png) no-repeat 0px -28px; 
}

.lim{
	float:left;
	margin:2px 5px 0px 0px;
} 

#filterUsers table{
	border-collapse:collapse;
	width:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#002859;   
}

#filterUsers table td{
	padding:2px 8px 2px 0px;
	margin:0px;
}

#filterUsers table td select{
	background:#fffed6;
} 

/*** HOMEPAGE */
.home{
	padding:20px 0px 29px 0px; 
	text-align:center; 
	float:left;
	display:block;
	width:455px;
	margin:0px 0px 0px 20px;
	font-size:16px;
}

.home a {
	color:#8d0081;
}  

#closest{
	float:right;
	background:url(../images/close.png) no-repeat top left; 
	width:310px; 
	height:325px; 
	padding:25px 20px 0px 40px;
	position:relative;
	top:27px;
	left:48px;
} 

#banners{
	float:right;
	width:320px; 
	padding:35px 0px 0px 10px;
	position:relative; 
	left:25px;
	overflow:hidden; 
}

.homePromo{
	width:470px;
	float:left; 
} 

.homePromo ul{
	font-size:1.1em;
	color:#002859;
} 

.homePromo h3{
	margin:0px 0px 0px 0px;  
} 

img#promo{
	margin:19px 0px 5px 15px;
} 

/***** AKCE */
.date{
	font-weight:bold;
} 

.actionMini{
	padding:5px 5px 5px 0px;    
	font-size:0.85em;
	margin:0px 0px 7px 0px; 
}

.actionMini p{
	padding:0px;
	margin:0px 0px 2px 0px;
}

.actionMini a.hh{
	color:#8d0081;
	font-weight:bold;
	font-size:1.4em;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:0px 0px 3px 0px; 
}

.actionMini a.hh:hover{
	text-decoration:underline;
}

.actionMini a img{
	float:left;
	margin:0px 7px 7px 0px;
	border:2px solid #FFF; 
}

.actionMini a:hover img{
	border:2px solid #8d0081;   
}


/******** AKCE MAIN */
.action{
	background:url(../images/action_bg.png);
	_background:none;
	width:867px;
	height:177px;
	margin:0px 0px 18px 0px;
	color:#002859;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.action .text{
	width:580px;
	padding:10px 15px 0px 29px;
	float:left;
}
 
.action .image{
	float:right;
	width:210px;
	padding:15px 20px 0px 0px;
	position:relative; 
}

.action .people{
	float:right;
	width:220px;
	padding:10px 15px 0px 0px;
	position:relative;
	height:145px;
	overflow:auto; 
}


.action .image img{
	border:2px solid #616161;
} 

.action .image{
	/*max-height:130px; */ 
	overflow:hidden;  
} 

.action div.status{
	font-size:1.2em;
	color:#484848; 
}

.action div.status table{
	font-size:12px; 
	border-collapse:collapse;
} 

div.status table td{ 
	padding:0px 8px 0px 0px;  
} 

.action div.price, #action div.price{
	font-size:1.1em;
	color:#002149;
	float:right;  
}

.action div.price span, #action div.price span{ 
	font-size:1.4em; 
}

.free, .full{
	display:block;
	width:64px;
	height:64px;
	position:absolute;
	top:15px; 
	left:0px; 
}

.action .date{
	float:right;
	font-size:1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
}

.action h2, .action a{
	color:#8d0081;
	text-decoration:none;
} 

.free{
	background:url(../images/s_1.png) no-repeat;
}

.full{
	background:url(../images/s_0.png) no-repeat;
} 

#action{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#002859;
	width:807px;   
	background:url(../images/action_top.png) no-repeat top;
	padding:42px 30px 10px 30px;   
}

#actionFooter{
	width:867px;
	background:url(../images/action_footer.png) no-repeat;
	height:13px;
} 

#action{
	position:relative;
} 

#action.userDetail{
	margin:-19px 0px 0px 0px;
 
}

#action .text{
	float:left;
	width:585px;
}


#action.userDetail .text{
	width:295px;  
} 
 
#action.userDetail .data{
	float:right;
	width:510px;   
}

#action.userDetail .data h4{
	margin:0px;
} 


.profileTable{
	border-collapse:collapse; 
}

.profileTable td{
	font-size:0.9em;
	padding:2px 8px 2px 0px;
} 

.profileTable td.w25p{
	width:100px; 
} 

.noheart{
	position:absolute;
	width:12px;
	height:12px; 
	left:12px;
	top:49px;   
	background:#FFF; 
} 
	

#action .text div.date{
	float:right;
	color:#002859; 
}
 
#action .images{
	float:right;
	width:205px;
	text-align:right;
	padding:5px 0px 0px 0px; 
}

#action .images img, .image img{
	margin:0px 0px 7px 0px;
	border:2px solid #616161;
}

#action .images a:hover img, .image a:hover img{  
	border:2px solid #8d0081;    
} 
 
#action .image{
	position:relative; 
	float:right; 
}

#action .image .free, #action .image .full{
	top:0px;
} 

#back{
	position:absolute;
	right:19px;
	top:12px;    
	background:url(../images/back.png) no-repeat 0px 0px;
	width:60px;
	height:23px;
	display:block; 
}

#back:hover{
	background:url(../images/back.png) no-repeat 0px -23px;
}

a.alogin{
	background:url(../images/b_login.png) no-repeat 0px 0px;
	width:116px;
	height:29px;
	display:block;
}

a.alogin:hover{
	background:url(../images/b_login.png) no-repeat 0px -29px; 
}

/***** USERS */

.nick{
	margin:0px 10px 0px 0px;
}

ul.userMenu, ul.userMenu li{
	padding:0px;
	margin:0px;
	list-style:none;
	display:inline; 
	line-height:25px;  
}
 
ul.userMenu{
	clear:both;
}
 
ul.userMenu li{
	display:inline; 
	padding:0px 10px;	 
} 

ul.userMenu li a{
	padding:0px 0px;	
	color:#d300c2;
}
 
ul.userMenu.admin li a{
	padding:0px 0px;	
	color:#002859;
	font-size:11px; 
}

ul.userMenu.admin  li{
	padding:0px 2px;	  
} 

ul.userMenu.admin  li a{
	text-decoration:underline; 
}

ul.userMenu.admin  li a:hover{
	text-decoration:none;
} 

ul.userMenu li a.messages{
	background:url(../images/ico_messages.png) no-repeat center left;
	padding:0px 0px 0px 25px;
}

#location{
	padding:5px 0px 5px 15px;
}

#location.detail{
	position:absolute;
	top:-5px;   
	left:10px; 
} 

#location h3{
	font-size:1.2em;
	display:inline; 
} 

.w100{
	width:100px;
}

.w50{
	width:50px;
} 

.w5{
	width:100px;
} 

/* USER FORM */
#userForm{
	text-align:left;
}

#userForm table{
	width:100%;
	border-collapse:collapse;
}

#userForm table td{
	padding:2px 4px 2px 0px;
}

#userForm table td.tkey{
	width:80px;
}

#userForm table *.niceInput{
	width:120px;
}

#userForm table *.niceInputS{
	width:75px;
}

textarea.niceTextarea{ 
	width:670px !important;   
	height:50px;
	padding:2px; 
} 

.leftHalf, .rightHalf{
	padding:0px 0px 10px 0px;
	margin:0px 0px 5px 0px;
	width:48%;
	float:left;
}


.rightHalf{ float:right; }

#motto, #vice{
	width:96%;
	height:50px;
}

.w5{
	width:130px;
}

.w5 label{
	padding:2px;
}

.w5 input{
	float:left;
	margin:0px 5px 0px 0px;
	position:relative; 
}

.w166{
	width:152px;  
} 

.textInput{
	width:150px; 
} 

.okNick, .erNick{
	padding:5px 0px;
	color:#090;
	font-size:9px;  n
}

.erNick{
	color:#F00;
}

.buttonLogin, .but{ 
	padding:5px;
	font-size:14px; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#002859;
	font-weight:bold; 
}

.profileButton{
	width:160px; 
	font-size:13px;
	margin:7px 0px;
} 
 
.message{
	display:block;
	padding:5px;
	margin:5px 0px;
	text-align:center;
}

.errorm{
	color:red;
	border:1px solid red;
}

.infom{
	color:#006633;
	border:1px solid green;
}

.cblue{
	color:#0070c0;
}

h2.expander, h2.expanderActive{
	display:block;
	height:20px;
	cursor:pointer;
	font-size:11px;
	line-height:20px;
	background:url(../images/plus.gif) no-repeat left center;
	padding:0px 0px 0px 20px;
}

h2.expander:hover{
	background:url(../images/plus_o.gif) no-repeat left center;
}

h2.expanderActive{
	background:url(../images/minus.gif) no-repeat left center;
}

h2.expanderActive:hover{
	background:url(../images/minus_o.gif) no-repeat left center;
}

#message_PBar, #messText_PBar, #messageTa_PBar{
	width:0px;
	height:1px;
	border:0;
	font-size:1px;
	overflow:hidden;
	background-color: #3399FF;
}

#messageTa_PBar{
	margin:8px 0px 0px 28px;
	float:left;
	clear:both;
}

#awatarImg{ border:2px solid #333; }

.linkLike{
	color:#06C !important;
	text-decoration:underline;
} 

/**** LIDE */
.person{
	background:url(../images/user_bg.png) no-repeat;
	width:276px;
	height:144px;
	position:relative;	
	
} 

.person h3{
	padding:0px;
	margin:0px;
	font-size:1.3em;    
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif; 
} 

.person h3 a{
	text-decoration:none;
	/*color:#002859;*/
}

.person h3 a:hover{
	/*color:#001329;*/ 
} 

.person .location, .person p{
	color:#3d3d3d; 	 
	font-size:0.9em;   
} 
.person p{
	margin:5px 0px 0px 0px;
} 

.person .age{
	position:absolute;
	top:115px;
	left:15px;
	color:#3d3d3d;
	font-size:0.9em;   
}

.person a.write{
	position:absolute;
	top:115px; 
	right:125px; 
	background:url(../images/write.png) no-repeat 0px 0px;
	display:block;
	width:19px;
	height:16px; 
}

.person a.write:hover{
	background:url(../images/write.png) no-repeat 0px -16px; 
}

td.nick a.write{
	background:url(../images/write2.png) no-repeat 0px 0px;
	display:block;
	width:16px;
	height:16px; 
	float:left;
}
 
.person div.info{ 
	width:135px;
	float:left;
	padding:10px 0px 0px 15px;
} 

.person .uImage{
	float:right;
	width:110px;
	padding:5px 2px 0px 0px; 
}

a.uImageA{
	display:block;
	background:url(../images/profile_image_bg.png) no-repeat 0px 0px;
	width:93px; 
	height:118px;
	overflow:hidden;
	padding:6px 8px 8px 8px;
}

a.uImageA span{
	display:block;
	width:93px; 
	height:118px;
	overflow:hidden;
} 

a.uImageA:hover{
	display:block;
	background:url(../images/profile_image_bg.png) no-repeat 0px -132px;
} 

/* admin*/
.admin{
}

.admin img.simg{ 
}

div.btns{
	padding:10px 0px;
}

div.btns label{
	display:inline !important;
}

.admin table{
	border-collapse:collapse;
}

.admin table td{
	border-bottom:1px sol #D2E9FF;
	padding:3px;
}

.aPhoto{
	width:55px;
	height:85px;
	text-align:center;
	float:left;
	margin:0px 7px 7px 0px;
}

.aPhoto a{
	width:60px;
	height:80px;  
	display:block;
	overflow:hidden;
	margin-bottom:5px;  
} 

/*--MESSAGES----------------------------------------------------------------*/

.messagesBox  {
    width: 340px; 
    padding: 10px;
    height: 214px;
    overflow: auto;
    margin-top: 3px;
    border: 1px #e3e3e3 solid;
	font-size:11px; 
}

.messagesBox.chat {
	width:340px;
	height: 265px;
	margin-bottom: 5px;
}

.messagesBox .head  {
    background: url("../images/page/head_line.gif") 0 50% repeat-x;
}

.messagesBox .nick {
    font-weight: bold;
    text-decoration: none;
    float: left;
    background: #fff;
}

.messagesBox .nick:hover {
    text-decoration: underline;
}

.messagesBox p {
    margin: 0;
}


.messagesBox p.chm {
    margin: 0;
    padding:2px 0px 4px 0px;
    background: url("../images/page/head_line.gif") bottom repeat-x;
    line-height:16px;
}


.messagesBox .date {
    color: #006eb8;
    font-size: 0.9em;
    float: right;
    background: #fff;
}

.messagesBox .smile {
    vertical-align: middle;
}

.showX {
    padding-right: 7px;
    text-align: right;
    font-style: italic;
    color: #8b8b8b;
    margin: 0;
}

.writeMessage {
    width: 365px;     
    height: 157px;
    position: relative;
}

.writeMessage.chat {
    width: 356px;
    height: 85px;
}

.writeMessage h2 {
    font-weight: normal;
	font-size:12px; 
}

.writeMessage h2 small {
    color: #919191;
}

.writeMessage textarea {
    border: 1px #e3e3e3 solid;
	background:#FFF !important;     
    width: 356px;
    height: 105px;
    padding: 2px;
    margin-bottom: 3px;
	font-size:11px; 
}

.writeMessage.chat textarea {
	width: 406px;
    height: 55px;
} 

.linkButton{
	display:block;
	padding:2px 0px;
} 

#smiles {
    width: 123px;
    border: 1px #c8c8c8 solid;
    padding: 2px;
    position: absolute;
    bottom: 24px;
    left: 0;
    background: #fff;
    z-index: 1000;
}

#smiles .smile {
    width: 18px;
    height: 19px;
    padding: 2px;
    display: block;
    float: left;
	border:1px solid #ffffff;
	background:none !important;
}

#smiles * {
 background:none !important;
}


#smiles .smile:hover{
	border:1px solid #DEF;
}


/*--SHOW-MESSAGES---------------------------------------------------------*/

.showMessages{
	min-height:250px; 
	overflow:auto;
	position:relative;
}

.showMessages table  {
    width: 100%; 
    margin-bottom: 8px;
}

.showMessages table td {
    background: #f5fcff;
}

.showMessages table tr.green td {
    background: #f6f3e9;
    color: #444444; 
}

.showMessages table td {
    padding: 2px 2px 2px 5px;
}

.showMessages table td.date {
    text-align: right;
    font-size: 0.9em;
}

.showMessages .blue {
    color: #006eb8;
}

.showMessages .linkButton span {
    _padding: 0 2px !important;
}

.showMessages table td.nick {
    font-size: 11px;
    font-weight: bold;
	width:120px; 
}

.showMessages table td.nick a {
    padding-left: 0px;
    text-decoration: none; 
}

.showMessages table td.nick a:hover {
    text-decoration: underline;
}


.showMessages .subject a {
    color: #444444;
    text-decoration: none;
}

.showMessages .subject a:hover {
    color: #006eb8;
}

.sortMessages {
    float: right;
    margin-bottom: 5px;
}

.sortMessages select {
    padding: 2px;
    background: #d6d6d6;
    border: 1px #d6d6d6 solid;
    border-top: 1px #abadb3 solid;
}

.sortMessages label {
    display: inline;
}

.showMessages .paging td {
    background: none;
    padding: 1px;
}

.showMessages .paging td.overall {
    padding-left: 5px;
}

.noLRPadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
} 

/* messatge */ 
.left {
    width: 368px;
    float: left;
	padding:10px 0px 0px 0px;    
}  

.right {
    width: 165px;
	padding:10px 40px 0px 0px;  
    float: right;
}

.messaagesMenu{
	float:left;
	width:200px;
	padding:10px 0px 0px 0px;  
} 

.messageButton{
	width:160px; 
	font-size:13px;
	margin:0px 0px 5px 0px; 
} 

.bActive{  
	text-decoration:underline !important;
	font-size:14px;
	 
}     

.formatTable{
	font-size:11px;
} 
 
.profilePhoto{
	background:url(../images/message_profile_bg.png) no-repeat;
	width:197px;  
	height:219px; 
	text-align:center;
	padding:7px 0px 0px 0px;
}

#messagesList{
	width:600px;
	padding:10px 0px 0px 0px; 
	float:right;
} 

#messagesList h2{
	font-size:13px; 
	padding:0px 0px 0px 0px;
}

#mesasgesFiltr{
	text-align:right;
	font-size:0.9em; 
} 

#mesasgesFiltr select{
	font-size:11px;
} 

.searchUsers .person{
	float:left;
	margin:0px 7px 7px 0px;
} 

.paied, .notpaied{
	margin:0px 5px 0px 0px;
	font-size:11px;
	font-weight:bold;
	color:#090;
}

.notpaied{
	color:#F00;
} 

/** LISTING */

.listingContainer{
	text-align:center;
}

.paging {
    margin: 20px auto 10px auto; 
}

.paging td {
    padding: 0;
}

.paging .overall {
    width: 120px;
    color: #8b8b8b;
    font-size: 0.9em;
}

.paging .pagButton {
    padding-top: 2px;
    width: 16px;
}

.paging .pagButton a {
    width: 16px;
    height: 17px;
    display: block;
	position:relative;
	top:-2px; 
}

.paging .pagButton a.first {
    background: url("../images/page/butt_first.png") 0 0 no-repeat;
}

.paging .pagButton a.first:hover {
    background: url("../images/page/butt_first.png") 0 -17px no-repeat;
}

.paging .pagButton a.prev {
    background: url("../images/page/butt_prev.png") 0 0 no-repeat;
}

.paging .pagButton a.prev:hover {
    background: url("../images/page/butt_prev.png") 0 -17px no-repeat;
}

.paging .pagButton a.next {
    padding: 0;
    background: url("../images/page/butt_next.png") 0 0 no-repeat;
}

.paging .pagButton a.next:hover {
    background: url("../images/page/butt_next.png") 0 -17px no-repeat;
}

.paging .pagButton a.last {
    background: url("../images/page/butt_last.png") 0 0 no-repeat;
}

.paging .pagButton a.last:hover {
    background: url("../images/page/butt_last.png") 0 -17px no-repeat;
}

.paging .numbers {
    text-align: center;
	padding:0px 7px 4px 7px;
	 
}

.paging .numbers a {
    padding: 0 3px;
    font-weight: bold;
}

.paging .numbers a.active {
    text-decoration: none;
    background: #9a9d9f;
    color: #fff;
} 

/*--SEARCH----------------------------------------------------------------*/

.firstTable {
    margin-right: 25px;
    float: left;
	width: 230px;
}

.secondTable {
    width: 230px; 
    float: left; 
}

.secondTable .personalInfo {
    padding: 4px 0 0 3px;
}

.secondTable .personalInfo table {
    margin-top: 3px;
}

.secondTable .personalInfo td {
    padding: 0 2px 0 2px;
}

.secondTable .personalInfo td.metre {
    width: 50px;
    height: 11px;
    padding: 2px 0 0 0 !important;
}

.secondTable .personalInfo .disable .metre {
    background: url("../images/page/metre_default.png") 0 2px no-repeat;
}

.secondTable .personalInfo .disable td {
    color: #989898;
}

.secondTable .personalInfo .activeChar .metre {
    background: url("../images/page/metre_line.gif") 0 2px no-repeat;
}

.secondTable .personalInfo .metre span a {
    width: 8px;
    height: 9px;
    display: block;
    float: left;
    margin-right: 2px;
	text-decoration:none !important;
}

.secondTable .personalInfo .activeChar .metre span a.activePoint, .secondTable .personalInfo .activeChar .metre span a:hover {
    background: url("../images/page/metre_ball.png") 0 0 no-repeat;
}

.blue label {
    font-size: 1.1em;
    color: #006eb8;
    display: inline;
    margin-right: 3px;
}

.secondTable .leftPadding {
    padding-left: 22px;
    display: block;
}

.secondTable .leftPadding label {
    display: inline;
} 

#sb{
	width:100px;
	margin:-20px 0px -5px 15px;   
} 

.admin table{
	border-collapse:collapse;
} 

.admin table th, .admin table td{
	padding:4px 7px 4px 0px;
	margin:0px;
	vertical-align:top;
	border-bottom:1px solid #CCC;  
} 

/** ADMIN */
.admin table th{
	color:#036;
} 

.outputTable .sortUp img {
	width: 9px;
	height: 9px;
	margin-right: 1px;
	background: url("../images/page/sort_up.gif") 0 0 no-repeat;
}

.outputTable .sortDown img {
	width: 9px;
	height: 9px;
	margin-right: 1px;
	background: url("../images/page/sort_down.gif") 0 0 no-repeat;
}

.outputTable .sortUp:hover img, .outputTable th .sortUp.active img {
	background: url("../images/page/sort_up.gif") 0 -9px no-repeat;
}

.outputTable .sortDown:hover img, .outputTable th .sortDown.active img {
	background: url("../images/page/sort_down.gif") 0 -9px no-repeat;
}
 
.verified{
	background:url(../images/overen.png) no-repeat 0px 3px;
	padding-left:19px !important;  
} 

#rozcesti{
	text-align:center;
	background:url(../images/rozcestnik_bg.png) repeat-x top #002859;
}

body.rozcesti{
	background: #002859;
}  

.perPage{
	position:relative; 
	font-size:11px;
}

.perPage div{
	position:absolute;
	top:20px;  
}

.perPage select{
	width:50px;
	font-size:11px;
	background:none;
	border:none; 
} 
