body {
	background:#80B00C url(../img/background.jpg) repeat-y scroll 0 0;
	color:#505050;
	font-family: Arial;
	font-size:12px;
	margin:0 0 30px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}
a, a:link, a:visited {
    color: #52621B;
    text-decoration: none;
}


#eye {
    background: transparent url("../img/eye-small.jpg") no-repeat scroll 0 0;
    border: #858585 1px solid;
    position: absolute;
    top: 75px;
    left: 812px;
    display: inline;
    float: left;
    height:160px;
    width:165px;
    z-index: 3000;
}

div.eye-text {
    background: transparent url("../img/eye-text.jpg") no-repeat scroll 0 0;
    opacity: 50;
    position: absolute;
    display: inline;
    right: 0px;
    top: -5px;
    height: 38px;
    margin: 100px 0 0;
    margin-right: -10px;
    width: 137px;
    z-index: 2999;
}
div.hun { 
    background: transparent url("../img/eye-text_hun.jpg") no-repeat scroll 0 0;
}

#logo {
    background: #ffffff url("../img/logo.gif") no-repeat scroll center;
    width: 240px;
    height: 50px;
    padding: 10px;
    position: absolute;
    border: 1px solid #858585;
    top: 20px;
    left: 30px;
}
#contents {
    position: relative;
    top: 110px;
    left: 50px;
    width: 880px;
}
div.maincontent {
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #D3D3D3;
    border: 0px;
    padding-bottom: 15px;
}


div.body {
    background: transparent url("../img/background-dark3.jpg") no-repeat scroll 0 0;
    padding: 10px;
    height: expression(this.scrollHeight < 801? "800px" : "auto");
    min-height: 800px;
}


div.bg_clear {
    width: 1050px;
    background: url("../img/body_bottom.jpg") repeat-y;
    padding-bottom: 150px;
    min-height: 800px;
}

div.chart {
	background-image: none;
	background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    width: 790px;
    height: 250px;
}
table.myTable {
    border: 1px solid #000;
    border-collapse: collapse;
    padding: 10px;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
	 margin-right: 30px;
    font-size: 12px;
}

table.myTable thead {
    border-bottom: 1px solid;
}

table.myTable thead tr th.header {
    background-image: url("../img/normal.gif");
    background-position: right center;
    background-repeat: no-repeat;
	 background-color: #d3d3d3;
    cursor: pointer;
}
table.myTable thead tr th.headerSortDown {
    background-image: url("../img/desc.gif");
}

table.myTable thead tr th.headerSortUp {
    background-image: url("../img/asc.gif");
}

table.myTable tr td, table.myTable tr th { 
    background: #c3c3c3; 
    padding-right: 20px; 
    padding-left: 20px;
    border-right: 1px solid;
	text-align: right;
}

table.myTable tr th {
    background: #d3d3d3;
	text-align: center;
}

table.myTable tr td.Text {
	text-align: left;
}
div.menu {
    position: absolute;
    left: 300px;
    top: 40px;
}

div.menu ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 0 0 10px;
}

div.menu ul li {
    display: inline;
    float: left;
    font-size: 14px;
}

div.menu ul li a {
    color: #ffffff;
    display: block;
    padding: 5px;
    text-transform: uppercase;
}
div.menu ul li a:hover {
    text-decoration: underline;
}

div.menu ul li a:visited {
	color: #ffffff;
}

table.myTable tr.odd td { background: #e3e3e3; }
div.text {
    margin-top: 27px;
    margin-left: 10px;
}
.footer {
	color: #96B03B;
	background: #101D03;
	font-size: 9px;
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	width:200px;
	text-align: center;
}

.footer a {
	color: #96B03B;
	margin: 10px;
	margin-left: 0px;
}

.footer a:hover {
    text-decoration: underline;
}

span.adv {
	font-weight: bold;
}

span.bold {
    font-weight: bold;
}

div.box h2 {
	text-align: center;
}


img {
    text-decoration: none;
    border: none 0px;
}

div.text_body {
    padding-left: 40px;
    width: 615px;
}
#first, #last {
    width: 160px;
    
}

div.comment {
    font-size: 10px;
    margin-left: 40px;
    padding-left: 20px;
    width: 800px;
    border-top: 1px solid;
}

div.comment a {
    color: green;
}

div.comment a:hover {
    text-decoration: underline;
}

a.nyito h2:hover {
    text-decoration: underline;
}

a.nyito:hover {
    text-decoration: underline;
}
div.select {
    margin-left: 20px;
    margin-bottom: 20px;
}

#banner, #banner_layer ,#banner_nolayer,#ipar, #ipar_adv, #ipar_ksh {
    margin-bottom: 20px;
}

#banner_layer, #banner_default ,#banner_nolayer, #ipar_adv, #ipar_ksh {
	 margin-left: 60px;
}

#banner tr td, #ipar tr td {
	white-space: nowrap;
}


div.tables {
    float: left;
    width: 375px;
	 margin: 0px;
	 padding: 0px;
	 margin-top: 20px;
    margin-left: 20px;
}

div.tables h2 {
	font-size: 14px;
}

div.tables_h {
   text-align: left;
	margin-left: 20px;
}

div.tables div.link {
    text-align: right;
	 width: 96%;
}



ul.BannerType {
    list-style: square;
}

p.ADV_info {
    margin-bottom: 17px;
}

div.ImgNotReady {
	background: #FFFFFF url(../img/load.gif) no-repeat 50% 50%;
}



