@charset "utf-8";
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	line-height: 1.5;
}

ol li {
	line-height: 1.5;
	list-style-type: decimal;
	margin-left: 18px;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Layout */
body {
	background: #9c9d9f url(../images/body_back.gif) 0 0 repeat-x;
	font-size: 12px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #87888a;
}
p.bodytext {margin-bottom:10px;}
#master {
	width: 1000px;
	margin: 0 auto;
}

#topHeader {
	height: 26px;
	width: 984px;
	padding: 11px 8px 0 8px;
}

#header {
	width: 1000px;
	height: 186px;
	background: url(../images/header_back.png) 0 0 no-repeat;
	margin-bottom: 5px;
}

#content {
	width: 1000px;
	margin-bottom: 2px;
}

#contentTop, #loggedin #contentTop {
	background: url(../images/content_front_top.png) 0 0 no-repeat;
	width: 1000px;
	height: 12px;
	font-size: 0;
	line-height: 0;
}

#contentBot, #loggedin #contentBot {
	background: url(../images/content_front_bot.png) 0 0 no-repeat;
	width: 1000px;
	height: 12px;
	font-size: 0;
	line-height: 0;
}

#contentCenter {
	background: url(../images/content_front_center.png) 0 0 repeat-y;
	width: 951px;
	padding: 0 17px 0 32px;
}

#loggedin #contentCenter {
	background: url(../images/content_front_center_loggedin.png) 0 0 repeat-y;
	width: 951px;
	padding: 0 17px 0 32px;
}

#footer {
	width: 1000px;
	background: url(../images/footer_front_back.gif) 0 0 repeat-y;
}

#footerTop {
	width: 1000px;
	height: 12px;
	background: url(../images/footer_front_top.gif) 0 0 no-repeat;
	line-height: 0;
	font-size: 0;
}

#subpage #footerTop {
	background: url(../images/footer_front_top_subpage.gif);
}

#footerContent {
	width: 951px;
	padding: 0 17px 25px 32px;
	background: url(../images/footer_front_bot.gif) 0 0 repeat-y;
}

#subpage #footerContent {
	padding-right: 7px;
	width: 961px;
}

/* Top header */
#search {
	background: url(../images/search_back.png) 0 0 no-repeat;
	width: 213px;
	height: 19px;
	float: right;
	margin-top: 3px;
}

#search input.inpTxt {
	border: none;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 161px;
	vertical-align: middle;
	background-color: transparent;
}

#search input.inpBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	color: #fff;
	vertical-align: middle;
	text-transform: uppercase;
}

#language {
	float: right;
	padding-right: 14px;
}

#language ul li {
	display: inline;
	padding-right: 3px;
}

/* Header */
#headerFirst {
	height: 92px;
}

#logo {
	float: left;
	width: 126px;
	height: 40px;
	padding: 32px 0 0 32px;
}

#mainMenu {
	float: left;
	padding: 29px 0 0 36px;
}

#mainMenu ul li  {
	float: left;
	display: block;
	padding-right: 2px;
	background: url(../images/menu_item_back.gif) right 0 no-repeat;
}


#mainMenu ul li.lastMenuItem {
	background-image: none;
	padding-right: 0;
}

#mainMenu ul li a {
	float: left;
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 5px 20px;
	background: url(../images/menu_back.gif) 0 0 no-repeat;
	text-decoration: none;
}

#mainMenu ul li a.firstItem {
	background-position: 0 -112px;
}

#mainMenu ul li a.lastItem {
	background-position: right -56px;
width: 37px;
}

#mainMenu ul li.active a, #mainMenu ul li a:hover {
	background-position: 0 -28px;
}

#mainMenu ul li.active a.firstItem, #mainMenu ul li a.firstItem:hover {
	background-position: 0 -140px;
}

#mainMenu ul li.active a.lastItem, #mainMenu ul li a.lastItem:hover {
	background-position: right -84px;
}

