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,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;
}

address {
	display:inline;
}

button::-moz-focus-inner,input::-moz-focus-inner,select::-moz-focus-inner {
	border:0;
	padding:0;
}

/********************************************************************************/
/* WINDOWS SECRETS STYLES							*/
/********************************************************************************/

body {
	margin:0;
	padding:0 10px 1em 10px;
	background-color:#FFF;
	color:#000;
	font:0.8em arial,helvetica,sans-serif;
	text-align:center;
}

a, a:link, a:visited {
	color:#0040A0;
	text-decoration:none;
}

a:focus, a:hover, a:active {
	color:#0040F0;											/* FAILS IN OUTLOOK 2007 */
	text-decoration:underline;									/* FAILS IN OUTLOOK 2007 */
}

hr {
	clear:both;
	margin:8px 0;
	border:none;
	background:#808080;
	height:1px;
}

hr.top {
	margin:0 0 8px 0;
}

br.clearall {
	clear:both;
	visibility:hidden;
	overflow:hidden;
	margin:0;
	padding:0;
	height:0px;
}

img.icon {
	margin:0 4px 0 0;
	width:16px;
	height:16px;
	vertical-align:text-top;
}

.inactive>* {
	opacity:0.45;
	filter:alpha(opacity=45);
	-moz-opacity:0.45;
	background:inherit;
}

.noindent {
	margin:0 !important;
	padding:0 !important;
	text-indent:0 !important;
}

.rounded {
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.underlined {
	text-decoration:underline;
}

/********************************************************************************/
/* PAGE STRUCTURE								*/
/********************************************************************************/

#page {
	position:relative;
	margin:0px auto;
	min-width:756px;
	max-width:980px;
	max-width:1240px;
	text-align:left;
}

#header {
	clear:both;
}

#navigation {
	clear:both;
}

#left_column {
	clear:both;
	float:left;
	width:100%;
}

.pagination {
	clear:both;
	margin:0 0 8px 0;
}

#right_column {
	display:none;
}

#board_statistics, #topic_stats {
	margin:8px 0px 20px 0px !important;
}

.general_box {
	border-width:1px !important;
	margin-bottom:8px !important;
}

#footer {
	margin-top:20px;
	clear:both;
}

.with_sidebar #left_column {
	margin-right:-250px;
}

.with_sidebar #content {
	margin:0 270px 0 0;
}

.with_sidebar #right_column {
	display:inline;
	float:left;
	margin-right:-250px;
	width:250px;
}

/********************************************************************************/
/* HEADER									*/
/********************************************************************************/

#header a {
	text-decoration:underline;
}

#header_left {
	float:left;
	margin:5px 0 0 0;
}

#header_right {
	float:right;
	margin:10px 0 0 0;
	text-align:right;
}

/* SEARCH FEATURES */

#search {
	margin:8px 0 0 0;
}

#search_term {
	margin-right:4px;
	border-width:1px;
	border-style:solid;
	border-color:#808080 #D0D0D0 #D0D0D0 #808080;
	color:#999;
}

#search_term:focus, #search_term:active {
	color:#000;
}

#search_submit {
	margin-right:4px;
}

/********************************************************************************/
/* PAGE NAVIGATION								*/
/********************************************************************************/

