body {
	font-family: Arial;
	color: #000;
	font-size: 66%;
	background: #b0b0b0 url('../i/pbg.gif') repeat-y center;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

img {
	border: none;
}

h1 {
	padding: 0;
	font-size: 2em;
	font-weight:normal;
	color: #69F;
	/*border-top: 1px solid #729F33;*/
	margin:5px 0 10px 0;
}
h2 {
	color: #f60;
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}

a {
	color: #407fbf;
	text-decoration: underline;
}
a:hover {
	color: #e40200;
	text-decoration: none;
}
.clear {
	clear: both;
}
form {
	margin:0;
}
input, select, textarea, button {
	font-family: Arial;
/*	font-size:.9em;*/
}
input.text, textarea, select {
	border: 1px solid #bbb;
}
button {
	cursor: pointer;
}
dt {
	font-weight: bold;
	color: #000;
}
.msgsucc {
	border : 1px solid #e9e9e9;
	background: #f3f3f3;
	padding: 10px;
	margin: 10px 0;
}
.msgerr {
	border : 1px solid #ff9999;
	background: #ffcccc;
	padding: 10px;
	color: #f00;
	margin: 10px 0;
}
.highlight {
	color: #f00;
}


h1#logo {
	margin:30px 0 0 10px;
	padding:0;
	color: #062971;
	float:left;
	border: none;
}
h1#slogo {
	margin:10px 0 0 10px;
	padding:0;
	color: #062971;
	float:left;
	border: none;
}


h1#logo span, h1#slogo span {
	display:none;
}
h1#logo a {
	display:block;
	background: transparent url('../i/plogo.gif') no-repeat;
	width: 138px;
	height: 50px;
}
h1#slogo a {
	display:block;
	background: transparent url('../i/se-logo.gif') no-repeat;
	width: 170px;
	height: 80px;
}
#contentbody {
	width:970px;
	margin:0 auto;
}
#header {
	clear:both;
	margin: 20px 0 10px 1px ;
	padding: 20px 0;
	height:100px;
/*	background: #8ffc00;*/
	background: #fe5200;
}
#adstop {
	margin-left: 200px;
}
#sadstop {
	margin-left: 220px;
}
#container {
	font-size: 1.2em;
	background: url('../i/border_vert.gif') repeat-y 200px;
	margin-top:10px;
	padding:5px 5px 100px 5px;
}
#leftpane {
	position:absolute;
	width: 175px;
	padding:0 10px;
}
#contentpane {
	margin:0 10px 0 210px;
	line-height: 1.6em;
}
#footer {
	clear:both;
	margin: 10px;
	background: url('../i/border_hor.gif') repeat-x top;
	padding: 10px;
	text-align: center;
	color: #999;
}
.menu, .menu ul {
	list-style:none;
	margin:0;
	padding:0;
/*	border-top: 1px solid #bbb;*/
}
.menu li {
	padding:0;
	margin-bottom:2px;
/*	border-bottom: 1px solid #bbb;*/
	border-right:5px solid #e40200;
}
.menu li a {
	display:block;
	font-size:.9em;
	font-weight:bold;
	text-decoration: none;
	padding: 5px 5px 5px 15px;
	width: 150px;
	background: #f7f7f7 url('../i/menu-bullet.gif') no-repeat 3px;
}
.menu li.curr a {
	background-color:#fff4ca;
}

.menu li a:hover {
	background-color: #e40200;
	color: #fff;
}
.adsleft {
	margin: 20px 0;
	padding: 20px;
	border:1px dashed #e1e1e1;
}
#topmenu {
	float: right;
	margin:0;
	padding:0;
}
#topmenu li {
	float: left;
	list-style:none;
	padding:0 5px;
	font-size:1.2em;
	margin:0;

}
.mblock {
	border: 1px solid #fa9200;
}
.mtitle {
	background: #ffe0bd;
	font-weight: bold;
	padding: 3px 10px;
}
.mbody {
	padding:5px;
}
.sblock {
	border: 1px solid #74a8f5;
}
.stitle {
	background: #edf3fe;
	font-weight: bold;
	padding: 20px 10px 0 10px;
	font-size:1.5em;
}
.sbody {
	background: #edf3fe;
	padding:10px;
}
.sbody ul {
	margin:10px;
	padding:0;
}
.sbody .highlight {
	font-size: .9em;
}
.sbody li {
	background: url('../i/menu-bullet.gif') no-repeat left center;
	padding-left: 15px;
	list-style: none;
}


