body {
    margin: 0;
    height: 100%;
    text-align: center;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a {
    color: #DE870B;
    font-weight: bold;
}

img {
    border: none;
}

a:hover {
    color: #945904;
    text-decoration: none;
}

object, form {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#main { 
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 920px;
    height: 100%;
}

#header {
    height: 96px;
    width: 920px;
    background: url(./images/header.jpg) no-repeat;
}

#logolink {
	color: #fff;
	display: block;
	width: 230px;
	height: 80px;
}

#slogan {
    display: inline;
    color: #363F99;
	font-size: 8px;
    font-weight: bold;
    position: relative;
    left: 11px;
}

#slogan * {
	font-size: 9px;
}

#mainmenu {
    height: 34px;
    background: url(./images/mainmenubg.jpg) no-repeat;
}

#mainmenu a {
    color: #D0D2E7;
    text-decoration: none;
}

ul#topmenu, ul#localmenu, ul#localmenu ul, ul#footermenu, ul#innermenu, ul#innermenu ul  {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul#topmenu li {
    float: left;
    margin-top: 3px;
    padding: 0 1px 0 0;
    background: url(./images/menu_dotted.jpg) no-repeat;
    background-position: right;
}

ul#topmenu li a {
    display: block;
    padding: 0 5px;
    float: left;
    line-height: 22px;
    
}

ul#topmenu li a:hover {
    color: #FFF;
    background: url(./images/active_menu_bg.jpg);
}

ul#topmenu li a.active {
    color: #FFF;
    background: url(./images/active_menu_bg.jpg);
}

#english img {
	float: right;
	position:relative;
	right: 215px;
	top: 2px;
}

form#search {
    /*position: relative;
    top: -20px;
    left: 735px;*/
	float: right;
    width: 200px;
	margin-top: 6px;
	//margin-right: -40px;
	margin-right: -15px;
}

form#search label {
    font-weight: bold;
    font-size: 11px;
	width: auto;
}

input#what_to_search {
    background: url(./images/search_bg.gif);
    border: none;
    width: 105px;
    height: 15px;
    font-size: 11px;
    font-weight: bold;
    padding: 0 5px;
    line-height: 15px;
	position: relative;
    top: -6px;
    left: 2px;
}

#search_submit {
    position: relative;
    top: -1px;
    left: -4px;
	width: auto;
	background: none;	
}

#path {
	margin-left: 5px;
    height: 19px;
}

#path * {
    color: #5C5C5C;
}

#path a {    
    text-decoration: none;
}

.raquo {
    color: #929292;
}

#col_1 {
    width: 220px;
    float: left;
}

ul#localmenu li a {
    background: url(./images/menu0.jpg) no-repeat;
    display: block;
    height: 22px;
    width: 180px;
    padding: 0 20px;
    line-height: 22px;
    color: #38408F;
    text-decoration: none;
}

ul#localmenu li a:hover, ul#localmenu li a.active {
    color: #0D1456;
    background: url(./images/menu0_active.jpg);
}

ul#localmenu li ul li a{
    background: url(./images/menu1.jpg) no-repeat;
    display: block;
    height: 18px;
    width: 180px;
    padding: 0 20px;
    line-height: 18px;
    color: #8C8FBC;
    text-decoration: none;
}

ul#localmenu li ul li a:hover, ul#localmenu li ul li a.active {
    background: url(./images/menu1.jpg) no-repeat;
    color: #484F93;
}

ul#innermenu {
	margin-bottom: 15px;
}

ul#innermenu li a {
    background: url(./images/menu0_inner.jpg) no-repeat;
    display: block;
    height: 22px;
    width: 180px;
    padding: 0 20px;
    line-height: 22px;
    color: #6F6F6F;
    text-decoration: none;
}

ul#innermenu li, ul#innermenu li {
    color: #222222;
    background: url(./images/menu0_inner_active.jpg);
}

