﻿body 
{
	margin:0px;
	padding:0px;
	font: 14px/1.5em Verdana;
	background: #fff;/*#E9ECE3;*/
}
a { text-decoration:none; color:#000;}
a:focus { outline:none;}
a:hover { text-decoration:underline;}
img { border:none;}

hr
{
	color:#5DC406;
	background-color:#5DC406;
	height: 1px;
	border-spacing:1px;
}

#container
{

}
#header
{	
	background-image: url('images/bggradient.jpg');
	background-repeat: repeat-x;
	height:117px;
	border-bottom:1px solid #5DC4C6;
}
#header .headerContainer
{
	padding:5px;
	text-align:center;
	width:765px;
	margin:0 auto;
}
#header .headerLogo
{
	float:left;
	margin:10px 0 0 0;
	padding:0;
	background:url('images/tran_logo.gif') no-repeat;
	height:45px;
	width:234px;
}
#header .headerLogoC
{
	float:left;
	margin:10px 0 0 0;
	padding:0;
	height:45px;
	width:234px;
}
#header .headerCrumb
{
	float:right;
	list-style:none;
	clear:right;
	margin:0;
	padding:0 15px 0 0;
}
#header h1
{
	float:right;
	color:#5DC406;
	font-size:16px;
	text-align:right;
	margin:0;
	padding:0 15px 0 0;
}
#header .headerCrumb li {
	display:inline;
	background:url('images/tran_arrow_crumb.gif') no-repeat 0 4px;
	padding:0 0 0 14px;
	margin:0 0 0 4px;
	color:#fff;
	text-transform:lowercase;
}
#header .headerCrumb li a {
	color:#fff;
}
/*End Header Crumb*/
/*Main menu*/
#header .headerMenu
{
	clear:both;
	float:right;
	list-style:none;
	text-align:center;
	margin:5px 0 0 0;
	padding: 0 0 0 0;
	font: 18px/1.5em Verdana;
	text-transform:lowercase;
}
#header .headerMenu li 
{
	display:inline;
}
#header .headerMenu a 
{
	float:left;
	background:url('images/tableft.gif') no-repeat left top;
	margin:0px;
	padding:0px 0px 0px 6px;
	text-decoration:none;
}
#header .headerMenu a span 
{
	float:left;
	display:block;
	background:url('images/tabright.gif') no-repeat right top;
	padding:6px 14px 18px 6px;
	color:#5DC406;
	text-decoration:none;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header .headerMenu a span {float:none;}
/* End IE5-Mac hack */
#header .headerMenu a:hover span 
{
	color:#FFF;
}
#header .headerMenu a:hover 
{
	background-position:0% -51px;
}
#header .headerMenu a:hover span 
{
	background-position:100% -51px;
}
	#header .headerMenu .current a 
{
	background-position:0% -51px;
}
#header .headerMenu .current a span 
{
	background-position:100% -51px;
	color:#FFF;
}
/*End Main Menu*/

#tabs
{
	background-color:#A2C66C;
	padding:0;
	margin:0;
	/*height:70px; handled by code*/
}

#tabs .tabsContainer
{
	padding:10px 15px 0px 15px;
	width:765px;
	margin:0 auto;
	background-color:#BAC38E;
	/*height:60px; handled by code*/
}
#tabs .tabContainer table
{
	width:100%;
	border:none;
	padding:0;
	margin:0;
}
#tabs .tabsCrumb
{
	margin:0;
	padding:5px 0 10px 0;
	text-transform:lowercase;
	font: 13px/1.5em Verdana;
}
#tabs .tabsCrumb li {
	display:inline;
	background:url('images/tran_dot_crumb.gif') no-repeat 0 4px;
	padding:0 0 0 14px;
	margin:0 0 0 4px;
}
#tabs .tabsCrumb li a 
{
	color:#000;
}

