/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/

#loginButton
  { behavior: url('IEFixes.htc');
    display: block;
    padding: 0px 0px 0px 0px;
    border: none;
    background: url(images/button_login.gif) no-repeat;
    background-position: 0px 0px;
	height: 19px;
    width: 43px;
  }
  
#nextButton
  { behavior: url('IEFixes.htc');
    display: block;
    padding: 0px 0px 0px 0px;
    border: none;
    background: url(images/button_next.gif) no-repeat;
    background-position: 0px 0px;
	height: 19px;
    width: 55px;
  }
  
div.ice
{
	color:#1486f7;
}
  
input.ice 
{
	background-color: #ffffff; 
	font-weight: bold; 
	font-size: 10px; 
	color: #358de4;
	border-width:thin;
	border-right:none;
	border-left:none;
	border-top:none;
	border-bottom:none;
}

textarea.ice 
{
	background-color: #ffffff; 
	font-weight: bold; 
	font-size: 10px; 
	color: #358de4;
	border-width:thin;
	border-right:none;
	border-left:none;
	border-top:none;
	border-bottom:none;
}

select.ice
{
	background-color: #ffffff; 
	font-weight: bold; 
	font-size: 10px; 
	color: #358de4;
	border-width:thin;
	border-right:1;
	border-left:1;
	border-top:1;
	border-bottom:1;
}

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #EAEDEE;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}



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


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}
.subtitle,h1,h2	{
			font-weight: bold; font-size: 18px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #3A6903; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #15271B; 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 : #3A6903; }
a.topictitle:visited { text-decoration: none; color : #3A6903; }
a.topictitle:hover	{ text-decoration: underline; color : #3A6903; }

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

.quote {
	font-family: Verdana, 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: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, 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 register, login, search etc links at the top of the page */
.mainmenu		{ font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size : 12px; color : #000000;  }
a.mainmenu		{ font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size : 12px; font-weight:bold; text-decoration: none; color : #FFFFFF;  }
a.mainmenu:visited{ font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size : 12px; font-weight:bold; text-decoration: none; color : #FFFFFF; }
a.mainmenu:hover{ font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size : 12px; font-weight:bold; text-decoration: underline; color : #FFFFFF; }

td.blueBorders {
				background-color:#FFFFFF;
            	border-style: solid;
            	border-width: 1px 1px 1px 1px;
				border-top-color: #0377e9;
            	border-left-color: #0377e9;
            	border-right-color: #0377e9;
            	border-bottom-color: #0377e9;
}

div.maincol {
	float: right;
	width: 605px;
	margin: 0px 4px 0px 4px;
	padding:4px 4px 4px 4px;
	text-align:left;
	}
	
	
div.nav {
	width:141px;
	float: left;
	padding: 0px;
	clear:left;
	margin: 0px 0px 4px 0px;
	}
div.leftbar {
	width:141px;
	float: left;
	padding: 5px;
	}

p {
	margin: 5px;
}
