/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
  text-align: center;
  background: #656868 url('../img/bg.jpg') top center no-repeat fixed;
  margin-top:30px;
  margin-bottom:30px;
  color:#333333;
}

A:link {
	COLOR: #000000; text-decoration: underline
}
A:visited {
	COLOR: #000000; text-decoration: underline
}
A:active {
	COLOR: #000000; text-decoration: underline
}
A:hover {
	COLOR: #000000; text-decoration: none
}

#page_wrapper {
  background: #F3E7A9 url('../img/page_bg.jpg') top left;
  margin-left: auto; 
  margin-right: auto;
  width: 800px;
  text-align: left;
  border: 4px solid #F4F4EE;
}

#page_header {
  height: 140px;
  background: #515230 url('../img/header.jpg') top left no-repeat;
}  

#page_header h1 {
  padding-top:30px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:26px;
  font-weight:bold;  
  color: #FCF8E3;
  letter-spacing: -1px;
  margin:0px;
}
#page_header h2 {
  padding-top:0px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:20px;
  font-weight:bold;  
  color: #E2D179;
  margin:0px;  
}

#page_header h3 {
  float:right;
  padding-right: 20px;
}

#page_header img {
  border: 2px solid rgb(161,157,96);
}

#menu_bar {
  height:30px;
  background: #A5A162 url('../img/menu_bg.jpg') top left no-repeat;
}

#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  margin-top: 8px;
  margin-bottom: 0px;
  background-color: transparent;
  color: #F3E7A9;
  float: left;
  width: 100%;
  font-family: verdana, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

#navcontainer ul li { 
  display: inline; 
  float: right;
  padding-right: 10px;
}

#navcontainer ul li a {
  padding: 0.2em 1em;
  background-color: transparent;
  color: #F3E7A9;
  text-decoration: none;
  float: left;
  border-right: 1px solid #BBB774;
}

#navcontainer ul li a:hover {
  background-color: transparent;
  color: #fff;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;	
}

#center {
  margin-left:160px;
  margin-right:160px;
}
  
#center h3 {
  margin-top:0px;
  margin-bottom:5px;
  padding:4px;
  font-family: verdana;
  font-size:14px;
  font-weight: bold;
  line-height:18px;
  text-transform: uppercase;
  color: #A0410D;
}

#center h4 {
  margin-left:15px;
  margin-right:15px;
  margin-top:1px;
  margin-bottom:20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: center;
  line-height:18px;
  color: #A0410D;
  border-bottom: 1px solid rgb(189,184,113);
  border-top: 1px solid rgb(189,184,113);
}

#center h5 {
  margin-top:3px;
  margin-bottom:10px;
  margin-left:15px;
  margin-right:15px;
  border-top: 1px solid rgb(189,184,113);
}

#center p {
  margin-top:5px;
  margin-bottom:15px;
  font-family: verdana;
  font-size:12px;
  line-height:18px;
  text-align:justify;
  color: #333333;
}

#center li {
  font-family: verdana;
  font-size:12px;
  line-height:18px;
  color: #333333;
}

#center table {
  font-family: verdana;
  font-size:12px;
  line-height:18px;
  text-align:justify;
  color: #333333;
  border-spacing: 0px;
  border-style: none;
  border-collapse: collapse;
}

#center table th {
  padding: 2px;
  border-style: none;
}

#center table td {
  padding: 2px;
  border-style: none;
}

#center table.border th {
  padding: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: gray;
}

#center table.border td {
  padding: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: gray;
}

#left_side {
  float:left;
  width:150px;
}
  
#left_side h3 {
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: verdana;
  text-transform: uppercase;
  font-size:12px;
  font-weight: bold;
  line-height:16px;
  color: #FCF8E3;
  background: #595A38;
  padding:4px;
  border:1px solid #3A3B22;
}
  
#left_side p {
  margin:5px;
  margin-bottom:15px;
  padding-right:10px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  text-align: justify;  
  color: #333333;
}

#left_side ul {
  margin: 0px 10px 0px 0px; 
  padding: 0px; 
  border-bottom: solid 1px rgb(189,184,113); 
  background-color: rgb(161,157,96);
}	

#left_side li {
  list-style: none; 
  margin: 0px; 
  padding: 0px;
}

#left_side li.title {
  text-transform: uppercase;
  font-family: verdana;
  font-size:12px;
  font-weight: bold;
  line-height:16px;
  color: #FCF8E3;
  background: #595A38;
  padding:4px;
  border:1px solid #3A3B22;
}

#left_side li.group a {
  text-transform: uppercase;
  display: table-cell; 
  width: 120px;
  font-family: verdana, helvetica, sans-serif;
  font-size:11px;
  padding: 2px 7px 2px 7px; 
  border-left: solid 7px rgb(189,184,113); 
  border-top: solid 1px rgb(189,184,113);
  font-weight: bold; 
  color: #F3E7A9;
}

#left_side li a:hover, #left_side li a.selected {
  border-left: solid 7px #FCF8E3;  
  color: #fff; 
  text-decoration: none;
}

#left_side li a {
  text-transform: uppercase;
  display: table-cell; 
  font-family: verdana, helvetica, sans-serif;
  font-size:11px;
  height: 1.7em; 
  line-height: 1.7em; 
  margin: 0px; 
  padding: 0px 7px 0px 20px; 
  border-left: solid 7px rgb(189,184,113); 
  color: #F3E7A9;
  text-decoration: none; 
}

#right_side {
  float:right;
  width:150px;
}
  
#right_side h3 {
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: verdana;
  text-transform: uppercase;
  font-size:12px;
  font-weight: bold;
  line-height:16px;
  color: #FCF8E3;
  background: #595A38;
  padding:4px;
  border:1px solid #3A3B22;
}
  
#right_side p {
  margin:5px;
  margin-bottom:15px;
  padding-left:10px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  text-align: justify;
  color: #333333;
}

#right_side form {
  margin:5px;
  margin-bottom:15px;
  padding-left:10px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  text-align: justify;
  color: #333333;
}

#page_footer {
  clear: both;
  height: 60px;
  background: #515230 url('../img/footer.jpg') top left no-repeat;
}  

#page_footer A:link {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:visited {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:active {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:hover {
	COLOR: #F2C968; text-decoration: none
}

#page_footer p {
  text-align:center;
  padding-top:10px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #FCF8E3;
}

.spacer {
  margin:0px;padding:0px;height:10px;clear:both;
}

#center table.eredmeny th {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
#center table.eredmeny td {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align:center;
}

