

/* brTip */
div.brTip-box {
	background-color:#2B2B2B;
	display: none;
	position: absolute;
	z-index: 1000;
	border: 1px solid #fff;
}
div.brTip-title {
	background: #6E92B6;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 0px;
	text-align: center;
}
div.brTip-content {
	color:#fff;
	margin: 0;
	padding: 0px 5px 0px 5px;
	font-size:12px;
	line-height: 22px;
	text-align: justify;
}


div#nyroModalFull {
	font-size: 12px;
	color: #777777;
	font-family: Verdana;
}
div#nyroModalFull div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalFull div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalFull div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
div#nyroModalFull div#nyroModalWrapper a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../img/close.gif) no-repeat;
	outline: 0;
}
div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {
	padding: 5px;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	cursor: help;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a {
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalPrev {
	left: 0;
	width: 40%;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalPrev:hover {
	background: url(../img/prev.gif) left 20% no-repeat;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalNext {
	right: 0;
	width: 40%;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalNext:hover {
	background: url(../img/next.gif) right 20% no-repeat;
}


div {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
	height:0;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
ul, td, tr {
	margin:0px;
	padding: 0px;
}
td, tr, trable {
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
img {
	border:0;
}
a:active, a:focus {
	outline: none;
}
form {
	margin:0;
	padding:0;
}
.clear {
	height:0px;
	clear:both;
}
html {
	height:100%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #2a150c url(../img/body_pattern.jpg) 50% 0px repeat;
}

body {
	height:100%;
	min-height:100%;
	width:100%;
	min-width: 995px;
	margin:0;
	padding:0;
	background: transparent url(../img/wrapper.jpg) 50% 290px repeat-y;
}
html > body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background: transparent url(../img/wrapper.jpg) 50% 290px repeat-y;
}
.wrapper {
	position: relative;
	min-height:100%;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background: transparent url(../img/wrapper.jpg) 50% 290px repeat-y;
}
.wrapper_inner {
	position: relative;
	min-height:100%;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background: transparent url(../img/main_nav.jpg) 50% 242px repeat-x;
}
body > .wrapper {
	height:100%;
	width:100%;
	min-width:100%;
	height:auto;
}
body > .wrapper_inner {
	height:100%;
	width:100%;
	min-width:100%;
	height:auto;
}
.header {
	width:100%;
}
.header_top {
	background: url(../img/header1.jpg) 50% 0px no-repeat;
	height:146px;
	width:100%;
	position:relative;
}
.header_top_inner {
	height:146px;
	width:990px;
	margin:0 auto;
	position:relative;
}
.header_logo_container {
	margin-top:22px;
	margin-left:25px;
	width:268px;
	height:73px;
	float:left;
}
.header_logo_container a {
	display:block;
	width:268px;
	height:73px;
}
.header_top_nav {
	float:right;
	margin-top:53px;
	margin-right:25px;
}
.header_top_nav li {
	list-style-type:none;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	font-size:14px;
}
.nav2border {
	background:transparent url(../img/header_nav2_li_bg.jpg) left bottom no-repeat;
}
.header_top_nav li a {
	display: block;
	padding: 12px 12px 0px 12px;
	text-decoration: none;
	background:transparent;
	color: #000000;
}
.header_top_nav li a:hover, .header_top_nav li a.active {
	background:transparent url(../img/header_nav2_a_bg.jpg) 50% top no-repeat;
	color: #a83f13;
}
.header_bottom {
	background: url(../img/header2.jpg) 50% 0px no-repeat;
	height:96px;
	width:100%;
	position: relative;
}
.header_bottom div{
	width:995px;
}
.header_main_nav {
	height: 48px;
	width:991px;
	margin:0 auto;
	color:#FFFFFF;
	background: transparent url(../img/border_main_nav.jpg) right 1px no-repeat;
}
.header_main_nav li.mainmenu_item {
	position: relative;
	list-style-type:none;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	font-weight:bold;
	font-size:13px;
}
.header_main_nav li a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	height: 45px;
	line-height: 45px;
	width: 124px;
	text-decoration: none;
	background: transparent url(../img/border_main_nav.jpg) left 1px no-repeat;
	color:#fff;
	margin:0;
}
.a_grupovi {
	line-height:12px !important;
}
.a_vhod {
	width:123px !important;
}
.header_main_nav li a:hover, .header_main_nav li a.active {
	color: #a83f13;
}
.header_main_nav .submenu{
	position: absolute;
	z-index: 200;
	top: 1px;
	left: 3px;
}
.header_main_nav .submenu td{
	border-bottom: 1px solid #000;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	background-color: #272727;
}
.header_main_nav .submenu td  a{
	width: auto;
	min-width: 100px;
	height: 23px;
	line-height: 23px;
	font-size: 11px;
	background: transparent;
	text-align: left;
	margin:0 5px;
}

.footer {
	height:83px;
	width:100%;
	margin-top:-83px;
	z-index:30;
	position:relative;
}
.footer_inner {
	height: 83px;
	margin:0 auto;
	width:992px;
}
.footer_inner_inner {
	width:990px;
	height:83px;
	margin-left:2px;
	background:transparent url(../img/footer_bg.jpg);
}
.footer_nav {
	margin-left:25px;
	margin-top:20px;
}
.footer_nav li {
	list-style-type:none;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	font-size:14px;
}
.footer_nav_border {
	background:transparent url(../img/footer_nav_li_bg.jpg) left bottom no-repeat;
}
.footer_nav li a {
	display: block;
	padding: 12px 10px 0px 10px;
	text-decoration: none;
	background:transparent;
	color:#693f2c;
}
.footer_nav li a:hover {
	background:transparent url(../img/footer_nav_a_bg.jpg) 50% top no-repeat;
	color: #a83f13;
}
.footer_copyright {
	margin-top:32px;
	margin-left:10px;
}
.footer_copyright span {
	color:#cdc8c7;
}
.footer_copyright img {
	margin-top:3px;
}
.created_by {
	margin-top:28px;
	margin-right:10px;
}
.created_by a {
	text-decoration:none;
	color:#FFFFFF;
}
.content_container {
	width:992px;
	margin:0 auto;
}
.content_container_inner {
	padding-bottom:110px;
	padding-top:5px;
	padding-left:2px;
}
.right_content {
	width:238px;
}
.events_calendar_right_link {
	width:100%;
	background:#26150e url(../img/calendar.jpg) 6px top no-repeat;
	margin-bottom:5px;
	height:38px;
	line-height:38px;
}
.events_calendar_right_link a {
	text-decoration:none;
	margin-left:40px;
	color:#FFFFFF;
	font-size:13px;
	font-weight: bold;
	text-transform:uppercase;
}
.events_calendar_right_link a:hover {color:#a83f13;}
.week_program {
	width:238px;
	float:right;
}
.page_title_left.events {
	background: url(../img/main_nav.jpg) 0px -2px  repeat-x;
	color:#FFFFFF;
	font-size:13px;
	padding:0px 0px 0px 10px;
	margin:5px 0px 5px 0px;
	text-transform:uppercase;
	height:30px;
	line-height:30px;

}
.page_title_left.events span { color: #CCCC33;}
.page_title_left.events.today span { color: #FF0000;}
.week_program_title {
	width:100%;
	height:28px;
	line-height:28px;
	background: #26150e url(../img/week_program_title_bg.jpg) left top no-repeat
}
.week_program_title a {
	margin-left:10px;
	text-decoration:none;
	color:#FFFFFF;
}
.week_program_title a:hover {
	color:#a83f13;
}
.week_program_days {
	background: transparent url(../img/days_bg.jpg);
	height:22px;
	line-height:22px;
	padding-left:10px;
	color:#bb7f64;
	list-style-type:none;
}
.week_program_days span {
	color:#bdc96e;
}
.week_program_days.today { color: #FF3300;}
.week_program_days.today span { color: #00FF00;}

.week_program_events {
	background:#41281d;
	padding:5px 5px 5px 12px;
	list-style-type: square;
	list-style-position:inside;
	color:#bdb0aa;
}
.week_program_events a {
	text-decoration:none;
	color:#bdb0aa;
}
.week_program_events a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.right_nav {
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
}
.right_nav li {
	list-style-type:square;
	list-style-position:inside;
	color:#FFFFFF;
	line-height:20px;
}
.right_nav a {
	color:#FFFFFF;
	text-decoration:none;
}
.right_nav a:hover, .right_nav a:active {
	text-decoration:underline;
}
.banners {
	width: 230px;
	padding: 3px 3px 1px 3px;
	background-color: #333333;
	border: 1px solid #333333;
	color: #FFFFFF;
	text-align: center;
}
.banners div {
	margin-bottom: 4px;
}
.left_conent {
	width:740px;
}
/*HOME*/
.presentation_akropolis {
	width:740px;
	height:197px;
	background: #FFFFFF;
	margin-left:2px;
}
.presentation_img_change {
	width:289px;
	height:197px;
	background:#333333;
}
.presentation_img_change img {
	border:1px solid #666666;
	margin-left:6px;
	margin-top:6px;
}
.presentation_akropolis_text {
	width: 451px;
	height:151px;
	background: #FFFFFF url(../img/white_container_bg.jpg) right top no-repeat;
}
.presentation_akropolis_text_content {
/*	background: transparent url(../img/presentation_logo_akropolis.jpg) 9px 6px no-repeat;*/
	height:124px;
	width:430px;
	padding:35px 10px 12px 9px;
	text-align:justify;
}
.presentation_akropolis_readmore {
	height:26px;
	width:160px;
	float:right;
	background: #260d06 url(../img/read_more_corner.jpg) top left no-repeat;
	padding-left:9px;
	line-height: 26px;
}
.white_link {
	padding-left:15px;
	color:#FFFFFF;
	text-decoration:none;
	background: transparent url(../img/white_links_bg.jpg) left 5px no-repeat;
}
.white_link:hover {
	text-decoration:underline;
}
.n_p_t_nav {
	width:100%;
	background:#333333 url(../img/n_p_t_menu_bg.jpg) top left repeat-x;
	width:740px;
	height:37px;
}
.n_p_t_corner {
	width:10px;
	height:37px;
	background:#333333 url(../img/n_p_t_menu_corner.jpg) top right no-repeat;
}
.n_p_t_nav li {
	list-style-type:none;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 110px;
	font-weight:bold;
	font-size:12px;
}
.n_p_t_nav li.n_p_t_kraen {
	background: transparent url(../img/border_main_nav.jpg) right 1px no-repeat;
}
.n_p_t_nav li a {
	display: block;
	text-align:center;
	height:36px;
	line-height:36px;
	text-decoration: none;
	background: transparent url(../img/border_main_nav.jpg) left 1px no-repeat;
	color:#FFFFFF;
	margin:0;
}
.n_p_t_nav li a:hover, .n_p_t_nav li a:active {
	color: #a83f13;
}
.n_p_t_container {
	width:740px;
	height:280px;
	background:transparent url(../img/n_p_t_bg.jpg) left top repeat-y;
	margin-top:8px;
	margin-left:2px;
	position:relative;
}
.home_slide_content{
	height:217px;
}
.home_slide_content h3{
	color: #a83f13;
}
.n_p_t_content {
	height:207px;
	width: 735px;
	padding:5px 5px 5px 2px;
}
.n_p_t_img {
	width:289px;
	height:197px;
	background:#333333;
}
.n_p_t_img img {
	border:1px solid #666666;
	margin-left:6px;
	margin-top:6px;
}
.n_p_t_text {
	width:431px;
	margin-left:10px;
}
.n_p_t_text a {
	text-decoration:none;
	color:#FFFFCC;
	font-weight:bold;
	font-size:13px;
}
.n_p_t_text a:hover {
	text-decoration:underline;
}
.n_p_t_p {
	color: #CCCCCC;
}
.n_p_t_buttons {
	position:absolute;
	bottom:24px;
	height:50px;
	right:0;
	z-index:20;
	width:245px;
	background: transparent url(../img/n_p_t_buttons_bg.jpg) left top repeat-x;
}
.n_p_t_buttons_corner {
	background:transparent url(../img/n_p_t_buttons_corner.jpg) left top no-repeat;
	height:45px;
	width:9px;
}
.n_p_t_buttons a {
	width:100px;
	height:24px;
	background: #333333 url(../img/nazad_napred_bg.jpg) left bottom repeat-x;
	float:left;
	margin-left:10px;
	margin-top:10px;
	text-align:center;
	line-height:24px;
	border:1px solid #999999;
	color:#FFFFFF;
	text-decoration:none;
}
.n_p_t_buttons a:hover {
	color: #FF6600;
}
.n_p_t_footer {
	height:27px;
	background:transparent url(../img/n_p_t_footer_bg.jpg) top left repeat-x;
	padding-right:12px;
}
.n_p_t_footer a {
	color:#FFFFFF;
	margin-top:3px;
	padding-left:15px;
	text-decoration:none;
	display:block;
	background: transparent url(../img/white_links_bg.jpg) left 5px no-repeat;
	text-decoration:none;
}
.n_p_t_footer a:hover {
	text-decoration:underline;
}
.all_last_articles_container {
	width:740px;
	margin-top:10px;
	margin-left:2px;
	border-bottom:1px solid #333333;
	background:#FFFFFF url(../img/white_container_bg.jpg) right top no-repeat;
	padding:10px 0px 20px 0px;
}
.all_last_articles_container_inner {
	width: 720px;
	margin:0px 10px 20px 10px;
}
.all_last_articles_articleX {
	width:350px;
}
.all_last_articles_container h1 {
	font-size:12px;
	font-weight:bold;
	color: #000000;
	margin-bottom:10px;
	text-transform: uppercase;
}
.all_last_articles_articleX_category a {
	padding:4px 10px 4px 20px;
	background:#502f21 url(../img/white_links_bg.jpg) 5px 60% no-repeat;
	color: #EAEAEA;
	font-size:13px;
	text-decoration:none;
}
.all_last_articles_articleX_category a:hover {
	text-decoration:underline;
}
.all_last_articles_articleX_category a span {
	color:#bdc96e;
}
.all_last_articles_articleX_title {
	margin:10px 15px 10px 0px;
	display:block;
	color:#000000;
	text-decoration:none;
}
.all_last_articles_articleX_title:hover {
	text-decoration:underline;
}
.general_gallery {
	width:740px;
}
.general_gallery_menu {
	width:270px;
}
.submenuContent {
	margin-top:8px;
	background-color:#41281d;

}
.submenuContent ul {background-color:#41281d; 	border-bottom:1px solid #FFFFFF;}
.submenuContent ul li {
	display: inline;
	list-style-type: none;
}

.submenuContent ul li a {
	display: block;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
	background-color:#41281d;
	color: #FFFFFF;
	height:22px;
	line-height:22px;
	float:left;
	font-size:12px;
	font-weight:bold;
	border-bottom: 4px solid #41281d;
}
.submenuContent ul li a:hover, .submenuContent ul li a.active {
	color:#FFFFFF;
	background-color: #26150e;
	border-color:#FFFFFF;
	
}

.page_title_left {
	background:#26150e;
	color:#FFFFFF;
	font-size:13px;
	padding:0px 0px 0px 10px;
	margin:0;
	text-transform:uppercase;
	height:30px;
	line-height:30px;
}
.page_title_left a{
	color: #CCCC33;
	text-decoration: none;
}
.page_title_left a:hover{
	text-decoration: underline;
}
.general_gallery_menu h2 {
	padding:0;
	font-size:14px;
	color:#FFFFFF;
	margin:5px 0px 5px 3px;
}
.general_gallery_menu h3 {
	font-size:12px;
}
.general_gallery_menu li {
	list-style: none;
	margin:1px 0px 0px 0px;
	text-align: left;
}
.general_gallery_menu li a {
	display: block;
	padding: 5px 3px 5px 8px;
	border-left: 8px solid #26150e;
	background: #41281d;
	color:#FFFFFF;
	text-decoration: none;
}
.general_gallery_menu li a:hover, .general_gallery_menu_active {
	border-color: #FFFFFF !important;
	color: #FFF !important;
	background: #26150e !important;
}
a.big_image_link{
	text-decoration: none;
}
a.big_image_link span.opaqueTitle{
	display: block;
	position: absolute;
	bottom:0;
	left:0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 100%;
	z-index: 20;
	background-color: #000;
	color: #fff;
}
.general_gallery_currentimg_container {
	width:456px;
	height:304px;
	background:#26150e;
	position: relative;
	border: 1px solid #26150e;
	text-align: center;
}
.general_gallery_currentimg_container div.loading{
	position: absolute;
	z-index: 20;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff url(../img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
.general_gallery_list_imges {
	width:740px;
	height: 150px;
	float:left;
	background:#5c2f1c;
	margin-top:8px;
	padding-bottom:5px;
}
.general_gallery_list_imges ul{
	width: 740px;
}
.general_gallery_list_imges li {
	display: inline;
	list-style-type: none;
}
.general_gallery_list_imges li a {
	width:100px;
	height:70px;
	list-style:none;
	display:block;
	background:#26150e;
	float:left;
	border-top:5px solid #5c2f1c;
	border-left:5px solid #5c2f1c;
	text-align:center;
}
.general_gallery_list_imges li a:hover {
	background: #FFFFFF
}
/*Da se mahnat height i width na img - te sa samo orientir za maksimalnite razmeri na thumbs*/
.general_gallery_list_imges img {
	margin:4px;
	border:1px solid #683f2c;
	width:90px;
	height:60px;
	vertical-align:middle;
}
.general_gallery_pages {
	text-align:right;
	width:740px;
	margin-top:10px;
}
.general_gallery_pages a {
	padding:5px 8px 5px 8px;
	height:30px;
	line-height:30px;
	margin-left: 5px;
	width:20px;
	color: #FFFFFF;
	text-decoration:none;
	background:#26150e;
	border:1px solid #000000;
}
.general_gallery_pages a:hover, a.activeSlide {
	background:#2d2c2c !important;
}
/*
.general_gallery_pages li {
	display: inline;
	list-style-type: none;
}
.general_gallery_pages li a {
	padding:5px 8px 5px 8px;
	height:30px;
	line-height:30px;
	width:20px;
	color: #FFFFFF;
	text-decoration:none;
	background:#26150e;
	border:1px solid #000000;
}
.general_gallery_pages li a:hover, .general_gallery_pages_active {
	background:#2d2c2c !important;
}
*/
.short_n_p_t_s_container {
	width:740px;
	height:197px;
	background: #502f21;
	margin-left:2px;
	margin-bottom:10px;
}
.short_n_p_t_s_container:hover {
	background:#492719;
}
.short_n_p_t_s_container_img {
	width:289px;
	height:197px;
	background:#333333;
}
.short_n_p_t_s_container_img img {
	border:1px solid #666666;
	margin-left:6px;
	margin-top:6px;
}
.short_n_p_t_s_container_text {
	width: 451px;
	height:151px;
}
.short_n_p_t_s_container_readmore {
	height:26px;
	width:160px;
	float:right;
	background: #260d06;
	padding-left:9px;
	line-height: 26px;
}
.short_n_p_t_s_container_text_content {
	height:149px;
	width:430px;
	padding:6px 10px 16px 9px;
}
.short_n_p_t_s_container_text_content h2 {
	font-size:13px;
}
.short_n_p_t_s_container_text_content h2 a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.short_n_p_t_s_container_text_content h2 a:hover {
	text-decoration: underline;
}
.short_n_p_t_s_container_text_content h3 {
	font-size:12px;
	margin: 5px 0px 5px 0px;
}
.short_n_p_t_s_container_text_content h3 a {
	color:#FFFFCC;
	text-decoration:none;
}
.short_n_p_t_s_container_text_content h3 a:hover {
	text-decoration:underline;
}
.short_n_p_t_s_container_text_content h3 a span {
	color:#FFCC66
}
.short_n_p_t_s_container_text_content p {
	color: #CCCCCC;
}

.careers.short_n_p_t_s_container {
	width:740px;
	height:100px;
	background: #502f21;
	margin-left:2px;
	margin-bottom:10px;
}
.careers .short_n_p_t_s_container_text_content {
	height:52px;
	width:430px;
	padding:6px 10px 16px 9px;
}

.contacts_container h1 {
	margin-bottom: 8px;
}
.contacts_left_container {
	width:375px;
	background:#4c2818;
	margin-left:3px;
	padding:5px;
	color:#FFFFFF;
	margin-right:10px
}
.contact_input_text {
	width:270px;
	margin-bottom:6px;
	margin-top:2px;
	background:#FFFFCC;
	border:1px solid #4c2818;
}
.contact_input_text:focus {
	background:#F6F6F6;
}
.contact_textarea {
	width:330px;
	height:100px;
	margin-bottom:6px;
	background:#FFFFCC;
}
.contact_textarea:focus {
	background:#F6F6F6;
}
.contacts_right_container{
	width: 335px;
}
.contacts_right_container .title {
	color:#FFFFFF;
}
.contacts_right_container h2 {
	color: #CCCCCC;
	font-size:14px;
	margin-bottom:10px;
	font-weight:bold;
}
.contacts_button_send {
	width:85px;
	height:28px;
	background:#26150e;
	color:#FFFFFF;
	padding:0;
	cursor:pointer;
	font-size:13px;
	margin-top:10px;
	text-transform:uppercase;
	border:1px solid #999999;
}
.contacts_button_send:focus {
	border:none;
	border:0;
	border:1px solid #999999;
	padding:0;
}
.contacts_right_container .scurity_image_container {
	margin-top:5px;
}
.contacts_right_container .scurity_image_container img {
	margin-right:5px;
}

.login_fields {
	width:300px;
	margin-left:10px;
	margin-top:10px;
}
.login_fields .input_text {
	width:280px;
	margin-bottom:8px;
}
.login_fields .login_fields_titles {
	color: #FFFFFF;
}
.login_fields .login_fields_titles em{
	color: #FF0000; font-weight:bold;
}
.login_fields a {
	color:#CCCCCC;
	text-decoration:none;
}
.login_fields a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
.login_text {
	width:400px;
	background:#592B1B;
	padding:5px;
	color:#CCCCCC;
}
.login_page_container .obshti_uslovia { color:#CCCCCC;}
.login_page_container .obshti_uslovia a { color:#FFCC00}
.login_page_submit_button {
 width:100px; text-align:center; color:#FFFFFF; font-size:14px; background: #333333; margin-right:10px; padding:3px; text-decoration:none; float:left; border:1px solid #000000; margin-bottom:10px; cursor:pointer;
}
.register_page_submit_button { width:150px; text-align:center; color:#FFFFFF; font-size:14px; background: #333333; margin-right:10px; padding:3px; text-decoration:none; float:left; border:1px solid #000000; margin-bottom:10px; cursor:pointer; }
.general_category_menu {
	width:230px;
}
.general_category_menu h3 {
	font-size:12px;
}
.general_category_menu li {
	list-style: none;
	margin:1px 0px 0px 0px;
	text-align: left;
}
.general_category_menu li a {
	display: block;
	padding: 5px 3px 5px 8px;
	border-left: 8px solid #26150e;
	background: #41281d;
	color:#FFFFFF;
	text-decoration: none;
}
.general_category_menu li a:hover, .general_category_menu_active {
	border-color: #FFFFFF !important;
	color: #FFF !important;
	background: #26150e !important;
}
.general_category_img_slide {
	width:500px;
	height:205px;
	background:#26150e;
}
.general_category_img_slide img{
	border: 1px solid #26150e;
}
/*	CALENDAR	*/
.events_calendar_container {
	margin-top:10px;
	float:left;
	width:360px;
	margin-left:3px;
}
.events_calendar_container table {
	border-collapse: collapse;
	background: #41281d;
}

.days {
}
.events_calendar tr th {
	width:48px;
	height:30px;
	background: url(../img/main_nav.jpg) 0px -2px  repeat-x;
	color: #FFFFFF;
	text-align:center;
	vertical-align: middle;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
.events_calendar .days td {
	width:50px;
	height:40px;
	color: #CCCCCC;
	background:#41281d;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
.events_calendar .days td a, .events_calendar .days td div {
	display: block;
	height:38px;
	line-height:38px;
	width:48px;
	text-decoration:none;
	background:#41281d;
}
.events_calendar .days td a{
	color:#CC3300;
	background:#FFFFFF;
}
.events_calendar .days td.today div {
	color:#99CC33;
}
.events_calendar .days td.holiday div{
	color: #000000;
	background: #CCCCCC;
}
.events_calendar .days td.today a{
	color:#99CC33;
	background: #FFFFFF;
}
.events_calendar .days td.holiday a{
	color: #990000;
	background: #CCCCCC;
}
.events_calendar .days td.holiday.today a, .events_calendar .days td.holiday.today div{
	color:#99CC33;
}
.events_calendar .days td.holiday a:hover{
	color:#FFFFFF;
	background:#CC3300;
}
.events_calendar .days td a:hover{
	background:#CC3300;
	color:#FFFFFF;

}
/*
.events_calendar .days td.today a {
	color:#99CC33;
}
.events_calendar .days td.praznik a {
	color: #000000;
	background: #CCCCCC;
}
.events_calendar .days td.praznik_event a:hover {
	color:#FFFFFF;
	background:#CC3300;
}
.events_calendar .days td.praznik_event a:hover {
	color:#FFFFFF;
	background:#CC3300;
}
.events_calendar .days td.praznik_event a {
	display: block;
	color: #990000;
	background: #CCCCCC;
}
.events_calendar .days td.events1 a {
	background:#FFFFFF;
	color:#CC3300;
}
.events_calendar .days td.events1 a:hover {
	background:#CC3300;
	color:#FFFFFF;
}
*/
.months_control {
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	width:350px;
	background:#26150e;
}
.months_control a {
	display:block;
	height:25px;
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	background:#26150e;
	text-decoration:none;
	float:left;
	display: inline;
}
.months_control select {
	color:#FFFFFF;
	background:#26150e;
	float:left;
	height:22px;
	border:1px solid #CCCCCC;
	margin:0px 10px 0px 10px;
}
.select_year {
}
.select_month {
	margin-right:35px;
	margin-left:20px;
	height:25px;
}
.calendar_legend {
	width:370px;
	height:265px;
	background:#592B1B;
	margin-top:20px;
}
.calendar_legend h3 {
background: url(../img/main_nav.jpg) 0px -2px  repeat-x; color:#FFFFFF; text-transform:uppercase; font-size:12px; font-weight:bold; height:25px; line-height:25px; padding-left:10px;}
.calendar_legend li { list-style:none; height:26px; line-height:26px; color:#FFFFFF; padding-left:40px; margin-left:10px; margin-bottom:10px; margin-top:5px;}
.calendar_legend_today { background: url(../img/caledar_legend/today.jpg) no-repeat;}
.calendar_legend_delnik_no_event { background: url(../img/caledar_legend/delnichen_no_event.jpg) no-repeat;}
.calendar_legend_delnik_event {background: url(../img/caledar_legend/delnichen_event.jpg) no-repeat;}
.calendar_legend_weekend_no_event {background: url(../img/caledar_legend/weekend_no_event.jpg) no-repeat;}
.calendar_legend_weekend_event {background: url(../img/caledar_legend/weekend_event.jpg) no-repeat;}

/* Paging */
div.paging {
	float:right;
	margin-bottom:10px;
	clear:both;
}
div.paging div.disabled { display:none; }
div.paging li {
	display:block;
	float:left;
	list-style-type: none;
	margin-left:3px;
	background:#26150e;
}

div.paging a, div.paging li.current {
	padding:0px 8px 0px 8px;
	display: block;
	float:left;
	height:25px;
	line-height:25px;
	color: #FFFFFF;
	text-decoration:none;
	border:1px solid #000000;
}
div.paging li a:hover {
	background-color:#2d2c2c;
}
div.paging li.current {background-color:#2d2c2c;}

.extended_container {
	margin-top:10px;
	margin-left:2px;
	border-bottom:1px solid #333333;
	background:#FFFFFF url(../img/white_container_bg.jpg) right top no-repeat;
	padding:5px 5px 20px 5px;}
.extended_container.white { background: #FFFFFF;}
.extended_content tr { background:#592B1B; color:#FFFFFF;}
.extended_content tr:hover { background: #FF6600; }
.extended_content td { list-style:none; height:25px; line-height:25px; border-bottom:1px solid #CCCCCC; border-top:1px solid  #000000;}
.extended_content td.service_x_name {width:600px; background: url(../img/main_nav.jpg) 0px -2px  repeat-x; line-height:18px; padding:1px 5px 1px 5px;}
.extended_content td.service_x_name a { color:#FFFFFF; text-decoration:none;}
.extended_content td.service_x_name a:hover { color:#FF6600;}

.extended_content td.service_x_price {width:120px; text-align:center; font-weight:bold; border-left:1px #FFFFFF solid;}
	
.extended_container_main_img { margin-left:0px; margin-right:8px;}
* html .extended_container_main_img { display:inline;}
.extended_container_main_img img { margin:2px; border:1px solid #999999;}
.extended_content{ margin-left:2px; font-family:Arial, Helvetica, sans-serif;}
.extended_content a { color:#CC3300; text-decoration:none;}
.extended_content a:hover { text-decoration:underline;}
.extended_content h2 { font-size:14px; font-weight:bold; text-transform:uppercase; margin-bottom:15px; color:#993300;}
.extended_content p { padding:0; margin:1px;}
.extended_img_gallery h3 { background:#26150e; margin-top:15px; font-size:12px; font-weight:bold; text-transform:uppercase; margin-bottom:5px; color:#FFFFFF; height:22px; line-height:22px; padding-left:5px;}

general_gallery_list_imges
.extended_img_gallery_list_images {
	
	float:left;
	margin-top:8px;
	padding-bottom:5px;
}

.extended_img_gallery_list_images li {
	display: inline;
	list-style-type: none;
}
.extended_img_gallery_list_images li a {
	width:100px;
	height:70px;
	list-style:none;
	display:block;
	background: #FFFFFF;
	margin-left:3px;
	margin-bottom:3px;
	float:left;
	text-align:center;
}
.extended_img_gallery_list_images li a:hover {
	background: #CCCCCC;
}
/*Da se mahnat height i width na img - te sa samo orientir za maksimalnite razmeri na thumbs*/
.extended_img_gallery_list_images img {
	margin:4px;
	border:1px solid #683f2c;
	width:90px;
	height:60px;
	vertical-align:middle;
}



.extended_comments { background: #592B1B; margin-top:10px; margin-left:3px; padding-bottom:10px;}

.extended_comments h2 {background: url(../img/main_nav.jpg) 0px -2px  repeat-x; color:#FFFFFF; text-transform:uppercase; font-size:14px; font-weight:bold; height:25px; line-height:25px; padding-left:5px;}
.extended_comment_x { margin-top:8px; padding-bottom:5px; border-bottom:1px solid #000000;}
.extended_comment_x_info {  margin:5px 0px 0px 10px;}
* html .extended_comment_x_info { display:inline;}
.extended_comment_buttons a { width:100px; text-align:center; color:#FFFFFF; font-size:12px; background: url(../img/main_nav.jpg) 0px -2px  repeat-x; margin-right:10px; height:25px; line-height:25px; text-decoration:none; float:left; border:1px solid #000000;}
.extended_comment_buttons a:hover { border:1px solid #CCCCCC;}
.extended_comment_buttons input { width:100px; text-align:center; color:#FFFFFF; background: url(../img/main_nav.jpg) 0px -2px  repeat-x; margin-right:10px; height:27px; line-height:27px; text-decoration:none; float:left; border:1px solid #000000;}
.extended_comment_buttons input:hover { border:1px solid #CCCCCC; cursor: pointer;}
.extended_comment_x_text {  margin:5px; padding:5px; background: #FFFFFF; border:1px solid #333333; font-family:Arial, Helvetica, sans-serif;}
.extended_comment_x_text p {margin:1px;}
.extended_comment_x_user { color:#FFFFFF;}
.extended_comment_x_time { color:#CCCCCC;}
.extended_comment_x_user em { color:#CCFF00; margin-right:10px;}

.extended_comments h3 {background-color:#26150E ; color:#FFFFFF; text-transform:uppercase; font-size:14px; font-weight:bold; height:25px; line-height:25px; padding-left:5px; margin-bottom:10px;}
.extended_comment_new_comment textarea { width:730px;}
.extended_comment_new_comment a { margin-top:20px;}

table.cake-sql-log{
	color: #000;
	background: #fff;
	border: 1px solid #aaa;
	border-collapse: collapse;
}
table.cake-sql-log th{
	border: 1px solid gray;
	background-color: #e3e3e3;
}
table.cake-sql-log td{
	border: 1px solid gray;
}
table.cake-sql-log caption{
	background: #fff;
	border: 1px solid #aaa;
	border-collapse: collapse;
}

/* Errors */
div#messagesOuter{
	position: fixed;
	background-color: #26150e;
	border: 2px solid #F00;
	right: 7px;
	top: 90px;
	color: #fff;
}
div#messagesOuter .in{
	background: transparent url(../img/main_nav.jpg) left -2px repeat-x;
	border-bottom: 1px solid #666;
}
div#messagesOuter a{
	display: block;
	width: 12px;
	height: 12px;
	color: #fff;
	line-height: 12px;
	padding: 5px;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
}
div#messagesOuter a:hover{
	color: #F00;
}
* html div#messagesOuter{
	position: absolute; 
	top: expression(90+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); 
	right: expression(7+((e=document.documentElement.scrollRight)?e:document.body.scrollRight)+'px');} 
}
div#messages{
	padding: 5px;
}
div#messages div.errors p{
	padding: 5px;
	margin: 0px;
}
div.message {
	padding: 5px;
}
.form-error, div.error input, div.error textarea{
	border-color: #900;
	border-style: dotted;
	background-color: #f99;
}
p.error {
	font-family: Courier, monospace;
	padding: 0;
	margin: 0;
}
p.error em {
	color: #000;
	font-weight: normal;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
}
.success {
	background-color: green;
	color: #FFF;
}
/* End Errors */

.user_info{
	color: #000;
	position: absolute;
	top: 120px;
	right: 38px;
}
.user_info a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.user_info a:hover{
	color: #a83f13;
}
