body {
	background: #000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #a6a6a6;
}

a, a:visited, a:hover {
	color: #fff;
	text-decoration: none;
}

a.red, a.red:visited, a.menu.red, a.menu.red:visited {
	color: #b52831;
	text-decoration: none;
}

a.menu.red:hover, a.red:hover {
	color: #a6a6a6;
}

a.grey {
	color: #a6a6a6;
}

a.grey:hover {
	color: #b52831;
}

a.menu {
	color: #a6a6a6;
	font-size: 11px;
}

a.menu:hover {
	color: #b52831;
	font-size: 11px;
}

span.menu {
	color: #a6a6a6;
	font-size: 11px;
}

#logo {
	display: block;
	width: 210px;
	height: 159px;
	background: url('images/logo.png') top center no-repeat;
	margin: 150px auto 50px auto;
}

#logo.floating {
	position: fixed;
}

#home {
	display: block;
	width: 90px;
	height: 20px;
	background: url('images/home.jpg') center left no-repeat;
	padding: 0px 0px 0px 20px;
}

#text {
	display: block;
	width: 440px;
	height: 54px;
	background: url('text.jpg') top center no-repeat;
	margin: 0px auto 20px auto;
}

#ps {
	display: block;
	float: right;
	width: 152px;
	height: 36px;
	background: url('ps.jpg') top center no-repeat;
}

h1 {
	font-size: 16px;
	color: #b52831;
}

h2 {
	font-size: 14px;
	color: #b52831;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 11px;
	font-weight: bolder;
	margin: 5px;
	text-align: center;
	color #fff;
}

.red {
	color: #bb1d1d;
}

.red:visited {
	color: #bb1d1d;
}

.grey:visited {
	color: #b2b2b2;
	text-decoration: none;
}

.grey:hover {
	color: #b2b2b2;
	text-decoration: none;
}

.grey {
	color: #b2b2b2;
}

img {
	border: none;
}

.spacer {
	clear: both;
}

.break_dotted {
	height: 10px;
	line-height: 1px;
	padding: 0px;
	border-bottom: 1px dotted #b2b2b2;
	margin: 0px 0px 10px 0px;
}

#logout {
	width: 415px;
	height: 24px;
	float: right;
	padding: 10px;
	font-size: 12px;
	text-align: left;
}

#login input, #logout input {
	width: 100px;
	margin-top: 3px;
	margin-right: 8px;
}

#container {
	width: 880px;
	margin: 10px auto;
	padding: 0px;
}

.row_normal {
	background: #ececec;
}

.row_grey {
	background-color: #fff;
}

.left {
	float: left;
}

.right {
	float: right;
}

#popup {
	width: 603px;
	overflow: hidden;
	position: absolute;
	z-index: 99999;
}

#popup_title {
	color: #000;
	font-size: 14px;
	margin-top: 8px;
}

#popup_handle {
	width: 542px;
	height: 25px;
	padding: 0px 5px 5px 15px;
	margin: 20px auto 0px auto;
	overflow: hidden;
	color: #fff;
}

#popup_handle {
	cursor: move;
}

#popup_header {
	width: 603px;
	height: 63px;
	overflow: hidden;
	background: url('images/bg_popup_header.png') top center no-repeat;
}

#popup_footer {
	width: 603px;
	height: 34px;
	overflow: hidden;
	background: url('images/bg_popup_footer.png') bottom center no-repeat;
}

#popup_container {
	overflow: auto;
}

#popup_container_holder {
	overflow: auto;
	padding: 5px 40px 0px 40px;
	width: 523px;
	min-height: 60px;
	background: url('images/bg_popup.png') top center repeat-y;
}

#popup_close {
	background: url('images/popup_close.png') top center no-repeat;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	z-index: 1000000;
}

.info {
	background: url() center left no-repeat;
	padding-left: 33px;
	padding-top: 5px;
	height: 25px;
	font-size: 10px;
	color: #b2b2b2;
	vertical-align: top;
}