.nav_top {
	position:relative;
	clear:both;											/* FAILS IN OUTLOOK 2007 */
	height:1.5em;											/* FAILS IN OUTLOOK 2007 */
	background-image:url(http://lounge.windowssecrets.com/public/style_images/wslounge/gradient_topnav.png);	/* FAILS IN OUTLOOK 2007, HOTMAIL, GMAIL */
	background-position:left top;									/* FAILS IN OUTLOOK 2007, HOTMAIL, GMAIL */
	background-repeat:repeat-x;									/* FAILS IN OUTLOOK 2007, HOTMAIL, GMAIL */
	background-color:#FC6;
	border-bottom:1px solid #DA5;
	font:bold 1em arial,helvetica,sans-serif;
}

.nav_top span {
	float:left;											/* FAILS IN OUTLOOK 2007 */
	margin-right:-1px;										/* FAILS IN HOTMAIL */
	border-right:1px solid #DA5;
	border-left:1px solid #DA5;
}

.nav_top a {
	display:block;											/* FAILS IN OUTLOOK 2007 */
	min-height:0;											/* FAILS IN OUTLOOK 2007 */
	margin:-1px 0 0 0;										/* FAILS IN HOTMAIL */
	padding:0 8px;
	border-top:1px solid #DA5;
	border-left:1px solid #FD9;
	border-right:1px solid #DA5;
	line-height:1.5em;										/* FAILS IN OUTLOOK 2007 */
}

.nav_top span:first-child a {
	padding-right:6px;
	padding-left:6px;
}

.nav_top a:focus, .nav_top a:hover, .nav_top a:active {
	background-color:#FEC;
}

.nav_top .selected {
	margin-top:-2px;										/* FAILS IN HOTMAIL */
	border-left:1px solid #E0C090;
}

.nav_top .selected a {
	padding-top:1px;
	padding-bottom:1px;
	background-image:url(http://lounge.windowssecrets.com/public/style_images/wslounge/gradient_topnav_on.png);	/* FAILS IN OUTLOOK 2007, HOTMAIL, GMAIL */
	background-position:left top;									/* FAILS IN OUTLOOK 2007, HOTMAIL, GMAIL */
	background-repeat:repeat-x;									/* FAILS IN OUTLOOK 2007, HOTMAIL, GMAIL */
	background-color:#FEC;
	border-right:1px solid #EDB;
	border-bottom:1px solid #FEC;
	border-left:1px solid #FFE;
	color:#606060;
}

.nav_top .selected a:focus, .nav_top .selected a:hover, .nav_top .selected a:active {
	color:#606060;
	text-decoration:none;
}

.nav_bottom {
	position:relative;
	display:none;
	clear:both;											/* FAILS IN OUTLOOK 2007 */
	margin:0 0 16px 0;										/* FAILS IN OUTLOOK 2007 */
	padding:0 0 0 1px;
	height:1.75em;											/* FAILS IN OUTLOOK 2007 */
	background-color:#FEC;
	border-bottom:1px solid #E0C090;
	border-left:1px solid #E0C090;
	border-right:1px solid #E0C090;
	color:#CB9;
	font:bold 1em arial,helvetica,sans-serif;
}

.nav_bottom.active {
	display:block;
}

.nav_bottom.topborder {
	border-top:1px solid #E0C090
}

.nav_bottom span {
	float:left;											/* FAILS IN OUTLOOK 2007 */
	line-height:1.75em;										/* FAILS IN OUTLOOK 2007 */
}

.nav_bottom span.right {
	float:right;											/* FAILS IN OUTLOOK 2007 */
}

.nav_bottom a {
	display:block;											/* FAILS IN OUTLOOK 2007 */
	line-height:1.75em;										/* FAILS IN OUTLOOK 2007 */
	padding:0 8px;
}

.nav_bottom span:first-child a {
	padding:0 6px;
}

.nav_bottom .messenger {
	padding-left:20px !important;
	background:url(http://lounge.windowssecrets.com/public/style_images/wslounge/icon_messenger.png) left center no-repeat transparent;
}

#nav_breadcrumbs {
	clear:both;
	margin:0 0 16px 0;
	color:#000;
	font:0.85em verdana,arial,helvetica,sans-serif;
}

#nav_breadcrumbs span {
	white-space:nowrap;
}

#nav_breadcrumbs .first {
	display:inline;
}

/********************************************************************************/
/* CONTENT									*/
/********************************************************************************/

/* ANNOUNCEMENTS */

#announcement {
	margin:0 0 20px 0;
}

#announcement h2 {
	padding:5px 8px 5px 6px;
	border-top:1px solid #5080B0;
	border-bottom:1px solid #205080;
	background:#4070A0;
	color:#FFF;
	font:bold 0.9em arial,helvetica,sans-serif;
	vertical-align:middle;
}

#announcement p {
	padding:3px 8px;
	background:#E8F0FF;
	vertical-align:middle;
}

