
/* NAVIGATION + HEADER ================================================================================= */
#navi a {
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
  color:#FFFFFF;
}
#navi a:hover {
	text-decoration:underline;
}
#navi a.act {
	color:#E8D032;
}

#navi table {
  margin: 0;
}

#navi td {
  white-space: nowrap;
}

#navi img {
  display: block;
}

#navisub td {
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  color:#FFFFFF;
}

#navisub a {
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
  color:#FFFFFF;
}

#navisub a:hover {
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  text-decoration:underline;
  color:#FFFFFF;
}

#navisub img {
  display: block;
}

#lang td {
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  color:#FFFFFF;
}
#lang a {
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
  color:#FFFFFF;
}

#lang img {
  display: block;
}

#headline td {
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  color:#FFFFFF;
}


/*
	The euIRC Theme for phpBB version 2+
	Created by Martin Hartwig
	http://www.silo451.com
	based on the subSilver Theme
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #19456E;
}
body.bright {
	background-color: #2A6295;
}

/* General font families for common tags */
font,th,td,p { font-family: Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #E8D032; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ border: 0px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #006699 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #E8D032; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E8D032;
	font-weight:bold;
	text-decoration:none;
	line-height: 120%;
}
a.maintitle:link,a.maintitle:active,a.maintitle:visited 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E8D032;
	font-weight: bold;
	text-decoration: none;
	line-height: 120%;
}
a.maintitle:hover 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E8D032;
	font-weight: bold;
	text-decoration: underline;
	line-height: 120%;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gen,.genmed { color : #000000; }
.genmeddark {
	font-size : 11px;
	color : #FFFFFF;
}


a.gen,a.genmed { color: #006699; text-decoration: none; }

a.gen:hover {
	color: #006699;
	text-decoration: underline;
}
a.genmed:hover { color: #E8D032; text-decoration: underline; }
.genmed a { color: #006699; }
.genmed a:hover { color: #006699; }

.gensmall {
	font-size : 10px;
	color : #FFFFFF;
}
td.row1 .gensmall { color : #000000; }
td.row2 .gensmall { color : #000000; }

a.gensmall {
	color: #006699;
	text-decoration: none;
}
a.gensmall:visited {
	color: #E8D032;
	text-decoration: none;
}
a.gensmall:hover {
	color: #E8D032;
	text-decoration: underline;
}
.gensmall a { color: #006699; }
.gensmall a.nav { color: #006699; }
.gensmall a:hover { color: #006699; }

/* Moderator-Links in index.php */
td.row1 .gensmall a {
	text-decoration:none;
}
td.row1 .gensmall a:hover {
	text-decoration:underline;
}
td.row2 .gensmall a {
	text-decoration:none;
}
td.row2 .gensmall a:hover {
	text-decoration:underline;
}

.gensmalldark {
	font-size : 10px;
	color : #000000;
}

.gensmallbg {
	font-size : 10px;
	color : #FFFFFF
}
.gensmallbg a {
	color: #E8D032;
	text-decoration:none;
}
.gensmallbg a:hover {
	color: #E8D032;
	text-decoration:underline;
}


/* The register, login, search etc links at the top of the page */
/*
.mainmenu {
	font-size:10px;
	color:#000000
}
a.mainmenu {
	text-decoration:none;
	color:#FFFFFF;
}
a.mainmenu:hover {
	text-decoration:underline;
	color:#E8D032;
}
*/


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }

.cattitlepost		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color:#FFFFFF; }
.cattitlepost a		{ font-weight:bold; font-size:12px; letter-spacing:1px; color:#E8D032; text-decoration:none; }
.cattitlepost a:hover { color:#E8D032; text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink {
	font-weight: bold;
	font-size: 12px;
	color: #006699;
}
a.forumlink {
	text-decoration: none;
	color: #006699;
}
a.forumlink:hover{
	text-decoration: underline;
	color: #006699;
}


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight:bold; font-size:11px; color:#E8D032;}
a.nav,a.nav:link,a.nav:active,a.nav:visited	{
	text-decoration:none;
	color:#E8D032;
}
a.nav:hover		{ text-decoration: underline; color: #E8D032;  }
.nav a			{ text-decoration: none; color:#E8D032; }
.nav a:hover	{ text-decoration: underline; color:#E8D032; }


.navdark			{ font-weight: bold; font-size: 11px; color : #006699;}
a.navdark			{ text-decoration: none; color : #006699; }
a.navdark:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color: #000000; }
a.topictitle:link   { text-decoration: none; color: #006699; }
a.topictitle:visited { text-decoration: none; color: #667F8C; }		/* 5493B4 */
a.topictitle:hover	{ text-decoration: underline; color: #006699; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}
.name a {
	text-decoration: none;
	color : #006699;
}
.name a:hover {
	text-decoration: underline;
	color : #006699;
}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }
a.postdetails, .postdetails a {
	color: #006699;
	text-decoration:none;
}
a.postdetails:hover, .postdetails a:hover {
	color: #006699;
	text-decoration:underline;
}


/* The content of the posts (body of text) */
.postbody { color:black; font-size : 12px;}
a.postlink:link	{ text-decoration: none; color: #006699; }
a.postlink:visited { text-decoration: none; color: #888888; }
a.postlink:hover { text-decoration: underline; color: #006699; }


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	overflow:auto;
	display:block;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright {
	font-size:10px;
	font-family:Arial,Helvetica,sans-serif;
	color:#FFFFFF;
}
a.copyright {
	color:#FFFFFF;
	text-decoration: none;
}
a.copyright:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.copyright a {
	color:#E8D032;
	text-decoration:none;
}
.copyright a:hover {
	color:#E8D032;
	text-decoration:underline;
}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }




/*********************************************************************/
body {
	background-color:#19456E;
	margin:20px 0px 20px 0px;
	font-family:Arial,sans-serif;
	font-size:12px;
	color:white;
	text-align:center;
}

img, fieldset {
	border:none;
}

#nav_main a.act, #nav_sub a.act {
	color:#E8D032;
}


#container {
	width:780px;
	margin:auto;
	text-align:left;
}


#header {
	width:780px;
	height:22px;
	background-image:url(images/euIRC/header2.jpg);
	background-repeat:no-repeat;
	border:1px hidden transparent;
	padding-top:122px;
	text-align:right;
}
#header h1 {
	display:none;
}
#header img {
	display: block;
	float: right;
	margin: 0;
}
#header a {
	display: block;
	float: right;
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:white;
	line-height:20px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	height: 21px;
	vertical-align: middle;
	background-image:url(images/euIRC/bg_lang.gif);
}
#header a.act {
	color:#E8D032;
}
#header a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#E8D032;
}

#nav_main {
	width:778px;
	height:27px;
	background-image:url(images/euIRC/bg_nav_main.gif);
	background-repeat:repeat-x;
	border:1px solid white;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:white;
	vertical-align:middle;
}
#nav_main ul {
	margin:0px;
	padding:0px;
	vertical-align:middle;
}
#nav_main li {
	float:left;
	list-style-type:none;
	background-image:url(images/euIRC/sep_nav_main.gif);
	background-repeat:repeat-y;
	background-position:left;
}
#nav_main li.first {
	background:none;
}
#nav_main a {
	display:block;
	padding-top:5px;
	padding-bottom:7px;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
	text-decoration:none;
	color:white;
}
#nav_main a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#E8D032;
}


#topic {
	width:763px;
	height:41px;
	border:1px solid white;
	border-top:none;
	background-image:url(images/euIRC/bg_topic.gif);
	background-repeat:repeat-x;
	padding-left:15px;
	padding-top:9px;
}
#topic img {
	float:left;
}
#topic p {
	float:right;
	padding-top:23px;
	padding-right:10px;
	font-size:11px;
	margin:0px;
}


#nav_sub {
	float:left;
	width:156px;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:white;
}
#nav_sub ul {
	margin:0px;
	padding:15px;
}
#nav_sub ul.persistent {
	background-image:url(images/euIRC/sep_horizontal.gif);
	background-repeat:repeat-x;
}
#nav_sub li {
	list-style-type:none;
}
#nav_sub a {
	font-weight:bold;
	text-decoration:none;
	color:white;
	line-height:18px;
}
#nav_sub a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#E8D032;
}
#nav_sub ul.persistent a {
	font-weight:normal;
}
#nav_sub ul.persistent a:hover {
	font-weight:normal;
}


