/* DEFAULT */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html {
	overflow: -moz-scrollbars-vertical;
}


/* Main structure */
div#siteContainer {
	margin-left: auto;
	margin-right: auto;
	width: 995px;
	padding-top: 12px;
	background-color: white;
}

/* Header */
div#siteContainer div#siteHeader {
	height: 58px;
	overflow: hidden;
}
div#siteHeader div#Logo {
	float: left;
	padding-left: 8px;
}
div#siteHeader div#searchLinks {
	float: right;
	position: relative;
	padding-right: 10px;
}
* html div#siteHeader div#searchLinks {
	width: 350px;
}
	div#searchLinks div#searchBar {
		height: 20px;
		overflow: hidden;
	}
		div#searchLinks div#searchBar input {
			position: absolute;
			right: 10px;
		}
		div#searchLinks div#searchBar input.searchField {
			border: solid 1px #000066;
			height: 16px;
			right: 57px;
			width: 150px;
			color: #002663;
			font-size: 0.7em;
			padding-top: 2px;
			padding-left: 10px;
			padding-right: 5px;
		}
	div#searchLinks div#linkList {
		padding-top: 5px;
	}
	* html div#searchLinks div#linkList {
		float: right;
	}
		div#searchLinks div#linkList ul, div#disclaimerBar ul {
			list-style: none;
		}
		div#searchLinks div#linkList ul li {
			float: left;
		}
		div#searchLinks div#linkList ul li a {
			display: block;
			padding-left: 0px;
			padding-right: 10px;
			font-size: 0.78em;
			color: #000066;
		}
		
/* Content structure */
div#siteContainer div#shadowTop, div#siteContainer div#shadowBottom {
	background-image: url('images/shadowTop.jpg');
	background-repeat: repeat-x;
	height: 10px;
	line-height: 10px;
	font-size: 10px;
}
div#siteContainer div#shadowBottom {
	background-image: url('images/shadowBottom.jpg');
}

div#siteContainer div#Content {
	background-image: url('images/shadowContent.jpg');
	background-repeat: repeat-y;
}
div#siteContainer div#disclaimerBar {
	height: 22px;
}

/* Content */
div#siteContainer div#Content div#cleanContent {
	width: 979px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
	div#cleanContent.Home div#leftColumn {
		width: 423px;
		float: left;
	}
	div#cleanContent.Home div#rightColumn {
		float: right;
		height: 455px;
		overflow: hidden;
		position: static;
		width: auto;
	}
	
	div#cleanContent div#categoryMenu {
		height: 94px;
		overflow: hidden;
		background-image: url('images/menuBackground.jpg');
		position: relative;
	}
	div#cleanContent div#headerBar {
		position: absolute;
		top: 55px;
		right: 240px;
	}
		
	div#Content div#cleanContent div#resetFloats {
		clear: both;
		height: 0px;
		line-height: 0px;
		font-size: 0px;
	}
	
	div#cleanContent div#middleColumn {
		float: left;
		margin-left: 1px;
		width: 440px;
		padding: 10px 12px 12px 12px;
	}
	
		div#cleanContent div#middleColumn a {
    color: #ff6600;
	}
	
/* Menu spacers */
div#cleanContent div#menuSpacer	{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	background-repeat: no-repeat;
}
	div#cleanContent.contentBlue div#menuSpacer	{
		background-image: url('images/menuSpacerBlue.gif');
	}
	div#cleanContent.contentOrange div#menuSpacer	{
		background-image: url('images/menuSpacerOrange.gif');
	}
	div#cleanContent.contentGreen div#menuSpacer	{
		background-image: url('images/menuSpacerGreen.gif');
	}
	
	
/* Homepage */	
div#cleanContent.Home div#leftColumn div#categoryButtons {
	height: 140px;
	overflow: hidden;
}
	div#cleanContent.Home div#leftColumn div#categoryButtons div.Button {
		width: 141px;
		float: left;
	}

div#cleanContent.Home div#leftColumn div#introText {
	padding-top: 20px;
	padding: 15px 12px 0 12px;
}
	div#cleanContent.Home div#leftColumn div#introText h1 {
		color: #002663;
		font-size: 0.8em;
		padding-bottom: 10px;
		line-height: 1.3em;
		display: block;
		width: 350px;
	}
	div#cleanContent.Home div#leftColumn div#introText p {
		font-size: 0.8em;
		padding-bottom: 10px;
		line-height: 1.3em;
	}

