html, body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	margin: 0px;
	padding: 0px;
	/*background-color: #006600;
	background-image: url(images/pageBG.png);
	background-repeat: repeat;
	background-position: left top;*/
	background: #B1D89E url(images/bodyBackground.jpg) no-repeat center top fixed;
	text-align: center;
	padding-bottom:20px;
}
#adminlinks {
	margin:0;
	padding:0;
	position: absolute;
	z-index:2000;
	left:0;
	top: 6px;
	width: 100%;
	height: 20px;
	font-size: 11px;
	text-align:center;
}
#container {
height:100%;
background:#FFFFFF;
	width:920px;
	margin:0 auto;
	margin-top: 30px;
	background:#FFFFFF;
}
#vvaheader {
	position:relative;
	margin:0;
	padding:0;
	width: 910px;
	height: 195px;
	background: url(images/headerBG.png) repeat-x left top;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border-left:5px solid white;
	border-right: 5px solid white; /* Prevent certain problems with form controls */
}
#logo {
	margin:0;
	padding:0;
	position: absolute;
	z-index:1700;
	left:0;
	top:0;
	top: -23px;
	width: 365px;
	height: 115px;
}
#topmenu {
	margin:0;
	padding:0;
	position: absolute;
	z-index:1000;
	top: -23px;
	height: 100px;
	right: 0px;
	text-align: right;
	padding-right: 20px;
}
#sitesearch {
	margin:0;
	padding:0;
	position: absolute;
	z-index:2000;
	top: 30px;
	height: 30px;
	right: 0px;
	text-align: right;
	padding-right: 0px;
}
#latestnews {
margin:0;
	padding:0;
	position: absolute;
	width: 340px;
	height: 90px;
	margin-left: 10px;
	top: 87px;
	overflow:hidden;
	z-index:1500;
}
#imagerotator {
	margin:0;
	padding:0;
	position: absolute;
	width: 550px;
	height: 119px;
	right:0px;
	top: 76px;
}
#vvamenu {
	margin:0;
	padding:0;
	width: 910px;
	height: 26px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	background: #9BC963 url(images/menuBG.png) repeat-x left top;
	text-align: left;
}
#wrapper {
	margin:0;
	padding:0;
	width: 910px;
	margin-left:auto;
	margin-right:auto;
	background: #FFF url(images/wrapperBG.png) repeat-y 660px top;
	clear:both;
	margin-bottom:5px;
	text-align: left;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
}
#maincontent {
	margin:0;
	padding:0;
	width: 660px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	overflow-x: hidden;
}
#maincontent a {
	color: #CC0000;
}
#subcontent {
	margin:0;
	padding:0;
	width: 250px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	overflow-x: hidden;
}
#footer {
	width:910px;
	height:50px;
	background:#FFFFFF url(foo) fixed;
	border-left: 5px solid #FFF;
	border-right: 4px solid #FFF;
	border-top: 5px solid #FFF;
	overflow:hidden;
	padding:0;
	margin:0 auto;
}

html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
	left:50%;
	margin-left:-460px;
}

.indent {
	margin:20px;
}
.clear {
	clear:both;
	height: 0px;
}
.h60 {
	height: 60px;
}
/*					****START OF  MENU**** */
#navigation, #navigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#navigation a {
	display: block;
	height:25px;
	line-height:25px;
	padding-left:15px;
	padding-right: 15px;
	color: #666;
	text-decoration:none;
	font-size:11px;
	font-weight: bold;
}
#navigation a:hover {
	color: #666;
	background:#EAEAEA;
}
#navigation li { /* all list items */
	float: left;
	width: auto;
	line-height: 25px; /* width needed or else Opera goes nuts */
}

#navigation li ul { /* second-level lists */
	position: absolute;
	background: #CECECE;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#navigation li ul li {
	width: 200px;
	
}
#navigation li ul li a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	color: #666;
	background:#EAEAEA;
	font-weight: normal;
}
#navigation li:hover, #navigation li.sfhover {
	background:#EAEAEA;
	font-weight: normal;
}
#navigation li ul li a:hover {
	color: #EAEAEA;
	background:#666666;
}
#navigation li ul li:hover, #navigation li ul li.sfhover {
	color: #EAEAEA;
	background:#666666;
}
#navigation li ul ul { /* third-and-above-level lists */
	margin: -25px 0 0 200px;
}