#content {
	float:left;
	width:591px; /* 393px; */
	padding:15px;
}
/*
#content h1 {
	font-size:18px;
	color:#E8D032;
	margin-top:0px;
}
#content h2 {
	font-size:16px;
	margin-top:0px;
}
#content h3 {
	font-size:12px;
	text-decoration:underline;
	margin-top:0px;
}
#content h1 a, #content h1 a:visited, #content h2 a, #content h2 a:visited {
	text-decoration:none;
}
#content h1 a:hover, #content h2 a:hover, #content h3 a:hover {
	text-decoration:underline;
}

#content a, #content a:hover {
	color:white;
	text-decoration:underline;
}
#content a:visited {
	color:#CCCCCC;
	text-decoration:underline;
}
#content .date, #content .desc {
	font-size:10px;
	margin:0px;
}
#content strong {
	color:#E8D032;
}
#content strong a, #content a strong, #content a:visited strong {
	color:#E8D032;
	text-decoration:underline;
}
#content strong a:hover, #content a:hover strong {
	color:#E8D032;
	text-decoration:underline;
}
#content strong a:visited, #content a:visited strong {
	text-decoration:none;
}
#content pre.helptext {
	font-size:11px;
	font-family:Arial,sans-serif;
}


#features {
	float:left;
	width:198px;
}
#features div {
	background-image:url(images/euIRC/sep_horizontal.gif);
	background-repeat:repeat-x;
	padding:15px;
}
#features div.first {
	background:none;
}
#features p {
	padding-left:15px;
}
#features a {
	font-size:11px;
	text-decoration:none;
	color:#E8D032;
}
#features a:hover {
	text-decoration:underline;
	color:#E8D032;
}
*/

#main {
	background-image:url(images/euIRC/bg_main.gif);
	background-repeat:repeat-y;
	background-position:left;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}


#footer {
	width:775px;
	background-image:url(images/euIRC/bg_footer.gif);
	background-repeat:no-repeat;
	border:1px hidden transparent;
	padding-top:15px;
	padding-right:5px;
	text-align:right;
	font-size:11px;
}
#footer p {
	margin:0px;
}
#footer a {
	font-size:11px;
	text-decoration:none;
	color:#E8D032;
}
#footer a:hover {
	text-decoration:underline;
}

/* form result messages  ------------------------------------------- */
p.error {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	line-height:17px;
	padding:10px;
	background-color:#FFFFFF;
	border:2px solid #FF0000;
}
p.success {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	line-height:17px;
	padding:10px;
	background-color:#FFFFFF;
	border:2px solid #00FF00;
}
/*********************************************************************/





/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