.thumbs {
	float:left;
	margin:4px;
	width:137px;
	height:128px;
	padding:15px 10px;
}
.thumbs h2 {
	padding:0;
	margin:5px 0;
}
#tcreate {background: url('../i/thumb.gif') no-repeat;}
#tsend {background: url('../i/thumb1.gif') no-repeat;}
#tresults {background: url('../i/thumb2.gif') no-repeat;}
#tcreate h2 {color:#497cc1;}
#tsend h2 {color:#ff3600;}
#tresults h2 {color:#729f33;}


#loginfrm {
	float:right;
	width:215px;
	margin-left:10px;
}
dl.embed {
	padding:10px;
	background:#fafafa;
	border:1px solid #f0f0f0;
}
/* survey table*/
table.surveys {
	margin: 0 auto;
	width: 100%;
/*	border-collapse: collapse;*/
}
table.surveys th {
	padding: 3px;
	background: #fff8cf;
	text-align: left;
}
table.surveys td {
	padding: 5px 2px;
	border-bottom:1px solid #b7d7e1;
	vertical-align:top;
}
table.surveys td.title {
	width:500px;
}
/*
table.surveys tr.row1 {
	background: #d0d7e7;
}
table.surveys tr.row2 {
	background: #eef1f6;
}
*/
.rowinit {
	background: #eef1f6;
}

.rowtarget {
	background: #d0d7e7;
}

.rowkill {
	background: #ffcccc;
}

table.surveys td a {
	text-decoration: none;
}
table.surveys td select, table.surveys td.highlight {
	font-size:.9em;
}
table.surveys td ul {
	margin: 0 0 0 15px;
}

/** sliding doors **/
#slhead {
	margin:0;
	padding: 0;
	border-bottom:1px solid #4a86fd;
	font-weight:bold;
}
#slhead li {
	list-style:none;
	float:left;
	padding:0;
	background:none;
	margin:0 4px 0 0;
}
#slhead a {
	float:left;
	padding:4px 10px;
	background:#fff;
	border-top:1px solid #4a86fd;
	border-left:1px solid #4a86fd;
	border-right:1px solid #4a86fd;
	text-decoration:none;
	color: #6699ff;
	font-size: 1.1em;
}
#slhead #current a {
	border-top:1px solid #4a86fd;
	border-left:1px solid #4a86fd;
	border-right:1px solid #4a86fd;
	background: #4a86fd;
	color: #fff;
}
#slhead a:hover {
	background: #cbdcfd;
	color: #e40200;
}

#slheadsub {
	margin:0;
	padding: 2px 0 ;
	background: #4a86fd;
}
#slheadsub li {
	list-style:none;
	float:left;
	padding:0;
	background:none;
	border-right: 1px solid #cbdcfd;
	margin:0;
}
#slheadsub a {
	float:left;
	padding:0 10px;
	color: #fff;
	text-decoration:none;
}
#slheadsub #currentsub a {
	font-weight: bold;
}
#slheadsub a:hover {
	color: #cbdcfd;
}




.qbreak {
	font-weight: bold;
	text-align:center;
	background-image:url('../i/border_hor.gif');
	background-repeat: repeat-x;
	background-position: center;
}

.rans {
	padding:10px;
	border-top:2px dotted #ccc;
}
.rans h3 {
	float:left;
	width:200px;
	font-weight:bold;
	margin-top:0px;
}
.rans dl {
	float:left;
}
.rans dt {
	clear:left;
}

