/*
  SwiftBlue Theme for phpBB
  Created by BitByBit, using subSilver Theme as a base.
  http://www.bitbybit.f2s.com

*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #7EB5E8;
	scrollbar-face-color: #BADBF5;
	scrollbar-highlight-color: #E3F0FB;
	scrollbar-shadow-color: #BADBF5;
	scrollbar-3dlight-color: #80BBEC;
	scrollbar-arrow-color:  #072978;
	scrollbar-track-color: #DAECFA;
	scrollbar-darkshadow-color: #4B8DF1;
}

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

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #E3F0FB; border: 1px #4B8DF1 solid; }

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


/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; 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: #072978; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #041642; text-decoration: underline; }

