/* Normal, standard links. */
a:link {
	color: #510405;
	text-decoration: none;
}
a:visited {
	color: #510405;
	text-decoration: none;
}
a:hover {
	color: #8A0A0B;
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #8A0A0B;
	text-decoration: none;
}
a.nav:hover {
	color: #500405;
	text-decoration: underline;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	color: #000;
	font-size: small;
	font-family: verdana, sans-serif;
	line-height: 145%;
}
/* The main body of the entire forum. */
body {
	background: #323232 url('images/img/bg_back.jpg') repeat-x top;
	margin: 0px;
	padding: 0px;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #000;
	border: 1px double #B4B3B3;
	font-family: verdana, sans-serif;
}
input, button {
	background: #E4E4E4;
	font-size: small;
	margin: 1px;
}
input,textarea {
	background: #E4E4E4;
	font-size: small;
	border: double 1px #333;
}
textarea {
	font-family: verdana, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */
input.check {
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	border: double 1px #333; 
	background: #E4E4E4; 
	font-size: small;
	font-weight: normal;
	color: #000;
	font-family: verdana, sans-serif;
}
/* A hr.. */
.hrcolor {
	height: 1px;
	border: 1px groove;
	color: #5a5a5a;
	background-color: #5A5A5A;
	border-top: 1px groove #B4B3B3;
}
/* No image should have a border when linked */
a img {
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}
/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}
/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}
/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}
/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
	background: #9A9797;
	color: #000000;
	border-top: 1px solid #B4B3B3;
	border-left: 1px solid #B4B3B3;
}
.windowbg2, #preview_body {
	background: #9A9797;
	color: #000000;
	border-top: 1px solid #B4B3B3;
	border-left: 1px solid #B4B3B3;
}
.windowbg3 {
	background: #9A9797;
	color: #000000;
	border-top: 1px solid #B4B3B3;
	border-left: 1px solid #B4B3B3;
}
/* the today container in calendar */
.calendar_today {
	color: #8A0A0B;
	background: #9A9797;
	text-align: center;
	border-top: 2px groove #B4B3B3;
	border-left: 3px groove #B4B3B3;
	font-weight: 700;
}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
	color: #666;
	font-style: normal;
	background: #626161 url('images/tile.png') repeat-x top left;
	border-bottom: 1px solid #5d5d5d;
	padding-left: 10px;
	padding-right: 10px
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	font-weight: 700;
	color: #666;
	font-style: normal;
}
.titlebg a:hover {
	color: #CCC;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: #666;
	font-style: normal;
	text-decoration: underline;
}
.titlebg2 a:hover {
	text-decoration: underline;
}
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td {
	background: #777 url('images/catbg.gif') repeat-x;
	color: #000;
	padding-left: 10px;
	padding-right: 10px
}
.catbg2 , tr.catbg2 td
{
	background: #777 url('images/catbg.gif') repeat-x;
	color: #000;
	padding-left: 10px;
	padding-right: 10px
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #222;
}
.catbg, .catbg2
{
	font-weight: 700;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	color: #000;
	font-size: 95%;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #000;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #323232;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	background: #5A5A5A;
	padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	padding: 1px;
	background: #5A5A5A;
	border: 1px solid #010101;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: x-small;
	color: #000;
	font-family: verdana, sans-serif;
}
.middletext {
	font-size: 90%;
}
.normaltext {
	font-size: small;
}
.largetext {
	color: #000;
	font-size: 16pt;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage {
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature {
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
/* Sometimes there will be an error when you post */
.error {
	color: #FF0000;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: #999;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: #510405;
	text-decoration: none;
	font-size:  12px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: left bottom repeat-x;
}
.maintab_last
{
	background: left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}
/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #999;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #8A0A0B;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	background-position: left top;
	color: #666;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: #666;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}
.mirrortab_first
{
	background-repeat: no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background-repeat: repeat-x;
}
.mirrortab_last
{
	background-repeat: no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background-repeat: no-repeat;
	width: 0px;
}
.mirrortab_active_back
{
	background-repeat: repeat-x;
}
.mirrortab_active_last
{
	background-repeat: no-repeat;
	width: 0px;
}
/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_back a:active
{
	color: #666;
	font-weight: 700;
	text-decoration: none;
	border-top: 2px solid #000000;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #666;
	font-weight: 700;
	text-decoration: none;
	border-top: 2px solid #500405;
}
.mirrortab_active_back a:link , .mirrortab_active_back a:visited, .mirrortab_active_back a:active {
	color: #666;
	font-weight: 700;
	text-decoration: none;
	border-top: 2px solid #500405;
}
.mirrortab_active_back a:hover {
	color: #666;
	font-weight: 700;
	text-decoration: none;
	border-top: 2px solid #8A0A0B;
}
/* total forum width */
#wrapper {
	width: 95%;
	min-width: 720px !important;
	margin: 0 auto;
	padding: 0;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
}
/* Logos / Banners add here. */
#logo {
	position: absolute;
	top: 2em;
	left: 2em;
	display: block;
	width: 900px;
	height: 180px;
	background: url('http://quebectaskforce.com/images/pictures/QTF%20NEW%20BANNER%206.jpg') no-repeat;
}
#header {
	 position: relative;
	 height: 190px;
	 overflow: hidden;
	 background: #333232 url('images/img/topper.png') repeat-x 0 0;
}
#smf-avatar {
	float: right;
	margin-left: 1em;
	padding-top: 25px;
}
.clearfix {
	display: inline-block !important;
}
/* Hides from IE-mac \*/
* html .clearfix , * html .catbg, * html .catbg2, * html .catbg3 {
	height: 1% !important;
}
#userarea {
	float: right;
	color: #E3E3E3;
	font-family: verdana, serif;
	font-size: 0.95em;
	text-align: right;
	margin: 1em 1em 0 1em;
	padding: 0em 1em 0 0;
	width: 39em;
}
#userarea a:link, #userarea a:visited {
	 color: #E3E3E3;
}
#userarea a:hover {
	 color: #510405;
	 text-decoration: none;
	 clear: both;
}
/* The Main Pages */
.page {
	border:5px solid #202020; margin:0; padding-left: 15px;	  
	padding-bottom: 20px;
	padding-right: 15px;
	background: #333232 url('images/img/bg_back.jpg') repeat-x top;; padding-top:5px
}
#menubar {
	margin: 0;
	padding: 0;
	height: auto;
}
/* template menu */
#mainmenu {
	width:auto;
	height:31px;
	background: url('images/img/mid.gif');
	margin:0px;
	border:0 none;
}
#mainmenu  {
	margin:0;
	top:0;
}
#mainmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#mainmenu li {
	display:inline;
	float:left;
	margin:0 0 0 0;
	padding:0px;
}
#mainmenu a {
	background:#000000 url('images/img/right.gif') no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0px none;
	display:block;
	float:left
}
#mainmenu a span {
	display:block;
	background:url('images/img/left.gif') no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:31px; padding-left:18px; padding-right:16px; padding-top:0; padding-bottom:0
}
#mainmenu a:hover,#mainmenu li.active a {
	background-position:right bottom;
	border-color:#000000;
}
#mainmenu a:hover span,#mainmenu li.active a span {
	background-position:left bottom;
	color:#FFFFFF;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.footer {
	height: 37px;
	text-align: center;
	white-space: nowrap;
	padding: 10px 0 0 0;
	background: transparent url(images/img/footbg.gif) repeat-x top left;
	font-size: small;
	font-weight: 700;
	color: #FFF;
}
.footer a:link {
	color: #FFF;
}
.footer a:visited {
	color: #FFF;
}
.footer a:hover, .footer a:active {
	color: #8A0A0B;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: #323232;
	color: white;
	text-align: center;
	font-weight: 700;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}