#tabs .tabsMenu
{
	margin:0;
	padding:0 0 0 0;
	font: 14px/1.5em Verdana;
	text-transform:lowercase;
}
#tabs .tabsMenu li 
{
	display:inline;
	margin:0 0 0 0;
	padding:0;
}
#tabs .tabsMenu a 
{
	float:left;
	background:url('images/tableftsub.gif') no-repeat left top;
	margin:0 0 0 0;
	padding:0 0 0 6px;
	text-decoration:none;
}
#tabs .tabsMenu a span 
{
	float:left;
	display:block;
	background:url('images/tabrightsub.gif') no-repeat right top;
	padding:10px 14px 4px 6px;
	margin:0 0 0 0;
	color:#000000;
	text-decoration:none;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs .tabsMenu a span {float:none;}
    /* End IE5-Mac hack */
#tabs .tabsMenu a:hover span 
{
	color:#000000;
}
#tabs .tabsMenu a:hover 
{
	background-position:0% -35px;
}
#tabs .tabsMenu a:hover span 
{
	background-position:100% -35px;
}
#tabs .tabsMenu .current a 
{
	background-position:0% -35px;
}
#tabs .tabsMenu .current a span 
{
	background-position:100% -35px;
	color:#000000;
}		

#content
{	
	background-color:#fff;
}
#content .helpContainer
{
	padding:2px 5px 0px 2px;
	width:765px;
	margin:0 auto;
	text-align:right;
}        
#content .helpContainer a
{
	color:#5DC406;
	font-size:12px;
	text-transform:lowercase;	
}
#content .contentContainer
{
	padding:15px 5px 15px 5px;
	width:765px;
	margin:0 auto;
}        
#content .fbtns, #content .fbtns_green
{
	font-weight:bold;
	font: 12px;
	border:solid 1px #555555;
	text-transform:lowercase;
	color:#4A4A4A;
	padding:2px 8px 5px 8px;
	margin:0 0 0 0;
	height:26px;
}
#content .fbtns_green:hover, #content .fbtns:hover
{
	color:#000;
}
#content .fbtns
{
	background:url('images/btn_grad.jpg') repeat-x;
}
#content .fbtns_green
{
	background:url('images/btn_grad_green.jpg') repeat-x;
}
#content a.buttonSM 
{
	margin: 0;
	float: left;
	height: 41px;
	font-size: 14px;
	line-height: 40px;
	color: #333;
	background: url(images/buttons-bg.gif) no-repeat;
}

#content span.buttonSM
{
	float: left;
	height: 41px;
	cursor: pointer;
	padding: 0 35px;
	background: url(images/buttons-endbg.gif) no-repeat 100% 0;
}

a#btnCalendar
{
	background:url('images/btn_calendar.gif') no-repeat;
	width:40px;
	height:25px;
	display:block;
	text-indent: -9999px;
}
#content .btnCalendarNext, .btnCalendarPrev
{
	height:11px;
	width:12px;
	border:0;
	margin:0;
	cursor:pointer;
	cursor:hand;
}
#content .btnCalendarPrev
{
	background:url('images/btnCalPrev.png') no-repeat;
}
#content .btnCalendarNext
{
	background:url('images/btnCalNext.png') no-repeat;
}
#content div .gridAction
{
	float:right;
}

#content .subtitle
{
	font-weight:bold;
	font-size:12px;
	text-transform:lowercase;
	color:#4A4A4A;
	padding:0 10px 0 0;
	margin:0;
	background:url('images/para_header.jpg') repeat-x;
	height:30px;
}
#content .subtitle ul
{
	padding:0 0 0 10px;
	margin:0;
}
#content .subtitle li
{
	display:inline;
	background:url('images/tran_down_arrow.gif') no-repeat 0 4px;
	padding:0 0 0 17px;
	margin:0 0 0 4px;
	height:100%;
}
#content .dashTitle
{
	clear:both;
	font-size:12px;
	text-transform:lowercase;
	color:#fff;
	padding:0 5px 0 5px;
	margin:0;
	background:url('images/dash_header.jpg') repeat-x;
	height:30px;
}
#content .dashRight, .dashRightBotPad, .dashRightHelp
{
	font-weight:normal;
	float:right;
	clear:right;
	padding:0 0 0 12px;
	vertical-align:top;
}
#content .dashRightHelp a, .rptMenuHelp a
{
	color:#5DC406;
	font-size:12px;
	text-transform:lowercase;	
}	
#content .rptMenuHelp
{
	font-weight:bolder;
}	

#content .dashRightBotPad
{
	padding-bottom:5px;
}
#content .dashTitle a
{
	color:#fff;
}
#content .dashLeft
{
	font-weight:bold;
	float:left;
	clear:left;
}
#content .dashProTable td
{
	font-size:12px;
	border-bottom:solid 1px #5DC406;
}
#content .dashProTable .name
{
	font-size:14px;
	text-transform:lowercase;
	color:#5DC406;
	font-weight:bold;
	text-align:right;
}
#content .imgBorder
{
	border:solid 2px #999999;
	padding:2px;
}
#content .help
{
	color:#5DC406;
	font-size:12px;
	text-transform:lowercase;
}
#content .rpHeader
{
	font-weight:bold;
	font-size:14px;
	text-transform:lowercase;
	background:#5DC406;
}

/*start the footer area*/
#footer {
	clear:both;
	width:100%;
	height:100px;
	margin:0;
	padding:0;
	background-color:#A2C66C;
}

