@charset "UTF-8";
/* CSS Document */

@font-face { 
  /*
  font-family: "Century Gothic";
  src: url(century.ttf);
  */
}

a:link,
a:visited {
  text-decoration: none; 
  color: #06F;
}

a:hover {
   text-decoration: none;
   color: #0CF;
}

body {
  font-size: 13px;
  font-family: Verdana;
}

.nofloat {
  float: none;
  clear: both;
  height 0px;
  font-size: 1px;
}

#left_column,
#right_column,
#center_column,
#full_column,
#left_column_home,
#right_column_home {
  float: left;		
}

#left_column {
  width: 180px;	
}

#left_column_home {
  width: 198px;
}

#right_column {
  width: 180px;	
}

#right_column_home {
  width: 162px;	
}

#center_column {
  width: 605px;		
}

#full_column {
  width: 788px;
}

.small {
	font-size: 9px;
	color: #FFF;
	font-weight: bold;
}

h1 {
	font-size: 16px;
	margin: 5px;
	margin-left: 18px;
	font-weight: bold;
	color: #333;
}

h2 {
	color: #336;
	font-size: 17px;
	margin: 5px;
	margin-left: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color: #9C0;
}

ul.list {
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	padding-right: 20px;	
	list-style: none;
	list-style-image: url(../pic/marker.gif);
}

.list li {
	background: url(../pic/line-hor1.gif) repeat-x bottom;
	padding: 0px;
	line-height: 1.8em;
	color: #272727;
	font-size: 11px;
	paddig-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	position: relative;
}

.list li div {
	position: absolute;
	right: -6px;
	top: 0px;
	color: #06F;
}

.list li a:link,
.list li a:visited {	
	text-decoration: none;
	color: #272727;
}
.list li a:hover {
	text-decoration: underline;
}
.list li strong a {
	text-decoration: underline;
	color: #ae2708;
}
.list li strong a:hover {
	text-decoration: none;
}

#news_list li a {		
	color: #06F;
}
#news_list li a:hover {    
}


/* home page */

#sitepath {
   font-size: 10px;	
   padding-left: 20px;
}

.homecontainer {
  width: 585px;
  margin-left: auto;
  margin-right: auto;
}

.homecolumn {
   margin: 0px;
   padding: 0px;
   font-size: 11px;
   float: left;
   width: 194px;
}

.homecolumn .add {
   width: 188px;
   margin-bottom: 5px;
   margin-top: 0px;   
}

.homecolumn .add .addheader {
  z-index: 0;
  background: url(../pic/home_add_bkg.png) no-repeat top center;	
  height: 16px;
}

.homecolumn .add .addcontent {
  border-left: 1px solid #CCC;	
  border-right: 1px solid #CCC;	
  background: #FFF;
  margin: 0px;
  padding: 0px;
}

.homecolumn .add .addfooter {
  z-index: 0;
  background: url(../pic/home_add_footer.png) no-repeat bottom center;	
  height: 14px; 		
  margin: 0px;
  padding: 0px;  
}

.homecolumn .add img {
  margin-top: 12px;
}

.homecolumn .add ul {
   font-size: 10px;
   padding-left: 2em;
   padding-right: 0.6em;
   margin-left: 0px;
   margin-bottom: 0px;
   list-style-image:url('../pic/bullet.gif'); 
}

.homecolumn .add li {
   margin: 0px;
}

/*--  SEARCH form  --*/

#PerformSearch {
  z-index: 300;
  font-weight: bold;	
  font-size: 12px;
  color: #FFF;
  cursor: pointer;
  padding: 9px;
  width: 100px;
  text-align: center;
  position: absolute;
  left: 578px;
  top: -5px;
}

#search_ponuda .sPoslodavci {
  background: url(../pic/pretrazi_poslodavci.png) no-repeat center center;	
}

#search_potraznja .sPosloprimci {
  background: url(../pic/pretrazi_posloprimci.png) no-repeat center center;
}

.multiSelect {
	width: 150px;   
}

.multiSelectOptions {
	width: 300px;
	z-index: 9999;
}

.multiSelectOptions LABEL.hover {
	background: #EAEAEA;
}

.multiSelectOptions LABEL.checked {
	background: #CCC;
}

#BasicSearchFormContainer {
	padding-top: 7px;
	padding-left: 12px;
	position: relative;
}

