/* popup calendar styles */
.cldr body, .cldr td, .cldr tr, .cldr input, .cldr select {font-family: Tahoma, Verdana, sans-serif; font-size: 11px;}
body.cldr {margin: 2px;}
.cldr select {background-color:#AAAAAA;color:#FFFFFF;}
.cldr a {text-decoration:none;color:black}
.cldr a:hover {text-decoration:none;color:red;}
.cldr TABLE.head { background-color: #AAAAAA;}
.cldr TABLE.main { border: 1px solid #AAAAAA;}
.cldr TABLE.main TR TD {text-align: center;}
.cldr TR.WeekHeadColor TD{background-color: #C9C9C9; color: #FFFFFF;}
.cldr .TodayColor {background-color: #C9C9C9;}
.cldr .SelDateColor {background-color: #C00011;}
.cldr .SelDateColor a{color: #FFFFFF;}
.cldr .SelDateColor a:hover{color: #000000;}
.cldr .SaturdayColor {background-color: #F0F0F0;}
.cldr .SundayColor {background-color: #F0F0F0;}
.cldr .WeekDayColor {background-color: #FFFFFF;}
/* popup calendar styles */


/* htmlarea styles */
.verd8				{font-family:Verdana,Arial;font-size:8px}
.verd9				{font-family:Verdana,Arial;font-size:9px}
.verd10				{font-family:Verdana,Arial;font-size:10px}
.verd11				{font-family:Verdana,Arial;font-size:11px}
.verd12				{font-family:Verdana,Arial;font-size:12px}
.verd14				{font-family:Verdana,Arial;font-size:14px}
.verd18				{font-family:Verdana,Arial;font-size:18px}
.lineSpc10			{line-height: 10px;}
.lineSpc15			{line-height: 15px;}
.lineSpc20			{line-height: 20px;}
/* htmlarea styles */

body, table, input {
	font-family: verdana;
	font-size: 12px;
}
input, textarea {
	border: 1px #666666 solid;
}
body {
	margin: 0px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
}
form {
	margin: 0;
	padding: 0;
}
.copyrightContainer {
	padding-left:20px; 
	padding-right:10px;
}

.sepV {
	width:7px;
}
.sepV{
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sepV2.png', sizingMethod='scale');
}
.sepV[class]{
  background:url('images/sepV2.png');
}
.sepH {
	height: 7px;
}
.sepH{
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sepH.png', sizingMethod='crop');
}
.sepH[class]{
  background:url('images/sepH.png') no-repeat;
}

ul.menu {
	list-style-type: none;
	margin:0;
	margin-top:10px;
	padding:0;
}
ul.menu li{
	margin: 0;
	padding:0;
}

.contentsContainer p {
	padding-left: 0px;
	margin-left: 0px;
}

.album_imgage_border{
    border-style: solid;
} 
#imglistphotos{
    clear: both;
    float: left;
}   
#imglistphotos ul{
    list-style: none;
    margin:0;
    padding:0;
}
#imglistphotos ul li{
    float:left;
    margin:5px;
    
    padding:0;
}
#imglistphotos ul li img{
    border:1px solid black;
}
#galerija1{
    clear: both;
    float: left;
    width: 350px;
    height: auto;
}
#galerija1_text{
    float:left;
    width: 350px;
    margin-left:15px;
}
#bigImg{
    border:1px solid black;
    width:350px;
    height:auto;
}
.tree ul{
    list-style: none;
}
.tree ul li{
    padding-top:5px;
}
/*superfish menu*/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
    border-width:	0px ;
	border-left-width:	1px ;
    border-left-style: solid;
    border-top-width:	1px ;
    border-top-style: solid;
	padding: 		.75em 1em;
	text-decoration:none;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

                            /* editable */ body{ background-color: #A55A17; } input.searchField{ border: 1px; width: 110px; background-color: #FFFFFF; padding: 3px; text-align: center; height: 20px; color: #000000; font-size: 11px; } td.copyright{ color: #FFFFFF; height: 65px; text-align: center; } a.copyrightLink{ color: #FFFFFF; text-decoration: none; } a.menuLink{ color: #FFFFFF; padding: 3px; text-decoration: none; line-height: 18px; } a.menuLinkSelected{ color: #FFFFFF; padding: 3px; text-decoration: none; font-weight: bold; line-height: 18px; } a.submenu{ font-size: 11px; color: #FFFFFF; text-decoration: none; line-height: 18px; } a.submenuSelected{ font-size: 11px; color: #FFFFFF; text-decoration: underline; line-height: 18px; } .lang{ font-size: 11px; text-decoration: none; font-weight: normal; color: #FFFFFF; } a.langSelected{ font-size: 11px; font-weight: bold; text-decoration: none; color: #FFFFFF; } a{ color: #666666; } a.print{ float: right; position: relative; top: -13px; text-decoration: none; color: #6699CC; font-siz.sf-menu li: ; } .sf-menu li{ background-color: #FF7DE9; } e: 11px;{ } div.title{ font-size: 12px; color: #ABC0D3; margin-bottom: 23px; } .contentsContainer{ padding: 15px; background-color: #FFFFFF; color: #666666; padding-top: 25px; } .menuContainer{ background-color: #ABC0D3; width: 205px; text-align: left; padding-left: 5px; } .mainContainer{ background-color: #FFFFFF; } .album_imgage_border{ border-color: #000000; border-width: 1px; } .sf-menu li:hover,.sf-menu li.sfHover,.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active{ background-color: #C2CED8; } .sf-menu a, .sf-menu a:visited{ color: #FFFFFF; } .sf-menu li{ background-color: #FE7100; } .sf-menu li li{ background-color: #FE7100; } .sf-menu li li li{ background-color: #1E93BD; } .sf-menu a{ border-color: #FFFFFF; } 