ul#innermenu li ul li a{
    background: url(./images/menu1_inner.jpg) no-repeat;
    display: block;
    height: 18px;
    width: 180px;
    padding: 0 20px;
    line-height: 18px;
    color: #919191;
    text-decoration: none;
}

ul#innermenu li ul li a:hover, ul#innermenu li ul li a.active {
    background: url(./images/menu1_inner.jpg) no-repeat;
    color: #6F6F6F;
}

/*TODO*/
#dzz {
	height: 20px;
}

#col_main {
    width: 540px;
    float: left;
    background: #fff;
    padding: 0 15px;
    color: #0B135D;
}

h1, h2, h3, h4 { 
    margin-top: 0;
}

h1 {
    font-size: 16px;
    color: #0D6BBC;
}

h2 {
    font-size: 12px;
    color: #363F99;
}

#col_2 {
    width: 126px;
    padding: 2px; 
    float: left;
    background: #EBEBF5;
    text-align: center;
}

#col_2 img {
    margin-bottom: 20px;
}

#footer {
    clear: both;
    background: #0f0;
    height: 60px;
    background: url(./images/footerbg.jpg) no-repeat;
    padding: 20px 5px 10px;
	position: relative;
	top: 20px;
}

#mailto {
    float: right;
    margin-top: -20px;
}

ul#footermenu li {
    float: left;
    margin-top: 8px;
    padding: 0 1px 0 0;
    background-position: right;
}

ul#footermenu li a {
    font-size: 9px;
    text-decoration: none;
    padding: 0 3px; 
}

#copyright {
    float: right;
	text-align: center;
}

#copyright img {
    float: left;
}

#copyright p {
    margin-top: 2px;
    float: left;
    margin-left: 5px;
    text-align: center;
    color: #494E7E;
}

/*fooldal stylejai*/

.mainbanner {
	margin-top: 10px;
	width: 468px;
	height: 60px;
	background: url(./images/mainbanner_bg.jpg) no-repeat;
	padding: 3px 36px;
}

/*h?rbox styleja*/

.newsbox {
	float: left;
	margin-top: 11px;
	width: 260px;
	background: #EDEDED;
}

.lmarg {
	margin-left: 5px;
	margin-right: 5px;
}

.newsbox2 {
	margin-bottom: 20px;
	background: #EDEDED;
	border-bottom: 1px dotted #D0D2E6;
	background: none;
	padding-bottom: 15px;
}

.newsbox2 img {
	margin-right: 6px;
	margin-bottom: 10px;
	float: left;
}

.newsbox2 a {
	display: block;
	clear: both;
	width: 80px;
}

.newsbox.left {
	clear: left;
	float: left;
}

.newsbox.right {
	float: right;
}
	
.newsbox h3 {
	margin-bottom: 0;
	line-height: 21px;
	padding: 0 0 0 5px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	background: url(./images/hirbox_head_bg.jpg) no-repeat;
}

.newsbox2 h3 {
	font-size: 11px;
}
.newsbox h4 {
	margin-top: 3px;
	font-size: 10px;
}

.newsbox p {
	margin-top: 0;
}

.newsbox img {
	float: left;
	margin: 5px;
}

a.newsboxfoot {
	clear: both;
	display: block;
	background: url(./images/hirbox_foot_bg.jpg) no-repeat;
	height: 19px;
	padding: 5px 0 0 190px;
	color: #FFF;
	text-decoration: none;
}

a.newsboxfoot:hover {
    color: #FFF;
} 

/*balboxok*/

.box {
	margin-bottom: 15px;
	color: #0B135D;
	background: #E7E8F3;
	padding-bottom: 5px;
}

.box2 {
	color: #545454;
	background: #EDEDED;
}

.box p {
	padding: 3px 5px;
	margin: 0;
}

.box h3 {
	margin-bottom: 0;
	color: #DCDEED;
	background: url(./images/box_header_bg.jpg) no-repeat;
	height: 23px;
	font-size: 10px;
	text-transform: uppercase;
	padding: 4px 0 0 5px;
}

