/* --------------------------------------------------------------
   GLOBAL
-------------------------------------------------------------- */

body {
	background-color: #f4f4f4;
}

form {
	margin: 0px;
}

body,td,input,select,textarea {
	font: 13px/16px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #2e2e2e;
}

a {
	color: #f88441;
}

a:hover {
	text-decoration: none;
}

.wrapper {
	width: 730px;
	border: 0px;
	padding: 5px;
	border-collapse: collapse;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------
   HEADINGS
-------------------------------------------------------------- */

.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #65A5E6;
}

.heading2 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.heading3 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #16679F;
}

/* --------------------------------------------------------------
   INFO BOXES
-------------------------------------------------------------- */

.contentbox {
	width: 75%;
	text-align: center;
	background-color: #f4f4f4;
	border: 1px dashed #d4d4d4;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------
   CLIENT AREA NAVBAR
-------------------------------------------------------------- */

.clientarealinks {
    background-color: #f4f4f4;
    padding: 10px;
}

.clientarealinks a {
	color: #f88441;
}

/* --------------------------------------------------------------
   TABLES
-------------------------------------------------------------- */

table.topnavbar {
	width: 100%;
}

tr.topnavbar {
	background-color: #efefef;
	font-weight:bold;
	text-align: center;
}

tr.topnavbar a {
	color: #000000;
	text-decoration: none;
}

tr.topnavbar a:hover {
	color: #666666;
}

table.frame {
	width: 100%;
	border: 1px solid #d4d4d4;
	padding: 0px;
}

.fieldarea {
	background-color: #f4f4f4;
	text-align: right;
}

.clientareatable {
	width: 100%;
	background-color: #cccccc;
}

tr.clientareatableheading {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #FFFFE2;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #E9FFD2;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #FFE1E1;
	text-align: center;
}

/* --------------------------------------------------------------
   NETWORK ISSUES
-------------------------------------------------------------- */

.networkissuessummary {
    background-color: #f6f6f6;
    border: 1px dashed #cccccc;
    padding: 10px;
    text-align: center;
}

.networkissuesopen {
    font-size: 16px;
    font-weight: bold;
    color: #65CC00;
    padding-right: 20px;
}

.networkissuesscheduled {
    font-size: 16px;
    font-weight: bold;
    color: #EEDD00;
    padding-right: 20px;
}

.networkissuesclosed {
    font-size: 16px;
    font-weight: bold;
    color: #888888;
}

.networkissuedescription {
    border-left: 5px solid #efefef;
    padding: 20px;
    padding-top: 1px;
}

.networkissueaffected {
    background-color: #FDFCDD;
    padding: 10px;
    margin-top: 10px;
}

/* --------------------------------------------------------------
   SUPPORT TICKETS
-------------------------------------------------------------- */

.clientticketreplyheader {
    margin-top: 20px;
    background-color: #97c758;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.clientticketreply {
    min-height: 80px;
    background-color: #f4f4f4;
    padding: 10px;
}

.adminticketreplyheader {
    margin-top: 20px;
    background-color: #d4d4d4;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.adminticketreply {
    min-height: 80px;
    background-color: #f4f4f4;
    padding: 10px;
}

.closeticket {
    border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
    color: #cc0000;
}

/* --------------------------------------------------------------
   TEXT COLORS
-------------------------------------------------------------- */

.textblack {
	color: #000000;
}

.textblue {
    color: #224488;
}

.textgreen {
	color: #779500;
}

.textgrey {
	color: #888888;
}

.textgold {
    color: #ffbb55;
}

.textorange {
	color: #ff6600;
}

.textred {
	color: #cc0000;
}

/* --------------------------------------------------------------
   GLOBAL WHMCSBB
-------------------------------------------------------------- */

div.clear {
	clear:both;
	font-size: 1px;
	height: 1px;
}

/* --------------------------------------------------------------
   TOP FORUM BAR ON ALL PAGES
-------------------------------------------------------------- */

div#forumbar_container_bl {
	background: url('../../images/forum_bl.gif') 0 100% no-repeat #f5f5f5;
	width: 100%
} 

