/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #F5F9FA;
	color: #2d2e2e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/* Commonly used to style page titles. */
h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
}
/* Sets the style for the h3 header. */
h3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
}
/* Sets the style for the h4 header. */
h4 {
	color: #69c;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
/* Sets the style for the h5 header. */
h5 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
/* Sets the style for the h6 header. */
h6 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
}
p {
	color: #2d2e2e;
}

/* DEFAULT */
td{
	color: #2d2e2e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #2d2e2e;
	font-weight: bold;
	text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
	color: #2d2e2e;
	font-weight: bold;
	text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #2d2e2e;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #2d2e2e;
	text-decoration: underline;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #2d2e2e;
	text-decoration: underline;
}
.clearmargins{
	margin: 0px;
	padding: 0px;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
#outerWrapper #topNavBar {
	height: 40px;
	background-image: url(images/top-nav-bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#outerWrapper #topNavBar #topnavhome {
	width: 259px;
	float: left;
}
#outerWrapper #topNavBar #topnavhome .homelink {
	display: block;
	height: 40px;
	width: 259px;
}
#outerWrapper #topNavBar #topnavutils {
	margin-left: 259px;
	text-align: right;
	padding-top: 12px;
	padding-right: 20px;
	color: #FFFFFF;
}


#outerWrapper #header {
	height: 259px;
	margin-bottom: 10px;
	position: relative;
	clear: both;
	margin-top: 10px;
}
#outerWrapper #header #mainnav {
	width: 159px;
	height: 259px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/main-nav-black-alpha.png);
}
#outerWrapper #header #flashshow {
	height: 259px;
	width: 980px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#outerWrapper #contentWrapper #leftColumn1 {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 160px;
}
#outerWrapper #contentWrapper #leftColumn1 .lctop {
	background-image: url(images/panel-nav-top.jpg);
	height: 20px;
	width: 160px;
	float: left;
	clear: left;
}
#outerWrapper #contentWrapper #leftColumn1 .lcmid {
	background-image: url(images/panel-nav-middle.jpg);
	background-repeat: repeat-y;
	clear: left;
	float: left;
	width: 160px;
	color: #FFFFFF;
}
#outerWrapper #contentWrapper #leftColumn1 .lcbot {
	background-image: url(images/panel-nav-bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
	clear: left;
	float: left;
	width: 160px;
}

#outerWrapper #contentWrapper #rightColumn1 {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 200px 0 160px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 20px 10px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #contentWrapper #content #pagetools {
	text-align: right;
}

#outerWrapper #footer {
	background-image: url(images/back-to-top-bar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	margin-right: 220px;
	margin-left: 180px;
	padding-top: 3px;
	padding-left: 6px;
}
#outerWrapper #footer #bttop {
	float: right;
}
#outerWrapper #footer #bttop a {
	display: block;
	height: 15px;
	width: 60px;
}

#outerWrapper #footer #btcredits {
	margin-top: 20px;
	color: #B5CBD7;
}
#outerWrapper #footer #btcredits a {
	font-weight: normal;
	color: #B5CBD7;
	text-decoration: none;
}

.noshow {
	display: none;
}
/*
a:link{color:#555555}
a:visited{color:#555555}
a:hover{color:#111111}*/
li{line-height:17px}
.highlight{color:Red}
.copyright{font-size:10px}
input {font-family:tahoma;font-size:8pt;}
textarea {font-family:verdana;font-size:9pt;line-height:18px}
select {font-size:11px}
a.register:link{
	color:#FFFFFF;
	text-decoration: none;
}
a.register:visited{
	color:#FFFFFF;
	text-decoration: none;
}
a.register:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
a.login:link{
	color:#CCCCCC;
	text-decoration: none;
}
a.login:visited{
	color:#CCCCCC;
	text-decoration: none;
}
a.login:hover{
	color:#CCCCCC;
	text-decoration: underline;
}
a.myworkspace:link{
	color:#FFFFFF;
	text-decoration: none;
}
a.myworkspace:visited{
	color:#FFFFFF;
	text-decoration: none;
}
a.myworkspace:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
a.admin:link{
	color:#FFFFFF;
	text-decoration: none;
}
a.admin:visited{
	color:#FFFFFF;
	text-decoration: none;
}
a.admin:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
a.logout:link{
	color:#CCCCCC;
	text-decoration: none;
}
a.logout:visited{
	color:#CCCCCC;
	text-decoration: none;
}
a.logout:hover{
	color:#CCCCCC;
	text-decoration: underline;
}
.button {}
input[type="button"] {height:23px;font-family:Arial;font-size:9pt;}
input[type="submit"] {height:23px;font-family:Arial;font-size:9pt;}
input[type="text"]   {height:15px;font-family:Arial;font-size:9pt;}
input[type="password"]{height:15px;font-family:Arial;font-size:9pt;}
input[type="file"]   {height:21px;font-family:Arial;font-size:9pt;}