.lgdin {
	background: #EDEDED;
}
.lgdin h3{
	background: url(./images/box_logged_header_bg.jpg) no-repeat;
	color: #E5E5E5
}

.box2 h3 {
	background: url(./images/refbox_bg.jpg) no-repeat;
	color: #FFF;
}

.boxinner {
	padding: 0 5px;
}

#videobox {
	background: #F3F4F9;
	border: 1px solid #D0D2E6;
	width: 218px;
}

.thevideo {
	text-align: center;
}

.thevideo a {
	position: relative;
	top: -10px;
}

#loginbox p.reg, #lgdinbox p.reg {
	padding: 3px 0;
	margin: 2px 10px;
	font-size: 9px;
	text-align: center;
	border-top: 1px solid #BDC0DD;
	border-bottom: 1px solid #BDC0DD;
}

#lgdinbox {
	margin-bottom: 0;
}

#lgdinbox p.reg { 
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
}

#lgdinbox p.reg {
	text-align: right;
}

#loginbox p.reg a, #lgdinbox p.reg a, #loginbox p.reg span {
	margin-right: 4px;
	text-decoration: none;
	color: #DE870B;
}

.greet {
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #545454;
}

.lgdname {
	display: block;
	margin: 10px 0;
	clear: both;
	color: #4D58C3;
	font-size: 14px;
	font-weight: bold;
}

#loginbox p.reg a:hover {
	color: #945904;
}

.grdref {
	height: auto;
}

.grdref div {
	margin: 4px;
	border-bottom: 1px solid #BDC0DD;
}

/*boxok formjai*/

.box form {
	margin: 5px;
}
.inp{
	margin-top: 2px;
	padding: 0 4px;	
	height: 14px;
	border: solid 1px #656895;
	background: url(./images/inp_bg.jpg) repeat-x;
	line-height: 14px;
	font-size: 11px;
	font-weight: bold;
	color: #38419A;	
}
input {
	margin-top: 2px;
	padding: 0 4px;
	width: 136px;
	height: 16px;
	border: none;
	background: url(./images/input_bg.jpg) no-repeat;
	line-height: 14px;
	font-size: 11px;
	font-weight: bold;
	color: #38419A;
}

input.checkbox {
	width: auto;	
	background: none;
}

#remchkb {
	margin-left: 40px;
}

input.submit, input.submit2 {
	width: 87px;
	height: 18px;
	background: url(./images/submit_bg.jpg) no-repeat;
	color: #FFF;
	margin-top: 4px;
	margin-left: 60px;
	clear: both;
}

label {
	margin-top: 2px;
	display: block;
	float: left;
	width: 60px;
	color: #0C1353;
	font-weight: bold;
	font-size: 11px;
}

.labchkb {
	width: 30px;
	
}

.navig {
	clear: both;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
}

.navig * {
	margin: 2px;
}

.clbr {
	clear: both;
	float: right;
	margin-top: 20px;
}

#maintopbox {
	height: 47px;
	background: url(./images/maintopbox_bg.jpg) no-repeat;	
	color: #343B95;
	padding: 5px 10px;
}

#maintopbox h3 {
	font-weight: normal;
	font-size: 35px;
	float: left;
	margin: 0;
	margin-right: 10px;
}

#maintopbox p {
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.mbhead {
	color: #483606;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 10px;
	height: 17px;
	background: url(./images/mainbox_head_bg.jpg) no-repeat;	
}

.mbfoot {
	text-align: right;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 10px;
	height: 17px;
	background: url(./images/mainbox_foot_bg.jpg) no-repeat;	
}

.mainbox {
	clear: both;
	color: #fff;
}

.mainbox a {
	color: #fff;
	text-decoration: none;
}

.mainbox a:hover {
	color: #fff;
}

.mainbox h3 {
	font-size: 12px;
}