div#forumbar_container_br {
	background: url('../../images/forum_br.gif') 100% 100% no-repeat
} 
div#forumbar_container_tl {
	background: url('../../images/forum_tl.gif') 0 0 no-repeat
}

div#forumbar_container_tr {
	background: url('../../images/forum_tr.gif') 100% 0 no-repeat;
	padding: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#forumbar_container_tr div#forumbar_name{
	width: 80%;
	margin-bottom: 10px;
	float:left;
	color:#666666;
	font-size:12pt;
	font-weight:bold;
}

div#forumbar_container_tr div#forumbar_name a{
	color: inherit;
	text-decoration:none;
}

div#forumbar_container_tr div#forumbar_user{
	width: 20%; 
	float:left;
	text-align: right;
}

/* --------------------------------------------------------------
   LINK BAR WITHIN TOP FORUM BAR
-------------------------------------------------------------- */

div#forumbar_links_bl {
	background: url('../../images/forum_inner_bl.gif') 0 100% no-repeat #e6e6e6;
	width: 100%
} 

div#forumbar_links_br {
	background: url('../../images/forum_inner_br.gif') 100% 100% no-repeat
} 

div#forumbar_links_tl {
	background: url('../../images/forum_inner_tl.gif') 0 0 no-repeat
} 

div#forumbar_links_tr {
	background: url('../../images/forum_inner_tr.gif') 100% 0 no-repeat;
	padding:5px;
	color: #999999;
	font-weight:bold;
}

div#forumbar_links_tr a{
	text-decoration:none;
	color:inherit;
}

div#forumbar_links_tr .forumbar_link{
	width: 20%;
	float:left;
	text-align: center;
}

/* --------------------------------------------------------------
   MAIN CONTAINER (LIGHT BACKGROUND)
-------------------------------------------------------------- */

div#forum_container_bl {
	background: url('../../images/forum_bl.gif') 0 100% no-repeat #f5f5f5;
	width: 100%
} 

div#forum_container_br {
	background: url('../../images/forum_br.gif') 100% 100% no-repeat
} 

div#forum_container_tl {
	background: url('../../images/forum_tl.gif') 0 0 no-repeat
} 

div#forum_container_tr {
	background: url('../../images/forum_tr.gif') 100% 0 no-repeat;
	padding: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#forum_container_tr p{
	padding: 10px 10px 5px 10px;
	text-align:center;
	width:100%;
}

/* --------------------------------------------------------------
   MAIN INNER CONTAINER FOR TITLES (DARKER BACKGROUND)
-------------------------------------------------------------- */
div.forum_title_bl {
	background: url('../../images/forum_inner_bl.gif') 0 100% no-repeat #e6e6e6;
	width: 100%
} 

div.forum_title_br {
	background: url('../../images/forum_inner_br.gif') 100% 100% no-repeat
} 

div.forum_title_tl {
	background: url('../../images/forum_inner_tl.gif') 0 0 no-repeat
} 

div.forum_title_tr {
	background: url('../../images/forum_inner_tr.gif') 100% 0 no-repeat;
	padding:5px 5px 5px 10px; font-size:12pt;
	color: #999999;
	font-weight:bold;
}

div.forum_title_tr a{
	text-decoration:none;
	color:inherit;
}

/* --------------------------------------------------------------
	ROW OF FORUMS
-------------------------------------------------------------- */

table.forumitem{
	width: 100%;
	color: #999;
	padding: 10px;
}

table.forumitem .image{
	width: 8%;
}

table.forumitem .name{
	width: 42%;
}

table.forumitem .threads, table.forumitem .posts{
	width: 15%;
	text-align: center;
}

table.forumitem .last{
	width: 20%;
}

/* --------------------------------------------------------------
   ROW OF THREADS
-------------------------------------------------------------- */

table.forum{
	width: 100%;
	color: #999;
	padding: 10px;
}

table.forum .image{
	width: 5%;
}

table.forum .name{
	width: 45%;
}

table.forum .startedby, table.forum .replies, table.forum .views{
	width: 10%;
	text-align: center;
}

table.forum .last{
	width: 20%;
}

/* --------------------------------------------------------------
   THREAD
-------------------------------------------------------------- */

