/* Normal, standard links. */
a:link
{
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	font-size: 10px;
}
a:visited
{
	color: #D0D0D0;
	background-color: transparent;
	text-decoration: none;
	font-size: 10px;
}
a:hover
{
	color: #5c487b;
	background-color: transparent;
	text-decoration: none;
	font-size: 10px;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #D0D0D0;
	background-color: transparent;
	text-decoration: none;
	font-size: 7px;
}
a.nav:hover
{
	font-weight: bold;
	color: #5c487b;
	background-color: transparent;
	text-decoration: underline;
	font-size: 7px;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body, td, th
{
	color: #909090;
	font-size: 11px;
	font-family: verdana, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 11px;
	color: #000000;
	font-family: verdana, sans-serif;
	background-color: #9c93ab;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: #9488a7;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
	background-color: #bfb1d5/*afc6db*/;
}

/* Standard horizontal rule.. */
hr
{
	color: #111111/*6394bd*/;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #5c487b;
	background-color: #5c487b;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #9c93ab;
	border: 1px dashed #5c487b;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #9c93ab;
	border: 1px dashed #5c487b;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.3em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: gray;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #353434;
	background-color: #101010;
}
.windowbg2
{
	color: #909090;
	background-color: #101010;
}
.windowbg3
{
	color: #404040;
	background-color: #000000;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	font-weight: bold;
	font-style: normal;
	font-size: 9px;
	color: #282829/*figyelj 6e94b7*/
	background-color: #282829;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #5c487b;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
	font-weight: bold;
	background-color: #222222/*összecsukható rész*/;
	background-image: url(images/catbg.gif);
	color: #424141;
}

/* The borders around things. */
.bordercolor
{
	 background-color: #101010;
	 padding: 2px;
}
.tborder
{
	border: #101010/*1px double #1B1B1B*/;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}