﻿/* 
phpBB3 styles
*/

a.white {
	color:#ffffff;
}

b.postauthor {
font-size:13px;

}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

p.topicdetails {
	text-align: center;
}


div#main {
	width: 768px;
	border-top: 13px solid #52438d;
	*border-top: none;
	float: left;
	margin-top: 30px;
	position: relative;
	text-align: center;
	background-color: #fff;
}

table.mainTbl td {
	padding: 3px;
	
}

table.tablebg td {
	padding: 3px;
}


div#main a:link, div#main a:visited {
}

div#main a:hover {
}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #fff; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px solid #c66503; }

/* Main table cell colours and backgrounds */
td.row1	{ 
background-color: #fff; 
vertical-align:middle; 
border: 1px solid #52438d; 
padding: 8px 10px 15px 12px; 
}

td.row2	{
	background-color: #fff;
	vertical-align: middle;
	border: 1px solid #52438d;
padding: 8px 10px 15px 12px; 
}

td.row3	{ 
background-color: #fff; 
vertical-align:middle; 
border: 1px solid #52438d; 
padding: 8px 10px 15px 12px; 
}
td.row3 a:link, td.row3 a:visited { color: #52438d; }
td.row3 a:hover { color: #F68B1F; }

tr.row1 a:link, tr.row1 a:visited { color: #52438d; }
tr.row1 a:hover { color: #F68B1F; }

tr.row2 a:link, tr.row2 a:visited { color: #52438d; }
tr.row2 a:hover { color: #F68B1F; }

table.tablebc a:link, table.tablebc a:visited { color: #52438d; }
table.tablebc a:hover { color: #F68B1F; }

/*main table around post body */
td.postData	{ background-color: #fff; vertical-align:middle; border-right: 1px solid #f68b1f; border-bottom: 1px solid #f68b1f; }

/*display posts from previous x days etc, viewtopic, bottom of posts */
td.displayPosts {
	color: #52438D;
	font-size: 14px;
	font-weight:bold;
	padding-left: 8px;
}

/*new topic/post reply images */
td.topicImages {
	padding: 8px;
}

td.pagination {
	padding: 8px;
}

td.watchTopic {
	padding: 8px;
}

/* forum links at the top of viewtopic.php */
td.forumHeader {
	padding:8px;
	vertical-align: middle;
}

/* viewtopic.php, poster info */
td.authorInfo	{ 
background-color: #dedbe7; 
}

td.profile	{ 
background-color: #dedbe7; 
	border-color:#dedbe7;
}

th.postHeader{
	background-color:#dedbe7;
	border-color:#dedbe7;

}

td.profileDetails { vertical-align:middle; padding-left: 8px; }

.backtotop {
	display:block;
	text-align: center;
	padding: 8px;
}

#shader1 {
	background: #dedbe7;
}

#shader2 {
	background: #dedbe7;
}

/* jumpbox and moderator options */
td.modauth {
	text-align: right;
	font-size: 14px;
	padding: 8px;
}

/*index.php, last visited time etc */
td.userinfo {
	padding: 8px;
	text-align:left;
}

td.userinfoRight {
	padding: 8px;
	text-align:right;
}

/*posting page, subject box*/
td.postSubject {
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #52438D;
	vertical-align:middle;
}

/*this is probably a lot easier huh? */
td.pad8 {
	padding: 8px;
}

td.pad8left {
	padding: 8px;
	text-align:left;
}

td.pad8right {
	padding: 8px;
	text-align:right;
}

td.pad8vm {
	padding: 8px;
	vertical-align:middle;
}

td.vmiddle {
	vertical-align:middle;
}

td#timezone {
	font-size: 14px;
	font-weight: bold;
	border-right: 2px solid #C66503;
}

td#markread {
	font-size: 14px;
	font-weight: bold;
	border-left: 2px solid #C66503;
}

td.jumpbox {
	font-size: 14px;
	font-weight: bold;
	border-left: 2px solid #C66503;
	padding-left:8px;
}
/*
  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: #463979;
}

td.afterPost {
	vertical-align:middle;
	text-align: center;
	padding-bottom: 8px;
}

td.afterPost form, td.afterPost input {
	vertical-align:middle;
	text-align: center;
}

td.loginForm {
	vertical-align:middle;
	text-align: center;
	padding-bottom: 8px;
}

td.center {
	text-align: center;
}

td.right {
	text-align:right;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	padding: 3px;
	border: thin #463979 solid;
	color: #463979;
	font-size: 14px;
	font-weight : bold;
	background-color: #FFFFFF;
	height: 25px;
	vertical-align: middle;
}

/* viewtopic.php, author/message headers */
th.topicBody	{
	color: #52438D; font-size: 18px; font-weight : bold;
	background-color: #dedbe7; height: 25px;
	background-image: none;
	border: 1px solid #C66503;
	vertical-align:middle;
	padding:7px;
}

/* post/preview buttons in reply/new topic */
td.postButtons {
			background-image: url(/forums/styles/EZClaim/theme/images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
			text-align:center;
			padding: 8px;
			border:2px solid #C66503;
}


td.cat,td.catHead,td.catSides,td.catRight,td.catBottom {
			/* background-image: url(/forums/styles/EZClaim/theme/images/cellpic1.gif); */
/*			background-color:#463979; */
background-color:#dedbe7;
			height: 28px;
			border: thin #52438D solid;
}

td.catleft {
 background-color: #463979;
}
td.catLeft span.cattitle a:link, td.catleft a:visited {
	color:#fff;
}

/*
  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;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold;
	border: #463979;
	border-style: solid;
	height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
}

td.spacer {
	background-color: #463979;
	padding: 0;
}


td.row3Right a:link { color: #52438d; font-weight: bold;}


th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; vertical-align:middle; padding-left: 8px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; background-color: #fff; padding: 0 8px 0 8px; color: #000; border-bottom: 1px solid #52438d;}
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; color: #000; vertical-align: middle; padding-left: 8px; background-image: url(/forums/styles/EZClaim/theme/images/cellpic1.gif);}
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; font-size: 15px; color: #000; vertical-align:middle; text-align:center;}
th.thCornerL { border-width: 1px 0px 0px 1px; font-size: 15px; color: #000; vertical-align:middle; text-align:center;}
th.thCornerR { border-width: 1px 1px 0px 0px; font-size: 15px; color: #000; vertical-align:middle; text-align:center;}

/* 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 : 140%; color : #000000;
}

/* General text */
.gen { font-size : 14px; }
.genmed,.genmedwhite { font-size : 13px; }
.gensmall,.gensmallwhite { font-size : 12px; }
.gen,.genmed,.gensmall { color : #000; padding: 2px 0px 8px; }
.genmedwhite,.gensmallwhite { color : #fff; padding: 2px 0px 8px; }
span.gensmall { color : #000; padding: 2px 0px 8px; }
span.gensmallwhite { color : #fff; padding: 2px 0px 8px; }
a.gen,a.genmed, a.gensmall, a.gensmallwhite
{ 
	color: #52438d;
	text-decoration: underline; 
	font-weight:bold; 
}

.gen a,.genmed a, .gensmall a, .gensmallwhite a
{ 
	color: #52438d;
	text-decoration: underline; 
	font-weight:bold; 
}

.breadcrumbs a
{ 
	color: #52438d;
	text-decoration: underline; 
	font-weight:bold; 
}

.gen a:hover,.genmed a:hover,.gensmall a:hover,.gensmallwhite a:hover	
{ 
	color: #DD6900; 
	text-decoration: underline; 
}

td.gensmall 
{
	 border: 0;
	 vertical-align:middle;
}

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 14px; color: #52438D; font-weight: normal; }
a.mainmenu { text-decoration: underline; color : #52438D; }
a.mainmenu:hover{
	text-decoration: underline;
	color: #F68B1F;
}

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 15px ; letter-spacing: 1px; color : #fff}
a.cattitle		{ text-decoration: none; color : #fff; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 14px; color : #52438D; }
a.forumlink 	{ text-decoration: none; color : #52438D; }
a.forumlink:hover{
	text-decoration: underline;
	color: #F68B1F;
}

.username-coloured		{ color : #52438D; }
a.username-coloured:visited 	{ text-decoration: underline; color : #52438D; }
a.username-coloured:hover{
	text-decoration: underline;
	color: #F68B1F;
}


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{
	font-weight: bold;
	font-size: 13px;
	color: #463979;
	vertical-align:middle;
}

a.nav:link, a.nav:visited {
	color: #463979;
}

.nav a, span.nav a:visited		{
	text-decoration: none;
	color: #463979; 
/*color:#FFFFFF; */
}
.nav a:hover		{ text-decoration: underline; }



a.headernav			{
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}
a.headernav:visited		{
	text-decoration: none;
	color: #FFFFFF;
}
a.headernav:hover		{ text-decoration: underline; }

tr.headernav a {
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}

td.headernav a {
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}


/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 13px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #52438d; font-size:13px; vertical-align: middle; }
a.topictitle:visited { text-decoration: none; color : #52438d; }
a.topictitle:hover	{ text-decoration: underline; color : #f68b1f; }

/* titles for the topics: could specify viewed link colour too 
.titles	{ font-weight: bold; font-size: 13px; color : #000000; }
*/
a.titles:link   { text-decoration: none; color : #52438d; font-size:15px; vertical-align: middle; }
a.titles:visited { text-decoration: none; color : #52438d; }
a.titles:hover	{
	text-decoration: underline;
	color: #F68B1F;
}


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 13px; color : #52438d;}

/* Location, number of posts, post date etc */
.postdetails		{ color : #52438d; font-size:13px; }

/* again, why put this in a span. td.class i made */
td.postdtls {
	padding: 7px;
	vertical-align:middle;
}

/* The content of the posts (body of text) */
.postbody { font-size : 14px; line-height: 18px;}


.postbody a:link	{ text-decoration: none; color : #52438D; font-weight:bold; }
.postbody a:visited { text-decoration: none; color : #5493B4; font-weight:bold; }
.postbody a:hover { text-decoration: underline; font-weight:bold;}

/* why put it in a span? this is the td.class that i added */
td.postbodyTD {
	font-family: Arial, Helvetica, sans-serif;
	padding:10px;
}

td.postbodyTD a {
/* font-weight:bold; #f68b1f*/
color: #52438d;
text-decoration: underline;
}

/* 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 */
span.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
span.copyright a	{ color: #5493B4; text-decoration: none;}
span.copyright a: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;
	margin-top: 7px;
}

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: Verdana, 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; }

ul#bannerNav {
	*float: left;
	*position: static;
	*margin-top: 0;
	*width: 768px;
	*background: transparent url(/images/bannerNav-bg2.jpg) repeat-x top left;
	*height: 45px;
}

ul#bannerNav li {
	*float: left;
	*height: 30px;
	*padding-right: 2px;
}

div#main {
	*margin-top:-10px;
}


ul#bannerNav li a:hover.home, ul#bannerNav li a:hover.overview, ul#bannerNav li a:hover.products, ul#bannerNav li a:hover.billing, ul#bannerNav li a:hover.trial, ul#bannerNav li a:hover.support, ul#bannerNav li a:hover.purchase, ul#bannerNav li a:hover.blog {
	*color: #52438d;
	*text-decoration: underline;
	*background-image: none;
}

ul#bannerNav li a.billing {
	*width: 160px;
}

ul#bannerNav li a.trial {
	*width: 100px;
}
	