div#thread_container_bl {
	background: url('../../images/forum_bl.gif') 0 100% no-repeat #f5f5f5;
	width: 100%
} 

div#thread_container_br {
	background: url('../../images/forum_br.gif') 100% 100% no-repeat
} 

div#thread_container_tl {
	background: url('../../images/forum_tl.gif') 0 0 no-repeat
} 

div#thread_container_tr {
	background: url('../../images/forum_tr.gif') 100% 0 no-repeat;
	padding: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#thread_container_tr #title{
	padding: 5px 5px 5px 10px;
	background-color:#e6e6e6;
	font-weight: bold;
	font-size:12pt;
	color: #999999;
}

div#thread_container_tr div.postdetails{
	padding: 5px;
	background-color:#eeeeee
}

div#thread_container_tr div.postnumber{
	float:left;
	padding: 5px;
}

div#thread_container_tr div.postdate{
	float:right;
	padding: 5px;
}

div#thread_container_tr div.avatar{
	float:right;
	padding:10px;
}

div#thread_container_tr div.userdetails{
	float:left;
	line-height:18pt;
	padding: 5px;
}

div#thread_container_tr div.body{
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

div#thread_container_tr div.options{
	float:right;
	padding: 5px;
	margin: 10px;
}

div#thread_container_tr div.quote{
	padding: 5px;
	border:1px dashed #E4E4E4;
	background:#f5f5f5;
}

/* --------------------------------------------------------------
   PAGE NUMBERS
-------------------------------------------------------------- */

div#footer_container_bl {
	background: url('../../images/forum_bl.gif') 0 100% no-repeat #f5f5f5;
	width: 100%
} 

div#footer_container_br {
	background: url('../../images/forum_br.gif') 100% 100% no-repeat
} 

div#footer_container_tl {
	background: url('../../images/forum_tl.gif') 0 0 no-repeat
} 

div#footer_container_tr {
	background: url('../../images/forum_tr.gif') 100% 0 no-repeat;
	padding: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
}

div#pagenumbers{
	float:left;
}

div#threadoptions{
	float:right;
}

/* --------------------------------------------------------------
   THREAD REPLY CONTAINER
-------------------------------------------------------------- */

div#reply_container_bl {
	background: url('../../images/forum_bl.gif') 0 100% no-repeat #f5f5f5;
	width: 100%
} 

div#reply_container_br {
	background: url('../../images/forum_br.gif') 100% 100% no-repeat
} 

div#reply_container_tl {
	background: url('../../images/forum_tl.gif') 0 0 no-repeat
} 

div#reply_container_tr {
	background: url('../../images/forum_tr.gif') 100% 0 no-repeat;
	padding: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#reply_container_tr textarea{
	width: 80%;
	height: 100px;
	border: 1px solid #cccccc;
}

div#reply_container_tr input{
	border: 1px solid #cccccc;
	background-color:#ffffff; 
	padding: 5px;
}

div#reply_container_tr div#reply{
	font-size: 10pt;
}

/* --------------------------------------------------------------
   REPLY TITLE
-------------------------------------------------------------- */

div#reply_title_bl {
	background: url('../../images/forum_inner_bl.gif') 0 100% no-repeat #e6e6e6;
	width: 100%
} 

div#reply_title_br {
	background: url('../../images/forum_inner_br.gif') 100% 100% no-repeat
} 

div#reply_title_tl {
	background: url('../../images/forum_inner_tl.gif') 0 0 no-repeat
} 

div#reply_title_tr {
	background: url('../../images/forum_inner_tr.gif') 100% 0 no-repeat;
	padding:5px 5px 5px 10px;
	font-size:12pt;
	color: #999999;
	font-weight:bold;
	text-align:left;
}

/* --------------------------------------------------------------
   QUICK REPLY CONTAINER
-------------------------------------------------------------- */

div#quickreply_container_bl {
	background: url('../../images/forum_bl.gif') 0 100% no-repeat #f5f5f5;
	width: 100%
} 

div#quickreply_container_br {
	background: url('../../images/forum_br.gif') 100% 100% no-repeat
} 

div#quickreply_container_tl {
	background: url('../../images/forum_tl.gif') 0 0 no-repeat
} 

