@charset "utf-8";
/* SYPHEX.COM FORUM CSS PAGE */
/* Syphex Design #4 */

/* ========== ========== ========== */
/* ===== FORUM CATEGORY LIST  ===== */
/* ========== ========== ========== */


.forum-tbl-index {
	margin: 10px auto;
	/*border: 1px solid #444444;*/
	width: 938px;
	/*margin: 0px auto;*/
	/*border-bottom: 0px;*/
	border-right: 1px solid #111111;
	border-left: 1px solid #444444;
}
.forum-tbl-index tr {
}
.forum-tbl-index td {
	/*margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #444444;*/
	
	/*border: 1px solid #444444;*/
	border-bottom: 1px solid #111111;
	border-top: 1px solid #444444;
	/*border-right: 1px solid #111111;
	border-left: 1px solid #444444;*/
}

.forum-tbl-icon {
	width: 0px;
	padding: 5px;
		
	background-image: url(../img/forum-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.forum-tbl-category {
	padding: 10px;
	font-size: 11px;
	line-height: 150%;
		
	background-image: url(../img/forum-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.forum-tbl-threads {
	width: 56px;
	text-align: center;
	padding: 5px;
	font-size: 11px;
	
	color: #AAAAAA;
	
	background-image: url(../img/forum-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.forum-tbl-posts {
	width: 56px;
	text-align: center;
	padding: 5px;
	font-size: 11px;
	
	color: #AAAAAA;
		
	background-image: url(../img/forum-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.forum-tbl-lastpost {
	width: 180px;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	
	color: #AAAAAA;
	
	background-image: url(../img/forum-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.forum-cat-title a {
	color: #CC0000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.forum-cat-title a:hover {
	color: #EE0000;
}
.forum-tbl-header {
	background-color: #222222;
	border-bottom: 1px solid #444444;

}
	.forum-tbl-gap {
		margin-top: 20px;
		overflow: hidden;
		clear: both;
	}
.forum-tbl-section {
	background-color: #222222;
	padding: 5px;
		
	/*background-image: url(../img/bg-style-2.gif);*/
	background-image: url(../img/forum-section-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px -40px;
	
	font-style: italic;
	color: #BB0000;
	text-align: center;
}
.forum-section-title {
	font-size: 14px;
	font-weight: bold;
	color: #EEEEEE;
	font-style: normal;	
	text-align: left;
	padding-left: 20px;
}
.forum-cat-bg {
	background-color: #333333;
	background-image: url(../img/fa-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.forum-statistics {
	padding: 5px;
	line-height: 150%;
}
.forum-statistics a {
	color: #DD0000;
}
.forum-statistics a:hover {
	color: #FF0000;
}


/* ========== ========== ========== */
/* ======== FORUM INFO BOX ======== */
/* ========== ========== ========== */

.forum-info-box {
	margin: 10px auto;
	width: 926px;
	padding: 5px;
	overflow: hidden;
	
	background-color: #262626;
	margin-bottom: 10px;
	
	border-bottom: 1px solid #111111;
	border-top: 1px solid #444444;
	border-right: 1px solid #111111;
	border-left: 1px solid #444444;
	
	background-image: url(../img/gr_30-26_bg_1x40.png);
	background-repeat: repeat-x;
}
	.forum-info-box-header {
		/*width: 642px;*/
		/* PADDING: TOP - RIGHT - BOTTOM - LEFT; */
		padding: 0px 5px 5px 5px;
		
		color: #DDDDDD;
		font-size: 13px;
		font-weight: bold;
	}
	.forum-info-box-content {
		width: 914px;
		padding: 5px;
		
		background-color: #363636;
		color: #CCCCCC;
		
		border-top: 1px solid #111111;
		border-right: 1px solid #444444;
		border-left: 1px solid #111111;
		border-bottom: 1px solid #444444;
		
		overflow: hidden;
	}
	.forum-info-box-footer {
		width: 926px;
		padding-top: 5px;
		overflow: hidden;
		color: #CCCCCC;
	}
/* ========== ========== ========== */
/* ====== FORUM THREAD LIST  ====== */
/* ========== ========== ========== */
/* Category thread listing */
.board-tbl-icon {
	width: 0px;
	padding: 5px;
}
.board-tbl-details {
	padding: 5px;
	font-size: 11px;
}
.board-tbl-info {
	width: 60px;
	text-align: center;
	padding: 5px;
	font-size: 11px;
	
	color: #AAAAAA;
}
.board-tbl-lastpost {
	width: 140px;
	padding: 5px;
	text-align: center;
	font-size: 11px;
}
.board-thread-name a {
	color: #EE0000;
	font-size: 12px;
	text-decoration: none;
	line-height: 140%;
}
.board-thread-name a:hover {
	color: #CC0000;
}
.board-tbl-section {
	background-color: #222222;
	padding: 5px;
		
	background-image: url(../img/rfp-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px -40px;
	
	font-style: italic;
	color: #BB0000;
	text-align: center;
}
.board-thread-pagination {
	float: right;
	color: #CCCCCC;
}
.board-thread-pagination a {
	color: #EE0000;
}
.board-thread-pagination a:hover {
	color: #CC0000;
}
.newthread-button {
	font-style: normal;
}
.newthread-button a{
	display: block;
	padding: 4px 8px 4px 8px;
	
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #000000;
	background-color: #282828;
	
	background-image: url(../img/button-bg1.gif);
	background-repeat: repeat-x;
	
	overflow: hidden;
	
	font-size: 11px;
	color: #EEEEEE;
	float: left;
}
.newthread-button a:hover {
	color: #FF0000;
}
.category-info {
	margin: 0 auto;
	margin-top: 10px;
	width: 928px;
	border-top: 1px solid #444444;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #444444;
	
	overflow: hidden;
	padding: 5px;
	display: block;
	
	font-size: 10px;
	
	background-color: #181818;
	
	background-image: url(../img/rfp-bg.gif);
	background-repeat: repeat-x;
}
/* ========== ========== ========== */
/* ====== THREAD VIEW PAGE ======== */
/* ========== ========== ========== */

.forum-thread-view {
	border: 1px solid #444444;
	width: 940px;
	margin: 10px;
}

.thread-wrap {
	margin: 10px;
	/*border: 1px solid #111111;*/
	width: 940px;
}
.thread-wrap .thread-title {
	display: block;
	/*border: 1px solid #444444;*/
	border-top: 1px solid #444444;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #444444;
	padding: 10px;
	
	font-size: 12px;
	font-weight: bold;
	
	color: #CCCCCC;
	
	text-align: left;
	
	background-color: #222222;
	background-image: url(../img/forum-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px -40px;
}
.thread-title a {
	color: #AA0000;
}
.thread-title a:hover {
	color: #EE0000;
}
.thread-title-text {
}
.thread-info {
	float: left;
	width: 928px;
	border-top: 1px solid #444444;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #444444;
	
	overflow: hidden;
	padding: 5px;
	display: block;
	
	font-size: 10px;
	
	background-color: #181818;
	
	background-image: url(../img/rfp-bg.gif);
	background-repeat: repeat-x;
}
.thread-info a {
	color: #BB0000;

}
.thread-info a:hover {
	color: #EE0000;
}
.thread-userinfo {
	display: inline;
	float: left;
	overflow: hidden;
	margin: 2px;
	padding: 4px;
}

.thread-time {
	color: #AAAAAA;
}
/*********************************************************************/
.thread-pagination {
	font-size: 11px;
	overflow: hidden;
}
.thread-pagination ul {
	list-style-type: none;
	float: right;
	overflow: hidden;
	max-width: 80%;
	
	font-style: normal;
}
.thread-pagination li {
	float: left;
	
	display: block;
	color: #999999;
}
	.thread-pagination .no-anchor {
		float: left;
		margin: 2px;
		
		display: block;
		padding: 4px;

		color: #999999;
	}
	.thread-pagination .active {
		float: left;
		margin: 2px;
		
		display: block;
		padding: 4px;
		
		border: 1px solid #000000;
		background-color: #282828;
		
		background-image: url(../img/button-bg1.gif);
		background-repeat: repeat-x;
		
		overflow: hidden;
		font-size: 10px;
	
		text-decoration: underline;
		font-weight: bold;
		color: #AA0000;
	}
	.thread-pagination a {
		float: left;
		margin: 2px;
		
		display: block;
		padding: 4px;
		
		border: 1px solid #000000;
		background-color: #282828;
		
		background-image: url(../img/button-bg1.gif);
		background-repeat: repeat-x;
		
		overflow: hidden;
		font-size: 10px;
			
		color: #EEEEEE;
	}
	.thread-pagination a:hover {
		color: #EE0000;
	}
	
.thread-buttons {
	float: left;
	overflow: auto;
}
.thread-buttons a {
	display: block;
	padding: 4px 8px 4px 8px;
	
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #000000;
	background-color: #282828;
	
	background-image: url(../img/button-bg1.gif);
	background-repeat: repeat-x;
	
	overflow: hidden;
	
	color: #EEEEEE;
	float: right;
}
.thread-buttons a:hover {
	color: #EE0000;
}
/*********************************************************************/

/* ========== ========== ========== */
/* ========== NEW THREAD =========== */
/* ========== ========== ========== */
.newthread-box {
	float: left;
	width: 918px;
	
	padding: 10px;
	background-color: #333333;
	
	border-top: 1px solid #444444;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #444444;
	
	overflow: hidden;
}
.inlineedit-box {
	width: 786px;
	margin: -10px;
	overflow: hidden;
}
.newthread-box label {
	margin: 5px 0px 5px 92px;
	overflow: hidden;
	
	color: #EEEEEE;
	font-size: 12px;
	font-weight: bold;
}
.inlineedit-box label {
	margin: 5px 20px 5px 0px;
	color: #EEEEEE;
	font-size: 12px;
	font-weight: bold;
}
.newthread-box textarea, .newthread-box input {
	margin: 5px 0px 5px 92px;
	padding: 5px;
	text-align: left;
	
	border-top: 1px solid #111111;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #111111;
	
	background-color: #444444;
	
	color: #EEEEEE;
	font-size: 12px;
	line-height: 140%;
	
	overflow: hidden;
	overflow-y: scroll;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.newthread-box select {
	margin: 5px 0px 5px 92px;
	text-align: left;
	
	border-top: 1px solid #111111;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #111111;
	
	background-color: #444444;
	
	color: #EEEEEE;
	font-size: 12px;
	line-height: 140%;
	
	overflow: hidden;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.inlineedit-box textarea, .inlineedit-box input {
	padding: 5px;
	text-align: left;
	
	border-top: 1px solid #111111;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #111111;
	
	background-color: #444444;
	
	color: #EEEEEE;
	font-size: 12px;
	line-height: 140%;
	
	overflow: hidden;
	overflow-y: scroll;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.newthread-box input .hidden, .inlineedit-box input .hidden {
	display: none;
}
.newthread-box input .checkbox {
	margin: 5px 0px 5px 92px;
	overflow: hidden;
	padding: 0px;	
	
	
	border-top: 1px solid #111111;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #111111;
	
	background-color: #444444;
}
.newthread-box-buttons {
	margin-top: 5px;
	margin-left: 92px;
	display: block;
	overflow: auto;
	
	text-align: left;
}
.inlineedit-box-buttons {
	display: block;
	overflow: auto;
	text-align: right;
	margin-bottom: 10px;
}
.newthread-box .button , .inlineedit-box .button{
	display: block;
	padding: 3px 6px 3px 6px;
	
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #000000;
	background-color: #282828;
	
	background-image: url(../img/button-bg1.gif);
	background-repeat: repeat-x;
	
	overflow: hidden;
	
	font-size: 11px;
	color: #EEEEEE;
	float: left;
}
.newthread_error {
	margin: 4px auto;
	margin-left: 92px;
	padding: 5px;
	border: 1px solid #FF9999;
	background-color: #FFCCCC;
	color: #000000;
	overflow: hidden;
	font-size: 11px;
}
.newthread-section {
	margin-left: 95px;
	
	color: #EEEEEE;
	font-size: 14px;
	font-weight: bold;
}
.newthread-options {
	float: left;
	width: 826px;
	
	padding: 10px 10px 10px 102px;
	background-color: #333333;
	
	border-top: 1px solid #444444;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #444444;
	
	overflow: hidden;
	
	color: #DDDDDD;
	font-size: 11px;
}

/* ========== ========== ========== */
/* =========== POST BIT =========== */
/* ========== ========== ========== */

.post-bit {
	width: 940px;
	/*border: 1px solid #444444;*/
	overflow: hidden;
	margin-bottom: 5px;
	background-color: #333333;
}
.post-info {
	float: left;
	width: 928px;
	border-top: 1px solid #444444;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #444444;
	
	overflow: hidden;
	padding: 5px;
	display: block;
	
	font-size: 10px;
	
	background-color: #181818;
	
	/*background-image: url(../img/rfp-bg.gif);*/
	background-image: url(../img/post-info.png);
	background-repeat: repeat-x;
}
.post-wrap {
	overflow: hidden;
	width: 938px;	
	height: 100%;
	
	background-image: url(../img/forum-post-msg-bg.gif);
	background-repeat: repeat-y;
	
	/*border-top: 1px solid #444444;*/
	border-right: 1px solid #111111;
	border-left: 1px solid #444444;
	border-bottom: 1px solid #111111;
}
.post-userinfo {
	float: left;
	height: 100%;
	display: inline;
	overflow: hidden;
	width: 140px;
	padding: 5px;
	
	/*height: inherit;*/
	border-top: 1px solid #444444;
	border-right: 1px solid #111111;
	/*border-bottom: 1px solid #111111;*/
	/*border-left: 1px solid #444444;*/
	
	text-align: center;
	
	line-height: 150%;
	
	background-color: #383838;
	
	display: table-cell;
}
	.post-username {
		font-size: 14px;
		font-weight: bold;
	}
	.post-username a {
		color: #BB0000;
	}
	.post-usertitle {
		font-size: 12px;
		font-style: italic;
	}
	.post-avatar {
		max-width: 100px;
		max-height: 100px;
		margin: 4px;
		border: 1px solid #000000;
		
	}
	.post-awards {
		margin: 0 auto;
		border: 1px solid #444444;
		padding: 1px;
		height: 32px;
		width: 128px;
	}
	.post-awards img {
		border: 0px;
		margin: 0px;
		padding: 0px;
		width: 32px;
		height: 32px;
	}
.post-message {
	float: right;
	display: inline;
	
	width: 766px;
	border-top: 1px solid #444444;
	/*border-right: 1px solid #111111;*/
	/*border-bottom: 1px solid #111111;*/
	border-left: 1px solid #444444;
	padding: 10px;
	
	font-size: 12px;
	line-height: 150%;
	
	overflow-y: hidden;
	overflow-x: auto;
}

fieldset.post-signature {
	border: 0px;
	border-top: 1px solid #666666;
	overflow: hidden;

}
.post-signature-title {
	margin-left: 40px;
	font-style: italic;
	color: #666666;
}
	.post-signature-box {
		width: 760px;
		font-size: 11px;
		max-height: 150px;
		overflow: hidden;
	}
.postbit-buttons {
	/*float: right;*/
}
.postbit-buttons a {
	display: block;
	padding: 4px 8px 4px 8px;
	
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #000000;
	background-color: #282828;
	
	background-image: url(../img/button-bg1.gif);
	background-repeat: repeat-x;
	
	overflow: hidden;
	
	color: #EEEEEE;
	float: right;
}
.postbit-buttons a:hover {
	color: #EE0000;
}
.postbit-infract {
	margin-top: -5px;
	margin-bottom: 10px;
	width: 928px;
	border-top: 1px solid #444444;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #444444;
	
	overflow: hidden;
	padding: 5px;
	display: block;
	
	font-size: 10px;
	
	background-color: #282828;
	
	/*background-image: url(../img/rfp-bg.gif);
	background-repeat: repeat-x;*/
}
/********************************************************/
/*
		FORM INFRACT
*/
.form-infract {
}
.form-infract input {
	text-align: left;
	
	border-top: 1px solid #111111;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #111111;
	
	background-color: #444444;
	
	color: #EEEEEE;
	font-size: 12px;
	line-height: 140%;
	
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.form-infract select {
	text-align: left;
	
	border-top: 1px solid #111111;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #111111;
	
	background-color: #444444;
	
	color: #EEEEEE;
	font-size: 11px;
	line-height: 140%;
	
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.form-infract input .hidden {
	display: none;
}
.form-infract-button a, .form-infract-button {
	display: block;
	padding: 3px 6px 3px 6px;
	
	border: 1px solid #000000;
	background-color: #282828;
	
	background-image: url(../img/button-bg1.gif);
	background-repeat: repeat-x;
	
	overflow: hidden;
	
	font-size: 11px;
	color: #EEEEEE;
	float: right;
}
.form-infract-button a:hover, .form-infract-button:hover {
	color: #EE0000;
}
/***************************************************/


/* QUICK REPLY */
.quickreply-box {
	float: left;
	width: 918px;
	
	padding: 10px;
	background-color: #333333;
	
	border-top: 1px solid #444444;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #444444;
	
	overflow: hidden;
	text-align: center;
}
.quickreply-box textarea {
	padding: 5px;
	text-align: left;
	
	border-top: 1px solid #111111;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #111111;
	
	background-color: #444444;
	
	color: #EEEEEE;
	font-size: 12px;
	line-height: 140%;
}
.quickreply-box-buttons {
	margin-top: 5px;
	margin-left: 92px;
	display: block;
	overflow: auto;
	
	text-align: left;
}
.quickreply-box .button {
	display: inline;
	padding: 3px 6px 3px 6px;
	
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #000000;
	background-color: #282828;
	
	background-image: url(../img/button-bg1.gif);
	background-repeat: repeat-x;
	
	overflow: hidden;
	
	font-size: 11px;
	color: #EEEEEE;
	float: left;
}
/* ========== ========== ========== */
/* ===== LASTPOST INFO LIST ======= */
/* ========== ========== ========== */

.lastpost-title {
	color: #AA0000;
	font-weight: bold;
	text-align: left;
}
.lastpost-title:hover {
	color: #FF0000;
}
.lastpost-author {
	text-align: left;
}
.lastpost-author a {
	color: #DD0000;
}
.lastpost-author a:hover {
	color: #FF0000;
}
.lastpost-time {
	font-size: 10px;
	text-align: center;
	color: #999999;
	font-style: italic;
}

.sidebar-statistics {
	font-size: 11px;
	line-height: 150%;
	padding: 5px;
}

/* MISCELLANEOUS */

.button {
	display: block;
	padding: 4px 8px 4px 8px;
	
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #000000;
	background-color: #282828;
	
	background-image: url(../img/button-bg1.gif);
	background-repeat: repeat-x;
	
	overflow: hidden;
	
	color: #EEEEEE;
	float: right;
}
.button:hover {
	color: #EE0000;
}

.spoiler-button {
	display: block;
	padding: 0px 3px 0px 3px;
	
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #000000;
	background-color: #282828;
	
	background-image: url(../img/button-bg1.gif);
	background-repeat: repeat-x;
	
	overflow: hidden;
	
	color: #EEEEEE;
	float: right;
}





.forum-pagination {
	width: 85%;
	font-size: 11px;
	overflow: hidden;
	
	float: right;
}
.forum-pagination ul {
	list-style-type: none;
	float: right;
	overflow: hidden;
	
	font-style: normal;
}
.forum-pagination li {
	float: left;
	
	display: block;
	color: #999999;
}
	.forum-pagination .no-anchor {
		float: left;
		margin: 2px;
		
		display: block;
		padding: 4px;

		color: #999999;
	}
	.forum-pagination .active {
		float: left;
		margin: 2px;
		
		display: block;
		padding: 4px;
		
		border: 1px solid #000000;
		background-color: #282828;
		
		background-image: url(../img/button-bg1.gif);
		background-repeat: repeat-x;
		
		overflow: hidden;
		font-size: 10px;
	
		text-decoration: underline;
		font-weight: bold;
		color: #AA0000;
	}
	.forum-pagination a {
		float: left;
		margin: 2px;
		
		display: block;
		padding: 4px;
		
		border: 1px solid #000000;
		background-color: #282828;
		
		background-image: url(../img/button-bg1.gif);
		background-repeat: repeat-x;
		
		overflow: hidden;
		font-size: 10px;
			
		color: #EEEEEE;
	}
	.forum-pagination a:hover {
		color: #EE0000;
	}
	
	
	
	
	.a-button {
		float: left;
		margin: 2px;
		margin-top: 0px;
		
		display: block;
		padding: 6px 4px 6px 4px;
		
		border: 1px solid #000000;
		background-color: #282828;
		
		background-image: url(../img/button-bg1.gif);
		background-repeat: repeat-x;
		
		overflow: hidden;
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
			
		color: #EEEEEE;
		text-decoration: none;
	}
	.a-button:hover {
		color: #EE0000;
	}
	
	.post-hidden-post {
		display: none;
	}
	.post-hidden-msg {
		display: block;
	}
	.quickreply-preview {
		float: left;
		margin-bottom: 10px;
	}