/* Normal, standard links. */
a
{
	text-decoration: none;
}
a:link, a:visited
{
	color: #5c8134;
}
a:hover
{
	color: #1e3d63;
}

/* Navigation links - for the link tree. */
a.nav:hover
{
	text-decoration: underline;
}

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

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

/* The main body of the entire forum. */
body
{
	background-color: #080707;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button, select
{
	font-family: verdana, sans-serif;
	background-color: #071013;
	border: 1px solid #5d7176;
	color: #919191;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	background-color: #666666;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* 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.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

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

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

.header
{
	background: url(images/site/headerbg.jpg);
	width: 100%;
	height: 132px;
}

.logo {
  background: url(http://forum.ega.org.pl/Themes/logo.png) no-repeat;
  height: 118px;
  width: 610px;
}

img.logo
{
	padding: 22px 0px 0px 40px;
}
.headerinfo
{
	color: #FFFFFF;
	position: relative;
	top: 10px;
	padding-right: 40px;
	text-align: right;
}
.headerinfo a:link, .headerinfo a:visited
{
	color: #8de042;
}
.headerinfo a:hover
{
	color: #FFFFFF;
}
.searchinput
{
	border:0px;
	height: 16px;
	padding: 4px;
	-moz-opacity: 0.3;
	filter:alpha(opacity=30);
	opacity:0.3;
}
.menubg
{
	background: url(images/site/menubg.png) repeat-x;
	width: 100%;
	height: 11px;
}

/* MENU */
.menu-position
{
	position: relative;
	top: -11px;
}
.menu-padding
{
	width: 10px;
}
.menu-pbg a:link, .menu-pbg a:visited, .menu-abg a:link, .menu-abg a:visited
{
	color: #FFFFFF;
	font-weight: bold;
	padding: 18px 8px 10px 8px;
}
.menu-pbg a:hover
{
	color: #1e3d63;
}
.menu-abg a:hover
{
	color: #75a847;
}
.menu-pl
{
	background: url(images/site/menu/menu-pl.png) no-repeat;
	width: 9px;
	height: 43px;
}
.menu-pr
{
	background: url(images/site/menu/menu-pr.png) no-repeat;
	width: 9px;
	height: 43px;
}
.menu-pbg
{
	background: url(images/site/menu/menu-pbg.png) repeat-x;
	height: 43px;
}
.menu-al
{
	background: url(images/site/menu/menu-al.png) no-repeat;
	width: 8px;
	height: 43px;
}
.menu-ar
{
	background: url(images/site/menu/menu-ar.png) no-repeat;
	width: 8px;
	height: 43px;
}
.menu-abg
{
	background: url(images/site/menu/menu-abg.png) repeat-x;
	height: 43px;
}
.menu-pbg, .menu-abg
{
	padding-top: 18px;
	letter-spacing: 2px;
}

/* Extra Menu*/
.extramenu
{
	color: #FFFFFF;
	list-style: none;
	z-index: 1;
	margin-top: 100px;
	margin-left: 150px;
	padding-left: 5px;
}
.extramenu li
{
	float: left;
}
.extramenu a:link, .extramenu a:visited
{
	color: #8de042;
	padding: 4px 10px 4px 10px;
}
.extramenu a:hover
{
	color: #FFFFFF;
}

.clearfix
{
	clear: both;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
	background-color: #10100f;
}
.windowbg2
{
	background-color: #151514;
}
.windowbg3
{
	background-color: #151514;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #151514;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td, .catbg2 , tr.catbg2 td
{
	background: url(images/site/headerbg.jpg) #ffffff repeat-x;
	color: #c6d3e4;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #375576;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #c6d3e4;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #c6d3e4;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #FFFFFF;
}
.lrborder
{
	border-left: 2px solid #336699;
	border-right: 2px solid #336699;
	border-bottom: 1px dashed #336699;
}
.paddingleft
{
	padding-left: 30px;
}
.letterspacing
{
	letter-spacing: 2px;
}
.noletterspacing
{
	letter-spacing: 0px;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #595959;
	padding: 0px;
}
.floatleft
{
	float:left;
}
.floatright
{
	float:right;
}
.tablebottomleft
{
	background: url(images/site/tablebottomleft.png) no-repeat top left;
	width: 10px;
	height: 15px;
}
.tablebottomcenter
{
	background: url(images/site/tablebottomcenter.png) repeat-x top left;
	width: 99%;
	height: 15px;
}
.tablebottomright
{
	background: url(images/site/tablebottomright.png) no-repeat top right;
	width: 10px;
	height: 15px;
}
.catpadding
{
	padding: 5px 5px 0px 5px;
	background-color: #10100f;
}
/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 2px solid #595959;
}
.catborder
{
	border: 1px solid #deddd8;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
small
{
	font-size: 8pt;
}
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}

/* Topic Menu */
.topicmenu ul
{
	list-style: none;
}
.topicmenu li
{
	float:left;
	padding: 2px;
}
.topic_bottom a:link, .topic_bottom a:visited
{
	padding: 0px 5px 10px 5px;
}
.topic_bottom
{
	border-bottom: 3px solid #5c8134;
}
.topic_bottom:hover
{
	border-bottom: 3px solid #1e3d63;
}
.topic_top a:link, .topic_top a:visited
{
	padding: 10px 5px 0px 5px;
}
.topic_top
{
	border-top: 3px solid #5c8134;
}
.topic_top:hover
{
	border-top: 3px solid #1e3d63;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}

/* 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;
}