/* Actiebuttons */
div#cleanContent.Home div#leftColumn div#adButtons {
	bottom: 0px;
	width: 422px;
}
* html div#cleanContent.Home div#leftColumn div#adButtons {
	bottom: -1px;
}
	div#cleanContent.Home div#leftColumn div#adButtons h1 {
		font-size: 0.7em;
		padding-bottom: 4px;
		line-height: 1.1em;
	}
	div#cleanContent.Home div#leftColumn div#adButtons a {
		color: #b10059
	}

	div#cleanContent.Home div#leftColumn div#adButtons p {
		color: black;
		font-size: 0.7em;
		width: 350px;
		line-height: 1.5em;
	}
	div#cleanContent.Home div#leftColumn div#adButtons div.Button {
		height: 58px;
		margin-top: 1px;
		border: solid 1px #e4afcb;
		padding: 4px 6px;
		position: relative;
		overflow: hidden;
		background-image: url('images/buttonBackground.jpg');
		background-position: bottom;
	}
	div#cleanContent.Home div#leftColumn div#adButtons div.Button div.linkSpace {
		height: 16px;
		width: 17px;
		position: absolute;
		right: 10px;
		bottom: 10px;
	}

/* Disclaimer */
div#disclaimerBar a {
	float: right;
			padding-right: 12px;
		font-size: 0.78em;
		color: #d3dae4;
}


div#disclaimerBar ul li {
	float: right;
}
	div#disclaimerBar ul li a {
		display: block;
		padding-right: 12px;
		font-size: 0.78em;
		color: #d3dae4;
	}

/* Content pages Category menu */
div#categoryMenu div.Button {
	height: 94px;
	width: 94px;
	padding-right: 1px;
	float: left;
}

/* Content pages Left menu */
div#cleanContent.contentBlue div#leftColumn, div#cleanContent.contentOrange div#leftColumn, div#cleanContent.contentGreen div#leftColumn {
	width: 284px;
	float: left;
}
	div#cleanContent div#leftColumn ul li a:hover, div#cleanContent div#leftColumn ul li.active a:hover, div#cleanContent div#leftColumn ul li.active ul li.active a:hover {
		text-decoration: underline;
	}

	div#cleanContent div#leftColumn ul {
		list-style: none;
		padding-top: 8px;
	}
		div#cleanContent div#leftColumn ul li {
			background-repeat: no-repeat;
			background-position: 10px 5px;
			padding-left: 25px;
			line-height: 1.3em;
		}
		div#cleanContent div#leftColumn ul li a {
			font-size: 0.7em;
			font-weight: bold;
			display: block;
			min-height: 20px;
			line-height: 1.3em;
			padding-bottom: 4px;
			color: black;
		}
		* html div#cleanContent div#leftColumn ul li a {
			height: 20px;
		}
			div#cleanContent div#leftColumn ul li.active a {
				font-weight: bold;
			}
			div#cleanContent div#leftColumn ul li ul {
				padding-top: 0px;
			}
			div#cleanContent div#leftColumn ul li ul li {
				background-position: 3px 1px;
				padding-left: 25px;
			}
				div#cleanContent div#leftColumn ul li ul li ul li {
					background-position: 1px 5px;
					padding-left: 18px;
				}
				div#cleanContent div#leftColumn ul li ul li ul li ul li {
					background-position: 1px 5px;
					padding-left: 18px;
				}
				
				
				
			
	/* Blue */
	div#cleanContent.contentBlue {
		background-image: url('images/treeBackgroundBlue.gif');
		background-repeat: repeat-y;
		background-position: left bottom;
		min-height: 465px;
	}
	* html div#cleanContent.contentBlue {
		height: 465px;
	}
				
	/* Orange */
	div#cleanContent.contentOrange, div#cleanContent div.IE6_Orange {
		background-image: url('images/treeBackgroundOrange.gif');
		background-repeat: repeat-y;
		background-position: left bottom;
		min-height: 465px;
	}
	* html div#cleanContent.contentOrange, * html div#cleanContent div.IE6_Orange {
		height: 465px;
	}
		div#cleanContent div.IE6_Orange div#leftColumn ul li.active a {
			color: #f37121;
		}
			div#cleanContent div.IE6_Orange div#leftColumn ul li.active ul li a {
				color: black;
			}
				div#cleanContent div.IE6_Orange div#leftColumn ul li.active ul li.active a {
					color: #f37121;
				}

	/* Green */
	div#cleanContent.contentGreen, div#cleanContent div.IE6_Green {
		background-image: url('images/treeBackgroundGreen.gif');
		background-repeat: repeat-y;
		background-position: left bottom;
		min-height: 465px;
	}
	* html div#cleanContent.contentGreen, * html div#cleanContent div.IE6_Green {
		height: 465px;
	}
		div#cleanContent div.IE6_Green div#leftColumn ul li.active a {
			color: #76ab30;
		}
			div#cleanContent div.IE6_Green div#leftColumn ul li.active ul li a {
				color: black;
			}
				div#cleanContent div.IE6_Green div#leftColumn ul li.active ul li.active a {
					color: #76ab30;
				}