#footer .footer-area 
{
	margin:0 auto;
	padding:0px 15px 0px 15px;
	width:765px;
	height:100px;
	background-color:#BAC38E;
}
#footer .footerLogo
{
	margin-top:10px;
	float:right;
	margin-right:5px;
	background:url('images/logo_white.gif') no-repeat;
	height:40px;
	width:196px;	
}

#footer .powered strong {
	display:block;
	font-size:9px;
	font-weight:normal;
	color:#fff;
}
#footer .information 
{
	float:left;
	width:535px;
	border-top:none;
	font-size:10px;
	color:#202a2f;
	margin:0 0 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;	
}
#footer .rinformation 
{
	float:right;
	width:220px;
	border-top:none;
	font-size:10px;
	color:#202a2f;
	padding:0;
	list-style:none;
	overflow:hidden;	
}
#footer .information li, .rinformation li
{
	padding:0 0 0 2px;
	font-size:10px;
	margin: 0 0 0 2px;	
	float:left;
	height:14px;
	font-size:10px;
	line-height:14px;
	background:url(images/footer-sep.gif) no-repeat 0 3px;
}
#footer .sub-menu
{
	float:left;
	width:535px;
	margin:17px 0 0 0;
	padding: 8px 0 8px 0;
	border-top:1px solid #fff;
	font-size:10px;
	color:#202a2f;
}
#footer .sub-menu li {
	display:inline;
	padding:0 0 0 2px;
	margin:0 0 0 2px;
	line-height:14px;
	background:url('images/separator.gif') no-repeat 0 2px;
}
#footer .footer-first { background:none !important;}
#footer .sub-menu li a {
	font-size:10px;
	color:#202a2f;
}
.faq a
{
	font-weight:bolder;
}
.voted
{
	font-weight:bolder;
}