div#quickreply_container_tr {
	background: url('../../images/forum_tr.gif') 100% 0 no-repeat;
	padding: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
}

div#quickreply_container_tr textarea{
	width: 80%;
	height: 100px;
	border: 1px solid #cccccc;
}

div#quickreply_container_tr input{
	border: 1px solid #cccccc;
	background-color:#ffffff;
	padding: 5px;
}

div#quickreply_container_tr div#quickreply{
	padding: 15px;
}

/* --------------------------------------------------------------
   QUICK REPLY TITLE
-------------------------------------------------------------- */

div#quickreply_title_bl {
	background: url('../../images/forum_inner_bl.gif') 0 100% no-repeat #e6e6e6;
	width: 100%
} 

div#quickreply_title_br {
	background: url('../../images/forum_inner_br.gif') 100% 100% no-repeat
} 

div#quickreply_title_tl {
	background: url('../../images/forum_inner_tl.gif') 0 0 no-repeat
} 

div#quickreply_title_tr {
	background: url('../../images/forum_inner_tr.gif') 100% 0 no-repeat;
	padding:5px 5px 5px 10px;
	font-size:12pt;
	color: #999999;
	font-weight:bold;
	text-align:left;
}

/* --------------------------------------------------------------
   SEARCH CONTAINER
-------------------------------------------------------------- */

div#search_container_bl {
	background: url('../../images/forum_bl.gif') 0 100% no-repeat #f5f5f5;
	width: 100%
} 

div#search_container_br {
	background: url('../../images/forum_br.gif') 100% 100% no-repeat
} 

div#search_container_tl {
	background: url('../../images/forum_tl.gif') 0 0 no-repeat
} 

div#search_container_tr {
	background: url('../../images/forum_tr.gif') 100% 0 no-repeat;
	padding: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20pt;
}

div#search_container_tr div#searchinput{
	float:left;
	width: 50%;
}

div#search_container_tr div#searchoptions{
	float:left;
	width: 50%;
}

div#search_container_tr textarea{
	height: 100px;
	width: 65%;
	border: 1px solid #cccccc;
	padding: 5px;
}

div#search_container_tr input{
	border: 1px solid #cccccc;
	background-color:#ffffff;
	padding: 5px;
}

div#search_container_tr select{
	border: 1px solid #cccccc;
	background-color:#ffffff;
	padding: 5px;
}

div#search_container_tr p{
	font-size: 10pt;
}

/* --------------------------------------------------------------
   SEARCH TITLE
-------------------------------------------------------------- */

div#search_title_bl {
	background: url('../../images/forum_inner_bl.gif') 0 100% no-repeat #e6e6e6;
	width: 100%
} 

div#search_title_br {
	background: url('../../images/forum_inner_br.gif') 100% 100% no-repeat
} 

div#search_title_tl {
	background: url('../../images/forum_inner_tl.gif') 0 0 no-repeat
} 

div#search_title_tr {
	background: url('../../images/forum_inner_tr.gif') 100% 0 no-repeat;
	padding:5px 5px 5px 10px;
	font-size:12pt;
	color: #999999;
	font-weight:bold;
	text-align:left;
}

/* --------------------------------------------------------------
   SEARCH RESULTS CONTAINER
-------------------------------------------------------------- */

div#search_result_container_bl {
	background: url('../../images/forum_bl.gif') 0 100% no-repeat #f5f5f5;
	width: 100%
} 

div#search_result_container_br {
	background: url('../../images/forum_br.gif') 100% 100% no-repeat
} 

div#search_result_container_tl {
	background: url('../../images/forum_tl.gif') 0 0 no-repeat
} 

div#search_result_container_tr {
	background: url('../../images/forum_tr.gif') 100% 0 no-repeat;
	adding: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20pt;
}

div#search_result_container_tr div.search_result_body{
	margin: 10px 0px 10px 0px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

/* --------------------------------------------------------------
   SEARCH RESULT TITLE
-------------------------------------------------------------- */

div.search_result_title_bl {
	background: url('../../images/forum_inner_bl.gif') 0 100% no-repeat #e6e6e6;
	width: 100%
} 

div.search_result_title_br {
	background: url('../../images/forum_inner_br.gif') 100% 100% no-repeat
} 

