/* Normal, standard links. */
a:link, a:visited
{
	color: #4B0082;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #b40000;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .font-family:visited
{
	color: #313131;
	background-color: transparent;
	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;
}

/* By default (td, body..) use Verdana in black. */
body, td, th
{
	color: #181818;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* 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: #c3c3c3;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color:  ;
}

/* 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: #7FA6FF;
}

/* Standard horizontal rule.. */
hr
{
	color: #525252;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #989898;
	background-color: #989898;
}
.hrcolor2
{
	height: 1px;
	border: 0;
	color: #c0c0c0;
	background-color: #c0c0c0;
	margin: 0 auto;
	padding: 0px;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #F7E7F4;
	border: 1px solid #0000CD;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #313131;
	background-color: #9FEDFF;
	border: 1px solid #989898;
	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;
}

.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: #DFFFD2;
}
.windowbg2
{
	color: #525252;
	background-color: #E8FFFF;
}
.windowbg3
{
	color: #525252;
	background-color: #E8FFFF;
}
.windowbg3 a
{
	color: #c10000;
}
.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: #FFFF00;
	background-color: #009ACD;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #2A008B;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
	font-weight: bold;
	background-color: #00B6FF;
	background-image: url(images/catbg.gif);
	color: #2A008B;
}

/* The borders around things. */
.bordercolor
{
	background-color: #009ACD;
}
.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 { 
	background-color:#A6D2FF;
	overflow: hidden;
	width: 97%;
	margin: 0 auto;
	text-align: left;
}
body
{
	text-align: center;
	background-color:#00B6FF; 
	margin: 0px;
	padding: 0px;
}
.headerbg
{
	background-image:url(images/header-background.gif);
	background-repeat: repeat-x;
	color: #5A8B45;
}
.headerbg a
{
color: #FFBB7A;
}
.navbg {
background-color: #355877;
}
.bgdescription {
background-color: #D8EEEE;
}
.bgleft {background-image:url(images/bg-left.gif); background-repeat: repeat-y; width: 9px;}
.bgright {background-image:url(images/bg-right.gif); background-repeat: repeat-y; width: 9px;}

#spellview {color:#181818; background-color: #00458B; text-align: left;}

.copyrightfooter
{margin: 0 auto; background-color:#5A8B5A; text-align: center;}
.copyrightfooter td a{color:#ebebeb;}
.copyrightfooter td{color:#ffffff;}
.themecopyright {margin: 0 auto; background-color: #9FFFFF; text-align: center; margin-top: 5px}