#teasers {
	padding: 0 0 0 6px;
}
#teasers a {
	color:#87888A;
	text-decoration:none;
}
#teaser1, #teaser2, #teaser3 {
	float: left;
	padding-right: 1px;
}

#teaser1 {
	width: 331px;
}

#teaser2 {
	width: 326px;
}

#teaser3 {
	width: 330px;
	position: relative;
}

.teaser1Img {
	float: left;
	width: 116px;
}

.teaser2Img {
	float: right;
	width: 100px;
}

.teaser3Img {
	float: left;
}

.teaserTitle, #teasers h1{
	font-size: 9px;
	text-transform: uppercase;
	color: #50b848;
	padding-left: 15px;
	padding-top: 7px;
}
#teasers h1 a {
	color: #50b848;
}
#teasers h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	padding-left: 15px;
}

#teasers p {
	font-size: 10px;
	line-height: 12px;
	padding-left: 15px;
	margin:0;
}

input.inpTeaser {
	background: url(../images/btn_teaser.gif) 0 0 no-repeat;
	width: 125px;
	height: 25px;
	border: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left: 30px;
	top: 50px;
	vertical-align: middle;
	color: #fff;
}

/* Columns */
.leftColumn {
	float: left;
	width: 763px;
	padding-top: 14px;
}

.rightColumn {
	float: right;
	width: 178px;
}

#subpage .rightColumn {
	width: 188px;
}

.subMenu {
	float: left;
	width: 178px;
}

.subMenu ul {padding-right: 18px;}

.subpgeContent {
	float: right;
	width: 585px;
overflow: hidden;
}

/* Login box */
#loginBox {
	width: 178px;
	color: #fff;
}

#subpage #loginBox {
	width: 188px;
	background: url(../images/loginbox_subpage_back.gif) 0 bottom no-repeat;
	padding-bottom: 37px;
	position: relative;
}

#subpage #loginBox #rightCorners {
	background: url(../images/right_corners.gif) 0 0 no-repeat;
	position: absolute;
	right: -5px;
	bottom: 9px;
	width: 13px;
	height: 29px;
	line-height: 0;
	font-size: 0;
}

#loginBox a {
	color: #fff;
	text-decoration: none;
}

#loginBox a:hover {
	text-decoration: underline;
}

#loginBoxTitle {
	width: 145px;
	height: 27px;
	background: url(../images/login_box_top.gif) 0 0 no-repeat;
	padding: 18px 12px 0 21px;
}

.subpgeContent .tx-newloginbox-pi1 #loginBoxTitle {width: auto; height: auto; background-image: none; padding: 0 0 10px 0;}

#loginBoxContent {
	width: 145px;
	background: url(../images/login_box_bot.gif) 0 bottom no-repeat;
	padding: 8px 12px 8px 21px;
}

.subpgeContent .tx-newloginbox-pi1 #loginBoxContent {width:auto; background-image: none; padding: 0 0 10px 0;}

#loggedin #loginBoxContent {
	background-image: url(../images/login_box_bot_loggedin.gif);
}

#myaccount {
	position: relative;
	width: 145px;
	padding: 8px 12px 11px 21px;
}

#subpage #myaccount {
	background: url(../images/myaccount_back.gif) 0 bottom no-repeat;
}

#subpage .subpgeContent .tx-newloginbox-pi1 #myaccount {background-image: none; padding: 0 0 10px 0; width: auto;}

#myaccount a {
	color: #528e2f;
}

#loginForm label {
	font-size: 10px;
	display: block;
}

#loginForm input.inpTxt {
	padding: 2px;
	background: url(../images/login_box_input_back.gif) 0 0 no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 141px;
	height: 19px;
	border: none;
	vertical-align: middle;
	margin-bottom: 5px;
}

