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

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
	border-style: hidden;
   	display:block;
    	position:absolute;
   	top:0px; left:0;
	padding: 15px 0 0 0;
	width:225px;
	color: #993300;
   	text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	text-align: center;
 	vertical-align: text-top; 
	display: block;
	padding: 72px 8px 0 90px;
	background: url(/templates/forum_6275/images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 3px 8px; 
	background: url(/templates/forum_6275/images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
	background: url(/templates/forum_6275/images/bubble.gif) no-repeat bottom;
}

/* Tooltip for permission roles */
.tooltip {
	width: 200px;
	color: #000;
	text-align: center;
	border: 1px solid #AAA;
}

.tooltip span.top {
	background: #EFEFEF;
	font-weight: bold;
	padding: 2px;
}

.tooltip span.bottom {
	padding: 5px;
	color: #000000;
	background: #FFFFFF;
}


/*-- mod : Foxy in a box --------------------------------------------------------------------------*/
/*-- add */
div#private_message{
        overflow: auto;
        font:10px Tahoma;
        padding:2px;
        position: fixed;
        top:10%;
        left:30%;
        width:400px;
        height:160px;
        border:1px solid silver;
        background:#E5E5E5; 
}
/*-- end mod : Foxy in a box ----------------------------------------------------------------------*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	margin:0; padding:0;
	color:#A8A9A9;
	background-color: #353d48;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #A4A4A5;
	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; color:#A8A9A9 }
a:link,a:active,a:visited { color : #A4A4A5; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 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	{ border: 2px #505151 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background:url(images/template/bg1.gif)}
td.row2	{ background-color: #262728; }
td.row3	{ background:url(images/template/bg1.gif) }


/*
  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-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #222222; font-size: 11px; font-weight : bold;
	background-color: #A4A4A5; 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: #4D4E4E; 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: #4D4E4E; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background:url(images/template/bg1.gif); 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. */
.h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #ff8c00;
}
.maintitle {
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #ff8c00;
}
a.maintitle {
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #ff8c00;
}
a.maintitle:hover {
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: underline; line-height : 120%; color : #ff8c00;
}

/* General text */
.gen { font-size : 12px;}
.genr { font-size : 12px; color : #FF0000;}
.gen2 { font-size : 12px;}
.genmed { font-size : 11px; color : #ffffff; }
.gensmall { font-size : 10px; color : #ffffff; }
.genreg { font-size : 12px; color : #FF0000; font-weight: bold; }
.gen { color : #A4A4A5; }
.gen2 { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #A4A4A5; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

.genmed2 { font-size : 11px; }
.gensmall2 { font-size : 10px; }
.genmed2,.gensmall2 { color : #ffffff; }
a.genmed2,a.gensmall2 { color: #ffffff; text-decoration: none; }
a.genmed2:hover,a.gensmall2:hover	{ color: #DD6900; text-decoration: underline; }


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


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFCC}
a.cattitle		{ text-decoration: none; color : #FFFFCC; }
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 : #ff8c00; }
a.forumlink 	{ text-decoration: none; color : #ff8c00; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


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


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


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

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


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


/* Quote & Code blocks */
.code { 
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #A4A4A5;
	border: #D1D7DC;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	margin:0px;
	padding:5px 5px 25px 5px;
	width:650px;
	overflow:auto;
	overflow-x:auto;
	overflow-y:visible;
	white-space: nowrap;
}

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

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

.mod { 
	font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_BODY_TEXT}; line-height: 125%; 
} 

.exclamation {
	font-weight: bold; font-family: Times New Roman, Verdana; font-size : 45px; color: #ffffff;
}  

td.ModTable { background-color: #ff6060; }

/* 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: #A4A4A5; text-decoration: underline;}

.debug		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; letter-spacing: -1px;}
.debug_majl	{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; letter-spacing: -1px; unicode-bidi:bidi-override; direction: rtl;}



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

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #313234;
	border:solid 1px #cccccc;
}

input { text-indent : 2px; }

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

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

/* None-bold submit button */
input.liteoption {
	background-color : #313234;
	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: #313234; border: solid 1px #cdcdcd; }

.nfoTableHeader {
		background: navy;
		FONT-WEIGHT: bold;
		FONT-SIZE: 10px;
		COLOR: silver;
		FONT-FAMILY: verdana;
}

.nfoLine
{
		COLOR: #ffffff;
		TEXT-DECORATION: none;
		FONT-WEIGHT: bold;
		font-size  :10px;
}

.white {
		FONT-SIZE: 10px;
		COLOR: #ffffff;
		FONT-FAMILY: verdana;
}
/*color for last name user at viewforum*/
a.last_user_name { COLOR: #FFFFCC; }


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