/* PAGE ELEMENTS */
.title{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin-top: 12px;
}
.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:9px;padding-top:8px;padding-left:27px;width:262px;height:21px;background:url(images/paging.gif) no-repeat;}

/* ARCHIVES BOX (Calendar & Month List) */
.boxArchives {width:100%}
.boxHeaderArchives {padding-left:40px;text-align:left;font-weight:bold;font-size:9pt;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;height:26px;}
.boxContentArchives {padding:0px;text-align:right;white-space:nowrap;}
.boxMonthList {padding:7px;padding-left:40px;padding-bottom:15px;text-align:left;white-space:nowrap}

/* CATEGORIES BOX */
.boxCategories {width:100%}
.boxHeaderCategories {padding-left:40px;text-align:left;font-weight:bold;font-size:9pt;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;height:27px;}
.boxContentCategories {padding:7px;padding-left:40px;padding-bottom:15px;text-align:left;white-space:nowrap}

/* NEWS FEED SUBSCRIBE BOX (rss link) */
.boxNewsFeedSubscribe {width:100%}
.boxHeaderNewsFeedSubscribe {padding-left:40px;text-align:left;font-weight:bold;font-size:9pt;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;height:27px;}
.boxContentNewsFeedSubscribe {padding:7px;padding-left:40px;padding-bottom:15px;text-align:left;white-space:nowrap}

