@import url("reset.css");

/* ////////////////////////////////////////////
///                                         ///
///   Design & Development: inorbital.com   ///
///                                         ///
//////////////////////////////////////////// */

/* START - ADDED OR EDITED BY INORBITAL
--------------------------------------------------------------*/

/* GLOBAL
---------------------------------------------*/

#websitePage {
	background:url(images/backgroundTile.gif) repeat;
}

#content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:normal;
	color:#3d6da4;
	margin:35px 0 0 0;
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:normal;
	color:#3d6da4;
	margin-bottom:20px;
}

#content h2, #content h2 a, #content h2 a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#3d6da4;
	margin:15px 0 15px 0;
}

#content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#3d6da4;
	margin:5px 0 10px 0;
}

#leftColumn h3 {
	font-weight:normal;
	margin-bottom:0px;
}

#content h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#3d6da4;
	margin:10px 0 0 0;
}

#content h4 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#3d6da4;
	margin:10px 0 0 0;
}

#content h4 a:hover {
	text-decoration:underline;
}

a, a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#3D6DA4;
}

a:hover {
	text-decoration:underline;
}

/* DIVs
---------------------------------------------*/

#headerBackground {
	float:left;
	width:100%;
	min-width:960px;
	background:url(images/topBackground.jpg) repeat-x;
}

#header {
	position:relative;
	height:71px;
	width:960px;
	margin:0 auto;
	background:url(images/logo.jpg) no-repeat;
}

a.login, a.logout {
	display:inline-block;
	position:absolute;
	top:0;
	right:97px;
	width:105px;
	height:45px;
	color:#3D6DA4;
	text-decoration:none;
	font-size:11px;
	line-height:22px;
	text-align:center;
	background:url(images/loginButton.jpg) no-repeat right top;
}

a.login:hover, a.logout:hover {
	background:url(images/loginButton.jpg) no-repeat left top;
}

a.countryselectmenu {
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
	width:105px;
	height:45px;
	color:#3D6DA4;
	text-decoration:none;
	font-size:11px;
	line-height:22px;
	text-align:center;
	background:url(images/loginButton.jpg) no-repeat right top;
}

a.countryselectmenu:hover {
	background:url(images/loginButton.jpg) no-repeat left top;
}

#languageSelect {
	position:absolute;
	top:10px;
	right:0;
}

#mainMenu {
	width:960px;
	height:35px;
	margin:0 auto;
	margin-top:20px;
}

#pageTop {
	float:left;
	height:70px;
	width:100%;
	min-width:960px;
	background:url(images/pageTop.png) center top no-repeat;
}

#pageBackground {
	float:left;
	width:100%;
	min-width:960px;
	background:url(images/pageBackground.png) center top repeat-y;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

#content {
	float:left;
	width:960px;
}

#leftColumn {
	display:inline;
	float:left;
	width:190px;
	margin-left:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4e4e4e;
	line-height:17px;
	text-align:justify;
}

#rightColumn {
	display:inline;
	float:right;
	width:650px;
	margin-right:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	color:#4E4E4E;
}

#rightColumn p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e4e4e;
	line-height:19px;
	margin-bottom:12px;
}

#rightColumn h1 {
	margin-bottom:12px;
}

#pageBottom {
	float:left;
	height:70px;
	width:100%;
	min-width:960px;
	background:url(images/pageBottom.png) center top no-repeat;
}

/* FOOTER
---------------------------------------------*/

#footer {
	float:left;
	height:180px;
	width:100%;
	min-width:960px;
	background:url(images/footerBack.gif) repeat-x;
}

#footerLines {
	position:relative;
	width:960px;
	height:170px;
	margin:0 auto;
	background:url(images/footerLines.gif) no-repeat;
	background-position:959px 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#616161;
	line-height:15px;
}

#c1 {
	position:absolute;
	left:25px;
	top:83px;
	width:190px;
	line-height:20px;
	z-index: 101;
}

#c2 {
	position:absolute;
	left:250px;
	top:20px;
	width:255px;
	height:140px;
	padding-left:25px;
	background:url(images/footerLines.gif) no-repeat;
}

