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

body {
	background:#2765AF url('images/body_bg.jpg') repeat-x 0 0;
	color:#000000;
	margin:20px 0;
	padding:0;
	font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif;
	font-size:90%;
}

p {
	margin:0;
	padding:0 0 15px 0;
}

form {
	margin: 0px;
}

body,td,input,select,textarea {
	font-family: Tahoma;
	font-size: 11px;
}

a {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#225799;
	text-decoration:none;
}

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

/* --------------------------------------------------------------
   STRUCTURAL ELEMENTS
-------------------------------------------------------------- */

#container {
	margin:0px auto;
	text-align:center;
	width:760px;
}

#holder {
	width:100%;
	padding:20px 20px 5px 20px;
	background:#FFFFFF;
	text-align:left;
}

#logo {
	background:url('images/logo.jpg') no-repeat 180px 0;
	border-bottom:1px solid #DADADA;
	padding:5px 30px 20px 0px;
}

#navigation	{
	padding:10px 0;
}

#navigation ul {
	margin:0;
	padding:0;
}

#navigation li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}

#navigation a {
	color:#225799;
	padding:0 20px 0 0;
	text-decoration:none;
}

#navigation a:hover	{
	color:#000000;
}

#header	{
	background:#DADADA url('images/header_home.jpg') no-repeat 10px 10px;
	padding:10px;
	height:200px;
}

#content {
	float:left;
	width:490px;
	padding:20px 10px 0 0;
	line-height:160%;
}

#news {
	float:right;
	width:250px;
	padding:20px 0;
	line-height:140%;
	text-align:justify;
}

.newsItem {
	padding:20px 20px 5px 20px;
	background:#FEFFD5;
	border:1px solid #FFEB70;
	font-size:90%;
	margin-bottom:20px;
}

#footer {
	clear:both;
	width:100%; font-size:80%;
	background:#DADADA;
	padding:20px;
	text-align:left;
	border-top:2px solid #2765AF;
}

#footer ul {
	margin:0;
	padding:0;
}

#footer li  {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}

#footer a {
	color:#000000;
	font-weight:bold;
	padding:0 5px 0 0;
	text-decoration:underline;
}

#footer a:hover {
	color:#000000;
	text-decoration:none;
}

#copyright {
	float:right;
	text-align:right;
}


/* --------------------------------------------------------------
   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: #f7f7f7;
	border: 1px dashed #cccccc;
	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;
}

.successbox {
	border: 1px dashed #66CC00;
	font-weight: bold;
	background-color: #DDFFC6;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #009933;
	margin-left: auto;
	margin-right: auto;
}

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

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

.clientarealinks a {
	color: #555555;
}

/* --------------------------------------------------------------
   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 #8FBCE9;
	padding: 0px;
}

.fieldarea {
	background-color: #EFF2F9;
	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: #92BDEA;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.clientticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url('images/clientticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

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

.adminticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url('images/adminticketreplybg.gif');
    background-repeat: repeat-x;
    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;
}

/* ====================================================================
  STARTPAGE SYLE
-------------------------------------------------------------------- */

#welcome {
	padding: 30px;
	height: 165px; h\eight: 250px;
	background-color: #d7e1e7;
	background-repeat:no-repeat;
	background-position:top right;
}

#news1 {
	margin: 5px 0px; 
	padding: 20px 15px 5px 15px;
	border: 0px solid #d7e1e7;
}

h2.news1 {
	color: #1a3c4d;
	padding: 2px 0px 0px 35px;
	margin-bottom: 15px;
}

.more-info{
	background-color:#990300;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:0px;
	padding-left:5px;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
}
a.more-info:link { color: #FFFFFF; text-decoration: none; }
a.more-info:visited { color: #FFFFFF; text-decoration: none; }
a.more-info:hover { color: #FFFFFF; text-decoration: underline; }
a.more-info:active { color: #FFFFFF; text-decoration: none; }

#domain-check {
	margin-left: 2px;
	width: 335px;
	height: 95px;
}

p.domains {
	font-weight: bold;
	color: #990300;
}

h1.domains {
	margin-top: 4px;
	font-weight: bold;
	color: #990300;
}

#plan1 {
	float: left;
	margin: 4px 2px 5px 1px;
	width: 112px;
	height: 140px;
	background-color: #d7e1e7;
}

#plan2 {
	float: left;
	margin: 4px 2px 0px 0px;
	width: 109px;
	height: 140px;
	background-color: #d7e1e7;
}

#plan3 {
	float: left;
	margin: 4px 2px 0px 0px;
	width: 111px;
	height: 140px;
	background-color: #d7e1e7;
}

h4.plan {
	margin: 8px;
}
ul.plan {
	margin-bottom: 10px;
}
ul.plan li {
	margin: 4px 8px;
	font-size: 11px;
	list-style: none;
}
p.plan {
	margin: 4px 8px;
	font-size: 11px;
}
p.plan em {
	color: #990300;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
}

#dedicated {
	margin: 0px 0px 5px 2px;
	width: 336px;
	height: 176px;
	clear: both;
	
	font-size: 11px;
}

#dedicated h1 {
	margin-top: 15px;
}

#dedicated ul {
	margin: 10px;
}

#dedicated ul li {
	margin: 0px;
	list-style: none;
}
/* ====================================================================
  GENERAL MARKUP
-------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	line-height: 1.16em;
}
h1, h2, h3, h4, h5, h6 {
	color: #00689c;
}
h1 { font-size: 1.66em; font-weight: normal;}
h2 { font-size: 1.33em; }
h3 { font-size: 1.16em; }
h4 { font-size: 1.08em; }
h5 { font-size: 1.em; }

p {
	margin-top: 10px;
}

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

/* --------------------------------------------------------------
   WHMCS LIVE
-------------------------------------------------------------- */
#whmcsliveinitiate {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	background: #cccccc;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	}
#whmcsliveinitiate div {
	display: block;
	position: relative;
	margin: 150px auto 0 auto;
	width: 320px;
	height: 130px;
	background: #222222;
	padding: 15px;
	color: #f1f1f1;
	}
#whmcsliveinitiate h1 {
	font-size: 34px;
	color: #ffffff;
	}
#whmcsliveinitiate p {
	font-size: 14px;
	margin: 0 0 10px 0;
	}
#whmcsliveinitiate .accept {
	font-size: 20px;
	float: left;
	text-decoration: underline;
	color: #00c609;
	}
#whmcsliveinitiate .decline {
	font-size: 18px;
	float: right;
	color: #b80000;
	}
#whmcsliveinitiate .accept:hover, #whmcsliveinitiate .decline:hover {
	cursor: pointer;
	}