#BasicSearch {
	position: absolute;
	top: 8px;
}

#BasicSearchFormContainer input {
	margin-left: 2px;
	margin-right: 2px;
}

#BasicSearchFormContainer input[type="checkbox"]{
	border: 1px solid #CCC;
	padding: 0px;
	margin: 3px;
}

#BasicSearchFormContainer label {
	float: none;
	width: auto;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	padding-left: 3px;
	padding-right: 3px;
}

#SearchKeywords {
	width:150px;
	color: #06F;
}

#ErrorMessage{
	display:none;
	width:300px;
	height: 100px;
	background-color: #FFFFFF;
	border:3px solid #CCCCCC;
	text-align: center;
	color: red;
	padding-top:30px;
}

#EAdsForm {
	position: absolute;
	top: 32px;
	left: 10px;
}

#EAdsForm select, input {
	margin: 0px;	
}

#EAdsForm select { 
	width: 130px;
	overflow: visible;
}

#EAdsForm input { 
	width: 140px;
}

#EAdsForm #Keywords {
	color: #06F;
}

/* login stuff */

.p2boxes {
  width: 100%;
  text-align:center;
  margin-left: auto;
  margin-right: auto;  
}

.left_box,
.right_box {
  width: 45%;	
  float: left;
  margin: 12px;
  padding: 5px;
  min-height: 400px;!important
  border: 1px #CCC solid;
}

.splash_prijava_posloprimci {
  height: 305px;
  margin-top: 15px;
  background: no-repeat center center url(../pic/posloprimci1.png);
}

.splash_prijava_poslodavci {
  height: 305px;
  margin-top: 15px;  
  background: no-repeat center center url(../pic/poslodavci1.png);
}

.splash_info {
  margin: 10px;
  margin-top: 0px;
  padding: 20px;
  padding-top: 15px;
  font-size: 11px;
  text-align: left;
  background: url(../pic/line-hor1.gif) repeat-x top;
  color: #333;
}

#login_form {
  padding-left: 200px;
  padding-top: 10px;
  padding-bottom: 60px;
  margin: 20px;
  position: relative;
}

.poslodavci_login {
  background: url(../pic/poslodavci_login.png) no-repeat;	
}

.posloprimci_login {
  background: url(../pic/posloprimci_login.png) no-repeat;	
}

.forgotten_password,
.confirm_registration {
  background: url(../pic/forgotten.png) no-repeat;
  min-height: 150px;
}

#login_form #title {
  width: 176px;
  color: #FFF;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  top: 32px;
  left: 0px;
  text-align: center;
}

#login_form .error {
  color: #F00;	
}

.dotspace {
	background: url(../pic/line-hor1.gif) repeat-x center;	
	height: 14px;
}

/* flash rotator */

#flashrotator {
  color: #CCCCCC;
  font-size:9px;
  text-align: center;
}

/* news */

#news_header_date {
	font-size: 10px;
	font-weight: bold;
	margin-left: 18px;
	color: #666666;
}

#news_header img,
#news_detail img {
   border: 4px solid #CCC;
   padding: 2px;
}

#news_header #main {
   text-align: left; 
   min-height: 250px; 
   font-size: 12px; 
   color: #333;
   line-height: 1.5em;
   font-size: 0.85em;
}

.news_column_header {
	padding: 8px;
	padding-left: 25px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 10px;
	background-image: url(../pic/marker.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	line-height: 10px;
	color: #333;
}

.news_column_image img {
	border: 1px solid #CCC;
	padding: 1px;
}

.news_column_content {
   padding: 12px;
   color: #333;
}

#news_detail {
   padding: 30px;
}

#news_detail img {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

#news_detail #content {
	padding-top: 20px;
	font-size: 11px;
	line-height: 1.5em;
	background: url(../pic/line-hor1.gif) repeat-x top;
	color: #333;
}

/* info row */
 
.inforow,
.inforow_over,
.inforow_special, 
.inforow_special_over {
	height: 50px;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;    
}


.inforow,
.inforow_over {
   background: url(../pic/inforow_normal.jpg) no-repeat;	
}

.inforow_special,
.inforow_special_over {
  background: url(../pic/inforow_special.jpg) no-repeat;	
}

.inforow, 
.inforow_special {
  background-position: left top;
}

.inforow_over,
.inforow_special_over {
  background-position: left bottom;
}