div.search_result_title_tl {
	background: url('../../images/forum_inner_tl.gif') 0 0 no-repeat
} 

div.search_result_title_tr {
	background: url('../../images/forum_inner_tr.gif') 100% 0 no-repeat;
	padding:5px 5px 5px 10px;
	font-size:12pt;
	color: #999999;
	font-weight:bold;
	text-align:left;
}

/* --------------------------------------------------------------
   NEW THREAD CONTAINER
-------------------------------------------------------------- */

div#newthread_container_bl {
	background: url('../../images/forum_bl.gif') 0 100% no-repeat #f5f5f5;
	width: 100%
} 

div#newthread_container_br {
	background: url('../../images/forum_br.gif') 100% 100% no-repeat
} 

div#newthread_container_tl {
	background: url('../../images/forum_tl.gif') 0 0 no-repeat
} 

div#newthread_container_tr {
	background: url('../../images/forum_tr.gif') 100% 0 no-repeat;
	padding: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20pt;
}

div#newthread_container_tr div#newthread{
	line-height: 20pt;
	padding: 5px;
}

div#newthread_container_tr textarea{	
	height: 100px;
	width: 65%;
	border: 1px solid #cccccc;
	padding: 5px;
}

div#newthread_container_tr input{
	border: 1px solid #cccccc;
	background-color:#ffffff;
	padding: 5px;
}

div#newthread_container_tr p{
	font-size: 10pt;
}

/* --------------------------------------------------------------
   NEW THREAD TITLE
-------------------------------------------------------------- */
div#newthread_title_bl {
	background: url('../../images/forum_inner_bl.gif') 0 100% no-repeat #e6e6e6;
	width: 100%
} 

div#newthread_title_br {
	background: url('../../images/forum_inner_br.gif') 100% 100% no-repeat
} 

div#newthread_title_tl {
	background: url('../../images/forum_inner_tl.gif') 0 0 no-repeat
} 

div#newthread_title_tr {
	background: url('../../images/forum_inner_tr.gif') 100% 0 no-repeat;
	padding:5px 5px 5px 10px;
	font-size:12pt;
	color: #999999;
	font-weight:bold;
	text-align:left;
}

/* --------------------------------------------------------------
   PREVIEW THREAD CONTAINER
-------------------------------------------------------------- */

div#preview_container_bl {
	background: url('../../images/forum_bl.gif') 0 100% no-repeat #f5f5f5;
	width: 100%
} 

div#preview_container_br {
	background: url('../../images/forum_br.gif') 100% 100% no-repeat
} 

div#preview_container_tl {
	background: url('../../images/forum_tl.gif') 0 0 no-repeat
} 

div#preview_container_tr {
	background: url('../../images/forum_tr.gif') 100% 0 no-repeat;
	padding: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20pt;
}

div#preview_container_tr div#preview{
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

div#preview_container_tr div.quote{
	padding: 5px;
	border:1px dashed #E4E4E4;
	background:#f5f5f5;
}

/* --------------------------------------------------------------
   PREVIEW THREAD TITLE
-------------------------------------------------------------- */
div#preview_title_bl {
	background: url('../../images/forum_inner_bl.gif') 0 100% no-repeat #e6e6e6;
	width: 100%
} 

div#preview_title_br {
	background: url('../../images/forum_inner_br.gif') 100% 100% no-repeat
} 

div#preview_title_tl {
	background: url('../../images/forum_inner_tl.gif') 0 0 no-repeat
} 

div#preview_title_tr {
	background: url('../../images/forum_inner_tr.gif') 100% 0 no-repeat;
	padding:5px 5px 5px 10px;
	font-size:12pt;
	color: #999999;
	font-weight:bold;
	text-align:left;
}

/* --------------------------------------------------------------
   PROFILE CONTAINER
-------------------------------------------------------------- */

div#profile_container_bl {
	background: url('../../images/forum_bl.gif') 0 100% no-repeat #f5f5f5;
	width: 100%
} 

div#profile_container_br {
	background: url('../../images/forum_br.gif') 100% 100% no-repeat
} 