#loginForm input.inpBtn, #logout input.inpBtn {
	background: url(../images/login_box_btn_back.png) 0 0 no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 60px;
	height: 24px;
	border: none;
	vertical-align: middle;
	margin-top: 8px;
	color: #fff;
	float: right;
	cursor: pointer;
}

.subpgeContent .tx-newloginbox-pi1 #loginForm input.inpBtn, .subpgeContent .tx-newloginbox-pi1 #logout input.inpBtn {float: none;}

#loginOptions {
	float: left;
	font-size: 10px;
	width: 68px;
}

.subpgeContent .tx-newloginbox-pi1 #loginOptions {float: none; width: auto;}

#loginOptions a {
	display: block;
}

#register {
	width: 145px;
	padding: 8px 12px 115px 21px;
	color: #87888a;
	position: relative;
}

.subpgeContent .tx-newloginbox-pi1 #register { width: auto; padding: 0 0 10px 0;}

#register h2 {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 10px;
}

#register ul {
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
}

#register ul li {
	padding-left: 7px;
	font-size: 10px;
	background: url(../images/register_item_back.gif) 0 6px no-repeat;
}

.subpgeContent .tx-newloginbox-pi1 #register ul li {padding-left: 0; background-image: none;}

#registerImage {
	position: absolute;
	right: 0;
	bottom: -9px; *bottom: -5px;

	z-index: 1;
}

#register input.inpBtn {
	background: url(../images/regitster_btn_back.png) 0 0 no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 69px;
	height: 24px;
	border: none;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

#loginBoxContent h3 {
	padding-bottom: 4px;
}

#loginBoxContent ul li, #myaccount ul li {
	padding-bottom: 3px;
}

#loginBoxContent ul li span {
	width: 113px;
	display: inline-block;
}

/* Front box */
#campaign {
	background: url(../images/campaign_back.gif) 0 0 no-repeat;
	width: 510px;
	height: 223px;
	float: left;
	position: relative; padding: 1px; overflow: hidden;

}

#campaignOverlay {
	background: url(../images/campaign_overlay.png) 0 0 no-repeat;
	width: 512px;
	height: 225px;
	float: left;
	position: absolute; left: 0; top: 0; z-index: 100;
}

#campaignImage {
	width: 330px;
	height: 223px;
	overflow: hidden;
	position: relative;
	float: left;
}

#campaignImageOverlay {
	background: url(../images/campaign_image_overlay.gif) 0 0 no-repeat;
	width: 3px;
	height: 225px;
	position: absolute;
	left: -1px;
	top: -1px;
}

#campaignTitle {
	font-size: 50px;
	line-height: 52px;
	color: #fff;
	position: absolute;
	left: 21px;
	top: 21px;
}

#campaignLink {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	left: 21px;
	top: 197px;
}

#campaignLink a {
	color: #fff;
	text-decoration: none;
}

#campaignLink a:hover {
	text-decoration: underline;
}

#campaignImageRelated {
	float: right;
	width: 176px;
	text-align: center;
}

#poll {
	background: url(../images/poll_back.gif) 0 0 no-repeat;
	width: 198px;
	height: 195px;
	float: right;
	padding: 15px;
	color: #fff;
}

#poll h2 {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 10px;
}

#poll p {
	padding-bottom: 10px;
}
#poll fieldset p.resultsPol label {margin-bottom:3px; display:block;}

input.pollsubmit, input.powermail_submit {
	background: url(../images/login_box_btn_back.png) 0 0 no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 60px;
	height: 24px;
	border: none;
	vertical-align: middle;
	margin-top: 8px;
	color: #fff;
	cursor: pointer;
}

input.powermail_submit {margin-left: 100px;}

/* Nupo tabs */
#nupoTabsList li {
	float: left;
	display: block;
	width: 254px;
}

#nupoTabsList li#snack {
	width: 255px;
}

#nupoTabsList li#meal {
	width: 244px;
	padding-left: 10px;
}