#inforow .mark {
	width: 50px;	
}

#inforow .date {
	font-size: 10px;
	font-weight: bold;
	width: 50px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#inforow .caption {
	width: 220px;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 5px;
	border-right: 1px solid #CCC;
}

#inforow .location {
	width: 150px;
	font-size:11px;
	padding-right: 20px;
	padding-left: 5px;
	border-right: 1px solid #CCC;
}

#inforow .icons {
   padding-left: 5px;
}

#inforow .actions {
	width: 28px;
	background: url(../pic/inforow_right.jpg) right center no-repeat;
	vertical-align:bottom;
	text-align: center;
}

.small_contact {
	font-size: 11px;	
	border: 2px #999 solid;
	padding: 5px;
}

/*-- big --*/

.inforow_head {
	width: 100%;	
}

.inforow_head td {
	text-align: center;	
	font-size: 8px;
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
	background: #DADADA;
}

.inforow_head td.op {
	width: 8%;	
}

.inforow_icons {
	text-align: center;
}

.add_baloon .label {
	padding: 2px;
	color: #06F;
	font-weight: bold;
	font-size: 10px;
}

.add_baloon td {
	background: url(../pic/line-hor1.gif) repeat-x bottom;
}

#TopPagination {
	font-size: 10px;
	margin: 2px;
}

#Pagination {
	font-size: 10px;	
	margin: 2px;
}

#Viewing {
	font-size: 10px;	
	margin: 2px;
}

#objavi_oglas {
	position: absolute;
	top: -62px;
	right: 10px;
}

#UserAction {
	height: 180px;
	width: 190px;
	background: url(../pic/shade2.jpg) repeat-x top;
	border: 4px solid #FFFFFF;
	text-align: left;
	padding: 5px;
}

#register {
	background: url(../pic/register.png) no-repeat left center;	
}
   
#login {
	background: url(../pic/login.png) no-repeat left center;
}


/* inforow big */

#adds_results_title{
	background: url(../pic/smsthumb.png) center left no-repeat;
	padding-left: 50px;
	margin-left: 15px;
}

#adds_results_title #company {
	font-size: 15px;
	font-weight: bold;
}

#adds_results_title #title {
	color: #06C;
	font-size: 12px;
	font-weight: bold;
}

.inforowbig {
	height: 98px;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 2px;
	font-size:11px;
}

.inforowbig #first {
	background: url(../pic/inforowbig_left.png) left center no-repeat;
}

.inforowbig #second {
	background: url(../pic/inforowbig_left.png) right center no-repeat;
}

.inforowbig #third {
	background: url(../pic/inforowbig_right.png) right center no-repeat;
}

.inforowbig_desc {
	border-right: 1px solid #CCC;
	width: 40%;
}

.inforowbig_desc span {
	color: #090;
}

.inforowbig_desc a {
	font-weight: bold;
}

.inforowbig_desc .item {
	padding: 2px;
	padding-left: 20px;
	padding-right: 10px;
	color: #000000;
}

.add_img_header {
	border: #CCC 5px solid;
	background: #FFF;
	padding: 3px;
	margin: 1px;
}

.inforowbig_body {
	position: relative;
	padding: 0px;
	border: 1px solid #CCCCCC;
	border-top: 5px solid #09F;
	margin-left: 22px;
	margin-right: 22px;
	font-size: 11px;
}

.inforowbig_body .column1,
.inforowbig_body .column2 {
	padding: 8px;
	height: auto;
}

.inforowbig_body .column3 {
	text-align:center;
	position: absolute;
	right: 20px;
	top: 0px;
}

.inforowbig_body .column3  #VideoAdPreview {
	border: 2px solid #CCC;
	padding: 1px;
}

.inforowbig_body .column3 p {
	font-weight: bold;
}

.inforowbig_body .column3 #add_timeout {
	background: url(../pic/timeout.png) no-repeat center top;
	width: 160px;
	height: 157px;
}

#add_timeout #tdays {
	padding-top: 26px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 35px;
	color: #FFF;
}

#add_timeout #tcode {
	font-size: 15px;
	font-weight: bold;
	color: #06F;
}

.sendtofrend {
	background: url(../pic/sendtofriend.png) no-repeat center center;
	width: 80px;
	height: 63px;
	margin-left: 40px;
}

