body {
	background: #292929;
	color: #a7a7a7;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 13px;
}

h1 {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

h3 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}

a:link {
	color: #4874a3;
	text-decoration: none;
}

a:visited {
	color: #4874a3;
	text-decoration: none;
}

a:hover, a:active {
	color: #87aa79;
	text-decoration: none;
}

.userbar {
	background: #1f1f1f;
	border-bottom: 1px solid #303030;
}

#header {
	background: #272727;
	color: #a7a7a7;
	border-bottom: 5px solid #245791;
}

.logo {
	text-align: left;
}

#content-wrap {
	width: 1100px;
	color: #444444;
	margin: auto auto;
	padding: 20px;
	text-align: left;
	border-radius: 4px;
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;
}

.menu ul {
	color: #000000;
	text-align: right;
	padding: 0px;
}

.menu ul a:link {
	color: #bbbbbb;
	text-decoration: none;
}

.menu ul a:visited {
	color: #bbbbbb;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #ffffff;
	text-decoration: none;
}

a#comm {
	color: #4874a3;
}

#panel {
	background: #799324;
	color: #ffffff;
	padding: 10px 12px;
	margin-bottom: 20px;
	border-radius: 4px;
	border: 1px solid #010101;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
	height: 40px;
	line-height: 40px;
	
	font-size: 11px;
}

#panel .remember_me input {
	vertical-align: middle;
	margin-top: -1px;
}

.forum-body {
	background: #f7f7f7;
	color: #444444;
	border-bottom: 5px solid #245791;
	padding: 10px 0;
}

.forums {
	width: 74.05%;
 	float: left;
	min-height: 1px;
}

.sidebar {
	width: 22.05%;
	margin-left: 3.8%;
	float: right;
	min-height: 1px;
        

}

.avatar {
	background: #ffffff;
	width: 75px;
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #cbcbcb;
	border-radius: 2px;
	float: left;
	height: 75px;
}

.pagetitle {
	background: rgba(0,0,0,0.2);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

table {
	color: #777777;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 13px;
}

.sideborder {
	background: #f5f5f5;
	margin: auto auto;
	border: 1px solid #cbcbcb;
	border-top: none;
}

.theadborder {
	width: 100%;
	margin: auto auto;
	padding: 0;
}

.tfootborder {
	width: 100%;
	margin: auto auto;
	padding: 0;
	border: 1px solid #cbcbcb;
	border-top: none;
}

.tborder {
	background: #f5f5f5;
	width: 100%;
	margin: auto auto;
	border: 1px solid #cbcbcb;
	border-top: none;
}

.thead {
	background: url(../../../themes/Sleek/thead.png) repeat-x 50%;
	color: #ffffff;
	border: 1px solid #153d6b;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	
	font-size: 15px;
}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #ffffff;
}

.tcat {
	background: #eeeeee url(../../../themes/Sleek/tcat.png) repeat-x;
	color: #777777;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #ffffff;
	text-shadow: 1px 1px 0px #fafafa;
	font-size: 13px;
}

.tcat a:link {
	color: #777777;
}

.tcat a:visited {
	color: #777777;
}

.tcat a:hover, .tcat a:active {
	color: #4874a3;
}

.trow1 {
	background: #f5f5f5;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #ffffff;
}

.trow2 {
	background: #f5f5f5;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #ffffff;
}

.trow_shaded {
	background: #ffdde0;
}

.trow_selected td {
	background: #efe5ac;
}

.trow_sep {
	background: #eeeeee url(../../../themes/Sleek/tcat.png) repeat-x;
	color: #777777;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #ffffff;
	
	font-size: 13px;
}

.tfoot {
	background: #eeeeee url(../../../themes/Sleek/tcat.png) repeat-x;
	color: #777777;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #ffffff;
	text-shadow: 1px 1px 0px #fafafa;
}

.tfoot a:link {
	text-decoration: none;
}

.tfoot a:visited {
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	text-shadow: none;
	
	text-decoration: none;
}

.bottommenu {
	background: #f3f6fb;
	color: #555555;
	margin: auto auto;
	border: 1px solid #dbe2ed;
	padding: 10px;
	border-radius: 4px;
}

.secondary {
	background: #eeeeee;
	overflow: hidden;
	margin: 0;
	padding: 0px 10px 0px 0px;
	border-radius: 2px;
	border: 1px solid #cbcbcb;
	text-shadow: 1px 1px 0px #fafafa;
	font-size: 11px;
}