#nupoTabsList li#snack a {
	float: right;
}

#nupoTabsList li a {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
	float: left;
	width: 178px;
	padding: 10px 0 0 50px;
	height: 30px;
	background-image: url(../images/nupo_tabs.gif);
	background-repeat: no-repeat;
}

#nupoTabsList li#fullMeal a {
	background-position: 0 0;
}

#nupoTabsList li#meal a {
	background-position: 0 -40px;
}

#nupoTabsList li#snack a {
	background-position: 0 -80px;
}

#nupoTabsContent {
	border: 1px solid #bebfc1;
	padding: 28px 12px;
	background: url(../images/nupo_tabs_content_back.gif) 0 bottom repeat-x;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

.nupoContentImage {
	float: right;
	width: 426px;
	padding-left: 60px;
}

a.more {
	background: url(../images/more_link_back.png) 0 0 no-repeat;
	width: 88px;
	height: 21px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	padding-top: 3px;
}

.nupoContent p {
	padding-bottom: 20px;
}

/* Footer box */
.footerBox {
	padding: 8px 12px 8px 21px;
	width: 145px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

.footerBox h2 {
	font-size: 16px;
	padding-bottom: 15px;
}

.footerBox p {
	padding-bottom: 15px;
}

.footerBox a {color: #fff;}

/* Info */
.info {padding-top: 15px;}
.box {width: 190px; height: 239px; float: left; color: #fff; }
.box.red { background: url(../images/box-red.gif) 0 0 no-repeat; padding: 15px 64px 15px 16px; }
.box.orange { background: url(../images/box-orange.gif) 0 0 no-repeat; padding: 15px 55px 15px 16px; }
.box.green { background: url(../images/box-green.gif) 0 0 no-repeat; padding: 15px 22px 15px 16px;}
.info h3 {font-size: 16px; line-height: 20px;}
.info p {padding-bottom: 14px;}

.insideBox {
	position: relative;
}

.insideBoxImg {
	position: absolute;
	top: 0;
	right: -40px;
}

/* Sitemap */
#sitemap { overflow: hidden; padding: 0 32px; }
#sitemap ul { width: 100%; float: left; list-style: none; margin: 0; overflow: hidden; }
div.csc-sitemap { padding: 20px; float: left; }
#sitemap ul li { float: left; }
#sitemap ul li a { text-decoration: none; font-weight: bold; color: #fff; font-size:11px; font-family: verdana; float: left; width: 110px; margin: 0; clear: both; }
#sitemap ul li a:hover {text-decoration: underline;}
#sitemap ul li ul {width: 130px;margin: 0;clear: both;overflow: hidden;}
#sitemap ul li ul li {width: auto;clear: both;}

#sitemap ul li ul li a { text-decoration: none; font-weight: normal; }
#sitemap ul li ul li ul {margin: 0 0 0 10px; }
#menu-level1 ul {list-style: none;margin: 5px 0 0 0; }

/* Sub menu */
.subMenu h2 {
	background: url(../images/submenu_heading.gif) 0 0 no-repeat;
	text-align: center;
	color: #fff;
	height: 31px;
	padding: 10px 16px 0px 7px;
	margin-left: -10px;
}

.subMenu ul li a {
	color: #808285;
	font-weight: bold;
	display: block;
	padding: 7px 0;
	text-decoration: none;
}

.subMenu ul li li {
	padding-left: 4px;
}

.subMenu ul li a:hover, .subMenu ul li.active a, .subMenu ul li.active li.active a, .subMenu ul li.active li a:hover {
	color: #97be0d;
}

.subMenu ul li.active li a {
	color: #808285;
}

/* Styles */
h1 {
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	padding-bottom: 13px;
}

.subpgeContent h2 {
	font-size: 21px;
	line-height: 23px;
	font-weight: normal;
	padding-bottom: 13px;
}

.subpgeContent h3 {
	font-size: 19px;
	line-height: 21px;
	font-weight: normal;
	padding-bottom: 13px;
}

.subpgeContent h4 {
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	padding-bottom: 13px;
}

.subpgeContent h5 {
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 13px;
}

.subpgeContent h6 {
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 13px;
}

.subpgeContent a {color: #97be0d;}

font {font-family: Arial,Helvetica,sans-serif !important; font-size:12px !important;}

iframe.content_frame {overflow:hidden;}


#prodTopArea {
	position: relative;
height: 300px;
overflow: hidden;
}

#slideMenu {
	position: absolute;
	right: 0;
	top: 0;
	width: 170px;
	z-index: 30001;
}

#slideMenu ul li {
	position: relative;
	z-index: 30005;
}

#slideMenu ul li a {
	background: url("../images/nupo_tabs.png") 0 0 no-repeat;
	color: #67686A;
	display: block;
	font-size: 15px;
	height: 48px;
	padding: 13px 33px 10px 33px;
	position: relative;
	text-decoration: none;
	width: 131px;
	z-index: 30008;
}

