
/* CSS: ipb_styles*/
/************************************************************************/
/* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services	*/
/************************************************************************/
/* ipb_styles.css														*/
/************************************************************************/
/*
	[ color ]
	[ font ]
	[ borders ]
	[ padding ]
	[ margin ]
	[ sizing ]
	[ other ]
*/

/************************************************************************/
/* RESET (Thanks to YUI) */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table {	border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
hr { display: none; }
address{ display: inline; }

/************************************************************************/
/* ELEMENT STYLES */

body {
	background: #1a1a1a url(../images/ua_dark_bg.png) repeat;
	color: #a9a8a8;
	font: normal 13px arial, verdana, tahoma, sans-serif;
	position: relative;
}

h3, h4, h5, h6, strong { font-weight: bold; }
em { font-style: italic; }
img, .input_check, .input_radio { vertical-align: middle; }
legend { display: none; }
table { width: 100%; }
td { padding: 3px; }

h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 8px 0;
	clear: both;
}

body h3 {
	font-weight: bold;
	font-size: 1.1em;
	padding: 5px 8px 3px 8px;
	color: #acacac;
}

	h3 img {
		margin-top: -2px;
	}

	h3 a {
		text-decoration: none;
	}

a {
	color: #cccccc;
}

	a:hover {
		color: #ffffff;
		text-decoration: underline;
	}

/************************************************************************/
/* COLORS */

.row1, .row1 td, .post_block.row1 {
	background-color: #2c2c2c; /* Very light blue */
	border-left: 1px solid #363636;
	border-top: 1px solid #363636;
	border-right: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
}

	.row1 .altrow, .row1.altrow,
	.personal_info, .general_box {
		background-color: #2c2c2c; /* Slightly darker than row1 */
	}

.row2, .row2 td, .post_block.row2,
.message {
	background-color: #242424; /* Light blue */
	border-left: 1px solid #363636;
	border-top: 1px solid #363636;
	border-right: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
}

	.row2 .altrow, .row2.altrow,
/*	ul.post_controls,*/
	ul.topic_moderation {
		background-color: #242424; /* Slightly darker than row2 */
	}

.moderated, body .moderated td,
.moderated td.altrow, .post_block.moderated,
body td.moderated, body td.moderated {
	background-color: #f2e4e7; /* Light red */
}

	.moderated, .moderated a {
		color: #6f3642;
	}

body .maintitle {
	background: #6d2020 url(../images/gradient_bg.png) repeat-x left 50%;
	color: #fff;
	font: normal 13px trebuchet ms, arial, verdana, tahoma, sans-serif;
}

	body .maintitle a {
		color: #fff;
	}

ul.post_controls {
/*	background-color: #e4ebf3;*/
	background-color: #1a1a1a;
}

/* Bar */
.bar {
	background: #d5dde5 url(../images/gradient_bg.png) repeat-x 50%;
}

	.altbar {
		background: #b6c7db;
		color: #1d3652;
	}

/* Table column headers */
.header {
	background: #232323;
	color: #b1b1b1;
}

.header th {
	border-left: 1px solid #363636;
	border-top: 1px solid #363636;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
}

	body .ipb_table .header a,
	body .topic_options a {
		color: #b1b1b1;
	}

/* General block */
.general_box {
	background-color: #363636;
	border: 1px solid #606060;
	border-bottom: 4px solid #606060;
	padding: 10px;
}

	.general_box h3 {
		background: #606060;
		color: #ffffff;
	}

/* Post background */
.post_block {
	background: #2c2c2c;
	border-bottom: 6px solid #6d2020;
}

.post_block h3 {
	background: #d5dee5;
}

/* Post screen background */
div.post_form fieldset {
	background-color: #f1f4f7;
}

/* Dates */
.date, .poll_question .votes {
	color: #a9a9a9;
	font-size: 0.8em;
}

/* "No Messages" message */
.no_messages {
	background-color: #f6f8fa;
	color: #1c2837;
	padding: 25px 30px;
}