/* MEMBER RANKS */
/*
.user {
	padding-left:18px;
	background:url(http://lounge.windowssecrets.com/public/style_images/wslounge/icon_member_lounger.png) left center no-repeat;
	line-height:16px;
}

.user.lurker {
	background:url(http://lounge.windowssecrets.com/public/style_images/wslounge/icon_member_lurker.png) left center no-repeat;
}

.user.bronze_lounger {
	background:url(http://lounge.windowssecrets.com/public/style_images/wslounge/icon_member_bronze.png) left center no-repeat;
}

.user.star_lounger {
	background:url(http://lounge.windowssecrets.com/public/style_images/wslounge/icon_member_star.png) left center no-repeat;
}

.user.silver_lounger {
	background:url(http://lounge.windowssecrets.com/public/style_images/wslounge/icon_member_silver.png) left center no-repeat;
}

.user.gold_lounger {
	background:url(http://lounge.windowssecrets.com/public/style_images/wslounge/icon_member_gold.png) left center no-repeat;
}

.user.platinum_lounger {
	background:url(http://lounge.windowssecrets.com/public/style_images/wslounge/icon_member_platinum.png) left center no-repeat;
}

.user.uranium_lounger {
	background:url(http://lounge.windowssecrets.com/public/style_images/wslounge/icon_member_uranium.png) left center no-repeat;
}

.user.plutonium_lounger {
	background:url(http://lounge.windowssecrets.com/public/style_images/wslounge/icon_member_plutonium.png) left center no-repeat;
}

.user.vip {
	background:url(http://lounge.windowssecrets.com/public/style_images/wslounge/icon_member_vip.png) left center no-repeat;
	color:#800080;
	font-weight:bold;
}

.user.moderator {
	background:url(http://lounge.windowssecrets.com/public/style_images/wslounge/icon_member_moderator.png) left center no-repeat;
	color:#C00000;
	font-weight:bold;
}

.user.support_admin {
	background:url(http://lounge.windowssecrets.com/public/style_images/wslounge/icon_member_admin.png) left center no-repeat;
	color:#0000C0;
	font-weight:bold;
}

.user.administrator {
	background:url(http://lounge.windowssecrets.com/public/style_images/wslounge/icon_member_admin.png) left center no-repeat;
	color:#008080;
	font-weight:bold;
}
*/

/********************************************************************************/
/* FORM CONTROLS								*/
/********************************************************************************/

.input {
	margin:0;
	font:0.85em verdana,arial,helvetica,sans-serif !important;
}

.button {
	overflow:visible;
        padding:3px 5px;
        cursor:pointer;
	font:0.85em verdana,arial,helvetica,sans-serif !important;
}

.button img.icon {
	line-height:0px !important;
	vertical-align:middle !important;
}