#c3 {
	position:absolute;
	left:563px;
	top:20px;
	width:270px;
	height:140px;
	padding-left:25px;
	background:url(images/footerLines.gif) no-repeat;
}

#c4 {
	position:absolute;
	left:0;
	top:20px;
	width:180px;
	height:140px;
	padding-left:25px;
	background:url(images/footerLines.gif) no-repeat;
	z-index: 100;
}

#footerLines a, #footerLines a:visited {
	text-decoration:none;
	color:#0066e9;
	font-size:11px;
}

#footerLines a:hover {
	text-decoration:underline;
}

#footerMainMenu {
	position:absolute;
	width:210px;
	left:25px;
	top:0;
}

.inorbitalLink {
	color:#616161;
}

.footerList {
	margin:0;
	padding:0;
}

.footerList li {
	line-height:15px;
}

/* SEARCH
---------------------------------------------*/

#searchBox {
	width:190px;
}

#searchBox .btnSearch {
	width:45px;
	height:29px;
	vertical-align:middle;
	cursor:pointer;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	border: solid 1px #c8d1dc;
	background-color:#5888c8;
	background:url(images/btnSearch.gif) no-repeat center center;
	padding:0 7px 0 0;
}

#searchBox .btnSearch:hover {
	background-color:#315A93;
}

#searchBox .txtSearch {
	width:130px;
	height:22px;
	padding: 5px 5px 0 5px;
	vertical-align:middle;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3d6da4;
	border: solid 1px #c8d1dc;
	background-color:#edf1f4;
}

/* LATEST INFO
---------------------------------------------*/

.latestInfoPost a:hover {
	text-decoration:underline;
}

.latestInfoPost p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.latestInfoDate {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:-15px;
	color:#CCCCCC;
}

/* BANNERS
---------------------------------------------*/

#banners {
	margin-top:25px;
}

#banners img {
	border:1px solid #c4c4c4;
	margin-top:10px;
}

/* POLL
---------------------------------------------*/

.poll {
	margin-top:10px;
}

.poll input {
	float:left;
	margin:5px 3px 0 0;
}

.poll label {
	float:right;
	width:165px;
	line-height:14px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	margin:8px 0 0 0;
}

.pollQuestion {
	text-align:left;
	line-height:14px;
	margin-bottom:10px;
}

.answerField {
	float:left;
	width:190px;
}

.pollButton {
	display:inline;
	float:left;
	width:170px;
	margin:5px 0 0 10px;
}

.pollButton input[type="submit"] {
	float:left;
	width:60px;
	height:29px;
	vertical-align:middle;
	cursor:pointer;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	border: solid 1px #c8d1dc;
	background-color:#5888c8;
	padding:0 0 2px 0;
}

.pollButton input[type="submit"]:hover {
	background-color:#315A93;
}

.pollButton a {
	display:block;
	float:left;
	height:20px;
	width:40px;
	margin:4px 0 0 15px;
}

/* BREADCRUMBS
---------------------------------------------*/

#breadcrumbs {
	width:650px;
	margin:8px 0 34px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a9a9a9;
}

#breadcrumbs a, #breadcrumbs a:visited {
	font-size:11px;
	color:#a9a9a9;
	text-decoration:underline;
}

#breadcrumbs a:hover {
	text-decoration:none;
}

/* LISTING - unordered
---------------------------------------------*/

#rightColumn ul {
	list-style:none;
	margin-bottom:20px;
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	-moz-padding-start: 0px;
}

#rightColumn ul li {
	padding-left: 15px;
	margin-top:8px;
	background-image: url(images/bulletArrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}


/* LISTING - ordered
---------------------------------------------*/

#rightColumn ol {
	list-style:decimal;
	margin-bottom:20px;
	margin-left:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	-moz-padding-start: 0px;
}

#rightColumn ol li {
	padding-left: 5px;
	margin-top:8px;
}


/* MAIN NAVIGATION (DROPDOWN FLOATING MENU) */

