html {
        scrollbar-face-color: black;
        scrollbar-arrow-color: white;
        scrollbar-highlight-color: #fffbf0;
        scrollbar-3dlight-color: black;
        scrollbar-shadow-color: #fffbf0;
        scrollbar-darkshadow-color: black;
        scrollbar-track-color: #blank;
        }

.TextBox
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
	border: 2px solid #FFF5A0;
}

.Button
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF5A0;
	border: 2px solid #FFF5A0;
	background:#000000;
}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF5A0;
}
body {
	background-color: #000000;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
a:link {
	text-decoration: none;
	color: #FFF5A0;
}
a:visited {
	text-decoration: none;
	color: #FFF5A0;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFF5A0;
}
h1 {
	font-size: 9px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 16px;
}

IMG { border: none; }
.Chenar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF5A0;
	text-align: right;
	text-indent: 5px;
	word-spacing: 0em;
	display: block;
	margin: 5px;
	padding: 3px;
	width: 200px;
	border: 2px solid #FFF5A0;
	overflow: hidden;
}
.Chenar_Left {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF5A0;
	text-align: left;
	text-indent: 5px;
	word-spacing: 0em;
	display: block;
	margin: 5px;
	padding: 3px;
	width: 200px;
	border: 2px solid #FFF5A0;
	overflow: hidden;
}

.Chenar_Center {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF5A0;
	text-align: center;
	text-indent: 5px;
	word-spacing: 0em;
	display: block;
	margin: 5px;
	padding: 3px;
	width: 200px;
	border: 2px solid #FFF5A0;
	overflow: hidden;
}

.SearchBox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF5A0;
	text-align: left;
	text-indent: 5px;
	word-spacing: 0em;
	margin: 0px;
	padding: 3px;
	width: 121px;
	border: 1px solid #FFF5A0;
	overflow: hidden;
	background:#000000
}
.SearchButton {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF5A0;
	text-align: center;
	text-indent: 0px;
	word-spacing: 0em;
	width: 50px;
	border: 1px solid #FFF5A0;
	overflow: hidden;
	background:#000000;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

.Meniu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF5A0;
	text-align: left;
	text-indent: 0px;
	word-spacing: 0em;
	margin: 5px;
	padding: 3px;
	width: 200px;
	border: 2px solid #FFF5A0;
	overflow: hidden;
	background-image: url(../Images/Bg_Meniu.jpg); 
	background-attachment:fixed; 
	background-repeat:no-repeat; 
	background-position:center;
}

.Text_Bold
{
	color: #F3DC96;
	font-weight: bold;
}
#LayerContent 
{  
	position:absolute; 
	width:734px; 
	height:550px; 
	z-index:1;
	overflow: none; 
	overflow-x: hidden; 
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 0px;
	background:none;
}

#LayerContent_Scroll
{  
	position:absolute; 
	width:744px; 
	height:550px; 
	z-index:1;
	overflow: scroll; 
	overflow-x: hidden; 
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 5px;
}