.main-form
{
	display:block;
	border:solid 1px #C5CEA1;
	padding:5px 0px 5px 0px;
	background-color:#f2fee9;
	vertical-align:text-top;
	margin:0 0 10px 0;
}
.main-form .label
{
	padding:5px 5px 5px 5px;
	font: 12px/1.5em Verdana;
	text-transform:lowercase;
	color:#4A4A4A;
	font-weight:bold;
	vertical-align:text-top;
}
.statusMessage
{
	background-color:#ff4f4f;
	border:1px solid #739425;
	padding:5px;
	color:#fff;
	font-style:italic;
}
.uploadExts
{
	font-weight:bolder;
	color:Gray;
	font-size:8px;
}
.calendarDay
{
	border:none;
	color:Black;
	font-size:12px;
}
.calendarSelected
{
	border:none;
	color:red;
	font-size:12px;
}
* html .buttons {width:730px !important;}
.button { margin-left:7px;}
.visual{
	float:right;
	background:url(images/main/visual.jpg) no-repeat;
	width:750px;
	height:279px;
	margin-bottom:15px;
}
a.demo {
	float:right;
	background:url(images/main/demo.png) no-repeat;
	width:133px;
	height:136px;
	z-index:10;
	position:relative;
	text-indent:-5600px;
	margin:-33px -17px 0 0;
}
a.green-link {
	background:url(images/main/green-link.png) no-repeat;
	width:159px;
	height:34px;
	float:right;
	margin:213px -90px 0 0;
	text-align:center;
	font-size:24px;
	color:#333;
	cursor:pointer;
	padding-top:5px;
}
a.green-link:hover {text-decoration:none;}
.text {
	display:block;
	clear:both;
	overflow:hidden;
	padding:5px;
	margin-left:15px;
	background:url(images/main/text.gif) repeat-x;
	width:740px;
}
.column1 {
	float:left;
	width:526px;
	font:13px Verdana, Arial, Helvetica, sans-serif;
}
.cite {
	display:block;
	background:url(images/main/cite.gif) no-repeat;
	width:526px;
}
.cite h3 {
	display:block;
	font-size:17px;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	padding:10px 70px 30px 30px;
	text-indent:20px;
}
.cite em {
	display:block;
	padding-right:40px;
	text-align:right;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
}
.column1 h1 {
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#000;
}
.column1 p {
	font:13px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 40px 0 0;
}
.column1 p a {color:#00f;}
.column1 ul {
	display:block;
	padding:10px 0 10px 40px;
}
.column1 ul li {
	display:block;
	background:url(images/main/bullet.gif) no-repeat 0 3px;
	padding-left: 15px;
	list-style-type:none;
}
.column1 img {
	margin-right:18px;
	float:left;
}
.my-area {
	float:none;
	background:url(images/main/my-area.gif);
	width:200px;
	padding-bottom:10px;
}
.my-area h2 {
	padding-top:15px;
	display:block;
	font-size:26px;
}
.my-area form {
	display:block;
	margin:0;
	padding:0;
}
.my-area form label {
	text-align:center;
	font-size:20px;
	color:#000033;
	display:block;
	margin-top:-6px;
	width:165px;
}
.inp-text {
	display:block;
	background:url(images/main/input.png) no-repeat;
	width:167px;
	height:24px;
	border:none;
	margin-bottom:15px;
	font-size:20px;
	color:#000033;
	padding:8px 0 0 3px;
}
* html .pass {font-size:15px;}
/*report menu pages*/
.rptMenu
{
	width:100%;
}
.rptMenu, .rptMenu tr td
{
 border:none;
 padding:6px;
 vertical-align:top;
}
.rptMenuLabel a
{
	font-size:14px;
	color:#66CC00;
	font-weight:bolder;
	font-style:normal;
	padding:0px;
}

.rptMenuText
{
	font-size:12px;
	font-style:italic;
	color:#666666;	
	margin-top:-5px;
	padding:0px;
}
.rptMenuText span
{
	font: 14px/1.5em Verdana;	
	color:#000;
	font-weight:normal;
}
/*reports*/
.rptHeader
{
	width:100%;
}
.rsubtitle
{
	color:#5DC406;
	font-size:14px;
	font-weight:bolder;
	padding:0px;
	margin:0px;
	border:0;
	background-color:#fff;
}
.rdisplayName
{
	color:#CBCEBB;
	font-size:18px;
	text-align:center;
}
.rfilter
{
	color:#5DC406;
	text-align:center;
	font-weight:bold;
	border-bottom:solid 4px #5DC406;
}
.rtitle
{
	color:#fff;
	background-color:#000;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
	font-size:22px;
	font-weight:bolder;
}
.rlabel
{
	font-weight:normal;
}
.rvalue
{
	color:#5DC406;
}

#rptFooter {
	clear:both;
	margin:0;
	padding:20px;
	height:75px;
	width:100%;
	background-color:#5DC406;
	color:#CBCEBB;
	font-size:22px;
	text-align:center;	
}
#rptFooter .footerLogo
{
	margin-top:15px;
	float:right;
	margin-right:40px;
	background:url('images/logo_white.gif') no-repeat;
	height:40px;
	width:196px;	
}