.mainbox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.mainbox ul li {
	line-height: 15px;
} 
.mb1 {
	padding: 10px 20px 10px 220px;
	height: 105px;
	background: url(./images/mb1_bg.jpg) no-repeat;	
}

.mb2 {
	padding: 10px 20px 10px 20px;
	height: 150px;
	background: url(./images/mb2_bg.jpg) no-repeat;	
}

#domstt thead tr {
line-height: 25px;
}


#domstt td {
	    vertical-align: top;
        padding-right: 10px;
}

#domstt td.td1 {
	   width: 130px;
}

#dst {
  border-collapse: collapse;
}
#dst td {
       border: 1px solid;
       padding: 0 5px;       
}

.dst2 { width: 240px;}
.dst3 { width: 200px;}

.warning, .error {
	color: #F00;
}

.td2 {
	width: 250px;
}

.td3 {
	width: 197px;
	padding-left: 10px;
}

.fl {
	text-align: right;
	width: 40px;
}

textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #646496;
	color: #38419A;
	background: #F4F5FA;
}

.radio {
	width: 13px;
	height: 13px;
}

.tcont td {
	vertical-align: top;
}

.clab {
	font-weight: normal;
	width: 150px;
}

.cont {
	position: relative;
	left: -60px;
}

table.clist tr {
	margin: 5px;
}

.feltok {
	width: auto;
}


/*belso oldalak style-jai */
#felt {
	padding: 5px;
	height: 350px;
	background: #EBEBF5;
	overflow: scroll;
}

.feltokchk {
	float: left;
	width: auto;
	margin: 0;
}

#reg1sbm {
	margin: 0;
}

.innerform {
	margin-right: auto;
	margin-left: auto;
}

h3.innerform {
	margin-left: 37px;
	margin-bottom: 0;
	padding: 5px;
	background: url(./images/form_head_bg.jpg);	
	height: 15px;
	width: 456px;
	color: #E4E5F1;
	font-size: 12px;
}

div.innerform {
	background: #EBEBF5;
	width: 446px;
	padding: 10px;
	margin-bottom: 15px;
}

.innerform label {
	margin: 0;
	width: 170px;
	color: #0C1353;
	margin-bottom: 4px;
	clear: both;
}

.innerform label span {
	color: #DE870B;
}

div.innerform input {
	background: url(./images/input2_bg.jpg);	
	margin: 0;
	width: 215px;
	height: 15px;
	border: 1px solid #656A94;
	padding-top: 3px;
}

div.innerform fieldset {
	border: 1px solid #858AB4;
	margin-bottom: 10px;
	clear: both;
	padding: 5px 5px 10px;
}

div.innerform legend {
	font-weight: bold;
	font-size: 12px;
	color: #4D58C3;
	margin: 5px 0 5px -2px; 
}

div.innerform legend span {
	text-decoration: underline;
	color: #464EA1;
}

div.innerform form p {
	margin: 5px 0;
}

#radiodiv .radio {
	clear: left;
	float: left;
	width: 13px;
	height: 13px;
	line-height: 10px;
	font-weight: normal;
}

#radiodiv label.radio {
	width: 100px;
	margin-right: 10px;
	float: left;
	clear: none;
}

#radiodiv {
	margin-bottom: 25px;
}
	
div.innerform input.submit {
	padding-top: 0;
	border: none;
	width: 87px;
	height: 18px;
	background: url(./images/submit_bg.jpg) no-repeat;
	color: #FFF;
	margin-top: 4px;
	amargin-left: 178px;
	aclear: both;
}

div.innerform select {
   background: #F1F1F9;
   color: #38419A;
   font-weight: bold;
   font-size: 10px;
}

div.innerform span.usrnm, ul.domlist li {
font-weight: bold;
color: #38419A;
margin-left: 4px;
font-size: 11px;
line-height: 18px;
}

div.innerform input.domname { 
	margin-bottom: 4px;
	width: 200px;
}