#slideMenu ul li.active a, #slideMenu ul li a:hover {
	background-position: 0 -71px;
	color: #726F70;
}

#pages #slideshow div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin-top: 0;
}

#slideshow div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
}

#slideshow div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left :-16px;
}

#slideshow {
	height: 284px;
	overflow: hidden;
}


#imageTop { margin-top: -200px; clear: both;  z-index: 30000; position:relative; width: 382px; display: block; zoom: 1; min-height: 200px;}
.hor #imageTop {float: none; padding-left: 0; margin-left: -130px;}

#prodMiddleArea { width:575px; position:relative;}
#prodContent {width:382px; float:left;padding-top: 20px; }
#rightArea {width: 150px; float: right; }
.normalArea { width:532px; clear:both;}

#slideshow .csc-header {position: absolute; z-index: 25000; left: 30px; top: 30px;}
#slideshow .csc-header h1 {color: #fff; font-size: 40px; line-height: 50px; width: 460px; z-index: 30002;}
#pages {display: inline-block;}
#slideMenu ul {position: relative; z-index: 30000;}

#slideshow .tx-wwimagecycle-pi1 {width: 532px; height: 380px; overflow: hidden;}
#slideshow div.csc-textpic-center {margin-left: -31px;}

.tx_powermail_pi1_form legend {padding: 10px 0;}
.tx_powermail_pi1_form label {float: left; width: 100px;}
.tx_powermail_pi1_form div.tx_powermail_pi1_fieldwrap_html {padding-bottom: 5px;}
.ww_imagecycle_container {height: 284px; overflow: hidden;}

/* graph */
#graph { background: url(../images/graph_back.gif) 0 0 no-repeat; width: 744px; height: 202px; padding: 10px 0 0 19px; margin-bottom:20px;}
#graph h1 {padding-bottom: 6px;}
#memberPic {float: left; width: 103px; overflow: hidden;}
#memberPic img {border: 1px solid #9c9d9f;}
#memberText {float: left; width: 98px; padding: 0 35px 0 10px; font-size: 10px; line-height: 16px;}
#memberText p {padding-bottom: 5px;}
#memberText input.inpProfile {background: url(../images/btn_profile.gif) 0 0 no-repeat; width: 98px; height: 24px; vertical-align: middle; border: none; font-family: Arial, Helvetica, sans-serif;	font-size: 11px; color: #fff; cursor: pointer;}
#graphPic1, #graphPic2 {float: left; width: 228px; }
#graphPic1 {padding-right: 36px;}


div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {margin-left: 0;}
#tx-vjchat-container { height: auto !important; }

#imageTopArea {
clear:both;
display:block;
margin-top:-100px;
min-height:200px;
position:relative;
width:420px;
z-index:30000;
}
#imageTopArea #leftTopText {
float:left;
width:215px;
margin-top:100px;
}
#imageTopArea #rightTopImage {
float:right;
width:200px;
}

