﻿
body, h3, textarea, input, select
{
    font-family: Tahoma,Arial,Helvetica;
    font-size: 13px;
}
h2
{
    font-family: Tahoma,Arial,Helvetica;
    font-size: 20px;
}
fieldset
{
    border:none 0px;
}

a img
{
    border: 0px solid #FFFFFF;
}
a, a:visited
{
    color: rgb(0, 155, 199);
}

body
{
    background: #ffffff none repeat scroll 0%;
    color: #333333;
    margin: 0pt;
    padding: 0pt;
    background-color: rgb(241, 241, 241);
    width:100%;
}

#pageContainer
{
    margin: 0pt auto;
    padding: 0pt 0px;
    text-align: left;
    width: 863px;
    height: auto;
    overflow: hidden;
}
#mainContent
{
    margin-left: 256px;
    min-height: 200px;
}


#sidebar
{
    float: left;
    width: 246px;
}
#sidebar .content
{
    background:  url(Images/bg-sidebar.png) repeat-y scroll 0px  0px;
}

#sidebar .top
{
    background: url(Images/bg-sidebar-top.png) no-repeat scroll;
    height: 15px;
    width: 246px;
}
#sidebar .bottom
{
    background: url(Images/bg-sidebar-bottom.png) no-repeat scroll 0px  0px;
    height: 15px;
    width: 246px;
}

#footer
{
    margin: 0pt auto;
    margin-top: 10px;
    height: 23px;
    padding: 10px;
    width: 723px;
    border-top: solid 1px black;
}

#header
{
    background: url(Images/bg-header.png) repeat-x scroll 0px -14px;
    color: rgb(102, 102, 102);
    height: 39px;
    width:96%;
    margin: 0pt auto;
}

#header a
{
    color: rgb(102, 102, 102);
    font-weight: bold;
    text-decoration: none;
}

#header .title
{
    font-family: "Trebuchet MS" ,Sans-Serif,Verdana;
    font-size: 36px;
    float: left;
}

#header .links
{
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    color: rgb(102, 102, 102);
}

#header .links a
{
    padding: 8px 8px 8px 8px;
    color: rgb(102, 102, 102);
}

#introdetail
{
    background-color: Red;
    color: #016399;
    margin-right: 30px;
}

#logo
{
    background:  url(Images/logo_sm.png) no-repeat scroll center;
    height: 52px;
    width: 246px;
}

#freesignup
{
    margin-left:8px;
    margin-right:8px;
    cursor: pointer;
    height: 37px;
    background-color: rgb(150, 198, 63);
    text-align: center;
}

#freesignup h2
{
    color: White;
    padding-top:5px;
    text-decoration:underline;
}

#content
{
    padding-left: 15px;
    padding-right: 15px;
    background: url(Images/bg-content.png) repeat-y scroll;
}

#contentFooter
{
    margin:0px;
    background: url(Images/bg-content-bottom.png) no-repeat scroll;
    height:15px;
}

#recentMessages
{
    margin:0px;
}



#contentHeader
{
    background-color: rgb(150, 198, 63);
    height: 27px;
    margin-left:8px;
    margin-right:8px;
}
#contentHeader h2
{
    color: white;
    margin-left: 20px;
    margin-top: 15px;
    * margin-top: 0px;
}



/*
    Featured Members box
*/
#featuredmembers, #featuredgroups
{
    margin-left: 8px;
    margin-right: 8px;
}
#fmHeader
{
    height: 25px;
    padding: 0px;
    background-color: rgb(150, 198, 63);
}
#fmHeader h2
{
    color: White;
    font-size: 12px;
    padding-top:5px;
    padding-left:5px;
}

#fmContent
{
    padding: 10px;
}
#fmFooter
{
    height: 25px;
}
/*
    Featured Group box
*/
#fgHeader
{
    height: 25px;
    padding: 0px;
    background-color: rgb(150, 198, 63);
}
#fgHeader h2
{
    color: White;
    font-size: 12px;
    padding-top:5px;
    padding-left:5px;
}
#fgContent
{
    padding: 10px;
}
#fgFooter
{
    height: 30px;
}

.searchTextbox
{
    background: #ffffff url(Images/search.gif) no-repeat scroll 3px 4px;
    border: 1px solid #000; /* #e2c822;*/
    width: 80px;
    font-size: 11px;
    padding: 3px 3px 3px 17px;
}

.inviteTextbox
{
    border: 1px solid #000; /* #e2c822;*/
    width: 94px;
    font-size: 11px;
    padding: 3px 3px 3px 3px;
}