/* Tab bars */
.tab_bar {
	background-color: #e4ebf2;
	color: #acacac;
}

	.tab_bar li.active {
		background-color: #742b2b;
	}

	.tab_bar.no_title.mini {
		border-bottom: 8px solid #742b2b;
	}

/* Filter & moderation bars */
.filter_bar {
	background-color: #363636;
	color: #d5dde5;
}

	.filter_bar a, .filter_bar label {
		color: #d5dde5;
	}

.moderation_bar {
	background: #363636;
}

/* Comments */
.comment_wrap .comment.by_author,
.comment_wrap .comment.by_author.row1 {
	background: #f2f8f5;
	border-top: 1px solid #528f6c;
	border-bottom: 1px solid #528f6c;
}

.comment_wrap .comment.row1 {
	border-top: 1px solid #d5dde5;
	border-bottom: 1px solid #d5dde5;
}

/* Topic prefix */
.topic_prefix {
	background-color: #842525;
	color: #a9a8a8;
}

/* Toggle for the sidebar */
.sidebar_toggle {
	background-color: #d5dde5;
}

/* Menu popups */
.ipbmenu_content, .ipb_autocomplete {
	background-color: #842525;
	border: 1px solid #6d2020;
	color: cccccc;
}

	.ipbmenu_content li, .ipb_autocomplete li {
		border-bottom: 1px solid #6d2020;
	}

		.ipb_autocomplete li.active {
			background: #ffffff;
		}

/* Forms */
.input_submit {
	background-color: #6d2020;
	color: #a9a8a8;
	border-color: #AB3030 #481414 #481414 #AB3030;
}

	.input_submit:hover {
		background: #842525;
	}

	.input_submit.alt {
		background-color: #6d2020;
		border-color: #AB3030 #481414 #481414 #AB3030;
		color: #a9a8a8;
	}

		.input_submit.alt:hover {
			background: #842525;
		}

body#ipboard_body fieldset.submit,
body#ipboard_body p.submit {
	background-color: #2c2c2c;
}

/************************************************************************/
/* HEADER */

h1, #content_jump {
	text-indent: -9999px;
	height: 0px;
	width: 0px;
}

#header {
	position: relative;
}

#branding {
	background: #1c1c1c url(../images/ua_dark_header.png) repeat-x top left;
	min-height: 100px;
}

#admin_bar {
	background: #2e2e2e url(../images/gradient_bg.png) repeat-x 50%;
	color: #d2d2d2;
	font-size: 0.8em;
	padding: 7px;
	height: 14px;
}

	#admin_bar li {
		color: #767676;
		padding: 0 3px 0 5px;
	}

		#admin_bar li.active, #admin_bar li.active a {
			color: #e74242;
		}

/* Navigation */
#primary_nav {
	background: transparent url(../images/ua_dark_header_bottom.png) no-repeat top left;
	font-size: 0.95em;
/*	border-bottom: 5px solid #528f6c;*/
	padding-left: 375px;
	height: 50px;
	min-height: 50px;
}

	#primary_nav ul li, #primary_nav ul li a {
		color: #9bb2c8;
		text-decoration: none;
	}

	#primary_nav ul li {
		font-size: 0.95em;
		padding: 8px 8px;
		margin-left: 6px;
		margin-top: -2px;
	}

		#primary_nav ul li.active {
			background: transparent url(../images/ua_dark_tab_left.png) no-repeat top left;
			font-size: 1.05em;
			font-weight: bold;
			padding: 0;
			margin: -7px 0px auto 5px;
			position: relative;
		}

		#primary_nav ul li.active a {
			background: transparent url(../images/ua_dark_tab_right.png) no-repeat top right;
			padding: 10px 15px 10px 10px;
			margin-left: 6px;
			display: block;
		}

	#primary_nav ul li a {
		color: #9bb2c8;
		text-decoration: none;
	}

