img.logo
{
	border: 1px solid #283F82;
	margin-left: 1px;
}
img.avatar
{
	border: 1px solid #283F82;
	margin-left: 1px;
}
img.header
{ 
	display: block;
	margin-left: auto;
	margin-right:auto;
}

.tooltip
{
	border: 1px solid #283F82;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-align : left;
	color : #FFF;
	padding: 2px 10px 10px 10px;
	background: #333;
	vertical-align : top;
}


img.news_image
{
	border: 1px solid #283F82;
	margin-left: auto;
	margin-right:auto;	
}

hr
{
	border: 1px solid #283F82;
	margin: 5px 0px 6px 0px;
}

#progress_raid
{
	width: 160px;
	height: 50px;
	text-align: center;
}

/* Progress Block Tooltips */
a.info
{
	position:relative; 
	z-index:24;
	text-decoration:none
}

a.info:hover
{
	z-index:25;
}

a.info span
{
	display: none
}

a.info:hover span
{ 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size : 10px;
	display:block;
	position:absolute;
	width:200px;
	left: 80px;
	border: 2px solid #283F82;
	background-color:#191919;
	color:#FFF;
	text-align: center
}

/* Presentation Stylesheet */ 
h2
{
	margin : -4px 0px -2px 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #FFF;
	text-align: center;
}

h2.page
{
	margin : 10px 0px 5px 0px;
	text-align: left;
}

h3
{
	margin : 2px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : bold;
	color : #FFF;
}

h4
{
	margin : 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #FFF;
}

h6
{
	margin : -3px 0px 0px 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #FFF;
}
h6.error
{
margin: 0px;
color:#888;
}

p
{
	margin : 0px 0px 0px 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #FFF;
}

p.center
{
	text-align :center;
}

p.message
{
	margin : 5px 0px;
	color : #999999;
}

li
{
	margin : 0px 0px 2px -10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #FFF;
}

/* ----- Hyperlink Formatting ----- */

a:link 
{ 
	color : #FFF; 
}

a:visited
{
	color : #FFF; 
}

a:hover 
{
	color : #999999;
}

a.quote_link:link
{
	text-decoration: none;
}




/* ----- Form Inputs ----- */

select
{
	background-color : #191919;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #FFFFFF;
	border : 1px solid #283F82;
}


input.textbox
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #FFF;
	background-color : #242424;
	border : 1px solid #283F82;
}

input.button
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	background-color : #283F82;
	border : 1px solid #000000;
}

input.buttonhover
{
	background-color : #FFFFFF;
	color : #000000;
}

textarea
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color				: #FFFFFF;
	background-color	: #242424;
	border				: 1px solid #283F82;
	width				: 100%;
}

table.full
{
	width : 100%;
}

th
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	/* Cell */
	background: #242424 url(../images/title.gif) repeat-x;
	height : 25px;
	border : 1px solid #283F82;
	
	/* Text */
	color : white;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	margin : 0px 0px 0px 0px;
}

td
{
	color : white;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	margin : 0px 0px 0px 0px;
}

td.center
{
	border : 0px solid black;
	height : 23px;
	text-align : center;
	background: #333;
	color: white;
}

td.progress_cell
{
	/* Cell */
	background: #242424;
	width: 160px;
	height: 50px;
	text-align : center;
	border: 1px solid #283F82;

	/* Text */
	color : white;
	font-size : 12px;
	padding: 5px;
}

td.left
{
	border : 0px solid black;
	height : 23px;
	text-align : left;
	background: #333;
	color: white;
}

td.forum_details
{
	vertical-align	: top;
	padding			: 5px;
	background: #333;
	color: white;
	text-align : left;
}

td.page_layout
{
	text-align : center;
	width : 100%;
	padding : 10px;
}

td.subheading
{
	border : 1px solid #283F82;
	/* Cell */
	height : 20px;
	background: #242424 url(../images/title.gif) repeat-x;
	
	/* Text */
	color : white;
	text-align : center;
	font-size : 10px;
}

td.login_cell
{
	color : white;
	text-align : right;
	font-size : 10px;
	height: 27px;
	vertical-align: middle;
}

td.login_cell_left
{
	color : white;
	text-align : left;
	font-size : 10px;
	height: 27px;
	width: 300px;
	vertical-align: middle;
}

td.menu_cell
{
	/* Cell */
	border : 1px solid #283F82;
	height : 20px;
	background: #242424 url(../images/title.gif) repeat-x;
	
	/* Text */
	color : white;
	text-align : center;
	font-size : 10px;	
	cursor: pointer;
}

td.menu_hover
{
	background: #242424 url(../images/titlehover.gif) repeat-x;
	color: #999999;
}

#poll
{
	margin			: 15px;
	background		: #191919;
	border			: 1px solid #283F82;
	text-align		: center;
	padding			: 20px;
	color			: #FFFFFF;
}

#poll.quote
{
	text-align		: left;
}

#bar_container
{
	width				: 90%;
	height				: 14px;
	text-align			: left;
	margin-top			: 3px;
	margin-bottom		: 3px;
	margin-left			: 5%;
	margin-right		: 5%;
}

#bar
{
	position			: relative;
	top					: 0px;
	left				: 0px;
	float				: left;
	height				: 14px;
	background			: #283F82;
	border			    : 1px solid #283F82;
	text-align			: right;
}

div.news_post
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px;
	Padding: 15px;
	background: #242424;
	border : 1px solid #283F82;
	font-size : 8px;
}