
/* Quick search fix
------------------------------------------------------*/ 
#quick-search {
	top: 54px;
}

/* Form Search
------------------------------------------------------*/ 
#forum-search {
	position: absolute;
	top: 220px;
	right: 67px;
	color: #000;
}


div.col-group {
	overflow: hidden;
	height: 1%;
	margin-bottom: 20px;
}
div.col-1 {
	float: left;
	width: 49%;
}
div.col-2 {
	float: right;
	width: 49%;
}


/* default forum table */
table.forum {
	width: 100%;
	background: url(img/forum-tbl-separator.gif) repeat-x 0 bottom;
}
table.forum th,
table.forum td {
	vertical-align: top;
	background: url(img/forum-tbl-separator.gif) repeat-x 0 0;
}
table.forum table,
table.forum table th,
table.forum table td {
	background-image: none;
}
table.forum thead th {
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
	background-color: #efefef;
}
table.forum thead td,
table.forum tbody th {
	background-color: #f5f5f5;
}
.pg-share table.forum thead th a {
	text-decoration: none;
	color: #000;
	border-bottom: none;
}
.pg-share table.forum thead th a:hover {
	background: none;
}
table.forum thead th a.expander img {
	padding: 0 15px 0 5px;
}
table.forum thead td {
	color: #000;
}
table.forum tbody th {
	font-weight: normal;
	color: #000;
}
table.forum h1,
table.forum h2,
table.forum h3,
table.forum p {
	margin: 4px 0;
}
table.forum h1.error,
table.forum h2.error,
table.forum h3.error,
table.forum td.error,
table.forum td.warning,
p.warning {
	color: #900;
}

table.forum-default {
	width: 100%;
}
table.forum-default input {
	margin: 3px 0;
}
table.forum td.label {
	width: 150px;
	color: #000;
}

/* table variations - forum list, stats and thread */
table.forum-list,
table.forum-stats,
table.forum-thread,
table.forum-member {
	width: 100%;
}
table.forum-list td.marker {
	text-align: center;
	width: 4%;
}
table.forum-list td.marker img {
	padding-top: 8px;
}
table.forum-list td.name {
	width: 46%;
}
table.forum-list td.topics,
table.forum-list td.replies,
table.forum-list td.posts,
table.forum-list td.views {
	text-align: center;
	width: 6%;
}
table.forum-list td.latest,
table.forum-list td.info {
	width: 38%;
}
table.forum-list td.column {
	width: 50%;
}
table.forum-thread td.author {
	width: 130px;
}
table.forum-thread td.links {
	font-size: 90%;
}

/* table variations - legend and pagination */
table.legend thead td {
	font-weight: bold;
	color: #000;
}
table.legend td.icon {
	width: 28px;
	padding-right: 0;
}

/* table variations - member */
table.forum-search legend {
	margin-bottom: 0;
	color: #000;
}

table.forum-member th.data,
table.forum-member td.data {
	text-align: center;
}



/* page navigation */
div.nav-group {
	overflow: hidden;
	height: 1%;
	margin-bottom: 20px;
	padding: 4px 0;
}
div.pagination {
	float: left;
}
div.buttons {
	float: right;
}




/* forms */








/*
    Button Formatting
	This controls the look of the various buttons, like
	the "NEW TOPIC" and "POST REPLY" buttons
------------------------------------------------------ */ 
.pg-share #content a.button {
	padding: 4px 6px;
	text-decoration: none;
	border:	#ccc 1px solid;
	background: #efefef;
	cursor: pointer;
}
.pg-share #content a.button:hover {
	background: #90FF00;
	color: #000;
}


/* Special formatting for quotes, <code>, <pre> etc..
------------------------------------------------------ */ 

pre {
	background: #f5f5f5;
	border: 1px solid #efefef;
	margin: 8px 2px 10px 6px;
	padding: 10px 10px 10px 6px;
}
blockquote,
.codeblock {
 background: #f5f5f5;
 border-left: 4px solid #efefef;
 border-top: 1px solid #efefef;
 border-bottom: 1px solid #efefef;
 border-right: 1px solid #efefef;
 margin: 8px 2px 10px 6px;
 padding: 5px 10px 10px 6px;
}
.quote_author {
	font-weight: bold;
	margin: 0 0 4px 0;
	background-color: transparent;
}