.imageTopText {clear:both;}


#campaign div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt a {position:absolute; z-index:1000;}

.date2cal_img_help{
  display:none;
}
.jscalendar_cb{
  display:none;
}
#uid40_msgCnt{
  display:none;
}
#uid40_hr{
  width:55px;
}
#uid47{
  width:280px;
}
#tx-powermail-pi1_fieldset_7{
  width:400px;
}

.tx-wecdiscussion-form div.inputFormRow span.textacross {
  margin:50px auto;
}
.tx-wecdiscussion-form {
  background: #FFFFFF;
  border:0 solid #333333;
}
.tx-wecdiscussion-form div.inputFormRow span.textacross input {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url(../images/login_box_btn_back.png) no-repeat   scroll 0 0;
  background:transparent url(../images/btn_teaser.gif) no-repeat scroll 0 0;
  border:medium none;
  color:#FFFFFF;
  cursor:pointer;
  float:right;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  height:24px;
  margin-top:8px;
  vertical-align:middle;
  width:120px;
  margin-right:8px;
}
.tx-wecdiscussion-forumMessageSubject {
  background:#999999 none repeat scroll 0 0;
}
.tx-wecdiscussion-sidebar .gutter {
  padding:0px;
}
.tx-wecdiscussion-forumMessageSubject {
  width:375px;
}
.tx-wecdiscussion-forumMessageSubject a:hover {
  color:#FFFFFF;
}
.tx-wecdiscussion-button a:hover {
  background-color:#999999 !important;
}
.tx-wecdiscussion-forumMessageSubject {
font-family:"Arial,Trebuchet MS",Tahoma;
}
.tx-wecdiscussion-form fieldset {
  margin:0px;
  padding:0px;
}

.news-list-item h1 {font-size:20px;}




.tx-wecdiscussion-forumMessageSubject {
  color: #999999;
  background: none ;
}
.tx-wecdiscussion-forumMessageSubject a, .tx-wecdiscussion-forumMessageSubject a:link, .tx-wecdiscussion-forumMessageSubject a:visited , .tx-wecdiscussion-forumMessageSubject a:hover {
  color:#999999;
  font-size:24px;
  font-weight:normal;
  line-height:26px;
  padding-bottom:13px;
  font-family:arial,tahoma,sans-serif;
}

.tx-wecdiscussion-forumMessageInfo {
  display: none;
}

.tx-wecdiscussion-forumMessageSubject {
  color:#999999;
  font-size:48px;
  font-weight:normal;
  line-height:54px;
  padding-bottom:13px;  
  font-family:arial,tahoma,sans-serif;
}

.tx-wecdiscussion-button a, .tx-wecdiscussion-button a:active, .tx-wecdiscussion-button a:link, .tx-wecdiscussion-button a:visited {
  background-color: #FFFFFF;
  border:none;
  color:#999999 !important;
  font-family:arial,tahoma,sans-serif;
  font-size:12px;
  margin:0 6px 2px 0;
  padding:2px 4px;
  text-decoration:none !important;
}

.tx-wecdiscussion-button {
  text-align:left;
}


.tx-wecdiscussion-button a, .tx-wecdiscussion-button a:active, .tx-wecdiscussion-button a:link, .tx-wecdiscussion-button a:visited {
  background-color:#FFFFFF !important;
}

.tx-wecdiscussion-forumMessageCommentNum{
  display: none;
}

/* =================================
  HOME.HTML - NUPO AFSTEMNING
==================================*/
div#nupo_poll { margin:20px 0 0 0; height:300px; overflow:hidden; float:left; display:inline; background:transparent url('../images/nupo_pollBG.jpg') left top no-repeat; }
div#nupo_poll h3 { color:#ffffff; line-height:28px; width:160px; height:28px; padding:0 0 0 18px; margin:0; }

