*{
/* all fonts to a uniform size, including form fields,headings etc. */
	font-size:100%;
	margin:0;
	padding:0;
}

body{
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 76%; /* relative fonts; 76% ~ 12pt */
	line-height: 1.5em;
	color:#333;
	background:#BDBDBD;
}

.hide{
/* When you want to hide your elements use this. (NOT display:none;) search engine friendlyness ;) */
	position:absolute;
	left:-9999px;
	width:0px;
	overflow:hidden;
}

/*=========> Main Headings, Paragraphs<===========*/
#content h1, #content h2, h3, h4, h5{
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1{
	font-size:1.7em;
	margin: 10px 0 2px 0;
	padding-bottom:3px;
	border-bottom: 1px solid #666;
	clear: both;
}
#content h2, #sidebar h2{
	font-size:1.4em;
	margin:0 0 .6em 0;
}
h3{
	font-weight:normal;
	font-size:1.2em;
	margin: 0 0 .6em 0;
}
p{margin:0.6em 0;}
hr { display: none; }

/*=========> Linkadelics <===========*/
a{color:#24acf1;}
a:hover, th a:hover{
	color:#fff;
	background:#24acf1;
}
#nav a{text-decoration:none;}
td a:hover{background:none;}

/*=========> Special stuff <===========*/

span.error {color: red;}
#content .error ul{margin:0px;padding-left:22px;}
.error li{background: url('../i/err-arrow.gif') 0 50% no-repeat;}
div.error{
	background:#ffddd8;
	border-top:1px solid #e00000;
	border-bottom:1px solid #e00000;
	padding: 5px 10px;
	margin:0 0 20px 0;
	color:#e00000;
}
.error li{
	background: url('../i/err-arrow.gif') 0 50% no-repeat;
}
.error h3 {
	background: url('../i/error.gif') 0 50% no-repeat;
	padding-left:22px;
	font-weight: bold;
	font-size:1em;
}

.attention{
	border-top: 1px solid #ffbc2c;
	border-bottom: 1px solid #ffbc2c;
	background: #fff4b6;
	padding: 5px 10px;
}
.attention h3 {
	background: url('../i/attention.gif') 0 50% no-repeat;
	padding-left:22px;
	font-weight: bold;
	font-size:1em;
}
.attention p {margin: 5px 5px 2px 0px;}

p.success {
	margin: 5px 0px 30px 0px;
	padding: 5px 10px 5px 32px;
	background: #CFFFB6 url("../i/thanks.gif") 10px 50% no-repeat;
	color:#267a21;
	border-top: 1px solid #267a21;
	border-bottom: 1px solid #267a21;
}
p.error {
	margin: 5px 0px 2px 0px;
	padding: 5px 10px 5px 32px;
	background: #ffddd8;
	border-top:1px solid #e00000;
	border-bottom:1px solid #e00000;
	color:#e00000;
}

.extra-buttons {
	margin: 0 0 10px 0;
}
.extra-buttons a {
	text-decoration: underline;
}

p a.senditem {
	font-size: 0.9em;
	height: 23px;
	line-height: 25px;
	text-align: center;
	background: #ccc url(../i/bg_nav.gif) top left repeat-x;
	color: #000;
	margin: 20px 0 5px 5px;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #D9D9D9;
	border-bottom-color:#999;
	border-right-color:#999;
}

p a.senditem:hover{
	color:#0066CC;
	border: 1px solid #999;
	border-bottom-color:#D9D9D9;
	border-right-color:#D9D9D9;
}
#crumb{
	font-size:0.9em;
	margin:4px 0 1em 0;
}