#navigation li:hover ul ul, #navigation li.sfhover ul ul {
	left: -999em;
}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#navigation ul ul ul{
	display:none;
}
/*	
#navigation li li:hover ul, #navigation li li.sfhover ul {
	display:none;
}
				****END OF  MENU**** */


/* DEFAULT */
.highlight{color:Red}
.copyright{font-size:10px}
input {font-family:arial;font-size:12px;}
textarea {font-family:arial;font-size:12px;line-height:150%}
select {font-size:12px}
a.register:link{color:#FFF;}
a.register:visited{color:#FFF;}
a.register:hover{color:#FFF;}
a.login:link{color:#FFF;}
a.login:visited{color:#FFF;}
a.login:hover{color:#FFF;}
a.myworkspace:link{color:#FFF;}
a.myworkspace:visited{color:#FFF;}
a.myworkspace:hover{color:#FFF;}
a.admin:link{color:#FFF;}
a.admin:visited{color:#FFF;}
a.admin:hover{color:#FFF;}
a.logout:link{color:#FFF;}
a.logout:visited{color:#FFF;}
a.logout:hover{color:#FFF;}
.button {background:#D91F05}
input[type="button"] {height:23px;font-size:11px;color:#FFFFFF;background:#D91F05;border:1px solid #FFFFFF;outline:none;}
input[type="submit"] {height:23px;font-size:11px;color:#FFFFFF;background:#D91F05;border:1px solid #FFFFFF;outline:none;}
input[type="text"]   {height:15px;font-size:11px;}
input[type="password"]{height:15px;font-size:11px;}
input[type="file"]   {height:21px;font-size:11px;}



hr {
	height: 2px;
	background:#F2F2F2;
	color:#F2F2F2;
	
}
/* PAGE ELEMENTS */
h1 {margin-bottom:10px;line-height:35px;font-family:Arial, sans-serif;font-weight:bold;font-size:18px;color:#006600;margin-top:10px}
h2, h3, h4, h5 {
	padding:0;
	margin:0;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
h2 {
	font-size: 16px;
}
.publishing_info {margin-top:5px;margin-bottom:15px}
.author_date_first_published {font-style:italic;color:#999999}
.person_last_updating_and_date {font-style:italic;color:#999999}
.posted_by_and_date {font-style:italic;color:#999999}
.category_info {margin-top:15px;margin-bottom:10px;color:#999999}
.category_name {margin-bottom:10px;line-height:35px;font-family:arial;font-weight:bold;font-size:12px;color:#333333;text-transform: uppercase;}
a.all_categories {font-weight:normal;font-size:12px;color:#333333;text-transform: none;}
.recent_entries {margin-bottom:10px;line-height:35px;font-family:arial;font-weight:bold;font-size:12px;color:#333333;text-transform: uppercase;}
a.recent_entries {font-weight:normal;font-size:12px;color:#333333;text-transform: none;}
.month_list {margin:7px;}
.paging {line-height:12px;font-size:10px;width:100%;text-align:center;}

/* ORDER NOW BOX */
.boxOrderNow {width:100%}
.boxHeaderOrderNow {font-weight:bold;font-size:10px;font-family:Tahoma;background:url(images/boxheaderbg.gif);color:#2c2c2c;padding-left:7px;height:27px;}
.boxContentOrderNow {padding:7px;padding-bottom:15px;text-align:left;}

/* CART INFO */
.cart{font-family:Verdana;font-weight:normal;font-size:10px;color:#555555;}

/* BREADCRUMB */
div.breadcrumb{
font-size: 11px;
}
div.breadcrumb * {
	color: #999999;
}

/* NEWS FEED BOX */
.boxNewsFeed {width:100%}
.boxHeaderNewsFeed {font-weight:bold;font-size:10px;font-family:Tahoma;background:url(images/boxheaderbg.gif);color:#2c2c2c;padding-left:7px;height:27px;}
.boxTitleNewsFeed {font-weight:bold;font-size:10px;font-family:Arial;color:#d6d7d8;}
.boxContentNewsFeed {padding:4px;padding-left:2px;text-align:left;}
.boxFooterNewsFeed {padding-left:7px;text-align:left}

/* NEWSLETTER SIGNUP BOX */
.boxSubscribe {width:100%}
.boxHeaderSubscribe {font-weight:bold;font-size:12px;color:#006600;padding-left:7px;height:27px;border: 1px solid #E4E4E4; border-bottom: none;background:#F8F8F8;margin-top:20px;}
.boxFormSubscribe {padding:10px;text-align:left; border: 1px solid #E4E4E4; border-top:none;border-bottom:none;}
.boxButtonSubscribe {padding-left:6px;padding-bottom:15px;text-align:left;white-space:nowrap;border: 1px solid #E4E4E4;border-top:none;}
.btnSubscribe {background:#CC0000}

/* SEARCH BOX */
.boxSearch {margin:7px;}
.btnSearch { background-color:#CC0000; color:#FFFFFF; border:1px solid #FFFFFF;height:20px;}
.txtSearch {margin-bottom:1px;height:20px}

/* LOGIN FORM BOX */
.boxLogin {width:100%}
.boxHeaderLogin {font-weight:bold;font-size:10px;font-family:Tahoma;background:url(images/boxheaderbg.gif);color:#2c2c2c;padding-left:7px;height:27px;}
.boxFormLogin {padding:4px;text-align:left;}
.btnLogin {font-family:tahoma;font-size:8pt;}
.txtLogin {width:90px;font-family:tahoma;font-size:8pt;}
.labelLogin {text-align:left;white-space:nowrap}
.boxLogout {width:100%;font-weight:bold;font-size:10px;font-family:Tahoma;background:url(images/boxheaderbg.gif);color:#2c2c2c;padding-left:7px;height:27px;}
.boxFormLogout {font-size:10px;font-family:Arial;padding:5px;padding-left:7px;text-align:left;}

/* POLL BOX */
.boxPoll {width:100%;margin-bottom:10px;}
.boxHeaderPoll {font-weight:bold;font-size:11px;border: 1px solid #CCC;padding-left:7px;height:27px; width: auto;border-bottom: none;}
.boxFormPoll {padding:4px;padding-left:5px;text-align:left;border: 1px solid #CCC; font-size: 11px;border-bottom:none;border-top:none;}
.boxFooterPoll {padding-left:6px;padding-bottom:15px;text-align:left;white-space:nowrap;border: 1px solid #CCC;border-top:none;}
.btnPoll {background:#CC0000}
    .boxFooterPoll a {
		font-size: 11px;
		color: #666666;
	}
/* LATEST NEWS (Scrolling) */
.scrollNewsList {width:100%;}
#vvaheader .scrollNewsList {width:100%}
.scrollHeaderNewsList {font-weight:bold;font-size:18px;color:#006600;padding-left:7px;height:27px;border: 1px solid #E4E4E4; border-bottom: none;background:#F8F8F8;}
.scrollContentNewsList {padding:10px;text-align:left; border: 1px solid #E4E4E4; border-top:none;}
.scrollContentNewsList * {
	color: #c00;
}
.scrollContentNewsList * a, .scrollContentNewsList * a:hover  {
	color: #c00;
}
#vvaheader .scrollContentNewsList {
	border: none;
	height:auto;
}
#vvaheader .scrollContentNewsList * {
	color: #FFF;
	font-size: 11px;
}
#vvaheader .scrollHeaderNewsList {font-family: "Arial Black", Arial, sans-serif;font-weight:bold;font-size:14px;color:#FFF;padding-left:7px;height:22px;border:none;background: url();}

.scrollFooterNewsList {padding:4px;padding-left:7px;text-align:left}
.scrollerFrame{width:100%}


/* HOMEPAGE AGENDA */
.scrollEventsList {width:100%;}
.scrollHeaderEventsList {font-weight:bold;font-size:18px;color:#006600;padding-left:7px;height:27px;border: 1px solid #E4E4E4; border-bottom: none;background:#F8F8F8;}
.scrollContentEventsList {padding:10px;text-align:left; border: 1px solid #E4E4E4; border-top:none;height:50px;}
/*.scrollEventsList * {
	color: #c00;
}*/
.scrollContentEventsList *  {
	color: #c00;
}

.scrollFooterEventsList {padding:4px;padding-left:7px;text-align:left}



/*EVENTS IN CATEGORY SCROLL*/
.eventsscrolldate {
	font-size: 10px;
	width: 150px;
	float:left;
	vertical-align: middle;
	height: 30px;
	line-height:30px;
}
.eventsscrollitem {
	vertical-align: middle;
	height: 30px;
	line-height:30px;
}

/* COMMENTS */
.comments {width:100%;margin-bottom:10px;border:#d7d7d7 1px solid;background:#F3F3F3}
.commentbody {padding:4px}
.commentinfo {padding:4px;font-size:9px;color:#777777}

/* PRINT LINK */
a.print:link{font-family:arial;font-size:11px;color:#CCC;text-decoration:underline;white-space:nowrap}
a.print:visited{font-family:arial;font-size:11px;color:#CCC;text-decoration:underline}
a.print:hover{font-family:arial;font-size:11px;color:#CCC;text-decoration:underline}
a.print {
	float: right;
}

/* TOP NAVIGATION */
.topmenu{font-family:Verdana;font-weight:normal;font-size:11px;color:#FFF;text-decoration:none;}
a.topmenu:hover{font-family:Verdana;font-weight:normal;font-size:11px;color:#FFF;text-decoration:underline;}

/* BOTTOM NAVIGATION */
.bottommenu{font-family:arial;font-size:11px;color:#555555;}
a.bottommenu:link{font-family:arial;font-size:11px;color:#555555;text-decoration:underline}
a.bottommenu:visited{font-family:arial;font-size:11px;color:#555555;text-decoration:underline}
a.bottommenu:hover{font-family:arial;font-size:11px;color:#111111;text-decoration:underline}

/* MAIN NAVIGATION (LINKS) */
.mainbar{background:url(images/topbg.gif) repeat-x top;}
a.mainmenu:link{font-family:arial;font-size:9px;color:#e7e7e7;text-decoration:none}
a.mainmenu:visited{font-family:arial;font-size:9px;color:#e7e7e7;text-decoration:none}
a.mainmenu:hover{font-family:arial;font-size:9px;color:#ffffff;text-decoration:none}

/* MAIN NAVIGATION (TABS) */
.tabActive_Left {width:15px;height:19px;background:url(images/tab_active_left.gif) no-repeat}
.tabActive_Center {white-space:nowrap;background:url(images/tab_active_center.gif)}
.tabActive_Right {width:15px;height:19px;background:url(images/tab_active_right.gif) no-repeat}

.tabInactive_Left {width:15px;height:19px;background:url(images/tab_inactive_left.gif) no-repeat}
.tabInactive_Center {white-space:nowrap;background:url(images/tab_inactive_center.gif)}
.tabInactive_Right {width:15px;height:19px;background:url(images/tab_inactive_right.gif) no-repeat}

a.tabInactiveLink:link {font-weight:bold;font-size:9px;color:#E2ECF7;text-decoration:none;}
a.tabInactiveLink:visited {font-weight:bold;font-size:9px;color:#E2ECF7;text-decoration:none;}
a.tabInactiveLink:hover {font-weight:bold;font-size:9px;color:#E2ECF7;text-decoration:underline;}

a.tabActiveLink:link {font-weight:bold;font-size:9px;color:#1283CA;text-decoration:none;}
a.tabActiveLink:visited {font-weight:bold;font-size:9px;color:#1283CA;text-decoration:none;}
a.tabActiveLink:hover {font-weight:bold;font-size:9px;color:#1283CA;text-decoration:underline;}

/* MAIN NAVIGATION (DROPMENU) */
.top {color:#FFF;background:none;}
.top_hover {color:#FFF;background:#F60;}
.member {color:#FFF;}
.member_hover {color:#FFF;background:#F90;}
.topbar {}
.memberbar {}
    
/* MAIN NAVIGATION (DROPDOWN FLOATING MENU) */

/* Main Bar */
.static_nlsmenu {z-index:2000;}

/* Main Bar - Item */
.static_nlsitemcontainer {padding-top:1px;padding-bottom:1px;
    padding-left:8px;
    padding-right:4px;}
.static_nlsiconcell {width:0px;}
.static_nlssubmenucell{width:0px;padding-top:6px;padding-left:3px;padding-right:4px}
.static_nlsitem {
    font-weight:normal;font-size:12px;font-family:Arial;line-height:15px;
    color:#FFF;
    padding:5px 5px 0px 0px;padding-bottom:3px;}
    
/* Main Bar - Item Hover */
.static_nlsitemcontainerover {
    padding-left:7px;
    padding-right:3px;}
.static_nlsiconcellover {width:0px;}
.static_nlssubmenucellover {width:0px;padding-top:6px;padding-left:3px;padding-right:4px}
.static_nlsitemover {text-decoration:underline;
    font-weight:normal;font-size:12px;font-family:Arial;line-height:15px;
    color:#FFF;text-decoration:underline;
    padding:5px 5px 0px 0px;padding-bottom:3px;}/*font-family:tahoma;font-size:8pt;font-weight:normal;*/

/* Sub Menu */
.nlsmenu {top:0px;
	position:absolute;
    border-bottom:#474747 1px solid;border-left:#3A87E8 0px solid;
    border-top:#3A87E8 0px solid;border-right:#434343 1px solid;
    z-index:1;}

/* Sub Menu - Item */
.nlsitemcontainer {height:21px;padding-left:0px;padding-right:0px;background-color:#2B78D9;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);-moz-opacity:0.9;}/*filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);-moz-opacity:0.7;*/
.nlsiconcell {width:22px;background-color:#070707;}
.nlssubmenucell{padding-top:2px;padding-left:3px;padding-right:4px}
.nlsitem {
    font-weight:bold;font-size:9px;font-family:Arial;
    color:#ffffff;
    padding:0px 4px 0px 4px;}

/* Sub Menu - Item Hover */
.nlsitemcontainerover {height:21px;border:#4EA2FD 0px solid;background:url(images/menubg_hover.gif);}
.nlsiconcellover {width:22px;background-color:#5E7809;}
.nlssubmenucellover {padding-top:2px;padding-left:3px;padding-right:4px}
.nlsitemover {
    font-weight:bold;font-size:9px;font-family:Arial;
    color:#ffffff;
    padding:0px 4px 0px 4px;}

/* MAIN NAVIGATION (VERTICAL) */
.mnuVertical {width:170px}
.mnuOver {
    padding:3px;
    background-color:#656567;
    border:#cccccc 1px solid; 
    border-left:#cccccc 1px solid; 
    border-top:#cccccc 1px solid;
    border-bottom:#5A5A5C 1px solid;
    border-right:#5A5A5C 1px solid;
    color:#cccccc;
    }
.mnuSelected {
    padding:3px;
    background-color:#F3F2F7;
    border:white 1px solid; 
    border-top:white 1px solid;    
    border-bottom:#cccccc 1px solid;
    border-right:#cccccc 1px solid;
    font-weight:bold;
    }
.mnuPath {
    padding:3px;
    background-color:#D7D7DB;
    border:white 1px solid;
    border-top:white 1px solid;
    border-bottom:#cccccc 1px solid;
    border-right:#cccccc 1px solid;
    }
.mnuNormal {
    padding:3px;
    background-color:#E5E5EA;
    border:white 1px solid;
    border-top:white 1px solid;
    border-bottom:#cccccc 1px solid;
    border-right:#cccccc 1px solid;
    }

/* QUICK LINKS/SAME LEVEL PAGES BOX (which contains links to the same level pages/Quick Links) */
.boxQuickLinks {width:100%;margin-left:5px;padding-left:0px;}
.boxHeaderQuickLinks {padding:7px;padding-bottom:3px;padding-left:0px;font-weight:bold;text-align:left;color:#333333}
.boxItemQuickLinks {white-space:nowrap;padding-top:2px;text-align:left;}
.boxItemQuickLinks a {color:#333333}

/* LINKS WITHIN BOX (which contains links to pages within the current page) */
.boxLinksWithin {width:100%;padding-left:7px;padding-right:7px;font-weight:bold}
.boxItemLinksWithin {white-space:nowrap;text-align:left;padding-top:2px}
.boxItemLinksWithin a {color:#333333}

/* POLL RESULTS */
.pollHeader {background:#d6d7d8;text-align:center;padding:5px;font-weight:bold}
.bar1 {background:#ffaa00;border-right:#D78B00 1px solid;border-bottom:#D78B00 1px solid;}
.bar2 {background:#6B8E23;border-right:#59761D 1px solid;border-bottom:#59761D 1px solid;}
.bar3 {background:#FF4500;border-right:#C43600 1px solid;border-bottom:#C43600 1px solid;}
.bar4 {background:#1E90FF;border-right:#0060BF 1px solid;border-bottom:#0060BF 1px solid;}
.bar5 {background:#FF1493;border-right:#C71585 1px solid;border-bottom:#C71585 1px solid;}
.bar6 {background:#ffaa00;border-right:#D78B00 1px solid;border-bottom:#D78B00 1px solid;}
.bar7 {background:#6B8E23;border-right:#59761D 1px solid;border-bottom:#59761D 1px solid;}
.bar8 {background:#FF4500;border-right:#C43600 1px solid;border-bottom:#C43600 1px solid;}
.bar9 {background:#1E90FF;border-right:#0060BF 1px solid;border-bottom:#0060BF 1px solid;}
.bar10 {background:#FF1493;border-right:#C71585 1px solid;border-bottom:#C71585 1px solid;}
.barRow {background:#f6f7f8}
.barRowAlternate  {background:#d6d7d8}

/* FORUM */
.frm_category_bar {background-color:#ffffff;}
.frm_category_title {font-weight:bold;font-size:11px;font-family:Tahoma;}
.frm_forum_header{font-weight:bold;font-size:10px;font-family:Tahoma;background:url(images/boxheaderbg.gif);color:#2c2c2c;padding-left:7px;height:16px;}
.frm_forum_item{background-color:#ffffff;border:#BEC7D1 1px solid;}

.frm_thread_header{font-weight:bold;font-size:10px;font-family:Tahoma;background:url(images/boxheaderbg.gif);color:#2c2c2c;padding-left:7px;height:16px;}
.frm_thread_item{background-color:#ffffff;border:#BEC7D1 1px solid;}

.frm_post_bar {font-size:10px;font-family:Tahoma;background:url(images/boxheaderbg.gif);color:#2c2c2c;padding-left:7px;height:16px;}
.frm_post_subject {background-color:#EFEFF1;border:#BEC7D1 1px solid;}
.frm_post_infopanel {background-color:#ffffff;border:#BEC7D1 1px solid;}
.frm_post_message {background-color:#ffffff;border:#BEC7D1 1px solid;}

.frm_title {font-family:verdana;font-size:14px;font-weight:bold;}

.frm_statusbox {line-height:18px;background-color:#ffffff;border:#BEC7D1 1px solid;}

/* Statistic Modules */
.boxStatVertical {margin:28px;text-align:left;}
.boxStatHorizontal {}
.boxStatDetailsVertical {padding:3px;border:#c6c7c8 1px dotted;}
.boxStatDetailsHorizontal {padding-left:3px;border:#c6c7c8 1px dotted;border-left:none;}
.barStat {background:#ffaa00;border-right:#D78B00 1px solid;border-bottom:#D78B00 1px solid;border-left:#ffd000 1px solid;border-top:#ffd000 1px solid}
.barStatArea {background:#444444;border-top:#444444 1px solid;}
.boxStatHeader {background:#a6a7a8;}

.smalldatetime {
	font-size: x-small;
}
.newslistingbox {
	margin:0;
	padding:0;
	width: 450px;
	overflow-x: hidden;
}

/* POLL BOX */
.boxPoll {width:100%;margin-bottom:10px;}
.boxHeaderPoll {font-weight:bold;font-size:11px;border: 1px solid #CCC;padding-left:7px;height:27px; width: auto;border-bottom: none;}
.boxFormPoll {padding:4px;padding-left:5px;text-align:left;border: 1px solid #CCC; font-size: 11px;border-bottom:none;border-top:none;}
.boxFooterPoll {padding-left:6px;padding-bottom:15px;text-align:left;white-space:nowrap;border: 1px solid #CCC;border-top:none;}
.btnPoll {background:#CC0000}
    .boxFooterPoll a {
		font-size: 11px;
		color: #666666;
	}
/* SIDE BOX */
.boxHeader  {font-weight:bold;font-size:11px;border: 1px solid #CCC;padding-left:7px;padding-top:4px;height:27px; width: auto;border-bottom: none;vertical-align:middle;}
.boxContent {padding:10px;padding-left:10px;padding-top:0px;text-align:left;border: 1px solid #CCC; font-size: 11px;border-top:none;margin-bottom:10px;}
.boxContent a {
color:#CC0000;
}
/*.boxContent a {border-bottom:#aaaaaa 1px dotted;text-decoration:none;}
*/
/* Statistic Modules */
.boxStatVertical {margin:28px;text-align:left;}
.boxStatHorizontal {}
.boxStatDetailsVertical {padding:3px;border:#c6c7c8 1px dotted;}
.boxStatDetailsHorizontal {padding-left:3px;border:#c6c7c8 1px dotted;border-left:none;}
.barStat {background:#ffaa00;border-right:#D78B00 1px solid;border-bottom:#D78B00 1px solid;border-left:#ffd000 1px solid;border-top:#ffd000 1px solid}
.barStatArea {background:#444444;border-top:#444444 1px solid;}
.boxStatHeader {background:#a6a7a8;}

/* Menu Tree */
a.prnnode  {
    font-family:tahoma,Arial;
    font-size:8pt;
    color:#000000;
    text-decoration:none;
    cursor:pointer;
    margin:0px;
    padding:2px;}
a.prnnode:hover {background-color:#CCFFCC; font-weight:bold;}
a.node {
    font-family:tahoma,Arial;
    font-size:8pt;
    color:#666666;
    text-decoration:none;
    cursor:pointer;
    margin:0px;
    padding:2px;}
a.node:hover {background-color:#CCFFCC; text-decoration:underline;}
a.selnode {
    font-family:tahoma,Arial;
    font-size:8pt;
    color:#000000;
    text-decoration:none;
    cursor:pointer;
    margin:0px;
    background-color:#CCFFCC;
    padding:1px 1px 1px 1px;
    border:#66CC66 1px solid;}
a.selprnnode {
    font-family:tahoma,Arial;
    font-size:8pt;
    font-weight:bold;
    color:#000000;
    text-decoration:none;
    cursor:pointer;
    margin:0px;
    background-color:#CCFFCC;
    padding:1px 1px 1px 1px;
    border:#66CC66 1px solid;}
div.row {color:#0066cc;text-decoration:none;cursor:pointer;}
div.selrow {background-color:#99CCFF;cursor:pointer;}
div.row:hover {}
input.nodeedit {
    font-family:Verdana,Arial;
    font-size:8pt;
    color:#666666;
    text-decoration:none;
    position:absolute;
    height:20px;
    border:#cfcfcf 1px solid;
    z-index:1;}
.nlstree {text-align:left; border:#e6e7e8 5px solid;padding:12px;background:white;}