.breadcrumb {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0px;
max-height:30px;

}

.breadcrumb li {
	float: left;
}

.breadcrumb li a {
	background: #eeeeee;
	color: #777777;
	padding: 8px 0 8px 40px;
	position: relative;
	display: block;
	float: left;
	
	text-decoration: none;
}

.breadcrumb li a:after {
	content: " ";
	display: block;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 25px solid #eeeeee;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}

.breadcrumb li a:before {
	content: " ";
	display: block;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 25px solid #cbcbcb;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}

.breadcrumb li:first-child a {
	padding-left: 10px;
}

.breadcrumb li:last-child a {
}

.breadcrumb li a:hover {
	background: #f5f5f5;
	color: #777777;
}

.breadcrumb li a:hover:after {
	border-left-color: #f5f5f5 !important;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 17px;
}


select {
	background: #fcfcfc;
	border: 1px solid #cbcbcd;
	padding: 5px;
	border-radius: 2px;
	
	font-family: Tahoma, Geneva, Sans-Serif;
}

fieldset .trow1 {
	border: 1px solid #ff0000;
}

fieldset .trow2 {
	border: 1px solid #ff0000;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fcfcfc;
	border: 1px solid #cbcbcd;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #000;
}

.popup_menu {
	background: #f5f5f5;
	border: 1px solid #cbcbcb;
}

.popup_menu .popup_item {
	background: #f5f5f5;
	color: #777777;
}

.popup_menu .popup_item:hover {
	color: #444444;
}

.trow_reputation_positive {
	background: #f5f5f5;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #ffffff;
}

.trow_reputation_negative {
	background: #f5f5f5;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #ffffff;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	background: #fcfcfc;
	color: #f30;
	border: 1px solid #f30;
	padding: 5px;
	border-radius: 2px;
}

.valid_field {
	background: #fcfcfc;
	border: 1px solid #0c0;
	padding: 5px;
	border-radius: 2px;
}

.validation_error {
	background: url(../../../images/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(../../../images/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(../../../images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-size: 11px;
	padding-left: 22px;
}

/* Additional CSS (Master) */
img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background-color: #efe5ac;
	text-align: center;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 18px 0 0 0;
}

.menu li {
	display: inline;
	margin-left: 20px;
	
	font-size: 15px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel .links {
	margin: 0;
	float: right;
}

.expcolimage {
	width: auto;
	float: right;
	vertical-align: middle;
	margin-top: 0px;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	color: #cbcbcb;
	background-color: #cbcbcb;
	height: 1px;
	border: 0px;
}

#copyright {
	font: 11px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 10px 0 0 0;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

blockquote {
	background: #eeeeee;
	color: #666666;
	border: 1px solid #cbcbcb;
	padding: 8px;
	border-radius: 2px;
	margin: 0;
}

blockquote cite {
	border-bottom: 1px solid #cbcbcb;
	display: block;
	margin: 0 0 8px 0;
	
	font-style: normal;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	padding-bottom: 0;
}

.codeblock {
	background: #eeeeee;
	color: #666666;
	border: 1px solid #cbcbcb;
	padding: 8px;
	border-radius: 2px;
	margin: 0;
}

.codeblock .title {
	border-bottom: 1px solid #cbcbcb;
	margin: 0 0 8px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 0px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #efe5ac;
	border: 1px solid #e1d69a;
	text-align: center;
	padding: 5px 20px;
	border-radius: 2px;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

div.error {
	background: #efe5ac;
	padding: 5px 10px;
	border: 2px solid #e1d69a;
	
	font-size: 12px;
}

div.error p {
	color: #444444;
	margin: 0;
	
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.gif) no-repeat 0;
}

div.error.ul {
	margin-left: 24px;
}

.online {
	color: #87aa79;
}

.offline {
	color: #d04b4b;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	background: #eeeeee url(../../../themes/Sleek/tcat.png) repeat-x;
	color: #777777;
	border: 1px solid #cbcbcb;
	padding: 4px 8px;
	border-radius: 2px;
}

.pagination .pagination_current {
	background: #22538a;
	color: #ffffff;
	border: 1px solid #153d6b;
	padding: 4px 8px;
	border-radius: 2px;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
	
	font-weight: bold;
}

.pagination a:hover {
	color: #4784a3;
	text-decoration: none;
}

.success_message {
	color: #00b200;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
}

.quick_jump {
	background: url(../../../images/jump.gif) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	vertical-align: middle;
	border: none;
}

.repbox {
	font-size:17px;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

.pagination_breadcrumb {
	background-color: #f5f5f5;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
	white-space: nowrap;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.pbavatar {
	border: 1px solid #FFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	margin: 5px auto;
        width:70px;
        height:70px;
}

.button {
	background: #22538a;
	color: #ffffff;
	border: 1px solid #153d6b;
	padding: 4px 10px;
	border-radius: 2px;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
	text-shadow: 1px 1px 0px #153d6b;
	font-family: Tahoma, Geneva, Sans-Serif;
}

.button:hover {
	background: #272727;
	color: #ffffff;
	border: 1px solid #121212;
	cursor: pointer;
	text-shadow: 1px 1px 0px #121212;
}

a.button {
	color: #ffffff;
}

.bigbutton {
	background: #272727;
	color: #ffffff;
	border: 1px solid #121212;
	padding: 6px 10px;
	border-radius: 2px;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
	text-shadow: 1px 1px 0px #121212;
	font-family: Tahoma, Geneva, Sans-Serif;
}

a.bigbutton:link, a.bigbutton:visited {
	color: #ffffff;
}

a.bigbutton:hover, a.bigbutton:active {
	color: #cbcbcb;
	text-decoration: none;
}

.lockbutton {
	background: #d04b4b;
	color: #ffffff;
	border: 1px solid #9d3c3c;
	padding: 6px 10px;
	border-radius: 2px;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
	text-shadow: 1px 1px 0px #9d3c3c;
	font-family: Tahoma, Geneva, Sans-Serif;
}

a.lockbutton:link, a.lockbutton:visited {
	color: #ffffff;
}

a.lockbutton:hover, a.lockbutton:active {
	color: #ffffff;
	text-decoration: none;
}

.postbit {
	background: #eeeeee url(../../../themes/Sleek/tcat.png) repeat-x;
	color: #444444;
	border: solid 1px #cbcbcb;
	padding: 4px 8px;
	margin-left: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	font-size: 11px;
	text-shadow: 1px 1px 0px #fafafa;
}

a.postbit:link, a.postbit:visited {
	color: #444444;
}

a.postbit:hover, a.postbit:active {
	color: #4874a3;
	text-decoration: none;
}

.statround {
	background: #eeeeee url(../../../themes/Sleek/tcat.png) repeat-x;
	color: #777777;
	border: 1px solid #cbcbcb;
	padding: 4px 10px;
	margin-left: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 1px 1px 0px #fafafa;
}

.statround a:link, 
.statround a:visited {
	color: #777777;
}

.statround a:hover,
.statround a:active {
	color: #4874a3;
	text-decoration: none;
}

.thead .expcolimage img {
	opacity: 0;
	-o-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.thead:hover .expcolimage img {
	opacity: 1;
}

.buttons {
    background: url(../../../themes/Sleek/arrowright.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
}

.clickedbuttons {
    background: url(../../../themes/Sleek/arrowleft.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
}

input[type="text"], input[type="password"] {
       outline: none
}

.tweet,
.query {
	padding: 0;
	margin: 0;
	
	font-size: 11px;
}

.tweet_list {
	padding:0;
	margin: 0 0 0 0;
}

.tweet_list .awesome,
.tweet_list .epic {
	text-transform: uppercase;
}

.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 5px;
	margin: 0;
	list-style-type: none;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #ffffff;
}

.tweet_list li a {
}

.tweet_list li:first-child {
	border-top: none;
}

.tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}

.tweet_list .tweet_avatar img {
	vertical-align: middle;
}

.searchbar {
	background: rgba(0,0,0,0.4);
	border-radius: 4px;
}

.headsearch {
	background: none;
	color: #bbbbbb;
	border: none;
	padding: 4px 0px 4px 5px;
	
	font-family: Tahoma, Sans-serif;
}

.headsearch:focus {
	color: #ffffff;
}

.headgo {
	background: #22538a;
	color: #ffffff;
	border: 1px solid #153d6b;
	padding: 2px 6px;
	border-radius: 2px;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
	text-shadow: 1px 1px 0px #153d6b;
	cursor: pointer;
	float: right;
	font-family: Tahoma, Geneva, Sans-Serif;
}

.headgo:hover {
	color: #efefef;
}

		