/* Normal, standard links. */
a:link
{
		  color: #225991;
		  text-decoration: none;
}
a:visited
{
		  color: #225991;
		  text-decoration: none;
}
a:hover
{
		  text-decoration: underline;
}

/* nexus */

			body
			{
				background-color:		 #FFFFFF;
				color:						#333333;
				margin:					  0px;
				padding:					 0px;
				height:					  100%;
				width:						100%;
				font-family:				verdana;
				font-size:				  12px;
			}

			#header
			{
				height:					  55px;
				background:				 url(images/background-top-grey.jpg) bottom #FFFFFF repeat-x;
				border-bottom:			 1px solid #DDDDDD;
				padding-left:			  50px;
				padding-right:			 50px;
				padding-bottom:			5px;
				font-size:				  10px;
			}

			#subheader
			{
				height:					  170px;
				background:				 #FFFFFF;
				border-bottom:			 1px solid #DDDDDD;
				padding-left:			  50px;
				padding-right:			 50px;
				padding-top:				20px;
				padding-bottom:			20px;
			}


			#content
			{
				background:				 url(images/background-bottom-grey.jpg) #FFFFFF repeat-x;
				border-top:				 1px solid #FFFFFF;
				padding-left:			  50px;
				padding-right:			 50px;
			}

			#footer
			{
				height:					  1px;
				padding-top:				20px;
				padding-left:			  50px;
				padding-right:			 50px;
				padding-bottom:			10px;
				font-size:				  10px;
			}

			.content
			{
				font-size:				  12px;
				font-family:				Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
			}

			h1
			{
				font-size:				  14px;
				font-family:				Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
				padding:					 0px;
				margin-bottom:			 10px;
			}

			.loot_preview
			{
				position:					absolute;
				left:						 0px;
				top:						  0px;
				z-index:					 100;
				visibility:				 hidden;
				background-color:		 #FFFFFF;
				padding:					 2px;
				border:					  1px solid #000000;
			}

/* nexus */

			#nav
			{
				margin-bottom:		 10px;
			}

			#nav,
			#nav a,
			#nav a.home
			{
				font-size:			  10px;
				font-family:			Tahoma, Arial, Helvetica, sans-serif;
				text-decoration:	  none;
				text-transform:		uppercase;
				letter-spacing:		0.1em;
				line-height:			10px;
				color:					#999999;
			}

			#nav a,
			#nav a.home
			{
				color:					#333333;
				line-height:			11px;
			}

			#nav a.home
			{
				font-weight:			bold;
			}

			#nav a.home:hover
			{
				color:					#666666;
				text-decoration:	  none;
			}

			#nav a:hover
			{
				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: #333333;
	font-size: 12px;
	font-family: Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: Lucida Grande, Verdana, Helvetica, Arial, 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
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #666;
	background-color: #F4F6FB;
		  border-bottom: 2px solid #C9D1DA;
	padding: 5px;
		  margin-bottom: 10px;
}

/* A code block - maybe even PHP ;). */
.code
{
		  color: #666;
		  background-color: #F5F5F5;
		  border-bottom: 2px solid #ECECEC;
		  padding: 5px;
	font-family: "courier new", "times new roman", monospace;
	white-space: nowrap;
	overflow: auto;
	max-height: 24em;
		  margin-bottom: 10px;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader
{
		  color: #4D5F6C;
		  background-color: #DAE0E6;
		  border-top: 1px solid #C9D1DA;
}

.codeheader
{
	color: #696969;
		  background-color: #ECECEC;
		  border-top: 1px solid #DCDCDC;
}

.quoteheader,
.codeheader
{
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2em;
		  padding-left: 5px;
		  padding-right: 5px;
		  padding-top: 2px;
		  padding-bottom: 2px;
}

/* 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
{
	color: #333333;
	background-color: #FFFFFF;

		  border-bottom: 1px solid #F5F5F5;
}
.windowbg2
{
	color: #333333;
	background-color: #FBFBFB;
		  border-bottom: 1px solid #F5F5F5;
}
.windowbg3
{
	color: #333333;
	background-color: #DAE0E6;
		  border-bottom: 1px solid #EAF0F6;
}
.windowbg4
{
		  color: #333333;
		  background-color: #CC9999;
		  border-bottom: 1px solid #EAF0F6;
}
/* 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, .titlebg a:link, .titlebg a:visited
{
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

.titlebg, tr.titlebg th, tr.titlebg td
{
		  border-bottom: 1px solid #DDDDDD;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

.catbg,
.catbg2
{
		  color: #FFFFFF;
		  background-color: #6B7B8A;
		  border-bottom: 2px solid #8B9BAA;
		  border-top: 4px solid #8B9BAA;
		  padding-bottom: 5px;
}

.catbg3, .catbg3 td
{
		  background-color: #6B7B8A;
		  border-bottom: 2px solid #FFFFFF;
		  border-top: 4px solid #8B9BAA;
		  padding-bottom: 5px;
}

.catbg4, .catbg4 td
{
		  background-color: #BF5050;
		  border-bottom: 2px solid #FFFFFF;
		  border-top: 4px solid #C77171;
		  padding-bottom: 5px;
}

.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited
{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited,
.catbg4, tr.catbg4 td, .catbg4 a:link, .catbg4 a:visited
{
	font-size: 11px;
		  font-weight: bold;
		  color: #FFFFFF;
	text-decoration: none;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #333333;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	border: 1px solid #D0D0D0;
}

/* This is used on tables that should just have a border around them. */
table.tborder
{
		  border: 1px solid #C9D1DA;
	background-color: #FFFFFF;
		  padding: 2px;
	width: 100%;
}

div.tborder
{
	border: 1px solid #C9D1DA;
	background-color: #FFFFFF;
	width: auto !important;
		  padding: 2px;
	width: 100%;
}


/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 8pt;
	font-family: Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
	font-size: 12px;
}

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


/* 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,
.maintab_nexus_first, .maintab_nexus_back, .maintab_nexus_last, .maintab_nexus_active_back, .maintab_nexus_middle
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back,
.maintab_nexus_back, .maintab_nexus_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 5px;
}
.maintab_nexus_first
{
		  background: url(images/maintab_nexus_first.gif) left bottom no-repeat;
		  width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_nexus_back
{
		  background: url(images/maintab_nexus_back.gif) left bottom repeat-x;
}
.maintab_nexus_middle
{
		  background: url(images/maintab_nexus_middle.gif) left bottom no-repeat;
		  width: 8px;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_nexus_last
{
		  background: url(images/maintab_nexus_last.gif) left bottom no-repeat;
		  width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_nexus_active_first
{
		  background: url(images/maintab_nexus_active_first.gif) left bottom no-repeat;
		  width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_nexus_active_back
{
		  background: url(images/maintab_nexus_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_nexus_active_last
{
		  background: url(images/maintab_nexus_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,
.maintab_nexus_back a:link , .maintab_nexus_back a:visited, .maintab_nexus_active_back a:link , .maintab_nexus_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover,
.maintab_nexus_back a:hover, .maintab_nexus_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}

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