.inforowbig_body .label {
	font-family: Verdana, Geneva, Sans Serif;
	font-weight: bold;
	font-size: 10px;
}

.inforowbig_body .content {
	padding: 3px;	
	padding-bottom: 5px;
	background: url(../pic/line-hor1.gif) repeat-x bottom;
}

#inforowbig_footer {
	padding: 30px;	
	padding-top: 15px;
	padding-bottom: 0px;
}

#inforowbig_footer span {
	color: #999;
	font-size: 11px;
}

#inforowbig_video {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 20px;
	background-color: #666666; 
	color: #FFF;
	text-align: center;
}

#add_is_image #add_whole_image {
	padding: 5px;
	margin: 5px;
}

#add_is_image {
	background: #FFF url(../pic/addbkg1.gif) repeat-y;	
}

/* control panel */

#cpoption {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top:   10px;
  padding-right: 15px;
  padding-left:  20px;
}

#cpcontent{
  padding: 10px;
}

#cpintro {
  margin: 10px;	
  margin-bottom: 0px;
  padding: 10px;
  padding-bottom: 0px;
  font-size: 10px;
  color: #333;
}

.cpcol_header {
  	padding: 20px;
  	padding-left: 45px;
	padding-top: 18px;
  	background-image: url(../pic/add_cpanel_header.png);
  	background-repeat: no-repeat;
  	background-position: center center;
  	color: #9FF;
  	cursor: pointer;
  	text-transform: capitalize;
}

#cpcol_body {
	padding: 0px;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-bottom: 4px solid #16A5E9;
	margin-left: 22px;
	margin-right: 22px;
}

.cpcol_content {
	padding: 5px;
	background-color: #FFF;
	border: 2px solid #E8E8E8;
	border-top-width: 10px;
	margin: 10px;
}


#cpcol_body td {
  font-size: 11px;
  vertical-align: top;
  width: 50%;
  padding-bottom: 5px;
}

#cpcol_body .label {
	color: #039;	
}

#cpcol_body .actions {
	padding: 5px;
	font-size: 11px;
}

#photoflow {
    border: 2px solid #CCC;
}


/* packages */

.package {
	margin: 10px;
	border: 1px solid #CCC;
	border-top: 4px solid #CCC;
}

.package td {
	padding: 3px;	
	vertical-align: top;
}

.package td.title {
	background: url(../pic/form.jpg) repeat-x;
	font-weight: bold;
	font-size: 13px;
	color: #039;
}

.package td.description {
	font-size: 10px;
}

.package td.price {
	background: #EEE;
	color: #036;
}

/* template color chooser */

.template {
	width: 75px;
	padding: 10px;
	margin: 3px;
	border: 2px solid #CCC;
	float: left;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}

.selectedT {
	border: 2px solid #000000;
}

#template1 { color: #000; background: #FFF url(../pic/addbkg.gif) repeat-y; }
#template1 span, #template1 p, #template1 .label { color: #03F; }

#template2 { color: #996633; background: #DEDECA url(../pic/addbkg.gif) repeat-y; }
#template2 span, #template2 p, #template2 .label { color: #633; }

#template3 { color: #006666; background: #DCDCDC url(../pic/addbkg.gif) repeat-y; }
#template3 span, #template3 p, #template3 .label { color: #033; }

#template4 { color: #FFF; background: #9999FF url(../pic/addbkg.gif) repeat-y; }
#template4 span, #template4 p, #template4 .label { color: #9FF; }

#template5 { color: #060; background: #9C0 url(../pic/addbkg.gif) repeat-y; }
#template5 span, #template5 p, #template5 .label { color: #033; }

#template6 { color: #FFFFFF; background: #F60 url(../pic/addbkg.gif) repeat-y; } 
#template6 span, #template6 p, #template6 .label { color: #333; }

#template7 { color: #333; background: #FC0 url(../pic/addbkg.gif) repeat-y; }
#template7 span, #template7 p, #template7 .label { color: #000; }

#template8 { color: #5B5B00; background: #FF0 url(../pic/addbkg.gif) repeat-y; }
#template8 span, #template8 p, #template8 .label { color: #000; }

#template9 { color: #009; background: #9CF url(../pic/addbkg.gif) repeat-y; }
#template9 span, #template9 p, #template9 .label { color: #006; }

