/* bongeszok alapbeallítasainak lenullazasa (mivel minden bongeszoben mas es mas)
-------------------------------------------------------------------------*/
/* alapertelmezett beallitasok, padding & margin */
html, body, form, input, select, fieldset {
	font-size: 8pt;
	font-family: Tahoma, Verdana, Arial, sans-serif, Geneva, Hevletica;
}
/* heading, forms */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, address {
	margin: 0px; 
	padding: 0px; 
}
/* alapertelmezett betumeret */
h1, h2, h3, h4, h5, h6 { 
	margin: 0px;
}
/* linknel egerkurzor egy kez */
form label {
	cursor: pointer;
}
address {
	font-style: normal;
}
/* linkek nincsenek alahuzva */
:link,:visited {
	text-decoration: underline;  
}
/* linkelt kepnel ne legyen keret */
img, a img,:link img,:visited img {
	border: none;
}
/* fieldset */
fieldset {
	border: none;
}
/* clear a float cuccokhoz */
div.clearer, span.clearer {
	clear: both;
	font-size: 0px;
}
/*** Lenullazas vege ***/


body {
	font-family: tahoma;
	font-size: 8pt;
	background: #0099FF url(bg.jpg);
	color: #3d3d3d;
	margin: 0;
	padding: 0;
	border: solid 0px transparent;
}

table {
	border-collapse: collapse;
	margin: 0 auto;
	width: 100%;
}

div#logomain {
	margin: 0 auto;
	width: 980px;
	padding: 10px 10px 0px;
	background: #E9ECEC;
	border: 1px solid #444;
	border-bottom: none;
}

div#logo {
	margin: 0 auto;
	height: 129px;
	background: #555 url(logo.jpg);
	border: 1px solid #444;
}

div#statusbar {
    margin: 0 auto -5px;
    padding: 0 6px;
    background: #E9ECEC;
    border: 1px solid #444;
    border-top: none;
    border-bottom: none;
    width: 988px;
}

.menucont {
	display: block;
	height: 25px;
	padding: 0;
	background: url(menubg.gif);
	border: 1px solid #444;
	width: auto;
}

.menu {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	padding: 0;
	width: autopx;
}

.menu ul {
	margin: 0 0 0 130px;
	padding: 0;
	list-style-type: none;
}

.menu ul li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	border: 0px solid #666;
}

.menu ul li a {
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
	text-decoration: none;
}

.menu ul li a span.middle {
	padding: 0 5px;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	color: #000;
	background: #eee url(mmiddle.gif);
}

.menu ul li a span.left,
.menu ul li a span.right {
	display: block;
	float: left;
	width: 6px;
	height: 22px;
	background: #eee url(mleft.gif);
}

.menu ul li a span.right {
	background: #eee url(mright.gif);
}

.menu ul li:hover {
	border: 0px solid #444;
}

.menu ul li a:hover {
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
}

.menu ul li a:hover span.middle {
	color: #0066cc;
	background: #aaa url(mmiddle_h.gif);
}

.menu ul li a:hover span.left{
	background: #aaa url(mleft_h.gif);
}

.menu ul li a:hover span.right {
	background: #aaa url(mright_h.gif);
}

div#content {
	margin: 0 auto;
	padding: 0px 10px 10px;
	width: 980px;
	background: #E9ECEC;
	border: 1px solid #444;
	border-top: none;
	border-bottom: none;
}

div#bottom {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	background: #E9ECEC;
	border: 1px solid #444;
	border-top: none;
}

div#bottomtext {
	margin: 0 auto 10px;
	padding: 10px;
	width: 960px;
	background: #cbd7de;
	border: 1px solid #444;
}

div#viewnfo {
	margin: 0 auto 10px;
	padding: 5px 0;
	width: 978px;
	font-size: 7pt;
	font-weight: bold;
	color: #fff;
	background: #527181;
	border: 1px solid #444;
}

table.inside {
	margin: 0 auto;
	border: 0px solid #444;	
}