#surveylist {
	border-top: 2px dotted #bbb;
	list-style:none;
	margin:0;
	padding:0;
}
#surveylist li {
	border-bottom: 2px dotted #bbb;
	padding: 10px;
}
#surveylist li a {
	font-size:1.2em;
	font-weight:bold;
}
table.styletoolbar td
{
	padding:5px;
	font-size:9px;
}
table.styletoolbar td input, table.styletoolbar td select {
	font-size:9px;
}
table.styletoolbar td {
	background:#f9f9f9;
}
#popupBG {
	display: none;
	position: absolute;
	top:0;
	left:0;
	background: #000;
	opacity: 0.4;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	filter: alpha(opacity=40);
	width: 100%;
	height: 100%;
}
#popupBOX {
	display: none;
	position: absolute;
	background:#fff;
	padding:5px;
	border: 1px solid #636D61;
	top: 70px;
	z-index: 100;
}
#resp_email_preview {
	border:1px solid #aaa;
	background:#eee;
	padding:5px;
	margin:10px;
	height:200px;
	overflow:scroll;
}

div.branche
{
	position:absolute;
	display:none;
	width:30px;
	border-bottom:2px solid black;
	border-left:2px solid black;
}
div.branche span
{
	display:none;
}
#brancheinfo
{
	position:absolute;
	display:none;
	background:#eee;
	border:1px solid #aaa;
}
/* results */
#results div.question {
	padding: 15px 0;
	border-bottom: 2px dotted #ccc;
}
#results table {
	width : 100%;
	border-collapse : collapse;
	border : 1px solid #b7d7e1;
	border-spacing: 0px;
}
#results table td, #results table th {
	border : 1px solid #b7d7e1;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
#results table th {
	background: #e7f3f7;
}
#results table tr:nth-child(even) {
	background: #fff;
}
#results table tr:nth-child(odd) {
	background: #f8fbfc;
}
#results table tr:hover {
	background: #ffe9ad;
}
#results table td.title {
	font-weight:bold;
	text-align:left;
}
#results table td.chart {
	background: #fff;
}



/*** survey frontend styles *****/

input.qother {
	width: 200px;
}
table.rating td, table.rating th {
	text-align:center;
	padding:4px;
}
table.rating td {
	cursor:pointer;
}
table.rating td.title {
	cursor:auto;
	text-align:left;
}
table.rating tr.row1 {
	background: #fffcf5;
}
table.rating tr.row2 {
	background: #faf3de;
}

body.popup {
	width:100%;
	margin:0;
	padding:0;
	background:none;
}
div.survey {
	font-size:1.2em;
	min-width:900px;
}
#bannerv {
	float:right;
	margin: 10px;
	right: 0;
/*	position: fixed;*/
}
.srvbody {
	padding: 15px;
	line-height: 1.6em;
	margin-right:130px;
	min-height: 300px;
}
#langbar{
	float:right;
	margin:10px;
}
div.survey h1 {
	margin: 0 0 10px 0;
	background:#fe5200;
	color:#fff;
	padding: 10px;
}
div.survey dl {
	clear: left;
}
div.survey dt {
	font-size: 1.2em;
	margin-bottom:10px;
}
div.survey dd {
	margin-bottom: 20px;
}
div.survey dd label{
	margin-right:5px;
}
div.survey dt.infotext {
	font-size:1.5em;
	font-style:italic;
}
table.rating td.groupchild div, table.rating td.groupchild input.qorder {
	padding-left:20px;
}
.pbar {
	width:400px;
	margin:0 auto;
	clear:left;
}
.pbar0, .pbar100 {
	float:left;
	text-align:right;
	padding: 0 5px;
	width:40px;
}
.pbarscale {
	position:relative;
	float:left;
	border:1px solid black;
	height:18px;
	width: 200px;
}
.pbarprogress {
	float:left;
	position:absolute;
	height:0;
	border-top: 18px solid #bbb;
	width: 100px;
}
.pbarstatus {
	position:absolute;
	top:0;
	left:0;
	height:18px;
	width: 200px;
	text-align:center;
}
.star {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 85px;
	height: 20px;
	left: 10px;
	top: -3px;
	position: relative;
	float: left;
	background: url('/i/stars.gif') repeat-x;
	cursor: pointer;
}
.star li {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 0;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	left: 0;
	background: url('/i/stars.gif') left 25px;
	font-size: 1px;
}
.staruser {
	left: 10px;
	position: relative;
	display:block;
	width:80px;
	float:left
}


/* forum */
#Categories {
	margin:0px;
	padding:0px;
	list-style:none;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
