﻿@charset "utf-8";
body{	
	font-family : Arial, Helvetica, sans-serif;	
	font-size: 14px;  
	background-color: #111;
	color:#FFFFFF;
	margin: 0 0 0 0;	
}


header,section,article,footer
{border:1px solid grey; margin:5px; padding:10px;}
header nav{ margin:5px; padding:10px; background-color:#8A4D4D;border-radius:5px;}
header nav ul {margin:0; padding:0;}
header nav ul li {display:inline; margin:0px;}


header,footer{
 background-color: #660000;
 border-radius: 5px;
 border: 1px solid #a1351e;
}

section,article{
	background-color:#222;
	border: 1px solid #a1351e;
	border-radius: 5px;
	display:block;
}

.boxContentRound{
	padding:7px;
	height:100%;
	font-size:14px;
	font-weight:normal;
	overflow:auto;
	text-align:justify;
	line-height: 18px; 
	width:99%;
	margin: 0 auto;
}

 a{ color:#EEE; font-weight:bold;border-radius:5px;text-decoration:none; }
.boxContentRound img{ border-radius:5px; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	/*margin-left: 8px;*/
	width: auto;
	margin: 0;
	padding:0;
	

}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width: auto;
}

div#sidebar1 {
 float: left;
 width: 18%;
 background:none;
 border: 0px;
 margin:5px; padding:10px;
}

.boxTitle{
	background-color: #444;
	color:#FFFFFF;
	padding-left:15px;
	padding-right:15px;
	height:20px;
	padding-top:8px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	
}
.boxContent{ border: 1px solid #444; }
.boxContent p{	padding:10px; text-align:justify }
.boxContent h2{ padding-left:10px; }


div#sidebar1 nav ul {
	list-style:none;
	padding-left:0px;
	padding-top: 0;
	margin: 0;
}

div#sidebar1 nav ul li a{
	display:block;
	padding: 10px;
	padding-left:15px;	
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	height: 10px;
	background: #222 url(includes/images/meniu/topnav_bg.gif) repeat-x 10px center;
	text-decoration:none;
	border-radius:0;
}

#sidebar1 ul li a:hover{
	background: #333;
	
}



section#mainContent {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 75%;
	background: none;
	border: 0px;
}

div.copyright {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear: both;
	background-color:#222;
	border: 1px solid #a1351e;
	border-radius: 5px;
	display:block;
	margin:5px; 
	padding:10px;
}

.gallink a{
	display:block;
	background-color: #333;
	background-repeat: no-repeat;
	font-weight:bolder;
	font-size: 12px;
	width: 96%;
	padding: 10px;
	margin: 0 auto 3px auto;
	border-radius: 5px;
	text-decoration:none;
}

.gallink a:hover{
	background:#555;
}

footer#pageFooter {
 clear: both;
}

#cse-search-box{
	padding: 0px;
	text-align:center;
}

#cse-search-box .searchBox{
	width: 180px;
	height: 25px;
	background-color: #333;
	border: 1px solid #555;
	color: #FFC;
	border-radius: 5px;}

#cse-search-box .button{
	background-color:#600;
	border:1px solid #a1351e;	
	color: #FFF;
	height:30px;
	border-radius: 5px;
}

#cse-search-box input:focus	{ color:#fff; background-color:#999; }
.yellow{
color: yellow;
}
 
 .middle{ 
	vertical-align:middle;
 }
 
 /* HIGHSLIDE JS */
.textbg {
	FONT-SIZE: 20px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	background-color:#C00;
	background-repeat:repeat-x;
	padding-left: 5px;
	height: 100px;
}
.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(includes/highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 1px solid silver;
	border-radius: 5px;
}
.highslide:hover img {
	border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 0px;
	border-style: solid;
	border-color: black;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: black;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	color: grey;
	font-weight: bold;
	height: 23px;
	overflow: hidden;
	cursor: default;
	padding-left: 22px;
	background: url(includes/highslide/graphics/iconb.gif) no-repeat 0 1px;
	background-color: #000000;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
	border: 1px solid #222;
	background-color: black;
	padding-left: 22px;
	background-image: url(../includes/highslide/graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: white;
	text-decoration: none;
	font-size: 10px;
	background-color: grey;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	top: -23px;
	left: 7px;
}
.highslide-controls ul {
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.highslide-controls li {
	float: left;
}
.highslide-controls a {
	background-image: url(includes/highslide/graphics/controlbar-black-small.gif);
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-controls .highslide-move {
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}
/* END HIGHSLIDE JS */