/* Content pages Left menu */
div#cleanContent div#rightColumn {
	position: absolute;
	width: 220px;
	right: 0px;
	top: 0px;
	
	*position: relative;
	*top: -95px;
	*right: -10px;
}
* html div#cleanContent div#rightColumn {
	right: -7px;
}
	div#rightColumn img {
		*margin-bottom: -3px;
	}
	
/* Content pages Middle*/
div#cleanContent div#middleColumn h1 {
	font-size: 0.8em;
	color: #002663;
	padding-bottom: 6px;
}
div#cleanContent div#middleColumn h2 {
	font-size: 0.8em;
	color: black;
	padding-bottom: 3px;
}
div#cleanContent div#middleColumn p {
	padding-bottom: 10px;
	font-size: 0.8em;
	line-height: 1.4em;
}
div#cleanContent div#middleColumn ul {
	list-style: square;
}
div#cleanContent div#middleColumn ul, div#cleanContent div#middleColumn ol {
	padding-bottom: 16px;
	font-size: 0.8em;
	line-height: 1.3em;
	padding-left: 16px;
}
	div#cleanContent div#middleColumn ol {
		padding-left: 22px;
	}
	div#cleanContent div#middleColumn ul li, div#cleanContent div#middleColumn ol li {
		line-height: 1.5em;
	}
div#cleanContent div#middleColumn div.Seperator {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin-bottom: 15px;
	background-image: url('images/contentSpacer.gif');
}

/* Size buttons */
div#cleanContent div#sizeButtons {
	position: absolute;
	height: 17px;
	width: 54px;
	overflow: hidden;
	left: 680px;
}
div#cleanContent.Home div#sizeButtons {
	top: 150px;
	left: 362px;
}
	div#sizeButtons div.Button {
		width: 18px;
		float: left;
	}
	
/* Sitemap */
div#cleanContent div#middleColumn ul {
	list-style: none;
	padding-left: 3px;
}
div#cleanContent div#middleColumn ul li {
	background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;
}

/* Right Column */
div#cleanContent div#rightColumn div.extraFrame {
	margin-left: 1px;
	margin-top: 15px;
	padding: 5px 8px 8px 8px;
	color: white;
}
div#cleanContent div#rightColumn div.extraFrame h1 {
	font-size: 0.8em;
	padding-bottom: 5px;
}
div#cleanContent div#rightColumn div.extraFrame ul {
	list-style: none;
	font-size: 0.7em;
}
div#cleanContent div#rightColumn div.extraFrame ul li {
	line-height: 1.8em;
}
div#cleanContent div#rightColumn div.extraFrame ul li a {
	background-image: url('images/bulletFrame.gif');
	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-left: 17px;
	color: white;
}

/* Right Frame Blue */
div#cleanContent.contentBlue div#rightColumn div.extraFrame {
	background-color: #002663;
	border: solid 1px #e5e9ef;
}
	div#cleanContent.contentBlue div#rightColumn div.extraFrame h1 {
		color: #e5e9ef;
	}
	
/* Right Frame Green */
div#cleanContent.contentGreen div#rightColumn div.extraFrame {
	background-color: #75ac2a;
	border: solid 1px #e6efda;
}
	div#cleanContent.contentGreen div#rightColumn div.extraFrame h1 {
		color: #e6efda;
	}

