﻿.bordered
{
    border:solid 1px gainsboro;
    border-collapse:collapse;
}

.checkBox
{
	margin-left:-4px;
}

.tableTitle
{
    font-weight:bold;
    padding:2px 10px 2px 10px;
}

.remainingCharsLabel
{
	font-weight:normal;
	font-size:7.5pt;
	font-style:italic;
}

.contentSectionTitle
{
	margin-bottom:2px;
}

.masterBG
{
    background-color:lavender;
}

.contentBoldTitle
{
    font-weight:bold;
    font-size:8pt;
}

.contentTitle
{
    font-size:8pt;
}

.contentStandardText
{
	font:9pt Verdana, Arial, Helvetica, sans-serif;
}

.note, .footnote
{
	color:Gray;
	font:8pt Verdana, Arial, Helvetica, sans-serif;
}

.error
{
	color:Red;
}

/* Begin Edit Grid Styles */
.editGridHeader, .editGridHeader tr
{
	background-color:#e0e0e0;
	width:100%;
}

.editGridHeader, .editGridHeader td
{
	border-bottom:solid 1px black;
	font:bold 9pt Verdana, Arial, Helvetica, sans-serif;
}

.editGridItem, .editGridItem td, .editGridItem input
{
	background-color:#f2f2f2;
}

.editGridAlternatingItem, .editGridAlternatingItem td, .editGridAlternatingItem input
{
	background-color:#e6e6e6;
}

.editGridItem, .editGridItem td,
.editGridAlternatingItem, .editGridAlternatingItem td,
.editGridEditItem, .editGridEditItem td
{
	font-size:9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}

.editGrid input, .editGrid textarea
{
	font:9pt Verdana, Arial, Helvetica, sans-serif;
}

.editGridEditItem, .editGridEditItem td, .editGridEditItem input
{
	vertical-align:top;
}

.editGridFooter td
{
	font:normal 9pt Verdana, Arial, Helvetica, sans-serif;
}


/* Begin Alert */
.alertInfo { COLOR: #003561 } 
.alertError { COLOR: crimson } 
.alertShell 
{ 
	border:solid 0px gainsboro; 
	OVERFLOW: auto; 
	margin-top: 10px; 
	margin-bottom: 10px;
	WIDTH: 100%; 
}
.alertTable 
{ 
	WIDTH: 100%; 
	BACKGROUND-COLOR: #f5f5f5; 
	TEXT-ALIGN: center 
} 
.alertTable TD 
{ 
	FONT: bold 9pt Arial, Verdana, Helvetica, sans-serif 
} 
.alertMessage 
{ 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 9pt; 
	TEXT-ALIGN: left 
} 
.alertMessage A 
{ 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 9pt; 
	TEXT-ALIGN: left 
} 
.alertMessage A:visited 
{ 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 9pt; 
	TEXT-ALIGN: left
} 
.alertMessage A:hover 
{ 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 9pt; 
	TEXT-ALIGN: left 
} 
.alertMessage A 
{ 
	COLOR: blue; 
	TEXT-DECORATION: underline 
} 
.alertMessage A:visited 
{ 
	COLOR: blue; 
	TEXT-DECORATION: underline 
} 
.alertMessage A:hover 
{ 
	COLOR: blue; 
	TEXT-DECORATION: underline 
} 
.alertMessage HR 
{ 
	WIDTH: 100%; 
	COLOR: #aaaaaa 
} 
/* End Alert */

.passwordIndicator
{
	background-color:Gray;
	color:White;
	margin-left:3px;
	padding:4px;
	font-size:8pt;
	font-style:italic;
}
/***/

body, td, input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

body {
	margin: 0;
	color: #363636;
	background-color: #ffffff;
	min-width: 780px;
}

#forum-outer-wrapper {
	width:100%;
	margin: 0 auto;
}

#forum-outer-wrapper a {
	text-decoration: underline;
}

#forum-outer-wrapper a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}

* html .minwidth {
	border-left:780px solid #fff; 
	position:relative; 
	float:left; 
	z-index:1;
}
* html .container {
	margin-left:-780px;
	position:relative; 
	float:left; 
	z-index:2;
}

form {
	margin: 0;
	padding: 0;
}

.link-button {
	padding: 5px 15px 5px 15px; 
	font-weight: bold; 
	text-decoration: none !important;
	font-size: 12px;
	line-height: 10px;
}