table#effwin_menubar {
	margin-left: auto;
	margin-right: auto; 
}

/* Main Bar */
.static_nlsmenu {
	z-index:1;
}

/* Main Bar - Item */
.static_nlsitemcontainer {
	padding: 0px 10px 0px 10px;
}

.static_nlsiconcell {
	width:0px;
}

.static_nlssubmenucell{
	width:0px;
	padding: 0px 0px 0px 0px;
}

.static_nlsitem {
	font:bold 14px arial;
	line-height:15px;
    color:#467AB4;
    padding:9px 0px 11px 0px;
}
    
/* Main Bar - Item Hover */
.static_nlsitemcontainerover {
    padding:0px 10px 1px 10px;
}

.static_nlsiconcellover {
	width:0px;
}

.static_nlssubmenucellover {
	width:0px;
	padding: 0px 0px 0 0px;
}

.static_nlsitemover {
	font: bold 14px arial;
	line-height:15px;
	text-decoration:underline;
    color:#467AB4;
    padding:0px 0px 0px 0px;
}

/* Sub Menu */
.nlsmenu {
	margin:0 0 0 0px;
	padding:0px 0px 0px 0px;
	border: 1px solid #ced5dc;
	border-top:none;
    z-index:1;
	background:url(images/submenuBackground.gif) repeat-x #ffffff;
}

/* Sub Menu - Item */
.nlsitemcontainer {
	height:26px;
	padding:0px 0px 0px 0px;
}

.nlsiconcell {
	width:25px;
	background-color:#070707;
}

.nlssubmenucell {
	padding: 0px 0px 0 0px;
}

.nlsitem {
	font: normal 12px arial;
    color:#467ab4;
    padding:0px 15px 0px 15px;
}

/* Sub Menu - Item Hover */
.nlsitemcontainerover {
	height:26px;
	background-color:#b1bcc7;
}

.nlsiconcellover {
	width:22px;
	background-color:#5E7809;
}

.nlssubmenucellover {
	padding: 2px 4px 0 3px;
}

.nlsitemover {
	font: normal 12px arial;
    color:#ffffff;
    padding:0px 15px 0px 15px;
}

/* END - ADDED OR EDITED BY INORBITAL
--------------------------------------------------------------*/


/* DEFAULT */
/* body{font-family:verdana;font-size:11px;color:#3D3D3D;margin:0px;background:url('images/edge_top.gif') #C0C0C0 repeat-x;} */
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}
.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:#3D6DA4;}
a.login:visited{color:#3D6DA4;}
a.login:hover{color:#3D6DA4;}
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:#3D6DA4;}
a.logout:visited{color:#3D6DA4;}
a.logout:hover{color:#3D6DA4;}
.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 */

.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 {font-weight:bold;font-size:10px;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:26px;}
.boxContentArchives {padding:0px;text-align:left;white-space:nowrap;}
.boxMonthList {padding:7px;padding-bottom:15px;text-align:left;white-space:nowrap}

/* CATEGORIES BOX */
.boxCategories {width:100%}
.boxHeaderCategories {font-weight:bold;font-size:10px;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:27px;}
.boxContentCategories {padding:7px;padding-bottom:15px;text-align:left;white-space:nowrap}

/* NEWS FEED SUBSCRIBE BOX (rss link) */
.boxNewsFeedSubscribe {width:100%}
.boxHeaderNewsFeedSubscribe {font-weight:bold;font-size:10px;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:27px;}
.boxContentNewsFeedSubscribe {padding:7px;padding-bottom:15px;text-align:left;white-space:nowrap}

/* 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 */
.breadcrumb{}
a.breadcrumb:link{}
a.breadcrumb:visited{}
a.breadcrumb:hover{}

/* 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:10px;font-family:Tahoma;background:url('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;}



/* 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%}
.boxHeaderPoll {font-weight:bold;font-size:10px;font-family:Tahoma;background:url('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('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("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 (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("images/topbg.gif");height:35px;}
.memberbar {background-image:url("images/memberbg.gif");height:27px;}
    


/* 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;}