/* -- Basics -- */
html, body, div, p, li, ul, ol, form, fieldset, h1, h2, h3, h4, h5, h6   { margin: 0; padding: 0; list-style: none; }

body { 
 font: normal 62.8%/1.3 Arial, Helvetica, sans-serif; 
 background: #000 url('images/pozadi2.jpg'); 
 color: #3e3533;
 padding: 20px 0; 
}

a { 
 color: #af0731;
}

a:hover { 
 text-decoration: underline !important; 
 color: #000;
}

a img { 
 border:0; 
}
img           { border: 1px #d5d2d2 solid; }
input
select,
textarea      { font-family: Arial, lucida, sans-serif; font-size: 1em; vertical-align: middle; }
input, 
textarea	    { background: #8f8c8c; padding: 2px 0; margin: 0; border: 1px solid #676464; }
button	      { vertical-align: middle; margin: 0; padding: 0; height: 18px; border: none; text-decoration: underline; font-weight: bold; color: #00CCFF; cursor: pointer; }
.submit       { width: auto !important; overflow: visible; background-color: #312b2a; border: 1px solid #000 !important; padding: 0 5px; color: #fff; font-weight: bold; }

h1	{ font-size: 2em; }
h2	{ font-size: 1.6em; }
h3	{ font-size: 1.4em; }
h4	{ font-size: 1.2em; }
h5	{ font-size: 1.1em; }
h6	{ font-size: 1em; }
p   { line-height: 20px; }

h1, h2, h3, h4, h5, h6  { color: #3e3533; }

table           { border-collapse: collapse; width: 100%; }
table th        { text-align: left; }
table td.right  { padding-left: 5px; }
table th.right  { padding-left: 5px; }
table td.left   { padding-right: 5px; }
table th.left   { padding-right: 5px; }

blockquote  { margin: 0; padding: 10px 20px; color: #333; line-height: 1.6; font-family: Georgia, serif; }
fieldset    { border: 0 !important; }

/* -- Basics layout -- */
.index_body {
 width: 900px;
 margin: 0 auto;
 font-size: 8pt;
 height: 202px;
 position: relative;
}

.content {
 font-size: 1.2em; 
}

#foot     { font-size: 1.2em; clear: both; }

/* -- Logo constructs -- */
h1        { font-family: Georgia, "New York CE", utopia, serif; font-size: 3em; font-weight: normal; margin-top: 40px; }
h1 a      { text-decoration: none; color: #CCCCCC !important; }

#logo *     { color: #eaafa3; text-decoration: none !important; }
#logo h1 { color: #CCCCCC; }
#logo h2    { font-weight: normal; font-size: 1.2em; color: #CCCCCC;}
#logo .small { color: #CCCCCC; }
#logo .block{ position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; text-decoration: none; }

/* -- Main classes -- */
.fr		    { float: right !important; }
.fl		    { float: left !important; }
.clear    { clear: both !important; }
.right	  { text-align: right !important; }
.left		  { text-align: left !important; }
.center	  { text-align: center !important; }
.last		  { margin-right: 0 !important; margin-bottom: 0 !important; border-bottom: none !important; }
.small	  { font-size: .90em; }
.big      { font-size: 1.5em; }
.item     { margin-bottom: 1.5em; border-bottom: 1px #d8d8d8 solid; clear: both; }
.info     { font-size: .95em; margin: 2px 0 6px !important; }
.col1     { width: 49%; float: left; }
.col2     { width: 49%; float: right; }
img.left  { margin-left: 0 !important; }
img.right { margin-right: 0 !important; }

/* -- Layout constructs -- */
#logo       { position: relative; padding: 0 50px; height: 149px; overflow: hidden; background: url('images/bg.png') 0 0 no-repeat; }

.mainMenu {
 height: 46px;
 padding: 0 25px;
 background: #312b2a url('images/bg-main-menu.gif') repeat-x;
 border: 1px #8a817e solid;
 border-width: 1px 0 6px; 
}

.content { 
 padding: 30px 0 25px; 
 overflow: hidden;
 height: 100%;
 background: #fff url('images/bg-content.gif') repeat-y; 
}

#foot       { height: 68px; background: #312b2a url('images/bg-foot.jpg') no-repeat; }

/* -- Main Menu -- */
.mainMenu ul {
 position: relative;
 height: 46px; 
}
.mainMenu li {
 position: relative;
 float: left;
 padding-right: 7px; 
}
.mainMenu li a {
 display: block;
 float: left;
 color: #b59d97;
 height: 30px;
 padding: 16px 15px 0 20px; 
}
.mainMenu li a span {
 position: absolute;
 left: 8px;
 top: 20px;
 width: 6px;
 height: 8px !important;
 overflow: hidden;
 background: url('images/ico/ico-menu_item.gif') no-repeat; 
}
.mainMenu li.active {
 position: relative;
 top: 7px;
 background: url('images/bg-main-menu_shadow.gif') 100% 0 no-repeat; 
}
.mainMenu li.active a {
 padding-top: 9px;
 text-decoration: none !important;
 color: #000 !important;
 background: #fff url('images/bg-main-menu_active.gif') repeat-x;
 border-bottom: 6px #fff solid; 
}
.mainMenu li.active a span {
 top: 12px;
 background-position: 0 -8px; 
}
.mainMenu li a:hover {
 color: #fff; 
}

/* -- Search block -- */
.search {
 position: absolute;
 right: 12px;
 bottom: 36px;
 width: 250px;
 text-align: right; 
}
.search .button {
 width: 160px;
 height: 14px;
 border: none;
 background: url('images/bg-input.gif') no-repeat;
 padding: 5px 10px; 
}
.search .submit {
 position: relative;
 width: 26px !important;
 height: 24px;
 background: url('images/bg-submit.gif') no-repeat;
 border: none !important;
 padding: 0;
 left: -4px; 
} 

/* -- Footer part -- */
#foot p       { padding: 27px 15px 0; }
#foot *       { color: #8a817e; }
#foot a:hover { color: #fff; }

/* --PNG fix -- */
img, div, a, input { behavior: url(iepngfix.htc) }

#login { width: 55px; }

input#nick, input#pochta , input#parol {
    padding-left: 14px;
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: 2px center;
}

.btn { background-color: #999999; width: 276px; }

.browsebtn { background-color: #999999; width: 50px; }

.col2 {
	color: #CCC;
}

.colhead {
	color: #CCC;
	background: url(colbg.jpg);
	background-repeat: repeat;
	text-decoration: none;
}

.colhead a {
	text-decoration: none;
	color: #CCC;
}

td.row2 {
	color: #CCC;
	background: #504A4B;
}

td.row2 a {
	color: #CCC;
}

td.row3 {
	color: #CCC;
	background: #504A4B;
	text-decoration: none;
}

td.row3 a {
	color: #CCC;
	text-decoration: none;
}

td.row3 a:visited {
	color: #CCC;
}
	
.colheadsmall {
	font-size: 9px;
	color: #CCC;
	background: url(colbg.jpg);
	background-repeat: repeat;
}

img {
	border: none;
}

/* FRAME STYLE */
.NB-fframe {
	background-color: #D5D5D5;
	border: 1px solid #4c4a3e;
}
.NB-fhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	background-color: #312C2B;
	padding-top: 5px;
	padding-bottom: 5px;
}
.NB-fbody {
	background-image: url(images/NB_24.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4c4a3e;
	color: #888;
}
.NB-right {
	background-color: #000000;
	background-image: url(images/NB-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 14px;
}

fieldset {
  -moz-border-radius: 5px;
}

legend {
  color       : #E20070;
  font-weight : bold;
}
//entity//
.subnav {
        color: #312C2B;
}

.menu_bkg {
      background-color: #312C2B; 
	  
}