/*-----------------------------------------------------------------------------
								Header
-----------------------------------------------------------------------------*/



.forum-header-wrapper {
	position: relative;
	margin: 0 auto;
	width:98%;
	height: 90px;
	background-image: url(images/bottom-right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}



.forum-header-wrapper h1 {
	font-weight: normal;
	position: absolute;
	font-size:24px;
	margin: 0;
	padding: 0;
	top: 20px;
	left: 20px;
	
}


/*-------------------------------------Menu-----------------------------------*/

div#menu {
	float:left;
	width: 100%;
	padding-top:43px;
	background-image: url(images/bottom-left.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

ul#nav,ul#nav li {
	list-style-type:none;
	margin:0;
	padding:0
}

ul#nav {
	margin-left: 20px;
}
ul#nav li {
	float:left;
	margin-right: 1px;
	text-align: center;
}

ul#nav a {
	float:left;
	width: 90px;
	padding: 5px 0;
	background: #ebebeb;
	text-decoration:none;
	color: #666
}

ul#nav a:hover{
	background: #ffffff;
	color: #000000;
}

ul#nav li.activelink a,ul#nav li.activelink a:hover{
	background: #FFF;
	color: #003;
}

ul#nav a:visited{
    color: #000000;
}

ul#nav li.activelink a:visited,ul#nav li.activelink a:visited{
    background: #FFF;
    color: #003;
}

/*-------------------------------------Menu-----------------------------------*/


.top-links {
	text-align: right;
	margin-right: 10px;
	padding-top: 10px;
	/*margin-bottom: -23px;*/
}

.top-links a {
	font-size: 12px;
	text-decoration: underline;
}

.top-links a:hover {
	text-decoration: none;
}

/*-----------------------------------------------------------------------------
								End Main Header
-----------------------------------------------------------------------------*/

/*------------------------------------------------
				   Main Body
-------------------------------------------------*/


/*----------------------------
			  Top
----------------------------*/

#main-top {
	background-image: url(images/top-center.gif);
	height:13px;
	margin-left: 229px;
	
}

#wrapper-top{
	height: 13px;
	overflow: hidden;
	background-image: url(images/top-center.gif);
	background-repeat: repeat-x;
}

#sidebar-top {
	width: 229px;
	height: 13px;
	float: left;
	background-image: url(images/sidebar-top.gif);
	background-repeat: no-repeat;
}

#right-top {
	background-image: url(images/top-corner.gif);
	width: 12px;
	height: 13px;
	float: right;
	background-repeat: no-repeat;
}

#container-top {
	width: 100%;
	float: left;
	margin-right: -200px;
}

/*----------------------------
			End Top
----------------------------*/

#outer_wrapper {
	background: #fff url(images/background_3.gif) repeat-y left;
	width:98%;
	margin: 10px auto 0 auto;
}

#wrapper {
	overflow: hidden;
}

#container {
	width: 100%;
	float: left;
	margin-right: -200px;
	height: auto !important;
	height: 325px;
}

#container .category-mngmnt 
{
	height: 325px;
}

#container:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}


#main {
	border-right: 1px solid #ccc;
	margin-left: 233px;
	padding-right: 13px;
}

.sidebar {
	width: 184px;
	float: left;
	padding: 0 30px 0 15px;
	padding-bottom: 1001em;
	margin-bottom: -1000em;
	background-image: url(images/sidebar-back.gif);
	background-repeat:repeat-y;
	height:auto;
}
.sidebar:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sidebar {display: inline-block;}
 
/* Hides from IE-mac \*/
* html .sidebar {height: 1%;}
*html #container {height: 325px;}
.sidebar, #container {display: block;}
/* End hide from IE-mac */


/*----------------sidebarcubes---------------------*/

.sidecube {
	width: 184px;
	margin-top: 15px;
	font-size:12px;
}

.cube-header {
	padding-bottom: 4px;
	margin-top: 5px;
}

.cube {
	width: 164px;
	height: auto;
	background-image: url(images/cube-top.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fafaf8;
	padding:13px 10px 10px 10px;
	line-height: 17px;
	overflow: hidden;
	word-wrap: break-word;
}

/*-------------------------------------------------*/

#right {
	width: 12px;
	border-right: 1px solid #cccccc;
	float: right;
	padding-bottom: 1001em;     /* X + padding-bottom */
	margin-bottom: -1000em;
}