/* ORDER NOW BOX */
.boxOrderNow {width:100%;border-bottom:white 1px solid;margin-bottom:25px;background:url('images/order_bg.gif') no-repeat;}
.boxHeaderOrderNow {padding-left:40px;text-align:left;font-weight:bold;font-size:9pt;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;height:27px;}
.boxContentOrderNow {padding:7px;padding-bottom:20px;padding-left:40px;text-align:left;color:#ffffff}
.boxContentOrderNow td {color:#ffffff}

/* CART INFO */
.cart{font-family:Verdana;font-weight:normal;font-size:10px;color:#555555;}

/* BREADCRUMB */
.breadcrumb{
	margin-bottom: 24px;
}
a.breadcrumb:link{}
a.breadcrumb:visited{}
a.breadcrumb:hover{}

/* NEWS FEED BOX */
.boxNewsFeed {width:100%}
.boxHeaderNewsFeed {padding-left:40px;text-align:left;background:url('images/boxheaderbg.gif');color:#2c2c2c;height:27px;}
.boxTitleNewsFeed {font-weight:bold;font-size:9pt;font-family:Tahoma;font-weight:bold;}
.boxContentNewsFeed {padding:4px;padding-left:40px;text-align:left;}
.boxFooterNewsFeed {padding-left:40px;padding-bottom:15px;text-align:left}

/* NEWSLETTER SIGNUP BOX */
.boxSubscribe {
	width:100%;
	background-image: url(images/side-panel-middle.jpg);
	background-repeat: repeat-y;
}
.boxHeaderSubscribe {
	text-align:left;
	font-weight:bold;
	font-size:9pt;
	font-family:Tahoma;
	height:20px;
	background-image: url(images/side-bar-panel-top.jpg);
	background-repeat: no-repeat;
	color: #486168;
	padding-top: 10px;
	padding-left: 35px;
}
.boxFormSubscribe {
	padding:7px;
	padding-left:35px;
	text-align:left;
}
.boxButtonSubscribe {
	padding-left:35px;
	padding-bottom:15px;
	text-align:left;
	white-space:nowrap;
	background-image: url(images/side-bar-panel-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.btnSubscribe {}



/* SEARCH BOX */
.boxSearchTop {
	height: 20px;
	background-image: url(images/side-bar-panel-top.jpg);
	background-repeat: no-repeat;
}
.boxSearch {
	background-image: url(images/side-panel-middle.jpg);
	background-repeat: repeat-y;
	padding-right: 0px;
	padding-left: 20px;
	margin: 0px;
}
.btnSearch {
	background-color: #486168;
	color: #FFFFFF;
}
.txtSearch {margin-bottom:1px;}
.boxSearchBottom{
	background-image: url(images/side-bar-panel-bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 10px;
}
/* LOGIN FORM BOX */
.boxLogin {width:100%;}
.boxHeaderLogin {padding-left:40px;text-align:left;font-weight:bold;font-size:9pt;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;height:27px;}
.boxFormLogin {padding:4px;padding-left:40px;text-align:left;padding-bottom:15px;}
.btnLogin {}
.txtLogin {width:90px;}
.labelLogin {text-align:left;white-space:nowrap}
.boxLogout {width:100%;font-weight:bold;font-size:9pt;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;height:27px;margin-bottom:15px;}
.boxFormLogout {padding:5px;padding-left:40px;font-size:9pt;font-family:Tahoma;text-align:left;}
.boxFormLogout a {font-size:9pt;font-family:Tahoma;}
.boxFormLogout a:link {font-size:9pt;font-family:Tahoma;color:#2c2c2c}

/* POLL BOX */
.boxPoll {width:100%}
.boxHeaderPoll {padding-left:40px;text-align:left;font-weight:bold;font-size:9pt;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-right:7px;height:27px;}
.boxFormPoll {padding:4px;padding-left:40px;text-align:left;}
.boxFooterPoll {padding-left:40px;padding-bottom:15px;text-align:left;white-space:nowrap}
.btnPoll {}
    
/* LATEST NEWS (Scrolling) */
.scrollNewsList {
	width:100%;
	color: #FFFFFF;
}
.scrollNewsList a {
	color: #C7DAE0;
}
.scrollContentNewsList div {
	color: #C7DAE0;
}

.scrollHeaderNewsList {
	text-align:left;
	padding-left: 10px;
	padding-top: 10px;
	color: #F5F9FA;
	height: 20px;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.scrollContentNewsList {
	padding:10px;
	padding-left:10px;
	text-align:left;
	color: #FFFFFF;
}
.scrollFooterNewsList {
	padding:4px;
	padding-left:10px;
	text-align:left;
	color: #FFFFFF;
}
.scrollerFrame{
	width:100%;
	color: #FFFFFF;
}

/* 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:#ffffff;text-decoration:underline;white-space:nowrap}
a.print:visited{font-family:arial;font-size:11px;color:#ffffff;text-decoration:underline}
a.print:hover{font-family:arial;font-size:11px;color:#ffffff;text-decoration:underline}

/* TOP NAVIGATION */
.topmenu{

}
a.topmenu:link{
	color:#FFFFFF;
	text-decoration: underline;
}
a.topmenu:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
a.topmenu:hover{
	color:#FFFFFF;
	text-decoration:none
}

/* BOTTOM NAVIGATION */
.bottommenu{

}
a.bottommenu:link{
	color:#486168;
	font-weight: normal;
	text-decoration: underline;
}
a.bottommenu:visited{
	color:#486168;
	text-decoration:underline;
	font-weight: normal;
}
a.bottommenu:hover{
	color:#486168;
	text-decoration:none;
	font-weight: normal;
}

/* MAIN NAVIGATION (LINKS) */
.mainbar{
}
a.mainmenu:link{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;

}
a.mainmenu:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
}
a.mainmenu:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
}

/* 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 (SIDE) */
/* Option 1 */
#divSide {
	font-size: 11px;
}
#divSide ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}


#divSide span {
	text-decoration:none;
	display:block;
	color: #F5F9FA;
	font-weight: bold;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F9FA;
	margin-left: 10px;
	margin-right: 10px;
}
#divSide a {
	text-decoration:none;
	display:block;
	color: #D1E4E9;
	font-weight: normal;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #668A95;
	margin-left: 10px;
	margin-right: 10px;
}
#divSide ul a {
	font-weight: bold;
}

#divSide a:hover {
	text-decoration:none;
	display:block;
	color: #AEC7D5;
	font-weight: bold;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #668A95;
	margin-left: 10px;
	margin-right: 10px;
}

#divSide ul ul span {
	text-decoration:none;
	display:block;
	color: #F5F9FA;
	font-weight: normal;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F9FA;
	margin-left: 10px;
	margin-right: 10px;
}
#divSide ul ul a {
	text-decoration:none;
	display:block;
	color: #AEC7D5;
	font-weight: normal;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #668A95;
	margin-left: 10px;
	margin-right: 10px;
}
#divSide ul ul a:hover {
	text-decoration:none;
	display:block;
	color: #AEC7D5;
	font-weight: normal;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #668A95;
	margin-left: 10px;
	margin-right: 10px;
}