#template10 { color: #FFF; background: #333 url(../pic/addbkg.gif) repeat-y; }
#template10 span, #template10 p, #template10 .label { color: #0FF; }


/* friends */

.friends_splash {
	background: url(../pic/friends.png) no-repeat center center;
	height: 400px;!important
	width: 100%;
}

/* multimedia  upload splash */

.multimedia_splash {
	background: url(../pic/reload.png) no-repeat center center;
	height: 200px;
	width: 100%;
}

/* no adds splash */
.noadds_splash {
	background: url(../pic/newAdd.png) no-repeat center center;
	min-height: 350px;!important
	width: 100%;	
	padding: 20px;
	padding-top: 5px;
}

/* ajax message */

#waiting {
   margin: 20px;
}

#message {
   background: url(../pic/info.png) left center no-repeat #E6E6E6;
   border: 1px solid #CCC;
   padding: 20px;
   padding-left: 40px;
   padding-right: 10px;
   margin: 20px;   
   margin-top: 10px;
   margin-bottom: 10px;
   font-size: 10px;
   color: #009;
}

.ModalMessage {
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: middle;
	border: 1px solid windowframe;
	display: none;
    background: url(../pic/info.png) center 8px no-repeat #E6E6E6;
	padding-top: 12px;
	font-size: 11px;
	color: #039;
}

#button {
  background: url(../pic/icons/button.gif) center center no-repeat;		
  text-align: center;
  padding: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFF;
  font-weight: bold;
}

a.button {
  background: url(../pic/botun.png) center center no-repeat;		
  text-align: center;
  padding: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #09F;
  font-weight: bold;
}


/* friends table */

#EmployersTable {
   background: #FFF;	
}

#EmployersTable td {
   background: url(../pic/form.jpg) repeat-x top #FFF;		
   text-align: center;
   padding: 2px;
}


/* icons */

.leftarrow,
.rightarrow {
	font-size: 14px;
	margin: 10px;
	margin-top: 35px;
	font-weight: bold;
}

.leftarrow {
	background-image: url(../pic/icons/left.gif);
	background-repeat: no-repeat;	
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 55px;
	line-height: 2em;	
	float: left;
}

.rightarrow {
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 55px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 2em;
	background-image: url(../pic/icons/right.gif);
	background-position: right;
	float: left;
}

.icon_100 { background: url(../pic/icons/icon_100.png); }
.icon_101 { background: url(../pic/icons/icon_101.png); }
.icon_102 { background: url(../pic/icons/icon_102.png); }
.icon_103 { background: url(../pic/icons/icon_103.png); }
.icon_104 { background: url(../pic/icons/icon_104.png); }
.icon_105 { background: url(../pic/icons/icon_105.png); }
.icon_106 { background: url(../pic/icons/icon_106.png); }
.icon_107 { background: url(../pic/icons/icon_107.png); }
.icon_108 { background: url(../pic/icons/icon_108.png); }
.icon_109 { background: url(../pic/icons/icon_109.png); }
.icon_110 { background: url(../pic/icons/icon_110.png); }
.icon_111 { background: url(../pic/icons/icon_111.png); }
.icon_112 { background: url(../pic/icons/icon_112.png); }
.icon_113 { background: url(../pic/icons/icon_113.png); }
.icon_114 { background: url(../pic/icons/icon_114.png); }
.icon_115 { background: url(../pic/icons/icon_115.png); }
.icon_116 { background: url(../pic/icons/icon_116.png); }
.icon_117 { background: url(../pic/icons/icon_117.png); }

.friendonline {
   background: url(../pic/friend.png);   		
}

.friendoffline {
   background: url(../pic/friendoff.png);   		
}

.footer_cat {
  float: left;
  width: 33%;
}

.footer_info_left {
  border-right: 1px dotted #999;
  margin-right: 10px;
  float: left;
  width: 72%;
}

.footer_info_right {
  font-size: 11px;
  padding-left: 10px;
  width: auto;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	padding: 20px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 11px;
	line-height: 18px;
	color: #333;
}

.bqstart,
.bqend {
	 color: #9C0;
     font-size: 700%;
}

.bqstart {
     float: left;
     height: 15px;
     margin-top: 20px;	 
	 padding: 0px;
}

.bqend {
     float: right;
     margin-top: 20px;
}

.closex {
	background: url(../pic/closex.png) center center no-repeat;
	width: 40px;
	height: 40px;
}