/*----------------------------
			Bottom
----------------------------*/

#wrapper-bottom {
	
}

#main-bottom {
	height:13px;
	margin-left: 229px;
}

#container-bottom {
	height: 13px;
	background-image: url(images/bottom-center.gif);
	background-repeat: repeat-x;
	width: 100%;
	float: left;
	margin-right: -200px;
}

#sidebar-bottom {
	width: 229px;
	height: 13px;
	float: left;
	background-image: url(images/sidebar-bottom.gif);
	background-repeat:no-repeat;
}

#right-bottom {
	background-image: url(images/bottom-corner.gif);
	width: 12px;
	height: 13px;
	float: right;
}
/*----------------------------
		  End Bottom
----------------------------*/


/*--------------------------------
		  Discussions Title
---------------------------------*/
#title-bar {
	padding: 0 10px 0 3px;	
	height: 25px
}

#title-bar span {
	text-align: right;
	/*float: right;*/
	padding-top: 5px; 
	margin: 0;
}

#title-bar h2 {
	margin:0;
	padding:0; 
	text-align: left;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	width: auto;
	font-size: 24px;
	float: left;
}

#title-bar span a {
	color: #000;
}

#title-bar span a:hover {
	text-decoration: none;
}

.previous {
	padding-right: 15px;
}

.next {
	padding-left: 15px;
}

.right-arrow {
	margin-left: 1px;
}

.left-arrow {
	margin-left:30px;
	margin-right: 1px;
}

/*--------------------------------
		  Discussions Title
---------------------------------*/

/*--------------------------------
		  Discussions
---------------------------------*/

.discussion {
	border-bottom: 1px solid #cccccc; 
	padding-top: 10px;
}

.discussion-border {
	border-top: 1px solid #cccccc;
}

.discussion-heading {
	padding: 10px 0;
}

.discussion-text {
	padding-bottom: 15px;
	width: 98%;
	overflow: hidden;
}

.discussion-dark, .discussion-light, .discussion-dark td, .discussion-light td {
	height: 45px;
	width: 99%;
	border-bottom: 1px solid #ffffff;
}

a.discussion-title {
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}

.discussion-inside {
	width: 98%; 
	padding:0px 3px 0px 10px;
}

.discussion-inside div {
	font-size:10px;
}

.discussion-inside div a {
	font-size:10px;
}

.category-inside {
	width: 98%; 
	padding:0px 3px 0px 10px;
	font-size:12px;
	color: #363636;
}

.category-inside span.category-span {
	color: #959595;
	font-size:10px;
}

.category-inside span.category-span a {
	
}

/*--------------------------------
		  End Discussions
---------------------------------*/

/*--------------------------------
		  General
---------------------------------*/

.settings-panel, .settings-panel-wide, .settings-panel-narrow, .settings-panel-narrow2 {
	width: 99%;
	margin-top: 10px;
	
}

.settings-panel-wide {
	width: 99%;
}

.settings-panel-narrow {
	width: 337px;
}

.settings-panel-narrow2 {
	width: 526px;
}

.settings-panel-top {
	padding:4px 0 4px 10px;
	border-bottom: 1px solid #ffffff;
}

.settings-panel-top span {
	color: #000000; 
	font-size: 12px;
	font-weight: bold;    
}

.settings-panel-label 
{
	line-height:20px;
} 

.settings-panel-body {
	padding: 5px 5px 5px 10px;
}

.spanBold {
	color: #000000; 
	font-size: 12px;
	font-weight: bold;
}

.submit-button {
	background-color:White;
	border: solid 1px #507CD1;
	color:#284E98;
	cursor:pointer;
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold
}

.category-box {
	display: block; 
	height: auto;
	margin: 9px 0 0 0; 
	width: 482px; 
	border-left: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc; 
	background-color: #ffffff;
}

.category-row-height {
	height: 23px;
}

.category-row {
	float:left;
	height: 16px;
	border-top: 1px solid #cccccc; 
	border-right:1px solid #cccccc; 
	width: 111px;
	padding: 3px 4px 3px 10px;
}

.category-delete {
	float:left;
	height: 16px; 
	border-top: 1px solid #cccccc; 
	border-right:1px solid #cccccc; 
	width: 47px; 
	padding: 3px 4px; 
	text-align: center;
}