/*=========> Tables<===========*/
table.mdata{
	clear:both;
	margin:0.8em 0;
	border:1px solid #D9D9D9;
	border-right:none;
	width:100%;
	text-align:left;
}
table.mdata td.date{width:100px;}
table.mdata td.center{text-align:center;}
table.mdata th{
	height:24px;
	line-height:24px;
	font-weight:bold;
	background:#efefef url('../i/bg-hdr.gif') 0 -91px repeat-x;
}
table.mdata th.icon{width:20px;}
table.mdata th.date{width:80px;}
table.mdata th.move{width:60px;}
table.mdata th.translate{width:60px;}
table.mdata th a{
	color:#000;
	text-decoration:underline;
}
table.mdata th, table.mdata td{
	padding:2px 10px;
	border-right:1px solid #D9D9D9;
}
table.mdata tr.odd{background:#edf3fe;}
table.mdata tr.error{background:#feeded;}
table.mdata tr.odderror{background:#fbc5c6;}
/*table.mdata tr.sendeven{background:#d6ffd1;}
table.mdata tr.sendodd{background:#a7cca2;}
table.mdata tr.busyeven{background:#fbfccb;}
table.mdata tr.busyodd{background:#fff4b6;}*/
#content #album li.over,
table.mdata tr:hover{
	background:#9cf;
}
table.mdata td img, table.mdata th img{vertical-align:middle;}

span.language {
	font-size: 8px;
	color: #666;
	background: #ddd;
	text-transform: uppercase;
	padding: 0 3px;
}
tr.light td {color: #666;}

/*=========> Lists : ol ul dl <===========*/
ol,#content ul, sidebar ul{	margin:1em 0 1.3em 30px;}
ul{list-style-type:none;}
#content li, #sidebar li{margin:0.3em 0;padding:0 0 0 16px;}
dt{margin:0.4em 0 0 0;}
dd{	margin:0.3em 0 0.8em 0;}

#sidebar li{background:transparent url('../i/bullet.gif') 0 .2em no-repeat;}

/*=========> Images <===========*/
a img{border:none;}

/*=========> Acronym & Abbreviations <===========*/
acronym, abbr{cursor:help;}
acronym:hover, abbr:hover{
	border:0;
	border-top:1px dotted #666;
}
a acronym, a abbr{border:0 !important;}

/*=========> Container <===========*/
#container{
	background:#FFF;
	margin:0 20px;
	padding:0 30px;
}

/*=========> Header <===========*/
#hdr{
	position:relative;
	margin:0 -30px;
	background:#353535 url('../i/bg-hdr.gif') 0 0 repeat-x;
	height:125px;
	color:#efefef;
}
#hdr h2{
	background:transparent url('../i/logo.gif') 0 0 no-repeat;
	width:219px;
	height:90px;
	margin-left:20px;
}

#hdr h2 a{
	background:transparent url('../i/logo.gif') 0 0 no-repeat;
	display:block;
	width:200px;
	height:90px;
	float:left; /* fix IE5 */
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
}
#hdr h2 a:hover{background:transparent url('../i/logo.gif') 0 0 no-repeat;}
#hdr p{
	position:absolute;
	top:30px;
	right:10px;
}

/*=========> Navigation <===========*/
#nav{
	position:absolute;
	top:91px;
	left:0px;
	height:32px;
	border-right: 1px solid #fff;
}
#nav li{
	float:left;
	display:inline;
	padding:0px;
	height:32px;
	line-height:32px;
	text-align:center;
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff;
}
#nav li a{
	display:block;
	padding:0 10px;
	float:left;
	height:32px;
	line-height:32px;
	color:#333;
}
#nav li a:hover, #nav a.active{
	background:transparent;
	color:#24acf1;
}
/*=========> Content <===========*/
#content{
	width:70%;
	float:left;
	margin-bottom:30px;
}

.gallery {
  background: #fff;
}
.gallery #content {
  width: 100%;
  background: #fff;
}
#tinymce_galery {
  background: #fff;
}
/*=========> Sidebar <===========*/
#sidebar {
	float:left;
	width:30%;
	background:#fff;
	margin-bottom:30px;
}
#sidebar .box {
	margin: 10px 0 10px 30px;
	background: transparent url(../i/dotted.gif) top left repeat-x;
	padding: 7px 0 0 0;
	clear:both;
}
#sidebar form fieldset {
	background: none;
}
#sidebar form label {
	display: block;
}