/* Right side of page banner
------------------------------------------------------ */ 
.rightheader {  
 background-color:  transparent;
 font-size:         11px;
 color:				#fff;
 text-align:		left;
 padding:			0 22px 0 20px;
}
.rightheader a:link { 
 color:             #fff;
 background:        transparent;
 text-decoration:   underline;
} 
.rightheader a:visited { 
 color:             #fff;
 background:        transparent;
 text-decoration:   underline;
}
.rightheader a:hover { 
 color:             #B9BDD4;    
 background:        transparent;
 text-decoration:   none;
}


/* Private message box
------------------------------------------------------ */ 
.privatemessagebox{
 background:        #303466;
 padding:			3px;
 border-top:		1px solid #181B3C;
 border-left:		1px solid #181B3C;
 border-bottom:		1px solid #4E548F;
 border-right:		1px solid #4E548F;
}


/* Member Signature
------------------------------------------------------ */ 
.signature {
 background: 		transparent;
 border-top:		1px solid #DBDCF5;
 border-right:		1px solid transparent;
 border-left:		1px solid transparent;
 border-bottom:		1px solid transparent;
 font-size:         11px;
 color:             #38394B;
 margin:			15px 0 0 0;
 padding:			3px 10px 4px 6px;
}

.signatureTitle {
 font-size:         10px;
 color:             #AEB0D8;
 background-color:  transparent;  
}


/* Forum related text formatting
------------------------------------------------------ */ 

.topicTitle {
 font-size:         12px;
 letter-spacing:    .1em;
 color:             #333449;
 background-color:  transparent;  
}

.userBlock {
 padding:	2px 0 2px 0;
}

.edited {
	font-size:		9px;
	color:			#555;
}


/* File Attachments
------------------------------------------------------ */ 
.attachTitle {
 font-size:         10px;
 font-weight:		bold;
 color:             #fff;
 padding:           4px;
 margin:			10px 0 1px 0;
 background-color:  #C8C8E1;
}
.attachBody {
 font-size:         11px;
 color:             #73769D;
 padding:           4px;
 margin-bottom:		10px;
 background-color:  #EFEFF6;
}

.attachThumb {
 margin: 3px 6px 3px 3px;
 border: 1px solid 	#6A6F93;
 background-color:  #6A6F93;
}


/* User Rank Text in Post
------------------------------------------------------ */ 
.rankAdmin {
 font-size:         10px;
 font-weight:		bold;
 color:             #349A01;
 padding:           2px 0 3px 0;
 background-color:  transparent;  
}

.rankModerator {
 font-size:         10px;
 font-weight:		bold;
 color:             #990000;
 padding:           2px 0 3px 0;
 background-color:  transparent;  
}

.rankMember{
 font-size:         10px;
 font-weight:		bold;
 color:             #424A65;
 padding:           2px 0 3px 0;
 background-color:  transparent;  
}

.rankImage {
 margin: 0;
 padding: 0;
 border:  0;
}



/*
    Post Preview
------------------------------------------------------ */ 

.preview {
 background:		#f9f9f9;
 font-size:         11px;
 color:             #38394B;
 padding:           10px;
 margin:			0 0 12px 0;
 border:       		1px solid #B2B3CE;
}
.previewheading {
 background: 		#C9CAE2;
 font-weight:		bold;
 font-size:         11px;
 color:             #fff;
 padding:           5px 0 5px 10px;
 border-top:     	1px solid #A7A9C7;
 border-right:     	1px solid #A7A9C7;
 border-left:     	1px solid #A7A9C7;
}

/*
    Moderator Highlight
    This controls the look of the name of moderators
    that appear in the stats area.  The idea is that
    moderators appear in the list differently than
    regular members
------------------------------------------------------ */ 
.activeModerator {
 font-weight: bold;
}

/*
    Table Formatting
------------------------------------------------------ */ 

.ignored {
 border:     		1px solid #B2B3CE;
 padding:			0;
 margin-top:        1px;
 margin-bottom:     8px;
}

/*
    Member Profile Page
------------------------------------------------------ */ 

.profileHeadingBG {
 color:             #fff;
 padding:           6px 6px 6px 6px;
 border-bottom:     #4B5388 1px solid;
}

.profileAlertHeadingBG {
 color:				#fff;
 padding:			6px 6px 6px 6px;
 border-bottom:		#585C9C 1px solid;
}