#user_navigation {
	background: #842525;
	font-size: 0.9em;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #6d2020;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	position: absolute;
	top: 7px;
	right: 10px;
	float: right;
	z-index: 9999;
}

	#user_navigation .photo {
		border: 1px solid #481414;
		margin: 6px 10px 6px 6px;
		float: left;
	}

	#user_info {
		margin-left: 60px;
		margin-right: 15px;
	}

	#user_navigation p {
		color: #d9e3ed;
		margin-top: 6px;
		white-space: nowrap;
	}

		#user_navigation p a {
			color: #a1bad3;
		}

	#user_navigation #new_msg_count {
		background-color: #528f6c;
		font-weight: bold;
		font-size: 0.9em;
		padding: 3px 7px;
		top: 0px;
		left: 45px;
		position: absolute;
	}

		#user_navigation ul {
			font-size: 0.88em;
			margin-top: 4px;
		}
			#user_navigation ul a {
				color: #d5dde5;
			}

			#user_navigation ul#user_other {
				margin-left: 5px;
			}

			#user_navigation ul#user_other li {
				float: left;
				padding: 0 4px;
			}

	#user_navigation ul#user_link_menucontent {
		background: #d5dde5;
		border: 1px solid #1d3652;
		margin-top: 0px;
		width: 170px;
		float: right;
		z-index: 10000;
	}

		#user_navigation ul#user_link_menucontent li {
			padding: 1px;
			float: none;
		}

		#user_navigation ul#user_link_menucontent a {
			color: #1d3652;
			text-decoration: none;
			padding: 5px 5px 5px 15px;
			display: block;
		}

			#user_navigation ul#user_link_menucontent a:hover {
				background: #528f6c;
			}

	#user_navigation #user_link {
		background: #6d2020 url(../images/th_bg.png) repeat-x 50%;
		border: 1px solid #481414;
		padding: 3px 10px;
		margin: 6px 0 0px 8px;
		min-width: 150px;
		-moz-outline: 0px;
		position: relative;
		display: block;
	}

		#user_navigation #user_link img {
			right: 5px;
			top: 8px;
			position: absolute;
		}

	#user_navigation.not_logged_in {
		font-size: 1em;
		padding: 15px 25px;
	}

		#user_navigation.not_logged_in a {
			margin: 0 10px;
		}

#search {
	color: #556b85;
	font-size: 0.85em;
	margin: 2px 4px auto auto;
	position: relative;
	right: 0px;
	float: right;
}

	#search .submit_input {
		background: #842525;
		border: 1px solid #6d2020;
		padding: 2px 5px;
	}

	#search input#main_search {
/*		background: #a9a8a8 url(https://forums.unitedadmins.com/public/style_images/master/search_icon.png) no-repeat left;*/
		background-color: #a9a8a8;
		border: 1px solid #1a1a1a;
		padding: 3px 3px 3px 18px;
		margin-left: 5px;
	}

	#search a {
		color: #a9a8a8;
		margin: 5px 7px;
	}

	#search label,
	#search input,
	#search #adv_search {
		float: left;
	}

#secondary_nav {
	color: #606060;
	font-size: 0.9em;
	padding: 12px 15px 12px 25px;
	clear: both;
}

	#secondary_nav li {
		padding-right: 7px;
		float: left;
	}

		#secondary_nav #section_links li {
			padding: 0 5px;
		}

	#secondary_nav a {
		color: #606060;
		text-decoration: none;
	}

	#secondary_nav a:hover {
		color: #ffffff;
		text-decoration: underline;
	}

#rss_menu {
	background-color: #ffdfbe;
	border: 1px solid #ff7600;
	padding: 1px;
	width: 200px;
	display: block;
	z-index: 500;
}

	#secondary_nav #section_links #rss_menu li {
		padding: 0;
		display: block;
		float: none;
	}

	#rss_menu a {
		display: block;
		padding: 3px;
		color: #ff7600;
	}

		#rss_menu a:hover {
			background-color: #ff7600;
			color: #fff;
		}