/*Icons*/
span#mediaPic {
	background:url('images/pic32.png') no-repeat;
	height:25px;
	width:47px;
	display:block;
	text-indent: -9999px;
}
span#mediaVid {
	background:url('images/vid32.png') no-repeat;
	height:25px;
	width:47px;
	display:block;
	text-indent: -9999px;
}
span#mediaPicVid {
	background:url('images/picvid32.png') no-repeat;
	height:25px;
	width:47px;
	display:block;
	text-indent: -9999px;
}
a#icon_delete
{
	background:url('images/icon_delete.png') no-repeat;
	height:25px;
	width:25px;
	display:block;
	text-indent: -9999px;
}
a#icon_up
{
	background:url('images/icon_up.gif') no-repeat;
	height:25px;
	width:24px;
	display:block;
	text-indent: -9999px;
}
a#icon_down
{
	background:url('images/icon_down.gif') no-repeat;
	height:25px;
	width:24px;
	display:block;
	text-indent: -9999px;
}
a#icon_bottom
{
	background:url('images/icon_bottom.gif') no-repeat;
	height:25px;
	width:24px;
	display:block;
	text-indent: -9999px;
}
a#icon_top
{
	background:url('images/icon_top.gif') no-repeat;
	height:25px;
	width:24px;
	display:block;
	text-indent: -9999px;
}
a#icon_edit
{
	background:url('images/icon_edit.png') no-repeat;
	height:25px;
	width:19px;
	display:block;
	text-indent: -9999px;
}
a#icon_person
{
	background:url('images/icon_person.png') no-repeat;
	height:25px;
	width:39px;
	display:block;
	text-indent: -9999px;
}
a#icon_view
{
	background:url('images/icon_view.png') no-repeat;
	height:25px;
	width:31px;
	display:block;
	text-indent: -9999px;	
}
a#icon_add
{
	background:url('images/icon_add.png') no-repeat;
	height:25px;
	width:24px;
	display:block;
	text-indent: -9999px;	
}
a#icon_payments
{
	background:url('images/icon_payments.gif') no-repeat;
	height:25px;
	width:25px;
	display:block;
	text-indent: -9999px;	
}
a#icon_select
{
	background:url('images/icon_select.gif') no-repeat;
	height:25px;
	width:24px;
	display:block;
	text-indent: -9999px;
}
a#icon_copy
{
	background:url('images/icon_copy.png') no-repeat;
	height:25px;
	width:24px;
	display:block;
	text-indent: -9999px;
}
a#icon_attach
{
	background:url('images/icon_attach.png') no-repeat;
	height:25px;
	width:20px;
	display:block;
	text-indent: -9999px;
}
a#icon_mail_new
{
	background:url('images/icon_mail_new.png') no-repeat;
	height:25px;
	width:32px;
	display:block;
	text-indent: -9999px;
}
a#icon_mail_read
{
	background:url('images/icon_mail_read.png') no-repeat;
	height:25px;
	width:32px;
	display:block;
	text-indent: -9999px;
}