table.ctl {
	width: 100%;
}

table.ctl th, table.ctl tfoot tr td, table.ctl tr.bg td {	
	background: url(./images/form_head_bg.jpg);	
	color: #E4E5F1;
	padding: 5px;
}

table.ctl tr.bg td {
   padding: 0px;
   height: 1px;
}

table.ctl tfoot tr td {
	height: 15px;
	padding: 2px 5px;
	font-weight: bold;
}

table.ctl td {
	padding: 2px 5px;
	background: #F7F6FB;
}

tr.ctls td {
	background: #E7E8F3;
}

tr td.dnr {
	text-align: right;
	width: 20px;
}

h3.innerhead {
	margin: 10px 0 0 3px;
	width: 525px;
	background: url(./images/form_head_bg.jpg);	
	color: #E4E5F1;
	padding: 5px;
}

p input.tel1 {
	width: 22px;
	text-align: right;
}

p input.tel2 {
	width: 171px;
	margin-right: 0;
}

.help {
  position: relative;   /* this is key */
  left: 4px;
  top: 2px;
  cursor: help;
  z-index: 1;
}

.help span.tooltip {
  display: none;        /* so is this */
}

span.tooltip:hover {font-size: 99%;}

.help:hover span.tooltip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 12px;
  left: -164px;
  width: 145px;
  line-height: 1.2em;
  padding: 3px 7px 4px 6px;
  border: 1px solid #336;
  background-color: #f7f7ee;
  color: #000;
}



a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}
	
.loading {
	color: #f00;
}

input.ichk {
	width: 13px;
	margin: 0;
	padding: 0;
}

table.ctl th.ichkrow {
	width: 13px;
}

input.submit2 {
	background: url(./images/submit2_bg.jpg);
	margin:0;
	width: 158px;
}

td.dt {
	width: 130px;
	text-align: right;
}

p.buttons {
	display: inline;
	float: right;
	margin: 0;
}

td.tdlft {
	text-align: left; 
        width: 120px;
}

td.tdcnt {
	text-align: center;
}

label.chklft {
	color: #E4E5F1;
	font-size: 10px;
	width: auto;
}

ul.domlist {
	list-style-type: none;
	width: 200px;
	float: left;
	margin: 0 0 4px;
	padding: 0;
}

.searchform {
	background: #E7E8F3;
	padding: 5px;
	border: 1px solid #4850A1;
}

.searchform input.submit {
	margin: 0;
}
.abclist {
}

.account {
	text-align: right;
}

.ath1 { width: 90px;}
.ath2 {	width: 110px;}
.ath3 {	width: 50px;}
.ath4 {	width: 65px;}
.ath5 {	width: 115px;}
.ath6 {	width: 10px;}
.ath7 {	width: 10px; text-align:center; margin: 0; padding: 0; padding-right: 5px;}
td.ath7 * { padding-right: 7px;}

.acr {
	position: relative;
	top: -5px;
        z-index: 0;
}

.formwidth {
   margin-left: 40px;
   width: 462px;
}

#lgdinbox p {
  clear: both;
}

#lgdinbox img {
  float: left;
  margin: 5px;
  margin-left: 10px;
}

.lgd {
  float: left;
  margin-top: 25px;
  margin-left: 4px;
  color: #0D6BBC;
  /*#4F59CA;*/
}

.for-search-engines {
    font-size: 8px;
    color: #FFFFFA;
}
.sel{
   background: #F1F1F9;
   color: #38419A;
   font-weight: bold;
   font-size: 10px;
}
.trade_err{
	border:solid 1px #FF0000;
	width: 460px;
	padding:3px;
	color:#FF0000;
	margin-left:auto;
	margin-right:auto;
}

.trade_alert{
	border:solid 1px #0B135D;
	width: 460px;
	padding:3px;
	color:#0B135D;
	margin-left:auto;
	margin-right:auto;
}