div#profile_container_tl {
	background: url('../../images/forum_tl.gif') 0 0 no-repeat
} 

div#profile_container_tr {
	background: url('../../images/forum_tr.gif') 100% 0 no-repeat;
	padding: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20pt;
}

div#profile_container_tr input{
	border: 1px solid #cccccc;
	background-color:#ffffff;
	padding: 5px;
}

/* --------------------------------------------------------------
   PROFILE TITLE
-------------------------------------------------------------- */

div.profile_title_bl {
	background: url('../../images/forum_inner_bl.gif') 0 100% no-repeat #e6e6e6;
	width: 100%
} 

div.profile_title_br {
	background: url('../../images/forum_inner_br.gif') 100% 100% no-repeat
} 

div.profile_title_tl {
	background: url('../../images/forum_inner_tl.gif') 0 0 no-repeat
} 

div.profile_title_tr {
	background: url('../../images/forum_inner_tr.gif') 100% 0 no-repeat;
	padding:5px 5px 5px 10px;
	font-size:12pt;
	color: #999999;
	font-weight:bold;
	text-align:left;
}

/* --------------------------------------------------------------
   EDIT CONTAINER
-------------------------------------------------------------- */

div#edit_container_bl {
	background: url('../../images/forum_bl.gif') 0 100% no-repeat #f5f5f5;
	width: 100%
} 

div#edit_container_br {
	background: url('../../images/forum_br.gif') 100% 100% no-repeat
} 

div#edit_container_tl {
	background: url('../../images/forum_tl.gif') 0 0 no-repeat
} 

div#edit_container_tr {
	background: url('../../images/forum_tr.gif') 100% 0 no-repeat;
	padding: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20pt;
}

div#edit_container_tr div#edit{
	text-align: center;
	padding: 10px;
}

div#edit_container_tr input{
	border: 1px solid #cccccc;
	background-color:#ffffff;
	padding: 5px;
}

div#edit_container_tr textarea{
	height: 100px;
	width: 65%;
	border: 1px solid #cccccc;
	padding: 5px;
}

/* --------------------------------------------------------------
   EDIT TITLE
-------------------------------------------------------------- */

div#edit_title_bl {
	background: url('../../images/forum_inner_bl.gif') 0 100% no-repeat #e6e6e6;
	width: 100%
} 

div#edit_title_br {
	background: url('../../images/forum_inner_br.gif') 100% 100% no-repeat
} 

div#edit_title_tl {
	background: url('../../images/forum_inner_tl.gif') 0 0 no-repeat
} 

div#edit_title_tr {
	background: url('../../images/forum_inner_tr.gif') 100% 0 no-repeat;
	padding:5px 5px 5px 10px;
	font-size:12pt;
	color: #999999;
	font-weight:bold;
	text-align:left;
}

/* --------------------------------------------------------------
   FAQ CONTAINER
-------------------------------------------------------------- */

div#faq_container_bl {
	background: url('../../images/forum_bl.gif') 0 100% no-repeat #f5f5f5;
	width: 100%
} 

div#faq_container_br {
	background: url('../../images/forum_br.gif') 100% 100% no-repeat
} 

div#faq_container_tl {
	background: url('../../images/forum_tl.gif') 0 0 no-repeat
} 

div#faq_container_tr {
	background: url('../../images/forum_tr.gif') 100% 0 no-repeat;
	padding: 10px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20pt;
}

div#faq_container_tr div.faq{
	padding: 10px;
}

div#faq_container_tr div.answer{
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

/* --------------------------------------------------------------
   FAQ TITLE
-------------------------------------------------------------- */

div#faq_title_bl {
	background: url('../../images/forum_inner_bl.gif') 0 100% no-repeat #e6e6e6;
	width: 100%
} 

div#faq_title_br {
	background: url('../../images/forum_inner_br.gif') 100% 100% no-repeat
} 

div#faq_title_tl {
	background: url('../../images/forum_inner_tl.gif') 0 0 no-repeat
} 

div#faq_title_tr {
	background: url('../../images/forum_inner_tr.gif') 100% 0 no-repeat;
	padding:5px 5px 5px 10px;
	font-size:12pt;
	color: #999999;
	font-weight:bold;
	text-align:left;
}