.profileTopBox {
 margin:		0;
 padding:		7px 5px 5px 5px;
}

.profileTitle {
 font-size:			14px;
 font-weight:		bold;
 color:				#000;
 padding: 			3px 5px 3px 0;
 margin:			0;
 background-color: transparent;  
}

.profileItem {
 background:		transparent;
 font-size:         11px;
 color:             #38394B;
 margin: 			2px 0 2px 0;
 background-color: transparent;  
}

.profilePhoto {
 border-left:       1px solid #B2B3CE;
 padding:			1px;
 margin-top:        1px;
 margin-bottom:     3px;
}

.avatar {
 background:	transparent;
 margin:		3px 14px 0 3px;
}

.photo {
 background:	transparent;
 margin:		6px 14px 0 3px;
}

.profileHead {
 font-size:			10px;
 font-weight:		bold;
 text-transform:	uppercase;
 color:				#fff;
 padding:			3px 4px 3px 10px;
 background-color:	#4C5286;  
 border-top:		1px solid #fff;
 border-bottom:		1px solid #fff;
 margin:			0 0 0 0;
}

.menuHeadingBG {
 color:             #fff;
 padding:           6px 6px 6px 6px;
 border-bottom:     #4B5388 1px solid;
}

.profileMenu {
 background: 		#EDECEE;
 border:            1px solid #7B81A9;
 padding:			1px;
 margin-top:        1px;
 margin-bottom:     3px;
}

.profileMenuInner {
 padding-left:		10px;
 padding-right:		8px;
 margin-bottom:		4px;
 margin-top:		4px;
}

.menuItem {
 font-size:			11px;
 padding:			3px 0 3px 0;
 background-color:	transparent;  
}

.borderTopBot {
 border-top:	1px solid #4B5388;
 border-bottom:	1px solid #4B5388;
}

.borderBot {
 border-bottom:	1px solid #4B5388;
}

.success {
 font-size:			11px;
 color:				#009933;
 font-weight:		bold;
 padding:			3px 0 3px 0;
 background-color:	transparent; 
}

.memberlistRowOne {
 font-size:         11px;
 color:             #38394B;
 padding:           3px 6px 3px 6px;
 border-top:        1px solid #fff;
 border-bottom:     1px solid #B2B3CE;
 border-left:       1px solid #B2B3CE;
 border-right:      1px solid #fff;
}
.memberlistRowTwo {
 font-size:         11px;
 color:             #38394B;
 padding:           3px 6px 3px 6px;
 border-top:        1px solid #fff;
 border-bottom:     1px solid #B2B3CE;
 border-left:       1px solid #B2B3CE;
 border-right:      1px solid #fff;
}

.memberlistHead {
 font-size: 		11px;
 font-weight: 		bold; 
 color:             #fff;
 border-bottom:     #4B5388 1px solid;
 padding: 			8px 0 8px 8px;
}

.memberlistFooter {
 font-size:         11px;
 color:             #000;
 padding:           6px 10px 6px 6px;
 border-top:        1px solid #fff;
 border-bottom:     1px solid #999;
 border-right:      1px solid #fff;
 background-color:  #B8B9D1;  
}

.innerShade {
 background-color:	#DDE1E7;
 border:      	 	1px solid #74779D;
 margin:			0;
 padding:			10px;
}

/*
    Search Formatting
------------------------------------------------------ */ 

.searchBox {
	margin: 16px 0 0 0;
	padding: 8px 5px 5px 5px;
}

.searchBoxTitle {
	font-weight: bold; 
}

.searchpad {
 padding:  6px 0 8px 0;
}

.searchspacer {
 margin-bottom:     6px;
}



/*
    Pagination Links
------------------------------------------------------ */ 
.paginateBorder {
 background-color:  transparent;
 border-top:        1px solid #696EA4;
 border-right:      1px solid #696EA4;
 border-bottom:     1px solid #696EA4;
 margin-bottom:		4px;
 }
.paginate {
 font-size:         11px;
 color:             #000;
 border-right:      1px solid #fff;
 border-left:      	1px solid #7B81A9;
 padding:           2px 4px 2px 4px;
 margin:		 	0;
 }
.paginateStat {
 background: 		#4A4E80;
 font-size:         11px;
 color:             #fff;
 border-left:      	1px solid #7B81A9;
 padding:           2px 10px 2px 10px;
 margin:			0;
 white-space: 		nowrap; 
 }