.dimBackground
{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #999999;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.modalBox
{
    background: #ffffff none repeat scroll 0%;
    position: absolute;
    border: 5px solid #333333;
    z-index: 9999;
    font-size: 12px;
}

.modalBox .titleContainer
{
    height: 36px;
    background-color: rgb(150, 198, 63);
    color: #ffffff;
    font-family: "Trebuchet MS" ,Sans-Serif,Verdana;
    font-size: 18px;
    font-weight: bolder;
    padding-left: 15px;
}

.modalBox .title
{
    float: left;
    padding-top: 5px;
}

.modalBox .closeButton
{
    float: right;
    background-image: url(Images/btnClose.png);
    cursor: pointer;
    width: 22px;
    height: 22px;
    margin: 7px 7px;
}

.modalBox .contentContainer
{
    padding: 10px;
}

.gravatar
{
    border: 0px;
    margin-left: 0px;
    margin-top: 1px;
    margin-right: 0px;
    padding: 0px;
    vertical-align: middle;
}

.time
{
    background: transparent url(Images/time.gif) no-repeat scroll 0%;
    padding-left: 20px;
}

.divider
{
    height: 10px;
    width: 40px;
}

.form
{
    /*background: #fff9d7 none no-repeat scroll 0%;*/
    background: #fff none no-repeat scroll 0%;
    border: 1px solid #000; /* #e2c822;*/
    padding: 0 8px 8px 8px;
}

.form h2
{
    border-bottom: 1px solid #000; /* #e2c822;*/
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
}

.form p
{
    margin-top: 5px;
    margin-bottom: 5px;
}
.form div
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.form .label
{
    width: 70px;
    padding-right: 2px;
    padding-top: 2px;
    float: left;
    clear: left;
}

.form .textbox
{
    width: 280px;
    border: 1px solid #000; /* #e2c822;*/
    font-size: 11px;
    padding: 3px;
}

.form .textarea
{
    width: 280px;
    height: 128px;
    border: 1px solid #000; /* #e2c822;*/
    font-size: 11px;
    padding: 3px;
}

.form .largeTextbox
{
    width: 480px;
    border: 1px solid #000; /* #e2c822;*/
    font-size: 11px;
    padding: 3px;
}

.form .largeTextarea
{
    width: 480px;
    height: 192px;
    border: 1px solid #000; /* #e2c822;*/
    font-size: 11px;
    padding: 3px;
}

.button
{
    background: #f2f2f2 url(Images/buttonBG.gif) repeat-x scroll 0%;
    border: 1px solid #999999;
    padding: 2px 4px 2px 4px;
    height: 22px;
}

.form .validator
{
    color: #ff0000;
    padding-left: 72px;
}

.form .smallTextbox
{
    border: 1px solid #000; /* #e2c822;*/
    font-size: 11px;
    padding: 3px;
    width: 200px;
}

.errorField
{
    background-color: #FFFFCC;
}

.form .message
{
    padding-left: 72px;
}

.form .framedDiv
{
    width: 280px;
    border: 1px solid #000; /* #e2c822;*/
    font-size: 11px;
    padding: 3px;
}

.pageTitle
{
    border-bottom: 1px solid #333333;
    padding-bottom: 5px;
    margin-bottom: 4px;
    color: #333333;
    font-size: 2.0em;
    width: 100%;
}

.pageMessage
{
    font-size: 1.2em;
}

.odd
{
    border: 1px solid #f9f9f9;
}

.even
{
    background-color: #f8f8f8;
    border: 1px solid #f2f2f5;
}


.pager
{
    padding: 10px;
    text-align: center;
}

.pager .disabled
{
    border: 1px solid #dddddd;
    color: #999999;
    margin-top: 4px;
    padding: 3px;
    text-align: center;
}

.pager .current
{
    background-color: #0066cc;
    border: 1px solid #000099;
    color: #ffffff;
    font-weight: bold;
    margin-top: 4px;
    padding: 3px 5px;
    text-align: center;
}

.pager a
{
    border: 1px solid #c0c0c0;
    color: #0066cc;
    margin-top: 4px;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
}

#chars_left_notice, #reply_chars_left_notice
{
	font-size: 0.92em;
}
#status-field-char-counter, #reply-field-char-counter
{
	font-size: 22pt !important;
	color: #CCCCCC;
	display: block;
	top: 0pt;
	right: 10px;
	position: absolute;
}
.numeric
{
	font-family: 'Georgia' , 'Serif';
}
.bar
{
	position: relative;
}

.bar textarea
{
	font-family: 'Lucida Grande' ,sans-serif;
	font-size: 1.15em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 2.5em;
	line-height: 1.1;
	overflow: auto;
	padding: 5px;
	width: 98%;
}

.messagemeta
{
    color: Gray;
}

.hilite
{
    background: yellow;
}

#modalOverlay
{
    background-color: #000; /*cursor:wait;*/
}

#modalContainer
{
    height: 400px;
    width: 440px;
    left: 50%;
    top: 15%;
    margin-left: -220px; /* half the width, to center*/ /*background-color:#fff;   border:3px solid #ccc;*/
}

#modalContainer a.modalCloseImg
{
    /*background:url(../img/x.png) no-repeat;*/
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -14px;
    right: -18px;
    cursor: pointer;
}

.icon
{
    border: 0px;
}

.msgview
{
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

.msgview td
{
    vertical-align: top;
}
.msgview table
{
    width: 100%;
}


