@import url("positions.css");
BODY , ul, ol, li{
	font: 12px/20px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}
*{outline:none;}
a, a:hover{
outline:none;
}

#header #session {
	font-size: 9px;
	color: #999999;
}
#header #session STRONG {
	color: #666666;
}
#content #wideColumn H1, #content #smallerColumn H1 {
	font-size: 18px;
}
#content #wideColumn H2, #content #smallerColumn H2 {
	font-size: 15px;
}
#content #wideColumn H1.darkOrange, #content #wideColumn H2.darkOrange {
	color: #EA6F01;
}
#content #smallerColumn H1.purple, #content #wideColumn H2.purple {
	color: #E049CC;
}
#content #smallerColumn H1.green, #content #wideColumn H2.green {
	color: #41D47B;
}
#content #smallerColumn H1.blue, #content #wideColumn H2.blue {
	color: #3D7BC0;
}
#content #smallerColumn H1.caqui, #content #wideColumn H2.caqui {
	color: #AEAC14;
}
#content #smallerColumn p {
	line-height: 18px;
	font-size: 12px;
}
#content #wideColumn P {
	font-size: 12px;
	line-height:18px;
}
A, #content A.blue, .blue {
	color: #3D7BC0;
	text-decoration: none;
}
A:hover, #content A.blue:hover {
	color: #3D7BC0;
	text-decoration: underline;
}
#content DIV.footNav, #content DIV.footNav A {
	color: #3D7BC0;
	text-decoration: none;
}
#content DIV.footNav A:hover {
	text-decoration: underline;
}
#footer {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #BEBEBE;
	text-align: center;
}
#footer A {
	font-weight: bold;
	color: #BEBEBE;
	text-decoration: none;
}
#footer A:hover {
	color: #999999;
	text-decoration: none;
}
	#footer{
		position:relative;
	}
	#footer #copyright{
		display:block;
		float:left;
		height:20px;
		margin:0 30px;
		text-align:left;
		width:300px;
	}
	#footer #contact{
		display:block;
		float:left;
		height:20px;
		float:left;
	}
	#footer #contact a{
		font-weight:normal;
	}
	#footer #socmed{
		background:url("images/footer_follow.jpg") no-repeat scroll left top transparent;
		display:block;
		height:44px;
		padding:7px 0 0 100px;
		position:absolute;
		right:35px;
		text-align:left;
		top:-35px;
		width:104px;
	}
	#footer #socmed a img{
		border:none;
	}
	.clearfix{
		display:block;
		clear:both;
	}
	#footer a.underline,
	.underline{
		text-decoration:underline;
	}

.dragcontainer{
	border:5px;
	border-color:#6b6157;
	border-style:solid;
	line-height: normal;
	width:350px;
}

Xpre {
display:block;
padding: 1em 1.5ex 1.5em;
margin:1em 0;
white-space:pre;
background-color:#F0F6FC;
border: 1px solid #ccc;
_width: 99%;
overflow-x:auto;
color: #000; 
line-height: 1.333; 
}

html>body Xpre {
/*\*/
overflow:auto;
/*/
display:inline-block;
padding-left:0;
padding-right:0;
width:100%;
/**/
}

Xpre strong {
font-weight: normal;
background-color: #F9F9B7;
}

Xpre { 
/*\*/ font-family: "Courier New", Courier, monospace;/*/
font-family: Courier, monospace;
/**/ 
}

html>body code {
font-size: 12px;
font-weight: inherit;
}

Xpre:empty { 
font-family: Courier, monospace; 
}

div#content table.wiki{
margin:0;
width:100%;
border-collapse:collapse;
border:1px solid #D5D5D5;
}

div#content table.wiki tr th{
background-color:#FAFAFA;
color:#C72EBC;
padding:15px;
}

div#content table.wiki td{
padding:15px;	
vertical-align:top;
}

div#content table.wiki td, div#content table tr th, div#content table tr{
border-bottom:1px dotted #D5D5D5;
border-right:1px dotted #D5D5D5;
}

div.citation{
background:transparent url(/interface/screen/images/subs_background.gif) repeat-x scroll left top;
padding-top:10px;
}

div.citation p{
color:#868585;
}

.bg_gray{
	background-color:#f0f0f0;
}

----------------------------------
/* bbpress */

.question-icon{
position:absolute;
top:0;
right:0;
background:url(../../../images/support/find_answers_bigger_icon.jpg) top right no-repeat;
width:85px;
height:85px;
border:1px solid red;
}

input.not_editable{
	background:none;
	border:none;
}

div.quarter .item p a{
	margin:0;
	float:none;
}

#sb{
	position:relative;
	top:-3px;
	margin:0;
	padding:0;
}
	
	#sb #sb_search{
		background:url("images/bg_search_q.png") no-repeat scroll 0 0 transparent;
		border:0 none;
		height:21px;
		position:relative;
		top:0;
		width:112px;
		padding-left:8px;
	}
	#sb #sb_submit{
		background:url("images/bg_search_submit.png") no-repeat scroll 0 0 transparent;
		border:0 none;
		height:23px;
		position:relative;
		text-indent:-99999px;
		top:0;
		width:22px;
	}