#divSide ul ul ul span {
	text-decoration:none;
	display:block;
	color: #F5F9FA;
	font-weight: normal;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F9FA;
	margin-left: 10px;
	margin-right: 10px;
}
#divSide ul ul ul a {
	text-decoration:none;
	display:block;
	color: #AEC7D5;
	font-weight: normal;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #668A95;
	margin-left: 10px;
	margin-right: 10px;
}
#divSide ul ul ul a:hover {
	text-decoration:none;
	display:block;
	color: #AEC7D5;
	font-weight: normal;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #668A95;
	margin-left: 10px;
	margin-right: 10px;
}

#divSide li {
	margin: 0 0 0 0;
}
#divSide ul ul li {
	margin: 0;
	padding-left: 10px;
}
#divSide ul ul ul li {
	margin: 0;
	padding-left: 20px;
}

/* Option 2 */
/*#divSide {font:11px Trebuchet MS, Arial, sans-serif;background:#FAFAFA;padding:0px;width:180px}
#divSide a {color:#333333;text-decoration:none;}
#divSide a:hover {color:#1684E6}
.mnuLevel1 {margin:0px;padding-left:0px;list-style-type:none;}
.mnuLevel1 li {padding:3px;padding-left:7px;font-weight:bold;text-transform:uppercase;}
.mnuLevel2 {margin:0px;padding-left:12px;list-style-type:none;}
.mnuLevel2 li {padding:3px;padding-left:1px;border-top:#dedede 1px solid;font-weight:normal;text-transform:none;}
.mnuLevel3 {margin:0px;padding-left:12px;list-style-type:none;}
.mnuLevel3 li {padding:3px;padding-left:1px;border-top:#dedede 1px solid;font-weight:normal;text-transform:none;}
.itemSelected {color:#1684E6}*/


/* MAIN NAVIGATION (DROPMENU) */
.top {font:bold 11px verdana;color:#ffffff;background:none;}
.top_hover {font:bold 11px verdana;color:#ffffff;background:#005FA6;}
.member {font:bold 10px verdana;color:#666666;}
.member_hover {font:bold 10px verdana;color:#666666;background:#f7f7f7;}
.topbar {background-image:url("images/topbg_blue4.gif");height:28px;}
.memberbar {background-image:url("images/memberbg.gif");height:27px;}
    
/* MAIN NAVIGATION (DROPDOWN FLOATING MENU) */

/* Main Bar */
.static_nlsmenu {z-index:1;}

/* 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:bold;font-size:8pt;font-family:Arial;line-height:18px;
    color:#c6c7c8;
    padding:5px 5px 0px 0px;padding-bottom:4px;}
    
/* Main Bar - Item Hover */
.static_nlsitemcontainerover {border:#4EA2FD 1px solid;background:url('images/menubg_hover.gif');
    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 {
    font-weight:bold;font-size:8pt;font-family:Arial;line-height:18px;
    color:#c6c7c8;
    padding:5px 5px 0px 0px;padding-bottom:4px;}/*font-family:tahoma;font-size:8pt;font-weight:normal;*/

/* Sub Menu */
.nlsmenu {margin-top:2px;
    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:10px;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:10px;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;
    }
.boxLogin {width:100%;}
.boxHeaderLogin {padding-left:40px;text-align:left;font-weight:bold;font-size:9pt;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;height:27px;}

/* QUICK LINKS/SAME LEVEL PAGES BOX (which contains links to the same level pages/Quick Links) */
.boxQuickLinks {width:100%;text-align:left;}
.boxHeaderQuickLinks {padding-left:40px;text-align:left;font-weight:bold;font-size:9pt;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;height:27px;}
.boxItemQuickLinks {padding-top:3px;white-space:nowrap;font-family:Tahoma;font-size:10pt;text-align:left;color:#3c96ef;width:100%}
.boxFooterQuickLinks {height:5px}
.boxItemQuickLinks a {color:#3c96ef;font-family:Tahoma;font-size:10pt;}
.boxQuickLinks table {margin-left:40px;}

/* LINKS WITHIN BOX (which contains links to pages within the current page) */
.boxLinksWithin {width:100%;padding-left:42px;padding-right:7px;font-weight:bold;margin-bottom:15px}
.boxItemLinksWithin {white-space:nowrap;text-align:left;padding-top:2px}
.boxItemLinksWithin a {color:#333333;font-family:Tahoma;font-size:10pt;color:#3c96ef}

/* 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;}