/*Food Label*/
#foodLabel
{
	width:350px;
	border:none;
	color:#000;
	font-size:12px;
}
#foodLabel table
{
	width:100%;
	border: none;
}
#foodLabel hr
{
	color: #5DC406;
	background-color: #5DC406;
	height: 1px;
	border-spacing:1px;
	width: 100%;
	text-align: left;
}
#foodLabel .bigHr
{
	color:#5DC406;
	background-color:#5DC406;
	height: 4px;
	border-spacing:4px;
}
#foodLabel .name
{
	color:#5DC406;
	font-weight:bolder;
}
#foodLabel .label
{
	font-weight:bold;
	text-indent:10px;
	white-space:nowrap;
}
#foodLabel .botLabel
{
	text-indent:10px;
	white-space:nowrap;
}
#foodLabel .sublabel
{
	text-indent:20px;
}
#foodLabel .value
{
	white-space:nowrap;
	padding-right:5px;
	text-align:right;
}
#foodLabel .title
{
	color:#fff;
}
#foodLabel .descript
{
	font-size:10px;
	margin-bottom:5px;
	padding-right:5px;
	padding-left:5px;
}
#foodLabel .servingAmount
{
	background-color:#BCC590;
	color:#fff;
	font-weight:bold;
	height:5px;
	padding:2px;
	white-space:nowrap;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
}
#foodLabel .servingTop
{
	padding-bottom:2px;
}
#foodLabel .servingBot
{
	padding-top:2px;
}

#messages
{
	width:100%;
	margin:0px, 0px, 0px, 0px;
	border:none, 0px, #fff;
	padding:0px, 0px, 0px, 0px;
	border-collapse:collapse;
}
#messages .name
{
	font-weight:bolder;
	font-size:13px;
	white-space:nowrap;
}
#messages .date
{
	color:Gray;
	font-size:10px;
	margin-top:-5px;
	white-space:nowrap;
}
#messages .previewText
{
	color:Gray;
	font-size:12px;
	cursor:default;
}
#messages .fullText
{
	font-size:14px;
	text-align:left;
	cursor:default;
}
#messages .previewBG
{
	background-color:inherit;
}
#messages .fullBG
{
	background-color:#f2fee9;
}

.tipLink
{
	cursor:pointer;
	cursor:hand;
	font-weight:bolder;	
}
.tipLink:hover
{
	text-decoration:underline;
}

/*Round Textbox*/
.txtBox
{
	padding:0px;
	margin:0px;
	vertical-align:top;
	background-color:#f2fee9;
	height:25px;
}
.txtBox .txtBox_left
{
	background:url('images/text_left_hover.gif') left top no-repeat;
	float:left;
}
.txtBox .txtBox_right
{
	background:url('images/text_right_hover.gif') right top no-repeat;
	float:left;
}
.txtBox .txtBox_left,.txtBox_right
{	
	height:25px;
	width:10px;
	display:block;
}
.txtBox input
{
	border:solid 1px #fff;
	font-size:12px;
}
.txtBox .txtBox_required
{
	font-size:12px;
	color:Red;
}
.txtBox_middle
{
	border-top: solid 1px #5DC406;
	border-bottom: solid 1px #5DC406;	
	height:24px;
	display:block;
	vertical-align:top;
	float:left;
	background-color:#fff;
}
/*End Round Textbox*/

