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


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	margin-top:0px;
	background-image:url(images/own/mainbg.gif);
	background-attachment:fixed;
	background-color: #E5E5E5;

}

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


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

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


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFFFFF; } /* white */
td.row2	{ background-color: #f3dbdb; } /* very bright pink */
td.row3	{ background-color: #f5e1e1; } /* even brighter pink */
td.row4	{ 	padding-left:5px; 
			background-color: #ebc9c9;
			background-image:url(images/cellpic4.gif);
			background-position:right;
			background-repeat:repeat-y;} /* pink w/ gradient bg */
td.row5{ background-color: #f5d6d6; } /* bright pink */
.row6{ background-color: #ebc9c9; } /* quite pink */

.schedulewire {background-color:#b2b2b2; height:1px; width:1px;}
.schedulecell {background-color: #FFFFFF; padding:3px; }

.schedulenotselected { color:#b2b2b2; font-weight:normal; cursor:pointer; }
.scheduleselected { color:#000000; font-weight:bold; cursor:pointer; }

.ttheader {
	vertical-align: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #f0f0f0;
	font-size: 10px;
	font-weight : bold;
	background-color: #a60000;
	background-image: url(images/redtablebg2.gif);
	text-align:center;
	padding: 3px 5px 3px 5px;
}

.ttbody {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size:10px;
	background-color:#FFFFFF;
	border:1px solid #a60000;
	padding:3px;
}

td.login { padding:0px 0px 5px 0px; }

/*
  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	{
	padding: 0px 0px 0px 4px;
	color: #ffffff; font-size: 11px; font-weight : bold;
	background-color: #a60000; height: 25px;
	background-image: url(images/redtablebg2.gif);
}

.schedulehead {
	color: #ffffff; font-size: 11px; font-weight : bold;
	background-color: #a60000; height: 25px;
	background-image: url(images/redtablebg2.gif);
	text-align:center;
}



td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#f5e1e1; 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: #f5e1e1; 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; }

td.menutop	 { border-width: 2px 0px 0px 0px; color: #ffffff; font-size: 12px; font-weight: bold; border: #FFFFFF; height: 27px; }
td.menul { border-width: 2px 0px 0px 2px; color: #ffffff; font-size: 12px; font-weight: bold; border: #FFFFFF;  height: 27px; }
td.menur { border-width: 2px 2px 0px 0px; color: #ffffff; font-size: 12px; font-weight: bold; border: #FFFFFF;  height: 27px; }

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


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gensmallbold { font-size : 10px; font-weight: bold; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #a60000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #666666; text-decoration: underline; }

/*  friendship links */
a.accept:hover { color:#006600; }
a.deny:hover { color:#ff0000; }

/* The horizontal menu on top */
.topmenu		{ color: #ffffff; font-size: 12px; font-weight: bold; }
a.topmenu		{ text-decoration: none; color: #ffffff; font-size: 12px; font-weight: bold;  }
a.topmenu:visited	{ text-decoration: none; color: #ffffff; font-size: 12px; font-weight: bold;  }
a.topmenu:hover{ text-decoration: none; color: #ffffff; font-size: 12px; font-weight: bold; }

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

/* self-explaining */
.editmenu		{ font-size : 12px; color : #a60000 }
a.editmenu		{ text-decoration: underline; color : #a60000;  }
a.editmenu:hover{ text-decoration: none; color : #a60000; }

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

a.cattitle		{ text-decoration: none; color : #a60000; }
a.cattitle:hover{ text-decoration: underline; }


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


/* 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 : #000000;}
a.nav			{ text-decoration: none; color : #a60000; }
a.nav: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 : #a60000; }
a.topictitle:visited { text-decoration: none; color : #a60000; }
a.topictitle:hover	{ text-decoration: underline; color : #a60000; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }


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


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #f5e1e1; 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: #f5e1e1; 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;
}

shout.textarea {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	overflow:auto;
}

/* 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: Verdana, Arial, Helvetica, sans-serif;
}

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

/* None-bold submit button */
input.liteoption {
	background-color : #ffffff;
	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: #eadddd; border-style: none; }


td.redleftborder {
border-left-width:1px;
  border-left-style:solid;
  border-color:#a80404;
  padding-left:5px;
  padding-top: 10px;
}
.cursorhand {
cursor: pointer;
}

/*  quicklinks  */
.ql_div {
background-color: #FFFFFF;
height:90px;
overflow:hidden;
}

.ql_border_right {
border-right: 1px dashed #ebc9c9;
}

.ql_border_bottom {
border-bottom: 1px dashed #ebc9c9;
}

.ql_column {
vertical-align: top;
padding: 5px;
}

.ql_subtitle {
color: #909090;
font-size: 9px; 
}

.ql_nodeco {
text-decoration: none;
}

a.ql_mainlink:link,a.ql_mainlink:active,a.ql_mainlink:visited {
color : #000000;
text-decoration: none;
}

a.ql_mainlink:hover {
color : #a60000;
text-decoration: none;
}

a.ql_sublink:link,a.ql_sublink:active,a.ql_sublink:visited,a.ql_sublink:hover {
color: #909090;
text-decoration: none;
}

.ql_redbold {
font-weight: bold;
color: #a60000;
}

.ql_sembuttondiv {
margin: auto;
margin-bottom: 10px;
border: 1px dashed #ebc9c9;
padding: 4px;
display: block;
width: 200px;
}

.ql_semdiv {

width:100%;
/*height: 30px;
background-color:#FF0000;
border: 1px dashed #a60000;*/


}



/* begin css tabs */

ul#littabnav { /* general settings */
text-align: center; /* set to left, right or center */
margin: 15px 0 -2px 0; /* set margins as desired */
font: 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 2px solid #a60000; /* set border COLOR as desired */
list-style-type: none;
padding: 4px 10px 4px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#littabnav li { /* do not change */
display: inline;
margin-right: 15px; /* set additional spacing between tabs as desired */

}


ul#littabnav li a { /* settings for all tab links */
padding: 4px 25px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #a60000; /* set border COLOR as desired; usually matches border color specified in #littabnav */
background-color: #fff; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#littabnav a:hover { /* settings for hover effect */
background: #fbe4e4; /* set desired hover color */
color: #000;
}
ul#littabnav li.litactive { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

ul#littabnav li.litactive a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
font-weight:bold;
border: 2px solid #a60000;
border-bottom: 2px solid #fff;
top: 0px;
}

/* end css tabs */




/* blog switch topics */
#semtopictabsbox{
margin: 0;
padding:0;
}
ul.semtopictabs {
padding: 3px 3px 1px 8px !important;
margin: 0px !important;
/*border-bottom: 1px solid #ccc;*/
background-image:url(../../images/spacer_grey.gif);
background-position:bottom;
background-repeat:repeat-x;
font-size: 10px;
height: 14px;
}
.semtopictabs li {
padding: 1px 5px 2px 5px !important;
margin: 2px 2px 0 2px !important;
border: 1px solid #cccccc;
background: #fbe4e4;
color:#444444;
text-decoration: none;
display: inline;
list-style: none;
}
.semtopictabs li.topicsemactive  {
background: #ffffff;
border-bottom: 1px solid #ffffff;
/*font-weight: bold;*/
}
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #f3dbdb;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* rate posts */
.rate_container {
	vertical-align:middle;
	text-align:center;
	display:inline;
	float:right;
	font-size: 12px;
	font-weight: bold;  
	color:#aaaaaa;
	margin-left: 15px;
}

.rate_container_forum {
	height:100%;
	vertical-align:middle;
	text-align:center;
	display:inline;
	float:right;
	font-size: 10px;
	font-weight: bold;  
	color:#aaaaaa;
	margin-left: 3px;
}