/************************************************************************/
/* FOOTER */
#board_footer {
	color: #606060;
	font-size: 0.85em;
/*	border-top: 1px solid #dedede;*/
	padding: 8px 8px 15px 8px;
	margin: 10px 15px 20px;
	top: 20px;
	clear: both;
}

	#board_footer ul#utility_links li {
		float: left;
		padding-right: 8px;
	}

	#board_footer p {
		text-align: right;
	}

	#board_footer a {
		color: #606060;
	}

#footer_utilities {
	background: #6d2020 url(../images/gradient_bg.png) repeat-x 50%;
	color: #fff;
	font-size: 0.8em;
	padding: 4px 15px;
	margin: 25px 15px 0 15px;
}

	#footer_utilities form {
		margin: 7px 5px 0 5px;
	}

	#footer_utilities ul {
		padding: 2px 0;
		margin: 8px 0 0 0;
	}
		#footer_utilities ul li:first-child {
			color: #d5dde5;
		}

		#footer_utilities li {
			float: right;
			padding: 0 8px 4px 8px;
		}

/************************************************************************/
/* GENERAL CONTENT */
#content {
	padding: 20px 15px 0px 15px;
	clear: both;
}

#ajax_loading {
	background-color: #6f8f52;
	color: #fff;
	text-align: center;
	padding: 5px;
	width: 8%;
	top: 0px;
	left: 46%;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	z-index: 10000;
	position: fixed;
}

#ipboard_body.redirector {
	width: 500px;
	margin: 150px auto 0 auto;
}

.topic_options, .generic_bar, .tab_filters {
	color: #1d3652;
	font-size: 0.85em;
	font-weight: bold;
	height: 33px;
}
	.generic_bar, .tab_filters {
		background: #b6c7db;
	}

	.generic_bar {
		display: none;
	}

	.tab_filters {
		background: #1d3652 url(../images/th_bg.png) repeat-x top;
		color: #fff;
	}

	.topic_options {
		background: #d5dee5;
	}

	.topic_options li {
		padding: 10px;
		float: right;
	}

	.topic_options a {
		text-decoration: none;
	}

.general_box h3 {
	font-size: 1em;
	border: 0;
	padding: 5px;
	margin: -10px -10px 5px -10px;
}

#index_stats .general_box {
	margin-bottom: 10px;
	overflow: hidden;
}

.general_box.alt {
	padding: 0px;
}

.general_box.alt h3 {
	margin: 0 0 5px 0;
}

.general_box a {
	text-decoration: none;
}

	.general_box .block_list {
		font-size: 0.9em;
		padding-top: 5px;
		margin: 0;
	}
		.general_box .block_list li {
			padding: 6px;
			margin: 0 -8px;
		}


img.resized {
	display: block;
}

.resized_img img {
	border-style: solid;
	border-color: #777;
	border-width: 3px 3px 6px 3px;
	margin-bottom: 5px;
}

.resized_img span {
	background: #777;
	color: #fff;
	padding: 4px 8px;
	font-size: 11px;
}

li.rating a {
	-moz-outline: 0;
}

.antispam_img {
	margin-left: 215px;
	margin-bottom: 3px;
}

.tagList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	.tagList li { display: inline; }
	li.level1 	{ font-size: 12px; }
	li.level2	{ font-size: 14px; }
	li.level3	{ font-size: 16px; }
	li.level4 	{ font-size: 18px; }
	li.level5	{ font-size: 20px; }
	li.level6 	{ font-size: 22px; }

span.error {
	color: #ad2930;
	font-weight: bold;
	clear: both;
}

.maintitle .desc {
	font-size: 0.7em;
	color: #b6c7db;
}

/************************************************************************/
/* GENERIC REPEATED STYLES */
/* Inline lists */
#admin_bar ul, #admin_bar li, #stat_links li,
.tab_filters ul, .tab_filters li,
fieldset.with_subhead span.desc, fieldset.with_subhead label,
.user_controls li {
	display: inline;
}