/*Round Panel*/
.round-form table
{
	border:none;
	padding:0;
	margin:0;
}
.round-form .label
{
	padding:5px 5px 5px 5px;
	font: 12px/1.5em Verdana;
	text-transform:lowercase;
	color:#4A4A4A;
	font-weight:bold;
	vertical-align:text-top;
}
.round-form {background: url(images/cp_dot.gif) 0 0 repeat-x; background-color:#f2fee9; }
.round-form .b {background: url(images/cp_dot.gif) 0 100% repeat-x}
.round-form .l {background: url(images/cp_dot.gif) 0 0 repeat-y}
.round-form .r {background: url(images/cp_dot.gif) 100% 0 repeat-y}
.round-form .bl {background: url(images/cp_bl.png) 0 100% no-repeat}
.round-form .br {background: url(images/cp_br.png) 100% 100% no-repeat}
.round-form .tl {background: url(images/cp_tl.png) 0 0 no-repeat}
.round-form .tr {background: url(images/cp_tr.png) 100% 0 no-repeat; padding:10px} 

.round-grid {background: url(images/cp_dot.gif) 0 0 repeat-x; background-color:#5EC416; display:inline-block; }
.round-grid .b {background: url(images/cg_dot.gif) 0 100% repeat-x}
.round-grid .l {background: url(images/cg_dot.gif) 0 0 repeat-y}
.round-grid .r {background: url(images/cg_dot.gif) 100% 0 repeat-y}
.round-grid .bl {background: url(images/cg_bl.png) 0 100% no-repeat}
.round-grid .br {background: url(images/cg_br.png) 100% 100% no-repeat}
.round-grid .tl {background: url(images/cg_tl.png) 0 0 no-repeat}
.round-grid .tr {background: url(images/cg_tr.png) 100% 0 no-repeat; padding:10px} 

.round-form2 { background-color:#f2fee9; width:100%;}
.round-form2 .tm
{
	background: url(images/rp/rpTopEdge.gif) 0 0 repeat-x; 
	border-top:solid 1px #BAC38E;
	height:8px;
}
.round-form2 .tl {background: url(images/rp/cp_tl.gif) 0 0 no-repeat; height:9px; width:9px; border-width:0px;}
.round-form2 .tr {background: url(images/rp/cp_tr.gif) 0 0 no-repeat; height:9px; width:9px;border-width:0px;} 
.round-form2 .header
{
	background: url(images/rp/rpHeader.jpg) repeat-x; height:22px;
	font: bold 9pt Verdana;
	color: black;
	background-color:#5DC406;
	vertical-align:top;
	width:100%;
}
.round-form2 .header .hl {border-left:solid 1px #BAC38E; width:8px; height:22px;}
.round-form2 .header .hr {border-right:solid 1px #BAC38E; width:8px; height:22px;}
.round-form2 .content
{
	background-color:#f2fee9;
	vertical-align:top;
	width:100%;
}
.round-form2 .content .cl {border-left:solid 1px #BAC38E; width:8px; height:1px;}
.round-form2 .content .cr {border-right:solid 1px #BAC38E; width:8px; height:1px;}
.round-form2 .botEdge
{
	background-color:#f2fee9;
	border-bottom:solid 1px #BAC38E;
	height:8px;
}
.round-form2 .bl {background: url(images/rp/cp_bl.gif) 0 0 no-repeat; height:9px; width:9px;}
.round-form2 .br {background: url(images/rp/cp_br.gif) 100% 0 no-repeat; height:9px; width:9px;} 

/*End Round Panel*/

/*Forum*/
.forum table tr th
{
	font-weight:bold;
	font-size:12px;
	text-transform:lowercase;
	color:#4A4A4A;
	padding:2px 10px 0 10px;
	background:url('images/forum/para_header.jpg') repeat-x;
	height:30px;	
	vertical-align:top;
	text-align:left;
	white-space:nowrap;
}
.forum table tr th label
{
	cursor:pointer;
}
.forum table tr th label:hover
{
	text-decoration:underline;
}
.forum .catTitle
{
	background-color:#5DC406;
	font-weight:bold;
	font-size:12px;
	border:solid 1px #5DC406;
}
.forum .sectRow
{
	padding:5px;
	border:solid 1px #5DC406;
}
.forum .sectRow span
{
	color:#666;
}
.forum h2
{
	font-size:10px;
	padding:0px;
	margin:0px;
	display:block;
}
/*End Forum*/