#sidebar a.newitem {
	display: block;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #ccc url(../i/bg_nav.gif) top left repeat-x;
	color: #000;
	margin: 10px 0 10px 30px;
	text-decoration: none;
	border: 1px solid #D9D9D9;
	border-bottom-color:#999;
	border-right-color:#999;
}
#sidebar a.newitem:hover{
	color:#0066CC;
	border: 1px solid #999;
	border-bottom-color:#D9D9D9;
	border-right-color:#D9D9D9;
}
/*=========> Forms <===========*/
form small, legend, form h3{color: #999;}
input.focus, textarea.focus, select.focus, input:focus, textarea:focus, select:focus { background: #ffc; }
input, textarea, select {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 1.1em;
	background:#edf3fe;
}
fieldset{
	border:none;
	background: transparent url('../i/dotted.gif') top left repeat-x;
	width:100%;
	float:left;
	margin:0px;
	padding:10px 0 20px 0;
}
.buttons{
	background: transparent url('../i/dotted.gif') top left repeat-x;
	clear:both;
	width:100%;
	padding-top:20px;
}
.buttons input{margin-left:118px;}
input#submit, .submit{
	text-align: center;
	background:#efefef url('../i/bg-hdr.gif') 0 -91px repeat-x;
	padding:2px;
	border: 1px solid #D9D9D9;
	border-bottom-color:#999;
	border-right-color:#999;
}
form .dropdown {width: 180px;}
form .dropdownclick {width: auto;}
form div{
/*	float:left;
	width:310px;*/
	float: left;
	width: 100%;
	position:relative;
	z-index:20;
	margin:0 0 10px 0;
}
fieldset.multi-lng{height:auto;margin-top:20px;}
form br{display:none;}
form div input {
	width:180px;
}
form div textarea{height:100px;width:70%;overflow:auto;}
form div.area, fieldset.multi-lng div.area{min-height:110px;float:none;width:auto;clear:both;z-index:10;}
* html fieldset.multi-lng div.area{float:left;}
form fieldset.multi-lng p{
	position:absolute;
	left:118px;
	top:-28px;
}
form div label{
	float:left;
	width:110px;
	text-align:right;
	margin-right:8px;
}
form div.cr, form div.cr_model, form div.cr_type {
	clear:both;
	width:100%;
	display:inline;
}

form div.cr p{margin-left:118px;}
form div.cr label {
	float:none;
	width:auto;
	text-align:left;
	margin-left:118px;
	display:block;
}

form div.cr_model label {
	float:none;
	width:180px;
	text-align:left;
	margin-left:150px;
	display:block;
}
form div.cr_type label{
	float:none;
	width: 180px;
	text-align:left;
	margin-left:182px;
	display:block;
}

form div.cr label .opt, form .cr_model input, form .cr_type input {
	margin-right:2px;
	background:transparent;
}


form div.cr{
	clear:both;
	width:100%;
}
form div.cr p{margin-left:118px;}
form div.cr label{
	float:none;
	width:auto;
	text-align:left;
	margin-left:118px;
	display:block;
}
form div.cr label .opt{
	margin-right:2px;
	background:transparent;
}
input.opt{width:20px;}
small{clear:both;margin-left:118px;display: block;}
fieldset.multi-lng{
	background:none;
}
fieldset.multi-lng h3{
	display:none;
}
fieldset.multi-lng p a {
	margin:0;
	display: block;
	width:30px;
	text-align:center;
	float: left;
	background: #ccc url(../i/bg_nav.gif) top left repeat-x;
	border: 1px solid #D9D9D9;
	border-bottom-color:#999;
	border-right-color:#999;
	font-size:x-small;
	text-decoration:none;
	color:#000;
}
fieldset.multi-lng p a:hover, fieldset.multi-lng p a.active {
	color:#24acf1;
	background-color:transparent;
	border: 1px solid #999;
	border-bottom-color:#D9D9D9;
	border-right-color:#D9D9D9;
}

form .area label{clear:both;}
form .date select{width:auto;margin:0 5px;}
.date a{background:transparent;}
.date a img {
	position: absolute;
	left: 305px;
	top: 2px;
}

#find_address{
	width:350px;
	height: 20px;
}
/*=========> Upload <===========*/
form div.upload{
	clear:both;
	height:auto;
	width:100%;
}
iframe.upload-ifr{
	margin-top:30px;
	width:100%;}