.category-add {
	float: left;
	height: 16px; 
	border-top: 1px solid #cccccc; 
	border-right:1px solid #cccccc; 
	background-color: #edede3; 
	width: 461px;
	padding: 3px 10px;
}

.category-add-form {
	float: left;
	border-top: 1px solid #cccccc; 
	border-right:1px solid #cccccc; 
	background-color: #edede3; 
	padding: 5px 10px 10px 10px;
}

.members-top span {
	text-align: right;
}

.members-top span a {
	color: #000;
}

.second-span {
	padding-left: 10px;
}


/*------------------------------------------------
				Main Body End
-------------------------------------------------*/



.clear {
	clear: both;
}

/*------------------------------------------------
				Main Body End
-------------------------------------------------*/
/*Begin - Sidebar list*/

.CategoryNavLink
{
    color: #0000ff;
    text-decoration: underline;
}

.accordionContentFooter
{
	height:5px;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top:10px;
	padding-bottom: 5px;
}

.accordionContentFooter a 
{
	 font-style: italic;
}

/*End - Sidebar list*/

/* Begin Internals */
.internal, .internal td
{
	color:Gray;
	font-size:7pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.internalLabel
{
	font-weight:bold;
	text-align:right;
	width:50%;
}
/* End Internals */

.leftMarginLabel
{
	margin-left:10px;
}

.leftMarginLabelWide
{
	margin-left:30px;
}

/*------------------------------------------------
                Login and register etc
-------------------------------------------------*/
.center {
    margin-top: 60px;
    width: 100%;
    height: 100%;
}

.login {
    margin: auto;
    width: 320px;
    height: auto;
    border:1px solid #cccccc;
    border-collapse:collapse;
}

.login-top {
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.login a{
    line-height: 17px;
    color: #363636;
}

.login a:visited {
    color: #363636;
}

.register {
    width: 400px;
    margin: auto; 
    height: auto; 
    border:1px solid #cccccc; 
    padding:7px;
    background-color: #ffffff;
}

.banner
{
	width: 100%;
	text-align:center;
	clear: both;
	margin-top: 20px;
}

.welcome {
	position: absolute; 
	bottom: 10px; 
	right: 10px; 
	font-size:12px
}

.MainButtonSilver
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url('images/button_bk_silver.gif') repeat-y;
	background-repeat: repeat;
	border: 1px solid #959595;
	color: #000000;
	cursor:pointer;
	padding:0px 10px 3px;
	.padding:0px 10px 2px;
	text-align:center;
	text-decoration:none;
	font-weight: bold;
	font-size:11px;
	overflow: visible;
    cursor: pointer;
	height: 20px;
	width: 62px;
	vertical-align: middle;
}

.hr2 
{ 
    padding: 0;
    margin: 0px auto;
    padding: 1px;
    background: transparent url('images/hr_dotted.gif') repeat-x top;	
    line-height: 1px;
	width: 80%;
}

.sub-nav2 li.active a, .sub-nav2 li.active a:visited 
{
	background-repeat: no-repeat;
	background: url(images/tabs1.gif) 0 -0px;
	color: #000000;
	border-bottom: 1px solid #e4efc7;
	cursor: text;
}

#login-logo-container-middle
{
	background-image: url(images/content_admin_middle_bkg.gif);
	background-repeat:repeat-y;
	width: 480px;
	height: auto;
}
	
#login-logo-container-bottom
{
	background-image: url(images/content_admin_bttm_corner.gif);
	background-repeat:no-repeat;
	width: 480px;
	height: 5px;
}

#login-logo-container-top
{
	background-image: url(images/content_admin_top_corner.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	width: 480px;
	height: 5px;
}

#login-logo-main-container
{
	margin: auto;
	width: 480px;
	text-align: center;
}

.login-text-format
{
	text-align:center; 
	padding-bottom: 5px;
	padding-top: 5px; 
	font-size: 12px;
}

#login-image-holder
{
	background-image: url(images/wst_login_bkg.gif); 
	background-repeat: no-repeat; 
	width: 470px; 
	height: 411px; 
	margin: auto; 
	text-align:center;
}

#login-top-icon-holder
{
	background-image: url(images/content_admin_login_gradient_bkg.jpg); 
	background-repeat: no-repeat; 
	width: 612px; 
	height: 110px; 
	margin: auto 0px 10px; 
	text-align:center;
}
