@charset "utf-8";
/* CSS Document */

/* DIVS */

.dam #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.dam #header { 
	background: #ffffff; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.dam #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.dam #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px;
	color:#009;
}
.dam #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 30px 10px 10px; /* padding keeps the content of the div away from the edges */
}
.dam #mainContent { 
	margin: 0 220px 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.dam #footer { 
	margin-top:25px;
	padding: 0px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	border-top:#009 1px dotted;
} 
.dam #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #009;
}

body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font:12px verdana,arial,helvetica,sans-serif;color:#000000;
}
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/pagebg.gif) repeat-x;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	/*border: 0px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	display:block;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f8f8f8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px -10px 0px 0px; /* padding keeps the content of the div away from the edges */
	color:#009;
	
}



/*#sidenav {border-left: #185f7b solid 1px; border-right: #185f7b solid 1px; }*/

#sidefoot {background:url(../images/leftbg.jpg) repeat-x #f8f8f8; min-height:1200px;height:auto !important;
  height:1200px;
}

#sidebar2 {
	float: right;  /*since this element is floated, a width must be given */
	display:block;
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 87px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

#tools {margin-top:20px; padding:0px 0px 5px 0px; border-top: dotted 1px #CCCCCC; text-align:right}

#mainContent { 
	width:520px;
	margin: 0 150px 0px 200px;  /*the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:600px;height:auto !important;
  height:600px;
  vertical-align:top;
  word-wrap: break-word;

}

.dam #header {height:190px; background: url(images/header.jpg) no-repeat top left #ffffff;}
.hsc #header {height:85px; background: url(../images/header.jpg) no-repeat top left #ffffff;}
.hsc2 #header {height:85px; background: url(../images/header2.jpg) no-repeat top left #ffffff; width:100%; padding: 0px 0px;}
.hsc3 #header {height:85px; background: url(../images/header3.jpg) no-repeat top left #ffffff; width:100%; padding: 0px 0px;}
.hsc4 #header {height:85px; background: url(../images/header4.jpg) no-repeat top left #ffffff; width:100%; padding: 0px 0px;}
.hsc5 #header {height:85px; background: url(../images/header5.jpg) no-repeat top left #ffffff; width:100%; padding: 0px 0px;}
.hsc6 #header {height:85px; background: url(../images/header6.jpg) no-repeat top left #ffffff; width:100%; padding: 0px 0px;}

#banner {padding-top:10px}

#subnav {height:30px;padding:35px 0px 0px 20px; margin-bottom:5px;text-decoration:none; background:url(images/subnav_bg.gif) no-repeat left;}
#subnav a:link{font-size:10px; text-decoration:none}
#subnav a:hover{ color:#F90;text-decoration:underline}
#subnav a:visited{font-size:10px; text-decoration:none}

#user {padding:10px 0px 10px 20px}

#content {padding: 20px;min-height:400px;height:auto !important;
  height:400px;}
#footer {padding: 10px 20px; border-top: 1px dotted #CCCCCC; color:#FF9900}
#footer a:link{ color: #3366CC; font-size:10px}
#footer a:visited{ color: #3366CC}
#footer a:hover{ color: #FF9900}

#copy {color:#999999; font-size:10px; padding-top:10px}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* DEFAULT */
.dam img a{border:none}
img a{border:none}
td{font-family:verdana;font-size:11px;color:#3D3D3D}
a:link{color:#555555}
a:visited{color:#555555}
a:hover{color:#111111}
li{line-height:17px; list-style: none;}
.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:#555555;}
a.register:visited{color:#555555;}
a.register:hover{color:#111111;}
a.login:link{color:#555555;}
a.login:visited{color:#555555;}
a.login:hover{color:#111111;}
a.myworkspace:link{color:#555555;}
a.myworkspace:visited{color:#555555;}
a.myworkspace:hover{color:#111111;}
a.admin:link{color:#555555;}
a.admin:visited{color:#555555;}
a.admin:hover{color:#111111;}
a.logout:link{color:#555555;}
a.logout:visited{color:#555555;}
a.logout:hover{color:#111111;}
.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;}


h1		{font-size:150%; font-weight:bold; color:#426E9A; margin:0 0 .6em 0; }
h2		{font-size:100%; font-weight:bold; color:#426E9A; margin:1em 0 .6em 0; }
h2.subhead		{font-size:80%; font-weight:bold; color:#69c; margin:-.7em 0 .6em 0; }
h3		{font-size:80%; font-weight:bold; color:#426E9A; margin:.6em 0 .4em 0; }



/* PAGE ELEMENTS */
.title{margin-bottom:10px;line-height:35px;font-family:arial;font-weight:bold;font-size:18px;color:#333333;text-transform: uppercase;margin-top:10px}
.paging {line-height:12px;font-size:9px;padding-top:8px;padding-left:27px;width:262px;height:21px;background:url(hsc/images/paging.gif) no-repeat;}

/* SIDE BOX */
.boxHeader  {padding-top:7px;padding-left:7px;text-align:left;font-weight:bold;font-size:9pt;font-size:10px;font-family:Tahoma;background:url('hsc/images/boxheaderbg.gif');color:#2c2c2c;height:20px;}
.boxContent {padding:7px;padding-left:7px;padding-bottom:15px;text-align:left;white-space:nowrap;font-family:verdana;font-size:11px;}
.boxContent a {}

/* CATEGORY TREE */
.category_tree td div {height:20px !important}
.category_tree_node {text-transform:uppercase;}
a.category_tree_node:hover {color:#000000;}

/* ORDER NOW BOX */
.boxOrderNow {width:100%}
.boxHeaderOrderNow {font-weight:bold;font-size:10px;font-family:Tahoma;background:url('hsc/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 */
.breadcrumb{padding-top:5px;}
a.breadcrumb:link{ color:#FF9900; font-size:10px}
a.breadcrumb:visited{ color:#FF9900}
a.breadcrumb:hover{ color:#3366FF}

/* NEWS FEED BOX */
.boxNewsFeed {width:100%}
.boxHeaderNewsFeed {font-weight:bold;font-size:10px;font-family:Tahoma;background:url('hsc/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:10px;font-family:Tahoma;background:url('hsc/images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:27px;}
.boxFormSubscribe {padding:7px;text-align:left;}
.boxButtonSubscribe {padding-left:7px;padding-bottom:15px;text-align:left;white-space:nowrap}
.btnSubscribe {font-family:tahoma;font-size:8pt;}

/* SEARCH BOX */
.boxSearch {padding:7px;}
.btnSearch { color:#333333}
.txtSearch { font-size:9px; width:105px; margin-bottom:1px;}

/* LOGIN FORM BOX */
.boxLogin {width:100%}
.boxHeaderLogin {font-weight:bold;font-size:10px;font-family:Tahoma;background:url('hsc/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:120px;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('hsc/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%}
.boxHeaderPoll {font-weight:bold;font-size:10px;font-family:Tahoma;background:url('hsc/images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:27px;}
.boxFormPoll {padding:4px;padding-left:5px;text-align:left;}
.boxFooterPoll {padding-left:6px;padding-bottom:15px;text-align:left;white-space:nowrap}
.btnPoll {}

/* LATEST NEWS (Scrolling) */
.scrollNewsList {width:100%}
.scrollHeaderNewsList {font-weight:bold;font-size:10px;font-family:Tahoma;background:url('hsc/images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:27px;}
.scrollContentNewsList {padding:10px;text-align:left;}
.scrollFooterNewsList {padding:4px;padding-left:7px;text-align:left}
.scrollerFrame{width:100%}

/* 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:#555555;text-decoration:underline;white-space:nowrap}
a.print:visited{font-family:arial;font-size:11px;color:#555555;text-decoration:underline}
a.print:hover{font-family:arial;font-size:11px;color:#111111;text-decoration:underline}

/* TOP NAVIGATION */
.topmenu{font-family:Verdana;font-weight:normal;font-size:10px;color:#555555;}
a.topmenu:link{font-family:Verdana;font-weight:normal;font-size:10px;color:#555555;text-decoration:underline}
a.topmenu:visited{font-family:Verdana;font-weight:normal;font-size:10px;color:#555555;text-decoration:underline}
a.topmenu:hover{font-family:Verdana;font-weight:normal;font-size:10px;color:#111111;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("hsc/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('hsc/images/tab_active_left.gif') no-repeat}
.tabActive_Center {white-space:nowrap;background:url('hsc/images/tab_active_center.gif')}
.tabActive_Right {width:15px;height:19px;background:url('hsc/images/tab_active_right.gif') no-repeat}

.tabInactive_Left {width:15px;height:19px;background:url('hsc/images/tab_inactive_left.gif') no-repeat}
.tabInactive_Center {white-space:nowrap;background:url('hsc/images/tab_inactive_center.gif')}
.tabInactive_Right {width:15px;height:19px;background:url('hsc/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) */
#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;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:#E2E9DA;background:none;}
.top_hover {font:bold 11px verdana;color:#E2E9DA;background:#3A6B0B;}
.member {font:bold 10px verdana;color:#555555;}
.member_hover {font:bold 10px verdana;color:#555555;background:#C2C4C5;}
.topbar {background-image:url("hsc/images/topbg.gif");height:35px;}
.memberbar {background-image:url("hsc/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:10px;font-family:Arial;line-height:15px;
    color:#c6c7c8;
    padding:5px 5px 0px 0px;padding-bottom:3px;}
    
/* Main Bar - Item Hover */
.static_nlsitemcontainerover {border:#4EA2FD 1px solid;background:url('hsc/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:10px;font-family:Arial;line-height:15px;
    color:#c6c7c8;
    padding:5px 5px 0px 0px;padding-bottom:3px;}/*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:9px;font-family:Arial;
    color:#ffffff;
    padding:0px 4px 0px 4px;}

/* Sub Menu - Item Hover */
.nlsitemcontainerover {height:21px;border:#4EA2FD 0px solid;background:url('hsc/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; border-left:solid 1px #185f7b; border-bottom:#CCCCCC solid 1px;}
.mnuOver {
    padding:6px;
    background: url(../images/navbg_over.gif) repeat-x bottom #336699;
    border:#cccccc 1px solid; 
    border-left:#cccccc 1px solid; 
    border-top:#cccccc 1px solid;
    border-bottom:#1857fb 1px solid;
    border-right:#5A5A5C 1px solid;
    color:#ffffff;
	    }
.mnuSelected {
    padding:6px;
    background: url(../images/navbg_over.gif) repeat-x bottom #336699;
    border:white 1px solid; 
    border-top:white 1px solid;    
    border-bottom:#1857fb 1px solid;
    border-right:#cccccc 1px solid;
    /*font-weight:bold;*/
	color:#FFFFFF;
	
    }
.mnuPath {
    padding:6px;
    background: url(../images/navbg.gif) repeat-x top #6397ca;
    border:black 1px solid;
    border-top:white 1px solid;
    border-bottom:#3399cc 1px solid;
    border-right:#cccccc 1px solid;
	color:#CCCCCC;
    }
.mnuNormal {
    padding:6px;
    background: url(../images/navbg.gif) repeat-x top #6397ca;
    border:white 1px solid;
    border-top:white 1px solid;
    border-bottom:#3399cc 1px solid;
    border-right:#cccccc 1px solid;
	color:#FFFFFF;
	    }

/* QUICK LINKS/SAME LEVEL PAGES BOX (which contains links to the same level pages/Quick Links) */
.boxQuickLinks {width:180px; margin:5px; background:#f4f4f4; padding: 10px 10px 10px 10px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px}
.boxHeaderQuickLinks {padding:0px;padding-bottom:3px;padding-left:0px;font-weight:bold;text-align:left;color:#333333}
.boxItemQuickLinks {white-space:nowrap;padding-top:2px;text-align:left; border-bottom:#b5b5b5 1px solid; line-height:32px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; color:#009}
.boxItemQuickLinks a {color:#787878; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px}
.boxItemQuickLinks a:hover {color:#009; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold}
.boxItemQuickLinks li {list-style:none; }

/* LINKS WITHIN BOX (which contains links to pages within the current page) */
.boxLinksWithin {width:180px;margin: 0px; background:#f4f4f4; padding: 10px 10px 10px 10px}
.boxItemLinksWithin {white-space:nowrap;padding-top:2px;text-align:left; border-bottom:#b5b5b5 1px solid; line-height:32px;  color:#009}
.boxItemLinksWithin a {color:#787878; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px}
.boxItemLinksWithin a:hover {color:#009; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold}

/* 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('hsc/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('hsc/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('hsc/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;}