/*=========> Albums <===========*/
#content #album {
	width: 100%;
	margin: 0px;
	clear: both;
}
#content #album li {
	float: left;
	display: inline;
	padding: 3px;
	background: #fff;
	width: 150px;
	text-align: center;
	border: 1px solid #ddd;
	background: #fff;
	margin: 0 20px 12px 0;
}

.gallery #content #album li {
  height: 130px;
  margin: 0 8px 9px 0;
}

#album img {
	display: block;
	margin: 0 auto;
	height: 75px;
}

.gallery #content #album img {
  height: auto;
}
.gallery #content #album li {
  position: relative;
}
.gallery #content #album p {
  position: absolute;
  bottom: 3px;
  margin: 0;
}
#album p {text-align: center;}
#album p img {
	padding: 0px;
	display: inline;
	border: 0px;
	width: 12px;
	height: 11px;
}

/*=========> Footer <===========*/
#footer{
	clear:both;
	padding-top:20px;
	margin:0 -30px;
	height:65px;
	heigh\t:45px;
	line-height:65px;
	background:#353535 url('../i/bg-ftr.gif') 0 0 repeat-x;
	color:#efefef;
}

#robalogo{
	background:transparent url('../i/ftr-robarov.gif') 0 0 no-repeat;
	width:107px;
	height:19px;
	margin:0 0 25px 20px;
}
#robalogo a{
	background:transparent url('../i/ftr-robarov.gif') 0 0 no-repeat;
	width:107px;
	height:19px;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
	display:block;
	float:left;
}
#robalogo a:hover{background:transparent url('../i/ftr-robarov.gif') 0 0 no-repeat;}

/* Calendar */

#basis {
	display: inline;
	position: relative;
}
#calender {
	border:3px solid #ddd;
	padding: 10px;
	z-index: 20;
	width: 200px;
	background: #fff;
	margin:auto;
	margin-left:118px;
}
* html #calender{margin-left:59px;}
#control {
	margin: 0px 0px 5px;
	text-align: center;
}

#calender .controlPlus {
	padding:0 5px;
	color: #333;
	text-decoration: none;
}
#calender table {
	table-layout: fixed;
	font-size: 11px;
	width: 100%;
	empty-cells: show;
}
#calender .weekdays td {
	padding: 1px 5px 1px 1px;
	color: #333;
	text-align: center;
}
#calender .week td {
	border:1px solid #fff;
	padding:1px 4px 1px 0;
	cursor: pointer;
	text-align: center;
}
#calender .week .today {background-color: #9CF;}
#calender .week .holiday {font-weight: bold;}
#calender .week .hoverEle {
	border:1px solid #666;
	color: #000;
	background-color: #9CF;
}
.cat label, .cat input {
	background: none;
	width: auto;
	display: inline;
	float: left;
	clear: none;
	margin: 0px;
}
.cat input {
	width: auto;
	padding: 0px;
	margin-right: 5px;
}
.cat label{font-weight: bold;color:#24acf1;}
.cat li label {font-weight: normal;color:#333;}
.cat div {margin: 0px;}

#content form div ul {
	float: left;
	width: auto;
	position: relative;
	z-index: 20;
	margin: 0px;
}
#content form div li {
	clear: both;
	float: left;
	padding: 0 0 0 15px;
	margin: 0px;
}
#content form div li ul {
	margin-bottom: 10px;
}
#content form div li li {
	padding: 0 0 0 15px;
}

form #item-geographic-map div{
	float: none;
	width: auto;
	z-index: auto;
	margin: auto;
}

/* Add page module */

#add-page-content {margin-bottom: 40px;overflow: hidden;}

#content .pagebox h3 {
	background: #ccc;
	clear: both;
	font-size: 13px;
	padding: 4px 10px;
	margin: 0;
}
.pagebox .mdata {margin: 0 0 20px 0;}


#content ul#home_menu{
}
#content ul#home_menu li{
    padding: 0;
    list-style-type: circle;
}
#content ul#home_menu li a{
    color: #333;
    text-decoration: none;
}
#content ul#home_menu li a:hover{
    background: #24acf1;
    color: #fff;
}

#email-details > table {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
}

#email-details tr > td {
  padding: 3px 20px;
  border-bottom: 1px solid #ccc;
}

#email-details td.title {
  font-weight: bold;
}

#message-content {
  margin-top: 75px;
}