/* Floats */
.right { float: right; }
.left { float: left; }

/* Visibility */
.hide { display: none; }

/* Bullets */
.bullets ul, .bullets ol,
ul.bullets, ol.bullets {
	list-style: disc;
	margin-left: 30px;
	line-height: 150%;
	list-style-image: none;
}

/* Rounded corners */
#user_navigation #new_msg_count, .message, .popupWrapper, .poll_question h4, .reputation,
.rounded {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


/* Center */
.short {
	text-align: center;
}

/* Description */
.desc, p.posted_info, .warn_panel strong {
	font-size: 0.8em;
	color: #a9a8a8;
}

/* Cancel */
.cancel {
	color: #ad2930;
	font-size: 0.9em;
	font-weight: bold;
}

/* Maintitle */
body .maintitle {
	font-size: 17px;
	font-weight: normal;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding: 8px !important;
	margin: 0 !important;
	overflow: hidden;
}

/* Photo */
.photo {
	border: 1px solid #d8d8d8;
}

/* Moderation */
em.moderated {
	background: transparent;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 8px;
	display: block;
	clear: both;
}

/* Positive/Negative */
.positive {
	color: #6f8f52;
}
.negative {
	color: #c7172b;
}

/* Clickable */
.clickable {
	cursor: pointer;
}

/* Clear */
.clear {
	clear: both;
}

	.clearfix, .stats_list {
		overflow: auto;
	}

/* Block wrap */
.block_wrap {
	padding: 5px;
	margin-bottom: 10px;
}



/* White links */
#admin_bar a, #stat_links a,
#primary_nav ul li.active, #primary_nav ul li a:hover, #primary_nav ul li.active a,
#user_navigation.not_logged_in, #user_navigation.not_logged_in a,
#user_navigation #user_link, #user_navigation #new_msg_count,
#user_navigation ul, #user_navigation ul#user_link_menucontent, #user_navigation ul#user_link_menucontent a:hover,
#search .submit_input, .message.user_status #update_status,
table.ipb_table th a, .topic_buttons li a, .topic_buttons li span,
.message.user_status #update_status, .tab_bar li.active, .tab_bar li.active a,
.members li.positive a, .members li.negative a, #footer_utilities a, a.input_submit:hover {
	color: #fff;
	text-decoration: none;
}

/* Search highlighting */
.searchlite { }

/* Users posting */
.activeuserposting {
	font-style: italic;
}

/************************************************************************/
/* COLUMN WIDTHS FOR TABLES */
.col_f_icon, .col_f_picon, .col_c_icon,
.col_m_status, .col_r_icon {
	width: 3%;
}
.col_m_replies
{
	width: 5%;
}
.col_m_to, .col_m_from {
	width:15%;
}
.col_f_topic, .col_m_subject {
	width: 49%;
}
.col_f_views, .col_f_starter,
.col_r_total, .col_r_comments {
	width: 10%;
}
.col_f_post, .col_m_date,
.col_r_updated, .col_r_section {
	width: 25%;
}
.col_c_stats {
	width: 15%;
}
.col_c_post {
	width: 30%;
}
.col_c_forum {
	width: 55%;
}
.col_mod, .col_f_mod, .col_r_mod {
	width: 3%;
}
.col_r_title {
	width: 26%;
}

/************************************************************************/
/* TABLE STYLES */

