/* default font, margin, and padding settings. */
body, div, td
{
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: "Lucida Sans Unicode", "Lucida Grand", Arial, sans;*/
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body
{
	text-align: center;
	background: url("/forum/img/skin/body_bg.gif") repeat;
}
body#popup
{
	background: #ffffff;
	margin: 30px;
}

div#wrapper
{
	margin: 0px auto;
	text-align: left;
	height: 100%;
	
	background-color: #ffffff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

div#container
{
	background: url("/forum/img/skin/wrapper_bg.gif") repeat-x;
	width: 100%;
	height: 100%;
}

/*----------------------------------------------------------------------------*/

/* links */
a:link, a:visited
{
	color: #1c6fdf;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

a.noUnderline:link, a.noUnderline:visited
{
	text-decoration: none;
}
a.noUnderline:hover
{
	text-decoration: underline;
}

/*----------------------------------------------------------------------------*/

div#header
{
	background: #d98921 url("/forum/img/skin/header_bg.gif") repeat-x;
}

div#logo
{
	margin: 5px 0px 5px 10px;
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #d98921;
	float: left;
}

div#titleAndSlogan
{
	width: 500px;
	float: left;
	margin: 15px 0px 0px 10px;
}
span#forumTitle
{
	font-family: "Trebuchet MS", "Geneva CE", Verdana, Helvetica, Arial, sans-serif;
	/*font-family: "Lucida Sans Unicode", "Lucida Grand", Arial, sans;*/
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
}
span#forumSlogan
{
	font-family: "Trebuchet MS", "Geneva CE", Verdana, Helvetica, Arial, sans-serif;
	/*font-family: "Lucida Sans Unicode", "Lucida Grand", Arial, sans;*/
	font-size: 14px;
	color: #ffffff;
}

div#headerLinks
{
	text-align: right;  /* Added here to correct Opera */
	float: right;
	margin: 0px 10px 0px;
}

div#headerLinks a:link, div#headerLinks a:visited
{
	float: left;
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: "Lucida Sans Unicode", "Lucida Grand", Arial, sans;*/
	font-size: 10px;
}
div#headerLinks a:hover
{
	text-decoration: underline;
}
div#headerLinks a.headerLinkText
{
	margin: 5px 10px 0px 2px;
}

/*----------------------------------------------------------------------------*/

div#footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	background-color: #ffffff;
	clear: both;
	border-top: 1px solid #e3e9e8;
}
/*div#footer a:link, div#footer a:visited
{
	color: #67849a;
}
*/
/*----------------------------------------------------------------------------*/

/* sign-in area */
/*
#noLoginArea, #noLoginArea td, #loginArea, #loginArea td
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}
#noLoginArea a, #loginArea a
{
	color: #ffffff;
}
*/

/*----------------------------------------------------------------------------*/

/* error message box */
.errMesgBox
{
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	color: #aa0000;
	padding: 10px;
	margin: 10px;
}
/* success message box */
.successMesgBox
{
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	color: #00aa00;
	padding: 10px;
	margin: 10px;
}

/*----------------------------------------------------------------------------*/

/* begin: user profile */
#userProfileBlock
{
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #dddddd;
	padding: 2px;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
/*
	opacity: .95;
*/	
}
#userProfileTitleBar
{
	background-color: #67849a;
}
#userProfileTitle
{
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;*/
	padding: 2px 0px 2px 4px;
}
#userProfileCloseBtn
{
	padding: 2px 2px 2px 0px;
}
/* end: user profile */

/*----------------------------------------------------------------------------*/

/* headings */
h1, h2, h3, h4, h5
{
	font-family: "Trebuchet MS", "Geneva CE", Verdana, Helvetica, Arial, sans-serif;
	/*font-family: "Lucida Sans Unicode", "Lucida Grand", Arial, sans;*/
}
h1
{
	font-size: 36px;
}
h2
{
	font-size: 28px;
}
h3
{
	font-size: 22px;
}
h4
{
	font-size: 18px;
}
h5
{
	font-size: 14px;
}

/*----------------------------------------------------------------------------*/

/* for long unbroken text */
.wrapText
{
	word-wrap: break-word;
	overflow: hidden;
	width: 100%;
}

/*----------------------------------------------------------------------------*/

div.padContent
{
	padding: 20px;
	clear: both;
	background-color:#ffffff;
}