ul.message, ul.error, ul.warning {
   padding: 0px 5px 0px 25px;
   font-size: 11px;
   color: #b2b2b2;
   margin: 0px;
}

ul.message li, ul.error li, ul.warning li {
    display: block;
    margin: 0 0 6px 0;
    padding: 0;
    list-style: none;
}

ul.error {
    background: url('https://secure.skype.com/i/images/icons/error_icon.png') center left no-repeat;
}

ul.warning {
    background: url('https://secure.skype.com/i/images/icons/warning_icon.png') center left no-repeat;
}
ul {
	padding-left: 0px;
	margin-left: 13px;
}

form {
	padding: 0px;
	margin: 0px;
	display: block;
	clear: both;
}

div.user_info_message {
	text-align: center;
	padding: 5px 5px 10px 40px;
	width: 400px;
	min-height: 30px;
	margin: 0px auto 10px auto;
	border-bottom: 1px dotted #ccc;
}

div.user_info_message a, div.user_error_message a {
	font-weight: bold;
}

div.user_error_message {
	text-align: center;
	padding: 5px 5px 10px 40px;
	width: 400px;
	min-height: 30px;
	margin: 0px auto 10px auto;
	border-bottom: 1px dotted #ccc;
}

#home_ponuda_pretraga_mesta, #home_potraznja_pretraga_mesta {
	font-size: 10px;
}

#login_form input, #register_form input {
	width: 150px;
}

#login_form label, #register_form label {
	width: 100px;
	display: block;
	float: left;
	position: relative;
	top: 4px;
	margin: 0px;
	padding: 0px;
}

.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link:hover {
	background-color: #5b78ad;
	color: #fff;
}

.suggest_box {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
      color: #000;
      z-index: 99999;
    }
.suggest_box ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
.suggest_box ul li.selected { background-color: #4d8ee7; color: #fff;}
.suggest_box ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:16px;
      cursor:pointer;
    }

div.user_info_message {
	text-align: center;
	background: #fff;
	padding: 5px;
	width: 400px;
	margin: 0px auto 0px auto;
	border-bottom: 1px dotted #ccc;
}

div.user_info_message a, div.user_error_message a {
	font-weight: bold;
}

div.user_error_message {
	text-align: center;
	padding: 5px;
	width: 400px;
	margin: 0px auto 0px auto;
	border-bottom: 1px dotted #ccc;
}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
	color: #000;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.swfred {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
	color: #000;
}

/* Current */
.swfgreen {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
	color: #000;
}

/* Complete */
.swfblue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
	color: #000;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

div.fieldset {
	border:  1px solid #fff;
	margin: 10px 0;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #000;
	padding: 3px;
	top: -30px;
	font: 700 14px Verdana, sans-serif;
	color: #fff;
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #fff;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

.btnAddPhotos:hover {
	background-position: bottom center;
}

a.media_thumb {
	display: block;
	float: left;
	width: 120px;
	margin: 0px 15px 25px 0px;
	font-size: 11px;
	text-align: center;
	height: 170px;
}

a.media_thumb img {
	margin: 0px 0px 10px 0px;
}

a.remove {
	background: url('images/remove.jpg');
	width: 12px;
	height: 12px;
	display: block
}

#event_calendar b {
	font-size: 16px;
}

div.testimonial_container {
    margin: 20px auto 60px auto;
    font-size: 15px;
    clear: both;
}
    	    
div.testimonial_container big {
    font: bold 70px Georgia, sans-serif;
    line-height: 15px;
    margin: 0px 10px 10px 0px;
    float: left;
}

div.testimonial_container div.testimonial {
	font-style: italic;
}

div.testimonial_container div.testimonial div.attribution {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #999;
	margin-top: 10px;
}

div.testimonial_container div.testimonial div.attribution a {
    color: #999;
}

.event_info {
	font-size: 11px;
	margin-top: 5px;
}

.film_info {
	font-size: 12px;
	margin: 10px 0px;
	padding-left: 10px;
}

.film_info b {
	font-size: 12px;
	position: relative;
	color: #d2d2d2;
	left: -10px;
}