table.border,
table.border td {
	border: 1px solid #444;
}

div.border {
	border: 1px solid #444;
}

.default {
	margin: 0 auto !important;
	border: 1px solid #444;
	width: auto;
}

table.noborder,
table.noborder td {
	border: none !important;
}

#bbcode-textarea {
	width: 600px;
	height: 350px;
}

table.main {
	background-color: transparent;
	border: solid 0px transparent;
}


table.mainouter {
	background: #ae8b68;
	border: solid 0px transparent;
}

table.bottom {
	background: transparent;
	background-color: #ae8b68;
	border: solid 0px transparent;
}

h1 {
	margin: 5px 0;
	font-size: 12pt;
}

h1 a:link,
h1 a:visited {
    color: #3d3d3d;
}

h1 a:hover {
    color: #87a1af;
}


h2 {
	font-size: 10pt;
	margin: 10px 0 0 -1px;
	padding: 0 0 0 3px;
	background-image: url(h2.gif);
	height: 25px;
	line-height: 25px;
	color: #3d3d3d;
	border: 1px solid #444;
	border-bottom: none;
}

h2 a:link,
h2 a:visited{
	color: #3d3d3d;
}

h2 a:hover{
	color: #06c;
}

p {
	font-size: 8pt;
}


p.sub {
	margin-bottom: 4pt;
}

td {
	font-size: 8pt;
	margin-right: 0px;
	margin-left: 0px;
}

td.embedded {
	text-align: left;
}

td.bottom {
	border: none;
}

td.heading {
	font-weight: bold;
}

td.text {
	padding: 10pt;
	text-align: left;
}

td.comment {
	padding: 10pt;
	font-size: 8pt;
	text-align: left;
}

td.pager{
	font-weight: bold;
	border: 0px;
}

td.pager a,
td.pager a:link,
td.pager a:visited{
	color: #3d3d3d;
}

td.pager p {
}


td.pager a:hover{
	color: #87a1af;
}

td.colhead {
	font-weight: bold;
	color: #3d3d3d;
	background-image: url(h2.gif);
	border: 1px solid #666;
	height: 26px;
	padding: 0px 5px;
}

td.colhead a:link,
td.colhead a:visited{
	color: #3d3d3d;
}

td.colhead a:hover{
	color: #06c;
}

td.rowhead {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

td.title {
	font-size: 14pt;
}

td.outer{
	padding: 0px;
}

td.clear {
	padding: 0px;
	border: 0px;
	background: transparent;
}

td.nav {
	padding: 0px;
	height: 70px;
	border: 0px transparent;
}

td.navimg {
	border: 0px;
	padding-bottom: 8px;
	padding-left: 2px;
	padding-right: 2px;
}

td.irc {
	border: 0px;
}

form {
	margin-top: 0;
	margin-bottom: 0;
}

.sublink {
	font-style: italic;
	font-size: 7pt;
	font-weight: normal;
}

a:link,
a:visited {
	color: #3d3d3d;
}

a:hover {
	color: #87a1af;
}

a.index {
	font-weight: bold;
}

a.biglink {
	font-weight: bold;
	font-size: 12pt;
}

.important {
	font-weight: bold;
	font-size: 8pt;
}

.red {
	color: #ee0000;
}

.yellow {
	color: #997700;
}

.green {
	color: #000000;
}

input,
select,
textarea {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
}

input[type=text],
textarea {
	border: 1px solid;
	border-color: #444 #fff #fff #444;
	padding: 1px;
}

.btn {
	width: 75px;
	height: 23px;
}

.small {
	font-size: 7pt;
}

.big {
	font-size: 10pt;
}

ul {
	margin-left: 3px;
}

ul li ul {
	margin-left: 10px;
}

li {
	margin: 5px 0;
	list-style: square;
	list-style-type:square;
	list-style-position: inside;
}

p {
	margin: 5px 0;
}

a.catlink {
}

.clearer {
	height: 0px !important;
	clear: both;
}