#Categories li ul {
	border-bottom:1px solid #ccc;
	padding: 7px 6px 7px 6px;
	list-style: none;
	margin: 0px;
	}
#Categories li li {
	height:auto;
	border:0px;
	}
#Categories ul span, #Categories ul span a, #Categories ul a {
	color:#aaa;
	text-decoration:none;
	}
#Categories ul span a:hover, #Categories ul a:hover {
	color:#f00;
	}
#Categories ul a {
	color:#777;
	}
.Category {
	background:#f4ffe4;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 100%;
}
.CategoryName {
	font-size:14px;
	margin-right:5px !important;
	color:#062971 !important;
	font-weight:bold;
	line-height:20px;
}
.CategoryName a {
	color: #3354aa !important;
	text-decoration: underline !important;
}
.CategoryName a:hover {
	text-decoration: none !important;
}
.CategoryName span, .CategoryDescription span {
	display:none;
}
.CategoryDescription {
	font-size:13px;
	line-height:20px;
	overflow: hidden;
}
.CategoryDiscussionCount, .CategoryOptions {
	width: auto;
	display:inline;
	font-size:10px;
	margin-right:10px!important;
}

#Discussions {
	margin-top:-5px !important;
	float: left;
	width: 100%;
	border-top:1px solid #ccc;
}
#Discussions, #Discussions * {
	margin:0px;
	padding:0px;
	list-style:none;
}
#Discussions li ul {
	/*background-color:#fefecc;*/
	border-bottom:1px solid #ccc;
}
#Discussions li li {
	height:auto;
	border:0px;
}
#Discussions li ul {
	padding: 7px 6px 7px 6px;
	color:#777;
}
#Discussions ul span, #Discussions ul span a, #Discussions ul a {
	color:#aaa;
	text-decoration:none;
}
#Discussions ul span a:hover, #Discussions ul a:hover {
	color:#f00;
}
#Discussions ul a {
	color:#777;
}
.Discussion {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 100%;
}
.DiscussionTopic {
	font-size:14px;
	line-height:20px;
	overflow: hidden;
}
.DiscussionTopic span {
	display:none;
}
.DiscussionTopic a {
	color:#3354aa !important;
	text-decoration:underline !important;
	font-weight:bold;
}
.DiscussionTopic a:hover {
	text-decoration: none !important;
}
.DiscussionCategory, .DiscussionStarted, .DiscussionComments, .DiscussionLastComment, .DiscussionActive, .DiscussionNew {
	width: auto;
	display:inline;
	font-size:10px;
	margin-right:10px!important;
}

#Comments {
	margin:0px;
	padding:0px;
	list-style:none;
	border-top:1px solid #ccc;
}
#Comments li {
	margin:0px;
	padding:10px 0px;
	border-bottom:1px solid #ccc;
}
#Comments .CommentHeader {
	padding-left: 8px;
	padding-right: 8px;
	text-align:right;
	line-height:32px;
	}
#Comments .CommentHeader ul {
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	}
#Comments .CommentHeader li {
	margin:0px;
	padding:0px;
	display:inline;
	color:#aaa;
	font-size:11px;
	border-bottom:0px;
}
#Comments .CommentHeader .CommentAuthor {
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color:#3354aa;
}
#Comments .CommentHeader span {
	font-size:10px;
	font-weight: normal;
	color:#aaa;
}
#Comments .CommentHeader span a {
	font-size:10px;
	font-weight: normal;
	color:#aaa;
	margin-left:3px;
	padding-left:3px;
	cursor: pointer;
	text-decoration: underline;
}
#Comments .CommentHeader span a:hover {
	text-decoration: underline;
	color: #333;
}
#Comments blockquote {
	padding: 6px;
	font-size:13px;
	border-top: 1px solid #d9999a;
	border-bottom: 1px solid #d9999a;
	background: #fee1e1;
	color: #850406 !important;
	margin: 10px 0px 10px 0px;
}
#Comments .CommentBody {
	display:block;
	margin: 10px;
	color:#000;
	font-size: 13px;
	line-height: 150%;
}
#Comments .CommentBody ul li,
#Comments .CommentBody ol li {
	border-bottom:none;
	padding:0px;
}