div.tx-jkpoll-pi1 { width:150px; min-height:200px; padding:15px 0 0 18px; }
div.tx-jkpoll-pi1 div.error { color:#666666; }

div.tx-jkpoll-pi1 div.poll_header h4 { color:#666666; font-weight:bold; }

div.tx-jkpoll-pi1 div.answer_vote { margin:0 0 5px 0; }
div.tx-jkpoll-pi1 div.poll_vote div.answer_vote label { color:#666666; margin:0 0 3px 0; }
div.tx-jkpoll-pi1 div.poll_vote div.answer_vote input { margin:0 5px 0 0; }

div.tx-jkpoll-pi1 div.answer_horizontal_votes { color:#666666; }
div.tx-jkpoll-pi1 div.poll_answer_horizontal div.answer_result { margin:0 0 9px 0; }
div.tx-jkpoll-pi1 div.poll_answer_horizontal div.answertext_result { color:#666666; margin:0 0 3px 0 }
div.tx-jkpoll-pi1 div.poll_answer_horizontal div.answerimg { color:#666666; }
div.tx-jkpoll-pi1 div.poll_answer_horizontal div.answerimg img { height:5px; }



/*====================================
  EXT: tx-ognupouserdata
=====================================*/
div.tx-ognupouserdata-pi3 { }
div.tx-ognupouserdata-pi3 table { width:90%; border-collapse:collapse; }
div.tx-ognupouserdata-pi3 table thead tr { background-color:#f2f3f3; border-bottom:1px solid #d9dadb; }
div.tx-ognupouserdata-pi3 table thead tr th { height:24px; padding:0 0 0 5px; }
div.tx-ognupouserdata-pi3 table thead tr th.date { width:65px; text-align:left; }
div.tx-ognupouserdata-pi3 table thead tr th.weight { text-align:right; }
div.tx-ognupouserdata-pi3 table thead tr th.bmi { text-align:right; padding:0 5px 0 0; }
div.tx-ognupouserdata-pi3 table thead tr th.space { width:10px; float:none; }

div.tx-ognupouserdata-pi3 table tbody tr { height:24px; }
div.tx-ognupouserdata-pi3 table tbody tr.odd { background-color:#ffffff; }
div.tx-ognupouserdata-pi3 table tbody tr.even { background-color:#f2f3f3; }
div.tx-ognupouserdata-pi3 table tbody tr td { padding:0 0 0 5px; }
div.tx-ognupouserdata-pi3 table tbody tr td.weight { text-align:right; }
div.tx-ognupouserdata-pi3 table tbody tr td.bmi { text-align:right; }
div.tx-ognupouserdata-pi3 table tbody tr td.space { width:10px; float:none; }

div.tx-ognupouserdata-pi4 { }
div.tx-ognupouserdata-pi4 table { width:90%; border-collapse:collapse; }
div.tx-ognupouserdata-pi4 table thead tr { background-color:#f2f3f3; border-bottom:1px solid #d9dadb; }
div.tx-ognupouserdata-pi4 table thead tr th { height:24px; padding:0 0 0 5px; }
div.tx-ognupouserdata-pi4 table thead tr th.weight { text-align:right; }
div.tx-ognupouserdata-pi4 table thead tr th.space { width:50px; float:none; }

div.tx-ognupouserdata-pi4 table tbody tr { height:24px; }
div.tx-ognupouserdata-pi4 table tbody tr.odd { background-color:#ffffff; }
div.tx-ognupouserdata-pi4 table tbody tr.even { background-color:#f2f3f3; }
div.tx-ognupouserdata-pi4 table tbody tr td { padding:0 0 0 5px; }
div.tx-ognupouserdata-pi4 table tbody tr td.weight { text-align:right; }
div.tx-ognupouserdata-pi4 table tbody tr td.space { width:50px; float:none; }
