/* Normal, standard links. */
a:link, a:visited
{
	color: #005177;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #cc3333;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	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: #000000;
	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: #000000;
	font-family: verdana, sans-serif;
	background-color: #afc6db;
}

/* 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: #000000;
	font-family: verdana, sans-serif;
	background-color: #afc6db;
}

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

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

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

/* 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. */
.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: #000000;
	background-color: #FFFFFF;
}
.windowbg2
{
	color: #000000;
	background-color: #f8f8f8;
}

/* 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: #000000;
	background-color: #FF7B00;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
	font-weight: bold;
	background-color: #F3B400;
	background-image: url(images/catbg.gif);
	color: #000000;
}

/* The borders around things. */
.bordercolor
{
	background-color: #FF3300;
}
.tborder
{
	border: 1px solid #FF3300;
}

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







/************** SMF-Nuke style.css additions *********************/

/* Main Nuke css entries */
.title  
{
	font-family: Verdana,Helvetica,Sans-Serif; 
	font-size:12px; 
	font-weight:bold
}

.content
{
	font-family: Verdana,Helvetica,Sans-Serif; 
	font-size:10px
}

.option 
{
	font-family: Verdana,Helvetica,Sans-Serif; 
	font-size:10px
}

.tiny	
{
	font-family: Verdana,Helvetica,Sans-Serif; 
	font-size:9px
}

table.sitewidth
{
	width:100%
}

table.sidebox 
{
	background-color:transparent;
	color:inherit;
	padding:1px; 
	border:1px solid gray; 
	width:170px; 
	margin-bottom:5px
}

/* Vertical-align table cells to show center and right blocks properly */
td.col1  
{
	vertical-align: top; 
	width: 1px
}

td.col2  
{
	vertical-align: top; 
	width: 100%
}

/* must be same width as table.sidebox above */
td.col3  
{
	vertical-align: top; 
	width: 170px
} 

td.blocksleft
{
	width:165px;
}

/* if INDEX_FILE (displays both left & right blocks) */
td.blockscenter
{
	padding:0 5px 0 5px;
	width:100%
}

td.blocksright
{
	width:165px;
	text-align:right;
	margin-right:0
}

/* Block Title and Content cells */
td.t-cell	  
{
	background-image: url(images/catbg.gif);
	color: black;
	font-size: 12px; 
	font-weight: bold; 
	font-family: Verdana, Helvetica,Sans-Serif; 
	text-decoration: none;
	text-align:center;
	margin:0 auto 0 auto;
	width:165px; 
	height:30px; 
	border:none
}

td.c-cell	  
{
	background-image:none;
	text-align:left
}

td.centerblock
{
	background-image: url(images/catbg.gif);
	color: black;
	font-size: 12px; 
	font-weight: bold; 
	font-family: Verdana, Helvetica,Sans-Serif; 
	text-decoration: none;
	text-align:center;
	height:30px;
	border:none
}

.titlebox
{
	text-align:center;
	margin:0 auto 0 auto;
	font-weight:bold;
}

td.center
{
	text-align:center;
	margin:0 auto 0 auto;
}

/* OpenTable(2) used in module content */
table.OpenTable
{
	vertical-align:top;
	width:100%;
	padding:0 5px 0 5px;
	border: 1px solid gray;
}

table.OpenTable2
{
	vertical-align:top;
	width:100%;
	padding:0 5px 0 5px;
	border: 1px solid gray;
}

/* Blog Header table */
table.OpenBlogHeader
{
	vertical-align:top;
	width:100%;
	padding:0 5px 0 5px;
	margin:0 5px 0 5px;
	border: 1px solid gray;
}

/* Blog Body table */
table.OpenBlogBody
{
	vertical-align:top;
	width:100%;
	padding:0 5px 0 5px;
	margin:0 5px 0 5px;
	border: 1px solid gray;
}

/* blog header main td cell */
.blogheader
{
	background-color:inherit;
	color:inherit
}

/* blog body main td cell */
.blogbody
{
	background-color:inherit;
	color:inherit
}

/* Content module content display */
.contentbody
{
	background-color:inherit;
	color:inherit
}

/* Section module content display */
.sectionbody
{
	background-color:inherit;
	color:inherit
}

table.footer
{
	width:100%;
	border:none;
	padding:2px;
}

td.footercenter
{
	text-align:center;
	margin:0 auto 0 auto;
	font-size:8px;
	font-weight:normal
}

/* $bgcolor and $textcolor values moved from theme.php file.... some Nuke Modules use these */
.bgcolor1	 
{
	background-color: #ffff80;
	color: black
}

.bgcolor2	 
{
	background-color: #d9d9d9;
	color: black
}

.bgcolor3	 
{
	background-color: #b3b3b3;
	color: black
}

.bgcolor4	
{
	background-color: #8c8c8c;
	color: black
}

.textcolor1 
{
	color: black;
	background-color:white
}

.textcolor2 
{
	color: black;
	background-color:white
}

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

/* Non-bold submit button */
input.liteoption
{
	background-color:#fafafa;
	font-weight:normal;
	color: black
}