.button.blue {
	border-width:1px;
	border-style:solid;
	border-color:#104070 #003060 #003060 #104070;
	background:url(http://lounge.windowssecrets.com/public/style_images/wslounge/gradient_table.png) left -1px repeat-x #104070;
	color:#FFF;
}

.button.blue:focus, .button.blue:hover, .button.blue:active {
	background:#003060;
	border-color:#104070 #002050 #002050 #104070;
}

.button.orange {
	border:1px solid #DA5;
	background:url(http://lounge.windowssecrets.com/public/style_images/wslounge/gradient_topnav.png) left top repeat-x #FC6;
	color:#404040;
}

.button.orange:focus, .button.orange:hover {
	background-position:left bottom;
}

.button.orange:active {
	background:#FC6;
}

.button.white {
	border:1px solid #FFF;
	background:#FFF;
	color:#0040A0;
}

.button.white:focus, .button.white:hover {
	border-width:1px;
	border-style:solid;
	border-color:#DDD #BBB #BBB #DDD;
}

.button.white:active {
	background:#F4F4F4;
}


.checkbox {
	vertical-align:text-bottom;
}

.label {
	cursor:pointer;
}

.radio {
	vertical-align:text-bottom;
}

.select {
	cursor:pointer;
}

.text {
	margin:1px 0 0 0;
	padding:2px 2px;
}

.full {
	width:100%;
	min-width:100%;
	max-width:100%;
}

/********************************************************************************/
/* PAGINATION CONTROLS								*/
/********************************************************************************/

.pagination li {
	float:left;
	margin:0 0.3em 0 0;
	color:#606060;
	white-space:nowrap;
}

.pagination a, .pagination span {
	display:block;
	padding:0 0.25em;
	min-width:1em;
	border:1px solid #EDB;
	background:url(http://lounge.windowssecrets.com/public/style_images/wslounge/gradient_topnav_on.png) left top repeat-x #FEC;
	font-weight:bold;
	line-height:1.5em;
	text-align:center;
	text-decoration:none;
}

.pagination .active span {
	padding:0 0.10em;
	border-color:#FFF;
	background:#FFF;
}

/********************************************************************************/
/* TABLES									*/
/********************************************************************************/

.col_left {
	text-align:left;
}

.col_center {
	text-align:center;
}

.col_right {
	text-align:right;
}

.minwidth {
	width:1%;
}

.nowrap {
	white-space:nowrap;
}

table.forums, table.thread {
	margin:0 0 8px 0;
	border-collapse:collapse;
}

/* CAPTION BAR */

table.forums caption, table.thread caption {
	padding:12px 8px 6px 4px;
	border-bottom:1px solid #083868;
	border-right:1px solid #083868;
	background:url(http://lounge.windowssecrets.com/public/style_images/wslounge/gradient_table.png) left top repeat-x #285888;
	color:#FFF;
}

table.forums caption .title, table.thread caption .title {
	display:block;
	margin:0 0 2px 4px;
	font-weight:bold;
	font-family:arial,helvetica,sans-serif;
	font-size:1.25em;
}

table.forums caption li, table.thread caption li {
	display:inline;
	float:left;
	smargin:0 4px 0 0;
}

table.forums caption a, table.thread caption a {
	display:block;
	padding:3px 6px 3px 4px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	color:#FFF;
	font:0.85em verdana,arial,helvetica,sans-serif;
	text-decoration:none;
}

table.forums caption a:focus,  table.forums caption a:hover, table.forums caption a:active,
table.thread caption a:focus,  table.thread caption a:hover, table.thread caption a:active {
	background:#4070A0;
	color:#FFF;
	text-decoration:none;
}

/* TABLE HEADER */

table.forums thead th {
	padding:5px 6px;
	border-top:1px solid #5080B0;
	border-bottom:1px solid #205080;
	background:#4070A0;
	color:#FFF;
	font:bold 0.9em arial,helvetica,sans-serif;
	vertical-align:middle;
}

table.forums thead th:last-child {
	border-right:1px solid #205080;
}

/* TABLE FOOTER */

table.forums tfoot td {
	padding-top:3px;
	padding-bottom:3px;
	border-top:1px solid #5080B0;
	border-bottom:1px solid #205080;
	background:#4070A0;
	color:#FFF;
	vertical-align:middle;
}

table.forums tfoot td:last-child {
	border-right:1px solid #205080;
}

table.forums tfoot #moderator_actions {
	float:right;
}

table.forums tfoot .text {
	padding:2px 2px;
	border-width:1px;
	border-style:solid;
	border-color:#003060 #6090C0 #6090C0 #003060;
}

/* TABLE BODY */

table.forums tr.category td {
	font-weight:bold;
}

table.forums td {
	padding:3px 6px;
	vertical-align:middle;
}

table td.icon, table th.icon {
	padding-right:4px !important;
}

table td.icon_caption, table th.icon_caption {
	padding-left:0px !important;
}

table .row_dark td {
	background:#E8F0FF;
	border-width:1px 0;
	border-style:solid none;
	border-color:#E8F0FF;
}

table .row_light td {
	background:#FFF;
	border-width:1px 0;
	border-style:solid none;
	border-color:#FFF;
}

table .moderated {
	color:#A00;
}

table .moderated a {
	color:#A00;
}

table .moderated td {
	background:#FFE0D4;
	border-color:#FFE0D4;
}

table .reported td {
	background:#FFFFD0;
	border-color:#FFFFD0;
}

table .description {
	color:#777;
}

/********************************************************************************/
/* SIDEBAR									*/
/********************************************************************************/

/* TEXT LINKS */

#textlinks {
	margin:0 0 20px 0;
}

#textlinks h1 {
	margin:0 0 4px 0;
	color:#666;
	font:0.85em verdana,arial,helvetica,sans-serif !important;
	text-transform:uppercase;
}

#textlinks ul {
}

