/*Pagination styles*/

#postingLayer
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #283F82;
	background: #242424;
	position: absolute;
	display: none;
}

div.pageNumLinkPag
{
	text-align:left;
	padding: 0px;
}

div.pageNumLinkPag span
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height:30px;
	color:#000;
	background:#FFF;
	border:1px solid #000;
	padding:2px 4px;
}

div.pageNumLinkPag a
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#FFF;
	background:#283F82;
	border:1px solid #000;
	padding:2px 4px;
	text-decoration: none;
}

div.pageNumLinkPag	a:hover,div.pageNumLinkPag	a:active
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#000;
	background:#FFF;
	border:1px solid #000;
}

.popup
{
  display: none;
  position: absolute;
  width: 150px;
}

.popuptitle
{
	background: #242424 url(../images/title.gif) repeat-x;
	color: #FFF;
	border: solid 1px #283F82;
	margin: 1px;
}

.popupbody 
{
	border : 1px solid #242424;
	text-align : center;
	background: #333;
	color: #FFF;
	padding: 3px 5px 3px 3px;
}

#gotoPagePopup 
{
	top:70px;
	left:12px;
	z-index:10000;	
}

.closebutton
{
	background: #FF0000;
	padding: 0px 1px 0px 1px;
	border: solid 1px #FFFFFF;
}

#forumA
{
	background: #333333;
}

#forumB
{
	background: #404040;
}

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

td.forum_center
{
	border : 1px solid #242424;
	height : 23px;
	text-align : center;
	background: #333;
	color: white;
	padding : 3px;
}

td.forum_option
{
	text-align : center;
	color: white;
	padding: 3px;
	vertical-align : bottom;
}

td.forum_right
{
	border : 1px solid #242424;
	height : 23px;
	text-align : right;
	background: #333;
	color: white;
	padding			: 0px 10px 2px 0px;
}

td.forum_left
{
	border : 1px solid #242424;
	height : 23px;
	text-align : left;
	background: #333;
	color: white;
	padding			: 3px 5px 3px 3px;
}

td.forum_post
{
	border : 1px solid #242424;
	height : 23px;
	text-align : left;
	vertical-align : top; 
	background: #333;
	color: white;
	padding : 3px;
}

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

th.forum_heading
{
	/* Cell */
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-radius-topleft: 7px;
	-webkit-border-radius-topright: 7px;
	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.forum_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;
}

img.forum_avatar
{
	border : 2px solid #283F82;
}

textarea.forum_textarea
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #FFF;

width: 100%;
}

input.forum_textbox
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #FFF;
	background-color : #242424;
	border : 1px solid #283F82;
	
}

input.forum_button
{
	color : #000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	background-color : #DDD;
	border : 1px solid #283F82;
}

input.forum_buttonhover
{
	background-color : black;
	color : white;
}

a.quote_link
{
	color:#888;
}

a.forum_button
{
	color : white;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
padding:3px 5px 3px 5px;
	height : 20px;
	border : 1px solid #283F82;
	background: #242424 url(../images/title.gif) repeat-x;
}