/* Normal, standard links. */
a:link, a:visited
{
	color: #313131;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #780000;
	background-color: transparent;
	text-decoration: none;
}
/*///////////////// NAVIGATION ///////////////////////*/
#navigation{ background:url(images/menu.png) no-repeat 0 0; width: 944px; height: 50px; line-height: 50px; margin-bottom: 8px;}
#navigation ul{ list-style: none;}
#navigation ul li{ display: inline; height: 50px; text-transform: uppercase;background: transparent; padding: 0;}
#navigation ul li a{ float: left; display: block; padding: 0 20px; color: #fff; text-decoration: none; background: url(images/mnuDivider.png) top right no-repeat;}
#navigation ul li a:hover, #navigation ul li a.current{ color: #c9aeae;}
/*///////////////// END NAVIGATION ///////////////////////*/
h2{ font-size: 21px; font-weight: normal; letter-spacing: -1px; color: #31648f; padding-bottom: 0px; margin:0px; margin-bottom:5px}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #313131;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #cc3333;
	background-color: transparent;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;	padding:0px; margin:0px;

}

/* By default (td, body..) use Verdana in black. */
body, td, th
{
padding:0px; margin:0px;}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #313131;
	font-family: verdana, sans-serif;
	background-color: #FFFFFF;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #313131;
	font-family: verdana, sans-serif;
	background-color: #fff9db;
}

/* Standard horizontal rule.. */
hr
{
	color: #525252;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #525252;
	background-color: #b3a46d;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #313131;
	background-color: #ede4b9;
	border: 1px solid #c9c094;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #313131;
	background-color: #ede4b9;
	border: 1px solid #c9c094;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.3em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #313131;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #525252;
	background-color: #e3e5f4;
	padding:3px;
	margin:3px;
}
.windowbg2
{
	color: #525252;
	background-color: #f0f4f6;
	padding:3px;
	margin:3px;
}
.windowbg3
{
	color: #525252;
	background-color: #e9edf0;
	padding:3px;
	margin:3px;
}
.windowbg3 a
{
	color: #525252;
}
.windowbg3 a:hover
{
	color: #f50000;
}


/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #336691;
	font-style: normal;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #510715;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3 
{
	font-weight: bold;
	background-image: url('images/catbg.gif');
	background-repeat:repeat-x;
	color: #FFFFFF;
	padding-left: 5px;
	vertical-align:middle;
	line-height:25px;
}
.catbg a {	color: #FFFFFF;
	padding-left: 5px;
	vertical-align:middle;
	line-height:25px;
 } 
.catbgv 
{
	font-weight: bold;
	background-image: url('images/catbgv.gif');
	background-repeat:repeat-x;
	color: #FFFFFF;
	padding-left: 5px;
	vertical-align:middle;
	line-height:25px;
}
.catbgv a {	color: #FFFFFF;
	padding-left: 5px;
	vertical-align:middle;
	line-height:25px;
 } 
.catbg_vl
{
	background-image: url(images/catbg_vl.gif);
	width: 8px;
	background-repeat:no-repeat;
}
.catbg_vr
{
	background-image: url(images/catbg_vr.gif);
	width: 13px;
	background-repeat:no-repeat;
}
.catbg_l
{
	background-image: url(images/catbg_l.gif);
	width: 8px;
	background-repeat:no-repeat;
}
.catbg_r
{
	background-image: url(images/catbg_r.gif);
	width: 13px;
	background-repeat:no-repeat;
}

/* The borders around things. */
.bordercolor
{
	background-color: #FFFF;
	padding:3px;
	margin:3px;
}
.tborder
{
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/* Tamuril's Additional SMF Forum Styles
http://www.tamurilart.com/ */

#container { 
	overflow: hidden;
	width: 940px;
	margin: 0 auto;
	text-align: left;
}
body
{
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #6c787d;
}

.headerbg
{
}
.headerbg a
{
color: #cdc498;
}
.navbg {
}
.bgdescription {
background-color: #ede4b9;
}

#spellview {color:#525252; background-color: #ede4b9; text-align: left;}

.copyrightfooter
{margin: 0 auto; color:#326590;}

.userinfo
{margin: 0px; border: 1px solid #d7dee1; background: #e5e7e8; margin-top: 5px; padding:0px}


/* 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: white;
	text-transform: uppercase;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  12px;
	font-family: tahoma, sans-serif;
	vertical-align: middle;
	height: 30px;
	text-align:center;
}
.maintab_first
{
	background-image: url(images/nav_l.gif);
	background-repeat: no-repeat;
	width: 9px;
}
.maintab_back
{
	background-image: url(images/nav.gif);
	background-repeat: repeat-x;
}
.maintab_back:hover
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
}
.maintab_last
{
	background-image: url(images/nav_r.gif);
	background-repeat: no-repeat;
	width: 11px;
}
.maintab_active_first
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
	width: 5px;
}
.maintab_active_back
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
}
.maintab_active_last
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
	width: 5px;
}

/* 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: White;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	text-align:center;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #F5F5F5;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}
.newsFont { font-size:22px; color:#3b77a4; text-align:center; margin-bottom:10px; padding-bottom:10px; }

.nd{display:block}
.nd *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ecedf0}
.nd1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f6f7f8;
  border-right:1px solid #f6f7f8;
  background:#f0f1f3}
.nd2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fdfdfd;
  border-right:1px solid #fdfdfd;
  background:#eff0f2}
.nd3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #eff0f2;
  border-right:1px solid #eff0f2;}
.nd4{
  border-left:1px solid #f6f7f8;
  border-right:1px solid #f6f7f8}
.nd5{
  border-left:1px solid #f0f1f3;
  border-right:1px solid #f0f1f3}
.ndfg{
  background:#ecedf0}