div#cleanContent.contentOrange div#rightColumn div.extraFrame {
	background-color: #f37121;
	border: solid 1px #ffd562;
}
	div#cleanContent.contentOrange div#rightColumn div.extraFrame h1 {
		color: #ffd562;
	}

body{font-size: 12pt;

	}
td{font-family:verdana;font-size:11px;color:#3D3D3D}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a img {border: none;}
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;font-family:verdana;font-size:9pt}
a.register:visited{color:#555555;font-family:verdana;font-size:9pt}
a.register:hover{color:#111111;font-family:verdana;font-size:9pt}
a.login:link{color:#555555;font-family:verdana;font-size:9pt}
a.login:visited{color:#555555;font-family:verdana;font-size:9pt}
a.login:hover{color:#111111;font-family:verdana;font-size:9pt}
a.myworkspace:link{color:#555555;font-family:verdana;font-size:9pt}
a.myworkspace:visited{color:#555555;font-family:verdana;font-size:9pt}
a.myworkspace:hover{color:#111111;font-family:verdana;font-size:9pt}
a.admin:link{color:#555555;font-family:verdana;font-size:9pt}
a.admin:visited{color:#555555;font-family:verdana;font-size:9pt}
a.admin:hover{color:#111111;font-family:verdana;font-size:9pt}
a.logout:link{color:#555555;font-family:verdana;font-size:9pt}
a.logout:visited{color:#555555;font-family:verdana;font-size:9pt}
a.logout:hover{color:#111111;font-family:verdana;font-size:9pt}
.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{margin-bottom:0px;font-family:arial;font-weight:bold;font-size:14px;color:#333333;text-transform: uppercase;margin-top:10px}
.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;}

/* CUSTOM LISTING (In a Box) */
.boxCustomList {width:100%}
.boxHeaderCustomList {font-weight:bold;font-size:10px;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;padding-top:7px;height:20px;}
.boxContentCustomList {padding:4px;padding-left:5px;text-align:left;}
.boxFooterCustomList {padding-left:7px;text-align:left}

/* CUSTOM LISTING */
.divCustomList {width:100%}
.divHeaderCustomList {line-height:35px;font-family:arial;font-weight:bold;font-size:14px;color:#333333;text-transform: uppercase;}
.divContentCustomList {}
.divFooterCustomList {}

/* 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;}

/* SEARCH BOX */
.boxSearch {}

.txtSearch {border:solid 1px ##CED7E5; margin-bottom:0px; height:17px;}

/* 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:20px;color:#555555;text-decoration:underline;white-space:nowrap; background:url('images/buttonSizePrint.gif')}
a.print:visited{font-family:arial;font-size:20px;color:#555555;text-decoration:underline; background:url('images/buttonSizePrint.gif')}
a.print:hover{font-family:arial;font-size:20px;color:#111111;text-decoration:underline; background:url('images/buttonSizePrint_Over.gif') }

/* 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{}
a.bottommenu:link{padding-right: 12px;font-size: 0.78em;color: #d3dae4;}
a.bottommenu:visited{padding-right: 12px;font-size: 0.78em;color: #d3dae4;}
a.bottommenu:hover{padding-right: 12px;font-size: 0.78em;color: #d3dae4;}

/* 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:#000066;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 (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('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('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: 284px;
	float: left;
	text-decoration: none;
	list-style: none;
	padding-top: 8px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
	line-height: 1.3em;
	font-size: 0.7em;
	font-weight: bold;
	display: block;
	min-height: 20px;
	line-height: 1.3em;
	padding-bottom: 4px;
	color: #000066;
    }
.mnuOver 
{
    background-image: url('images/bulletBlue.gif');
    background-repeat:no-repeat;
    background-position: 10px ;
    padding:3px 3px 3px 18px;
    color:#000066;
    }
.mnuSelected 
{
    background-image: url('images/bulletBlue_active.gif');
    background-repeat:no-repeat;
    background-position: 10px ;
    padding:3px 3px 3px 18px;
    font-weight:bold;
    color:#000066;
    text-decoration: underline;
    }
.mnuPath 
{
    background-image: url('images/bulletBlue.gif');
    background-repeat:no-repeat;
    background-position: 10px ;
    padding:3px 3px 3px 18px;
    }
.mnuNormal 
{
    background-image: url('images/bulletBlue.gif');
    background-repeat:no-repeat;
    background-position: 10px ;
    padding:3px 3px 3px 18px;
    color: #000066;
    }
    
.mnuOver2 
{
    background-image: url('images/bulletBlueLevel2.gif');
    background-repeat:no-repeat;
    background-position: 15px ;
    padding:3px 3px 3px 18px;
    color:#000066;
    }

.mnuSelected2 
{
    background-image: url('images/bulletBlue_active.gif');
    background-repeat:no-repeat;
    background-position: 15px ;
    padding:3px 3px 3px 18px;
    font-weight:bold;
    color:#000066;
    text-decoration: underline;
    }
.mnuPath2 
{
    background-image: url('images/bulletBlueLevel2.gif');
    background-repeat:no-repeat;
    background-position: 15px ;
    padding:3px 3px 3px 18px;
    color:#000066;
    }
.mnuNormal2 
{
    background-image: url('images/bulletBlueLevel2.gif');
    background-repeat:no-repeat;
    background-position: 15px;
    padding:3px 3px 3px 18px;
   	color: #000066;
    }

.mnuOver3
{
    background-image: url('images/bulletBlueLevel3.gif');
    background-repeat:no-repeat;
    background-position: 45px ;
    padding:3px 3px 3px 18px;
    color:#000066;
    }

.mnuSelected3 
{
    background-image: url('images/bulletBlue_active.gif');
    background-repeat:no-repeat;
    background-position: 45px ;
    padding:3px 3px 3px 18px;
    font-weight:bold;
    color:#000066;
    text-decoration: underline;
    }
.mnuPath3
{
    background-image: url('images/bulletBlueLevel3.gif');
    background-repeat:no-repeat;
    background-position: 45px ;
    padding:3px 3px 3px 18px;
    	color: #000066;
    }
.mnuNormal3
{
    background-image: url('images/bulletBlueLevel3.gif');
    background-repeat:no-repeat;
    background-position: 45px ;
    padding:3px 3px 3px 18px;
    font-weight: normal;
    color: #000066;
    }
    
.mnuOver4
{
    background-image: url('images/bulletBlueLevel3.gif');
    background-repeat:no-repeat;
    background-position: 75px ;
    padding:3px 3px 3px 18px;
    color:#000066;
    }

.mnuSelected4 
{
    background-image: url('images/bulletBlue_active.gif');
    background-repeat:no-repeat;
    background-position: 75px ;
    padding:3px 3px 3px 18px;
    font-weight:bold;
    color:#000066;
    text-decoration: underline;
    }
.mnuPath4
{
    background-image: url('images/bulletBlueLevel3.gif');
    background-repeat:no-repeat;
    padding:3px 3px 3px 25px;
    background-position: 75px ;
    color: #000066;
    }
.mnuNormal4
{
    background-image: url('images/bulletBlueLevel3.gif');
    background-repeat:no-repeat;
    background-position: 75px ;
    padding:3px 3px 3px 18px;
    font-weight: normal;
    color: #000066;
    }



.mnuOver5
{
    background-image: url('images/bulletBlueLevel3.gif');
    background-repeat:no-repeat;
    background-position: 75px ;
    padding:3px 3px 3px 18px;
    color:#000066;
    }

.mnuSelected5 
{
    background-image: url('images/bulletBlue_active.gif');
    background-repeat:no-repeat;
    background-position: 75px ;
    padding:3px 3px 3px 18px;
    font-weight:bold;
    color:#000066;
    text-decoration: underline;
    }
.mnuPath5
{
    background-image: url('images/bulletBlueLevel3.gif');
    background-repeat:no-repeat;
    padding:3px 3px 3px 25px;
    background-position: 75px ;
    color: #000066;
    }
.mnuNormal5
{
    background-image: url('images/bulletBlueLevel3.gif');
    background-repeat:no-repeat;
    background-position: 75px ;
    padding:3px 3px 3px 18px;
    font-weight: normal;
    color: #000066;
    }    
    
    

/* 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;}
.boxFooterQuickLinks {height:5px}
.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;}