#textlinks li {
	margin:0 0 8px 0;
	color:#333;
	font:0.9em arial,helvetica,sans-serif;
	line-height:1.45em;
}

#textlinks h2 {
	font-weight:bold;
}

#textlinks p {
	text-align:left;
}

#textlinks ul p a {
	color:#333;
	text-decoration:none;
}

#textlinks ul p.product a {
	color:#808080;
}

#textlinks p.advertise {
	font:0.80em verdana,arial,helvetica,sans-serif;
	text-align:right;
}

#textlinks p.advertise a {
	text-decoration:underline;
}

/* TEXT BOX */

#textbox {
	font:0.9em arial,helvetica,sans-serif;
	margin-bottom:20px;
}

/********************************************************************************/
/* PAGE FOOTER									*/
/********************************************************************************/

/* STATS BOX */

.statistics dt, .statistics dd {
	border:none !important;
}

/* FOOTER BAR */

#footer_actions {
	display:block;
	padding:2px 8px;
	background:#EEE;
	height:2em;
	line-height:2em;
	border:1px solid #DDD;
}

#footer_actions li.left {
	margin-right:16px;
}

#footer_actions li.right {
	margin-left:16px;
}

#footer_actions a {
	font:0.85em verdana,arial,helvetica,sans-serif;
	line-height:2em;
}

#footer_actions fieldset {
	display:inline;
}

#footer_actions input, #footer_actions select {
	vertical-align:middle;
	line-height:2em;
}

#footer_actions label {
	font:bold 0.85em verdana,arial,helvetica,sans-serif;
	line-height:2em;
}

#copyright {
	clear:both;
	margin:20px 0 0 0;
	font:0.90em arial,helvetica,sans-serif;
	text-align:center;
}


#copyright a {
	color:#000;
	text-decoration:underline;
}

/********************************************************************************/
/* POPUP DIALOGS								*/
/********************************************************************************/

/* PRIVATE MESSAGE NOTIFICATION */

#private_message {
	position:absolute;
	right:0px;
	top:132px;
	z-index:2000;
	padding:8px;
	margin:0;
	width:400px;
	border:1px solid #94B0D0;
	background:#E8F0FF;
	color:#000;
}

#private_message .message {
	float:left;
	width:342px;
}

#private_message h2 {
	margin:0 0 8px 0;
	font:bold 0.9em arial,helvetica,sans-serif;
}

#private_message .metadata {
	margin:0 0 16px 0;
	font:0.85em verdana,arial,helvetica,sans-serif;
}

#private_message .leftcol {
	float:left;
	width:20%;
	font-weight:bold;
}

#private_message .rightcol {
	float:left;
	width:80%;
}

#private_message .actions {
	clear:both;
	text-align:center;
}

/* PAGINATION JUMP BOX */

.page_jump {
	padding:4px 6px;
	background:url(http://lounge.windowssecrets.com/public/style_images/wslounge/gradient_topnav_on.png) left -1.5em #FEC no-repeat;
	border-left:1px solid #EDB;
	border-bottom:1px solid #EDB;
	border-right:1px solid #EDB;
}

.page_jump label {
	display:block;
	margin:0 0 2px 0;
}

/* INLINE MODERATION MENU */

.topic_title {
	position:relative;
}

.topic_moderation {
	float:right;
	z-index:9999;
}

.topic_moderation li {
	float:left;
}

.tab_filters a {
	color:#FFF !important;
}

/********************************************************************************/
/* OTHER STYLE OVERRIDES							*/
/********************************************************************************/
.post_user {
	display:block;
	float:left;
	min-width:225px;
}

.post_date {
	padding-left:10px;
}

#fast-reply_textarea, #ed-0_textarea {
	font:1em arial,helvetica,sans-serif;
}