table.ipb_table {
	line-height: 120%;
/*	border-bottom: 4px solid #d5dde5;*/
	border-collapse: separate;
/*	border-spacing: 2px;*/
}

	table.ipb_table a {
		text-decoration: none;
	}

		table.ipb_table a:hover,
		body table.ipb_table th a {
			text-decoration: underline;
		}

	table.ipb_table caption span.desc {
		font-size: 0.6em;
	}

	table.ipb_table h4,
	table.ipb_table .topic_title {
		font-size: 1.1em;
		font-weight: bold;
		display: inline;
		color: #d3b332;
	}

	table.ipb_table h4 a {
		color: #d3b332;
	}

	table.ipb_table tr td {
		/*border-bottom: 1px solid #d8e1ea;*/
		padding: 10px 8px 8px 8px;
/*		border-bottom: 1px solid #fff;*/
		/*border-bottom: 2px solid #fff;*/
	}

		table.ipb_table tr .stats {
			text-align: right;
		}

		body table.ipb_table tr td p {
			font-size: 0.9em;
		}

	table.ipb_table th,
	div#current_calendar ol#week_view li.month_bar {
		font-size: 0.85em;
		font-weight: bold;
		padding: 6px;
	}

	table.ipb_table ol.subforums {
		padding-top: 6px;
		margin-top: 5px;
	}


	table.ipb_table tr.announcement td {
		font-weight: bold;
		font-size: 1.1em;
	}

	table.ipb_table tr.subhead th {
		font-weight: bold;
		font-size: 1.1em;
		padding: 8px;
	}

	table.ipb_table ul li {
		font-size: 0.95em;
	}

/************************************************************************/
/* FORM STYLES */

body#ipboard_body fieldset.submit,
body#ipboard_body p.submit {
	padding: 15px 6px 15px 6px;
	text-align: center;
}

.input_text {
/*	background: #fff url(https://forums.unitedadmins.com/public/style_images/master/input_text.png) repeat-x;*/
	font-size: 0.9em;
	font-family: arial, verdana, tahoma, sans-serif;
	border: 1px solid #9f9f9f;
	padding: 2px;
}

	.input_text.error {
		background-color: #f3dddd;
	}
	.input_text.accept {
		background-color: #f1f6ec;
	}

.input_text.email,
.input_text.password {
	width: 18em;
}

.input_submit {
	font-weight: bold;
	font-size: 0.85em;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	padding: 3px 7px;
	cursor: pointer;
}

	.input_submit.alt {
		text-decoration: none;
	}

p.field {
	padding: 15px;
}

li.field {
	padding: 5px;
	margin-left: 27px;
}

	li.field label,
	li.field span.desc {
		display: block;
	}

li.field.error {
	color: #ad2930;
}

	li.field.error label {
		font-weight: bold;
	}

li.field.checkbox {
	margin-left: 0;
}

li.field.checkbox .input_check,
li.field.checkbox .input_radio {
	margin-right: 10px;
	vertical-align: middle;
}

	li.field.checkbox label {
		width: auto;
		float: none;
		display: inline;
	}

	li.field.checkbox span.desc {
		padding-left: 27px;
		margin-left: auto;
		display: block;
	}


/************************************************************************/
/* MENU & POPUP STYLES */

.ipbmenu_content, .ipb_autocomplete {
	font-size: 0.9em;
	min-width: 85px;
	padding: 5px;
	z-index: 2000;
}

	.ipbmenu_content li, .ipb_autocomplete li {
		padding: 5px;
	}

	.ipbmenu_content li:last-child {
		border-bottom: 0;
		padding-bottom: 0px;
	}

	.ipbmenu_content li:first-child {
		padding-top: 0px;
	}

	.ipbmenu_content a {
		text-decoration: none;
	}




.info dt {
	float: left;
}

.info dt {
	font-weight: bold;
	padding: 3px 6px;
	clear: both;
	width: 30%;
}

.info dd {
	padding: 3px 6px;
	width: 60%;
	margin-left: 35%;
}


/************************************************************************/
/* MODERATION & FILTER STYLES */