.paginateCur {
 font-size:         11px;
 color:             #ccc;
 border-left:      	1px solid #7B81A9;
 padding:           2px 6px 2px 6px;
 margin:			0;
 }
 
.paginate a:link {
 text-decoration:   none;
 color:             #330099;
 text-decoration:   none;
 background-color:  transparent;
}
  
.paginatea:visited {
 color:             #330099;
 text-decoration:   none;
 background-color:  transparent;
}

.paginate a:hover {
 color:             #A0A4C1;
 text-decoration:   none;
 background-color:  transparent;
}

/*

    Form Field Formatting
------------------------------------------------------ */ 
 
.radio {
 background-color:  transparent;
 margin-top:        4px;
 margin-bottom:     4px;
 padding:           0;
 border:            0;
}
.checkbox {
 background-color:  transparent;
 padding:           0;
 border:            0;
}

.submit {
	padding: 2px 4px;
	text-decoration: none;
	border:	#ccc 1px solid;
	background: #efefef;
	cursor: pointer;
}  
.submit:hover {
	background: #9f0;
	color: #000;
}

/*
    Error messages
------------------------------------------------------ */ 

.errorHeading {
 background: 		#660000;
 color:             #fff;
 padding:           6px 6px 6px 6px;
 border-bottom:     1px solid #fff;
 font-size:         12px;
 letter-spacing:    .1em;
 font-weight:		bold;
}

.errorMessage {
 font-size:         11px;
 color:             #990000;
 padding:           10px 0 10px 0;
}

.errorBox {
 background:		#f9f9f9;
 font-size:         11px;
 color:             #990000;
 padding:           10px;
 margin:			0 0 12px 0;
 border:       		1px solid #990000;
}

.alert {
 font-size:         11px;
 color:             #990000;
 font-weight:		bold;
}

.highlight {
 color:             #990000;
}


/*
    Formatting Buttons
------------------------------------------------------ */ 

.buttonMode {
 font-size:         10px;
 color:             #73769D;
 background-color:  transparent; 
 white-space: 		nowrap;
}

.htmlButtonOuter, .htmlButtonOuterL {
 background-color:  #f6f6f6;  
 padding:           0;
 border-top:        #333 1px solid;
 border-right:      #333 1px solid;
 border-bottom:     #333 1px solid;
}
.htmlButtonOuterL  {
 border-left:       #333 1px solid;
}
.htmlButtonInner {
 background-color:  transparent; 
 text-align:		center;
 padding:			0 3px 0 3px;
 border-left:       #fff 1px solid;
 border-top:        #fff 1px solid;
 border-right:      #ccc 1px solid;
 border-bottom:     #ccc 1px solid;
}
.htmlButtonOff {
 font-size:         11px;
 font-weight:       bold;
 padding:           1px 2px 2px 2px;
 white-space:       nowrap;
}
.htmlButtonOff a:link { 
 color:             #000;
 text-decoration:   none;
 white-space:       nowrap;
}
.htmlButtonOff  a:visited { 
 text-decoration:   none;
}
.htmlButtonOff a:active { 
 text-decoration:   none;
 color:             #999;
}
.htmlButtonOff a:hover { 
 text-decoration:   none;
 color:             #999;
}
.htmlButtonOn {
 font-size:         11px;
 font-weight:       bold;
 background:        #f6f6f6;
 padding:           1px 2px 2px 2px;
 white-space:       nowrap;
}
.htmlButtonOn a:link { 
 color:             #990000;
 text-decoration:   none;
 white-space:       nowrap;
}  
.htmlButtonOn  a:visited { 
 text-decoration:   none;
} 
.htmlButtonOn a:active { 
 text-decoration:   none;
 color:             #999;
}
.htmlButtonOn a:hover { 
 color:             #999;
 text-decoration:   none;
}

/*
    SPELL CHECK CSS
--------------------------------------------------------------- */

iframe.spellchecker {
	width: 100%;
	border: 1px solid #ccc;
}

.wordSuggestion
{
	background-color: #f4f4f4; 
	border: 1px solid #ccc; 
	padding: 4px; 
}

.wordSuggestion a, .wordSuggestion a:active
{
	cursor: pointer;
}

.spellchecked_word
{
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px dashed #ff0000;
}

.spellchecked_word_selected
{
	cursor: pointer;
	background-color: #ADFF98;
}