.moderation_bar {
	text-align: right;
	padding: 6px 35px 6px 10px;
	margin: 10px 0 0 0;
}

	.moderation_bar.with_action {
		background-image: url(https://forums.unitedadmins.com/public/style_images/master/topic_mod_arrow.png);
		background-repeat: no-repeat;
		background-position: right center;
	}


/************************************************************************/
/* TAB BAR STYLES */

.tab_bar {
	font-size: 0.9em;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	padding: 7px 15px 25px 15px;
}

	.tab_bar.no_title {
		background-image: url(https://forums.unitedadmins.com/public/style_images/master/th_bg.png);
		background-repeat: repeat-x;
		background-position: bottom;
		padding: 7px 15px 56px 15px;
	}

		.tab_bar.no_title.mini {
			background: transparent;
			padding: 7px 15px 25px 15px;
		}

	.tab_bar li {
		float: left;
		padding: 2px 10px;
	}

		.tab_bar li a {
			color: #4a6784;
			text-decoration: none;
		}

		.tab_bar li.active {
			font-weight: bold;
			font-size: 1.1em;
			-moz-border-radius: 4px 4px 0 0;
			-webkit-border-top-left-radius: 4px;
			-webkit-border-top-right-radius: 4px;
			padding: 7px 10px;
			margin: -2px 10px 0 10px;
		}

.tab_filters {
	padding: 0 10px;
}

	.tab_filters ul {
		padding-top: 10px;
	}

	.tab_filters a {
		color: #cfd9e4;
		text-decoration: none;
		font-weight: normal;
	}

	.tab_filters li {
		color: #cfd9e4;
		padding: 0 4px;
	}

		.tab_filters li.active,
		.tab_filters li.active a {
			font-weight: bold;
			color: #fff;
		}





html #content {
	font-size: 10pt;
}

#breadcrumb {
	display: block !important;
}
	#breadcrumb li {
		float: left;
	}

h1, h2, h3 {
	font-weight: bold;
}

#copyright {
	text-align: center;
	color: gray;
	font-size: 9pt;
}

/* news post */
.newsBox {
	margin: auto;
	width: 600px;
	margin: 15px 10px 5px 180px;
	background-color: #242424;
	
}
.maintitle {
	background: #6d2020 url(https://forums.unitedadmins.com/public/style_images/master/gradient_bg.png) repeat-x left 50%;
	color: #fff;
	font: normal 13px trebuchet ms, arial, verdana, tahoma, sans-serif;
}
.maintitle a {
	color: #fff;
}
.newsContent {
	background: #2C2C2C none repeat scroll 0 0;
	border-bottom:6px solid #6D2020;
	padding: 5px;
}
.newsFooter {
	background-color:#1A1A1A;
	padding: 3px;
}
p.citation {
	background: #363636 url(https://forums.unitedadmins.com/public/style_images/master/citation_bg.png) no-repeat right;
	color: #b1b1b1;
	font-size: 0.9em;
	font-weight: bold;
	border-width: 1px 1px 0 3px;
	border-style: solid;
	border-color: #292929;
	border-left-color: #6d2020;
	padding: 5px 8px;
	margin-top: 8px;
}

	div.blockquote {
		background: #1a1a1a;
		font-size: 0.9em;
		border-width: 0px 1px 1px 3px;
		border-style: solid;
		border-color: #292929;
		border-left-color: #6d2020;
		margin: 0px;
		margin-top: 0px;
	}

		div.blockquote p.citation {
			background-color: #363636;
			color: #413544;
			border-color: #292929;
		}
		
		div.blockquote div.blockquote {
			background: #1a1a1a;
			font-size: 1em;
			border-color: #292929;
			margin: -0px 15px 0px 15px;
		}

			div.blockquote div.blockquote p.citation {
				background-color: #363636;
				color: #474534;
				border-color: #292929;
			}

			div.blockquote div.blockquote div.blockquote {
				background: #1a1a1a;
				border-color: #292929;
			}
			
			div.blockquote p.citation {
				margin: 6px 15px 0 15px;
				font-size: 1em;
			}

div.quote {
	padding: 12px;
} 

div.quote p.blockquote {
	margin-left: -12px;
}

cite {
	display: block;
	font-weight: bold;
}

	blockquote cite {
		font-size: 1em;
	}

ul.bbc {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
margin-left:30px;
}
ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}


