/* body-properties */
body {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal; 
	line-height: 150%;
	text-align: left;
	color: #333;
	background-color: #fff;
	background-image: url(../images/bg_top.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

/* link-properties */
a {
	/*color: #3897cb;*/
	color: #5ca3ca;
	text-decoration: none;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f7931d;*/
}

a:hover {
	/*color: #8dbeec;*/
	color: #4087ae;
	text-decoration: none;
	border: 0;
}

/* paragraph-properties */
p {
	margin: 0 0 10px 0;
	border: 0;
	padding: 0;
}

/* header-properties*/
h2 {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 125%;	
	color: #ffb019;
	margin: 20px 0 15px 0;
	padding: 1px 0;
}

h2.top {
	margin-top: 12px;
}

h2 em {
	font-weight: normal;
	font-style: normal;
	color: #ffb019;
	/*color: #40839f;*/
}

#content_panel h2 {
	background-image: url(../images/bg_h2.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	/*border-bottom: 1px dotted #ffb019;*/
	padding-bottom: 5px;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 125%;
	color: #763A23;
	margin: 20px 0 5px 0;
	padding: 1px 0;
}

h3.top {
	margin-top: 0;
}


#navigation_panel h3, #action_panel h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 10px 0 5px 0;
	color: #fff;
	text-transform: uppercase;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 20px 0 5px 0;
	padding: 1px 0;
	font-weight: bold;
	color: #54584e;
}

hr {
	display: none;
}

form {
	margin: 0 0 5px 0;
	border: 0;
	padding: 0;
}

.formelement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

.formbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	line-height: 150%;
}

.formwidth {
	width: 75%;	
}

ul {
	margin: 0;
	border: 0;
	padding: 0;
}

/* wrapper-id */
#wrapper {
	width: 960px;
	margin: 0 auto;
	border: 0;
	padding: 0;
	background-color: #fff;
}

/* header-id */
#header {
	position: relative;
	width: 960px;
	height: 250px;
	margin: 0;
	border: 0;
	padding: 0;
	background-image: url(../images/bg_header.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#header #home {
	position: absolute;
	left: 0;
	top: 10px;
	margin: 0;
	border: 0;
	padding: 0;
}

#header #home a {
	display: block;
	width: 310px;
	height: 70px;
	border: 0;
	text-indent: -999px;
	overflow: hidden;
}

#header #ifglobal {
	position: absolute;
	left: 895px;
	top: 15px;
	margin: 0;
	border: 0;
	padding: 0;
}

#header #ifglobal a {
	display: block;
	width: 65px;
	height: 60px;
	border: 0;
	text-indent: -999px;
	overflow: hidden;
}

#meta-navigation {
	position: absolute;
	top: 178px;
	left: 735px;
	width: 450px;
	height: 20px;
	margin: 0;
	border: 0;
	padding: 0;
	color: #052d40;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
}

#meta-navigation li {
	display: inline;
	list-style-type: none;
	padding: 0 0 0 10px;
}

#meta-navigation li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #763a23;
	text-decoration: none;
}

#meta-navigation li a:hover {
	text-decoration: none;
	color: #848d77;
}

#fontsize {
	position: absolute;
	top: 213px;
	left: 0px;
}

#fontsize ul li {
	display: inline;
	list-style-type: none;
	padding: 0 12px 0 0;
	text-align: left;
	float: left;
}

#fontsize a {
	display: block;
	height: 25px;
	text-indent: -999px;
	overflow: hidden;
	background-position: bottom left;
	background-repeat: no-repeat;
}

#fontsize #normal {
	width: 15px;
	background-image: url(../images/text_normal.gif);
}

#fontsize #bigger {
	width: 18px;
	background-image: url(../images/text_bigger.gif);
}

#fontsize #biggest {
	width: 21px;
	background-image: url(../images/text_biggest.gif);
}

#profile {
	position: absolute;
	top: 223px;
	left: 290px;
	color: #848d77;
}

#session {
	position: absolute;
	width: 200px;
	top: 223px;
	left: 760px;
	margin: 0;
	padding: 0;
	color: #848d77;
	text-align: right;
}

#session a {
	text-decoration: underline;
}

#session a:hover {
	text-decoration: none;
}

.profile {
	background-image: url(../images/profile.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 15px 3px 20px;
}

.logout {
	background-image: url(../images/logout.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 0 3px 20px;
}

.selection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
}

/* navigation_panel-id */
#navigation_panel {
	float: left;
	width: 190px;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
	color: #fff;
}

/* content_panel-id */
#content_panel {
	float: left;
	width: 530px;
	margin: 0 25px 15px 25px;
	border: 0;
	padding: 0;
	text-align: left;
}

/* action_panel-id */
#action_panel {
	float: left;
	width: 190px;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
	color: #fff;
}

.blockelement {
	margin: 5px 0 15px 0;
	padding: 0;
	border: 0;
}

.blockelement_top {
	height: 35px;
	margin: 0;
	border: 0;
	padding: 0;
	background-image: url(../images/blockelement_top.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

.blockelement_middle {
	margin: 0;
	border: 0;
	padding: 0 0 5px 0;
	background-image: url(../images/blockelement_middle.gif);
	background-position: top center;
	background-repeat: repeat;
}

.blockelement_bottom {
	height: 10px;
	margin: 0;
	border: 0;
	padding: 0;
	background-image: url(../images/blockelement_bottom.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

.blocktitle {
	margin: 0 0 0 20px;
	border: 0;
	padding: 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 150%;
	color: white;
}

#blocktitle_search, #blocktitle_browse, #blocktitle_login, #blocktitle_logout, #blocktitle_postQuestion, #blocktitle_myQuestions, #blocktitle_myAdmin, #blocktitle_myProfile, #blocktitle_contribute, #blocktitle_register, #blocktitle_sponsor {
	margin: 0 0 0 20px;
	border: 0;
	padding: 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: normal;
	color: white;
}

/*
#blocktitle_search {
	background: url(../images/blockelement_search.gif) left center no-repeat;
}

#blocktitle_browse {
	background: transparent url(../images/blockelement_browse.gif) no-repeat;
}

#blocktitle_login {
	background: transparent url(../images/blockelement_login.gif) no-repeat;
}

#blocktitle_logout {
	background: transparent url(../images/blockelement_logout.gif) no-repeat;
}

#blocktitle_postQuestion {
	background: transparent url(../images/blockelement_postQuestion.gif) no-repeat;
}

#blocktitle_myQuestions {
	background: transparent url(../images/blockelement_myQuestions.gif) no-repeat;
}

#blocktitle_myAdmin {
	background: transparent url(../images/blockelement_myAdmin.gif) no-repeat;
}

#blocktitle_myProfile {
	background: transparent url(../images/blockelement_myProfile.gif) no-repeat;
}

#blocktitle_contribute {
	background: transparent url(../images/blockelement_contribute.gif) no-repeat;
}

#blocktitle_register {
	background: transparent url(../images/blockelement_register.gif) no-repeat;
}

#blocktitle_sponsor {
	background: transparent url(../images/blockelement_sponsor.gif) no-repeat;
}
*/

.more {
	text-align: right;
	margin: 0 0 10px 0;
	padding: 0;
}

.more a {
	background-image: url(../images/arrow_forward.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 2px 20px 3px 0;
	font-weight: bold;
}

.back {
	text-align: right;
	margin: -5px 0 -20px 0;
	padding: 0;
}

.back a, .overview {
	background-image: url(../images/arrow_back.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 0 3px 20px;
	font-weight: bold;
}

.down {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}

.down a {
	background-image: url(../images/arrow_down.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 2px 18px 3px 0;
	font-weight: normal;
}

.up {
	text-align: right;
	margin: 0 0 10px 0;
	padding: 0;
}

.up a {
	background-image: url(../images/arrow_up.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 2px 20px 3px 0;
	font-weight: normal;
}


.info {
	font-size: 11px;
	color: #848d77;
	margin: -3px 0 10px 0;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 0 2px 0;
	zoom: 1;
}

* html .info {
	height: 10px;
	margin-top: 0;
}

.postdate, .publishdate {
	float: left;
	padding-right: 15px;
	background: transparent url(../images/date.gif) no-repeat left center;
	padding-left: 17px;
}

.postauthor {
	float: left;
	background: transparent url(../images/posted.gif) no-repeat left center;
	padding-left: 20px;
}

.publishauthor {
	float: left;
	background: transparent url(../images/published.gif) no-repeat left center;
	padding-left: 20px;
}

.comments {
	float: right;
	background: transparent url(../images/comments.gif) no-repeat left center;
	padding-left: 20px;
}

/*.comments a {
	background: transparent url(../images/comments.gif) no-repeat left center;
	padding-left: 20px;
}*/

.rating {
	float: right;
}

.rating a {
	/*background: transparent url(../images/rating.gif) no-repeat left center;
	padding-left: 20px;*/
	font-weight: bold;
	margin-left: 15px;
}

.comment_id, .picture_id, .document_id {
	float: right;
}



/* footer-id */
#footer {
	height: 250px;
	margin: 0;
	border: 0;
	padding: 0;
	color: #763A23;
	text-align: center;
	background-image: url(../images/bg_footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#footer div {
	width: 960px;
	margin: 0 auto;
	border: 0;
	padding: 0;
}

#footer a {
	color: #fff;
	text-decoration: underline;
	/*color: #eee;
	text-decoration: none;
	border-bottom: 1px dotted #eee;*/
}

#footer p {
	margin-bottom: 5px;
}

#footer a:hover {
	text-decoration: none;
	/*color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;*/
}

#validators {
	margin: 0;
	padding: 56px 0 0 17px;
	text-align: left;
}

#validators a {
	border: 0;
	text-decoration: none;
}

#validators a:hover {
	border: 0;
	text-decoration: none;
}

#credits {
	margin-top: 100px;
}


/*navigation_panel: BEGIN*/

#navigation_panel p, #navigation_panel h3, #navigation_panel label {
	padding-left: 10px;
	padding-right: 10px; 
	color: #fff;
	/*color: #454345;*/
}


#searchform {
	margin-bottom: -10px;
	padding-bottom: 0;
}

#searchbox {
	margin: 0;
	border: 0;
	padding: 0;
}

#searchbutton {
	margin: 10px 0 0 0;
	border: 0;
	padding: 0;
	text-align: right;
}

#navigation_panel p {
	margin-bottom: 5px;
}

#navigation_panel ul {
	margin-left: 1px;
	margin-right: 2px; 
	border-top: 1px dotted #fff;
	padding: 0;
	list-style-type: none;
}

*html #navigation_panel ul {
	border-top: 1px dotted #fff;
}


#navigation_panel ul li {
	margin: 0;
	border-bottom: 1px dotted #fff;
	padding: 0;
}

*html #navigation_panel ul li {
	border-bottom: 1px dotted #fff;
}


#navigation_panel ul li a {
	display: block;
	/*font-weight: bold;*/
	color: #fff;
	padding: 4px 0 4px 40px;
	background-image: url(../images/bullet_bg.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
	
#navigation_panel ul li a:hover {
	color: #fff;
	background-color: #54584e;
	background-image: url(../images/bullet_bg_hover.gif);
}
	
		
#navigation_panel .more {
	margin-top: 10px;
}

#navigation_panel .facetlist {
	margin: 0;
	border: 0;
	padding: 0;
}

#navigation_panel .facetlist img {
	margin: 0;
	border: 0;
	padding: 0;
}

#navigation_panel .facetselected a {
	color: #fff;
	background-color: #54584e;
	background-image: url(../images/bullet_bg_selected.gif);
}

#navigation_panel .facetselected a:hover {
	color: #fff;
	background-image: url(../images/bullet_bg_undo.gif);
}

#navigation_panel .number {
	color: #fff;
	font-size: 9px;
}

#navigation_panel .hidden {
	display: none;
}

/*navigation_panel: END*/


/*content_panel: BEGIN*/

#content_panel a {
	text-decoration: underline;
}

#content_panel a:hover {
	text-decoration: none;
}

#content_panel h3 a {
 	color: #763A23;
	text-decoration: none;
}

#content_panel h3 a:hover {
 	color: #4087ae;
	text-decoration: none;
}

#content_panel ul {
	margin: 0 0 10px 15px;
	border: 0;
	padding: 0;
}

#content_panel ul li {
	margin: 0;
	border: 0;
	padding: 0;
}

#content_panel form {
	margin-bottom: 20px;
	border: 0;
	padding: 0;
}

#content_panel form p,  #content_panel form table, #content_panel form input, #content_panel form select, #content_panel form textarea, #content_panel form h4, #content_panel form h5, #content_panel form ul, #content_panel form img {
	margin-left: 26px;
}

#content_panel .label {
	margin-bottom: 3px;
}

#content_panel form table td {
	padding-bottom: 5px;
}

#content_panel form table input, #content_panel form table select {
	margin-left: 0;
}

#content_panel .question_pending {
	background-image: url(../images/pending.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#content_panel .question_inprogress {
	background-image: url(../images/inprogress.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#content_panel .question_answered {
	background-image: url(../images/answered.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#content_panel .question_toberated {
	background-image: url(../images/toberated.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#content_panel .question_posted {
	background-image: url(../images/question_posted.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#content_panel .question_rejected {
	background-image: url(../images/rejected.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#content_panel .question_contributed {
	background-image: url(../images/contributed.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#content_panel .question_published {
	background-image: url(../images/published_moderator.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#content_panel .question_assigned_moderator {
	background-image: url(../images/assigned_moderator.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#content_panel .question_assigned {
	background-image: url(../images/assigned.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#content_panel .question_confirm {
	background-image: url(../images/tobeconfirmed.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#content_panel .question_forwarded {
	background-image: url(../images/forwarded.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#content_panel .answer_verygood {
	background-image: url(../images/rating_verygood.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#content_panel .answer_good {
	background-image: url(../images/rating_good.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#content_panel .answer_moderate {
	background-image: url(../images/rating_moderate.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#content_panel .answer_insufficient {
	background-image: url(../images/rating_insufficient.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#content_panel .answer_norating {
	background-image: url(../images/rating_norating.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#content_panel .answerrating_verygood {
	margin: 0;
	padding: 0 0 0 75px;
	background-image: url(../images/rating_verygood.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#content_panel .answerrating_good {
	margin: 0;
	padding: 0 0 0 75px;
	background-image: url(../images/rating_good.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#content_panel .answerrating_moderate {
	margin: 0;
	padding: 0 0 0 75px;
	background-image: url(../images/rating_moderate.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#content_panel .answerrating_insufficient {
	margin: 0;
	padding: 0 0 0 75px;
	background-image: url(../images/rating_insufficient.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#content_panel .questionprocessing_answer {
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(../images/status_answered.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#content_panel .questionprocessing_forward {
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(../images/status_forwarded.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#content_panel .questionprocessing_reject {
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(../images/status_rejected.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f7931d;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	text-align: left;
}

.action1 {
	padding: 1px 0 2px 25px;
	background-image: url(../images/1.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.action2 {
	padding: 1px 0 2px 25px;
	background-image: url(../images/2.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.action3 {
	padding: 1px 0 2px 25px;
	background-image: url(../images/3.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.action4 {
	padding: 1px 0 2px 25px;
	background-image: url(../images/4.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.action5 {
	padding: 1px 0 2px 25px;
	background-image: url(../images/5.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.submitbutton {
	margin: 0 0 15px 25px;
	border-top: 1px solid #e0e0e0;
	padding: 0;
	text-align: right;
}	

.submitbutton input {
	border: 1px solid #3897cb;
}

.publishbutton, .confirmbutton {
	margin: 0 0 5px 25px;
	/*border-top: 1px solid #6fb3d8;*/
	padding: 0;
	text-align: right;
}	

.publishbutton input, .confirmbutton input {
	border: 1px solid #3897cb;
}



/*content_panel: END*/


/*action_panel: BEGIN*/

#action_panel p, #action_panel h3, #action_panel label {
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	/*color: #454345;*/
}

#action_panel ul {
	margin-left: 1px;
	margin-right: 2px; 
	border-top: 1px dotted #fff;
	padding: 0;
	list-style: none;
}

*html #action_panel ul {
	border-top: 1px dotted #fff;
}

#action_panel ul li {
	margin: 0;
	border-bottom: 1px dotted #fff;
	padding: 0;
}

*html #action_panel ul li {
	border-bottom: 1px dotted #fff;
}

#action_panel ul li a {
	display: block;
	/*font-weight: bold;*/
	color: #fff;
	padding: 4px 0 4px 40px;
	/*background-image: url(../images/bullet_bg.gif);*/
	background-position: left center;
	background-repeat: no-repeat;
}
	
#action_panel ul li a:hover, #action_panel ul li.selected a {
	color: #fff;
	background-color: #54584e;
	/*background-image: url(../images/bullet_bg_hover.gif);*/
}

#usernamebox {
	margin: 0 0 5px 0;
	border: 0;
	padding: 0;
}

#passwordbox {
	margin: 0;
	border: 0;
	padding: 0;
}

#loginbutton {
	margin: 10px 0 0 0;
	border: 0;
	padding: 0;
	text-align: right;
}

#forgotPassword {
	margin: 8px 0 -5px 0;
}

#forgotPassword a {
	color: #fff;
	text-decoration: underline;
	/*border-bottom: 1px dotted #fff;*/
}

#forgotPassword a:hover {
	color: #fff;
	text-decoration: none;
	/*border-bottom: 0;*/
}



.action {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 -5px 0;
	padding: 0;
}

.action a {
	display: block;
	background-position: right top;
	background-repeat: no-repeat;
	margin-left: auto;
	border: 0;
	padding: 0;
	text-indent: -999px;
	overflow: hidden;
}

#action_browse {
	background-image: url(../images/button_browse.gif);
	width: 102px;
	height: 19px;
}

#action_postQuestion {
	background-image: url(../images/button_postQuestion.gif);
	width: 122px;
	height: 19px;
}

#action_register {
	background-image: url(../images/button_register.gif);
	width: 82px;
	height: 19px;
}

#action_myProfile {
	background-image: url(../images/button_myProfile.gif);
	width: 130px;
	height: 19px;
}

#action_logout {
	background-image: url(../images/button_logout.gif);
	width: 73px;
	height: 19px;
}

#action_contribute {
	background-image: url(../images/button_contribute.gif);
	width: 102px;
	height: 19px;
}

#action_sponsor {
	background-image: url(../images/button_sponsor.gif);
	width: 81px;
	height: 19px;
}

.questionoverview, .usermanagement {
	margin: 0;
	padding: 0;
	list-style: none;
}

.questionoverview li, .usermanagement li {
	margin: 0;
	border-bottom: 1px dotted #fff;
	padding: 0;
	
}

*html .questionoverview li, *html .usermanagement li {
	border-bottom: 1px dotted #fff;
	
}

.questionoverview li a, .usermanagement li a {
	padding: 4px 0 4px 30px;
	background-position: left center;
	background-repeat: no-repeat;
}

.pending {
	background-image: url(../images/status_pending.gif);
}

.pending:hover, .selected .pending {
	background-image: url(../images/status_pending_selected.gif);
}

.inprogress {
	background-image: url(../images/status_inprogress.gif);
}

.inprogress:hover, .selected .inprogress {
	background-image: url(../images/status_inprogress_selected.gif);
}

.answered {
	background-image: url(../images/status_answered.gif);
}

.answered:hover, .selected .answered {
	background-image: url(../images/status_answered_selected.gif);
}

.toberated {
	background-image: url(../images/status_toberated.gif);
}

.toberated:hover, .selected .toberated {
	background-image: url(../images/status_toberated_selected.gif);
}

.posted {
	background-image: url(../images/status_posted.gif);
}

.posted:hover, .selected .posted {
	background-image: url(../images/status_posted_selected.gif);
}

.rejected {
	background-image: url(../images/status_rejected.gif);
}

.rejected:hover, .selected .rejected {
	background-image: url(../images/status_rejected_selected.gif);
}

.contributed {
	background-image: url(../images/status_contributed.gif);
}

.contributed:hover, .selected .contributed {
	background-image: url(../images/status_contributed_selected.gif);
}

.assigned_moderator {
	background-image: url(../images/status_assigned.gif);
}

.assigned_moderator:hover, .selected .assigned_moderator {
	background-image: url(../images/status_assigned_selected.gif);
}

.published_moderator {
	background-image: url(../images/status_published.gif);
}

.published_moderator:hover, .selected .published_moderator {
	background-image: url(../images/status_published_selected.gif);
}

.assigned {
	background-image: url(../images/status_assigned.gif);
}

.assigned:hover, .selected .assigned {
	background-image: url(../images/status_assigned_selected.gif);
}

.tobeconfirmed {
	background-image: url(../images/status_tobeconfirmed.gif);
}

.tobeconfirmed:hover, .selected .tobeconfirmed {
	background-image: url(../images/status_tobeconfirmed_selected.gif);
}

.forwarded {
	background-image: url(../images/status_forwarded.gif);
}

.forwarded:hover, .selected .forwarded {
	background-image: url(../images/status_forwarded_selected.gif);
}


/*.overview {
	background-image: url(../images/overview.gif);
}*/

.moderator {
	margin: 10px 0 10px 0;
	background-image: url(../images/moderator.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.moderator_add {
	background-image: url(../images/add_bg.gif);
}

.moderator_add:hover {
	background-image: url(../images/add_bg_hover.gif);
}

.moderator_view {
	background-image: url(../images/moderator_view.gif);
}

.moderator_view:hover, .selected .moderator_view {
	background-image: url(../images/moderator_view_hover.gif);
}

.expert {
	margin: 10px 0 10px 0;
	background-image: url(../images/expert.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.expert_add {
	background-image: url(../images/add_bg.gif);
}

.expert_add:hover {
	background-image: url(../images/add_bg_hover.gif);
}

.expert_view {
	background-image: url(../images/expert_view.gif);
}

.expert_view:hover, .selected .expert_view {
	background-image: url(../images/expert_view_hover.gif);
}

.user {
	margin: 10px 0 10px 0;
	background-image: url(../images/user.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.user_add {
	background-image: url(../images/add_bg.gif);
}

.user_add:hover {
	background-image: url(../images/add_bg_hover.gif);
}

.user_view {
	background-image: url(../images/user_view.gif);
}

.user_view:hover, .selected .user_view {
	background-image: url(../images/user_view_hover.gif);
}



.viewProfile {
	background-image: url(../images/profile_view.gif);
}

.viewProfile:hover {
	background-image: url(../images/profile_view_hover.gif);
}

.changeProfile {
	background-image: url(../images/profile_change.gif);
}

.changeProfile:hover {
	background-image: url(../images/profile_change_hover.gif);
}


/*action_panel: END*/

/*OK and ERROR message(s): BEGIN*/

#content_panel div.confirm {
	text-align: left;
	color: #007d21;
	padding: 5px 10px;
	background-color: #cce5d3;
	border: 1px solid #007d21;
	text-align: left;
	margin: 10px 0 15px 0;
}

#content_panel div.confirm p {
	background-image: url(../images/confirm.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 2px 0 3px 22px;
	margin: 0;
}

#content_panel div.confirm ul {
	margin: 0 0 0 35px;
	padding: 0 0 0 5px;
	
}

#content_panel div.confirm ul li {
	color: #007d21;
	font-weight: normal;
	line-height: 1.5em;
}

#content_panel div.confirm a {
	color: #007d21;
	text-decoration: underline;
}

#content_panel div.confirm a:hover {
	text-decoration: none;
}



#content_panel div.error {
	text-align: left;
	color: #ca250f;
	padding: 5px 10px;
	background-color: #f4d3cf;
	border: 1px solid #CA250F;
	text-align: left;
	margin: 10px 0 15px 0;
}

#content_panel div.error p {
	background-image: url(../images/error.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 2px 0 3px 22px;
	margin: 0;
}

#content_panel div.error ul {
	margin: 0 0 0 35px;
	padding: 0 0 0 5px;
	
}

#content_panel div.error ul li {
	color: #ca250f;
	font-weight: normal;
	line-height: 1.5em;
}

#content_panel div.error a {
	color: #ca250f;
}


#content_panel div.warning {
	text-align: left;
	color: #736a08;
	padding: 5px 10px;
	background-color: #f4f0cf;
	border: 1px solid #736a08;
	text-align: left;
	margin: 10px 0 15px 0;
}

#content_panel div.warning p {
	background-image: url(../images/warning.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 2px 0 3px 22px;
	margin: 0;
}

#content_panel div.warning ul {
	margin: 0 0 0 35px;
	padding: 0 0 0 5px;
	
}

#content_panel div.warning ul li {
	color: #736a08;
	font-weight: normal;
	line-height: 1.5em;
}

#content_panel div.warning a {
	color: #736a08;
	text-decoration: underline;
}

#content_panel div.warning a:hover {
	text-decoration: none;
}

#content_panel div.information {
	text-align: left;
	color: #31789f;
	padding: 5px 10px;
	background-color: #d6e9f4;
	border: 1px solid #31789f;
	text-align: left;
	margin: 10px 0 15px 0;
}

#content_panel div.information p {
	background-image: url(../images/information.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 2px 0 3px 22px;
	margin: 0;
}

#content_panel div.information ul {
	margin: 0 0 0 35px;
	padding: 0 0 0 5px;
	
}

#content_panel div.information ul li {
	font-weight: normal;
	line-height: 1.5em;
}

#content_panel div.information p.paging {
	background-image: none;
	font-weight: normal;
}

#content_panel .selectedFacets, #content_panel .searchCriteria, #content_panel .processing {
	background-color: #e5eaec;
	margin: 10px 0 15px 0;
	padding: 5px 10px;
	border: 1px solid #6f6f6f;
	color: #6f6f6f;	
}

#content_panel div.selectedFacets p, #content_panel div.searchCriteria p, #content_panel .processing p {
	background-image: url(../images/gear.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 0 3px 22px;
	margin: 0;
}

#content_panel div.selectedFacets ul, #content_panel div.searchCriteria ul {
	margin: 0 0 5px 40px;
}

#content_panel div.selectedFacets ul li, #content_panel div.searchCriteria ul li {
	font-weight: normal;
	line-height: 1.5em;
}

#content_panel .selectedFacets a {
	padding: 0 18px 0 0;
	/*background-image: url(../images/selected.gif);
	background-position: right center;
	background-repeat: no-repeat;
	text-decoration: none;*/
}

#content_panel .selectedFacets a:hover {
	text-decoration: none;
	background-image: url(../images/deselect.gif);
	background-position: right center;
	background-repeat: no-repeat;
	text-decoration: none;
}

#content_panel .selectedFacets small {
	color: #6f6f6f;
}



/*
div.confirm a, div.error a, div.warning a {
	color: #000;
}


div.confirm p, div.error p, div.warning p {
	font-size: 12px;
}
*/

.error_inline {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #CA250F;
	/*padding: 0 0 5px 20px;
	background-image: url(../images/warning.png);
	background-position: left top;
	background-repeat: no-repeat;*/
}

p.warning {
	background-image: url(../images/warning.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 2em 0;
}

.hidden {
	display: none;
}

small {
	font-size: 11px;
	color: #999;
}

h3 small {
	font-weight: normal;
	color: #763A23;
	font-size: 0.8em;
	/*position: relative;
	top: -1px;*/
}

ul.empty li {
	color: #557380;
}

.pager {
	margin-top: -5px;
	margin-bottom: 15px;
	/*color: #848d77;*/
}

.pager .paging {
	float: left;
}

.pager .results {
	float: right;
	/*font-weight: bold;
	color: #ffb019;*/
}

.paging strong, .results strong {
	/*color: #ffb019;*/
}

#content_panel .pager a {	
	text-decoration: none;
}

#content_panel .pager a:hover {	
	text-decoration: underline;
}


.tools {
	margin-top: -5px;
}

.inline_cms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tools a, .inline_cms a {
	padding: 2px 10px 3px 20px;
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: normal;
}

.tools a.overview {
	padding-right: 0;
	font-weight: bold;
}

.add {
	background-image: url(../images/add.gif);
}

.edit {
	background-image: url(../images/edit.gif);
}

.active {
	background-image: url(../images/active.gif);
}

.inactive {
	background-image: url(../images/inactive.gif);
}

.delete {
	background-image: url(../images/delete.gif);
}

.mail {
	background-image: url(../images/mail.gif);
}

.print {
	background-image: url(../images/print.gif);
}

.view {
	background-image: url(../images/view.gif);
}

.question {
	margin-bottom: 5px;
 	clear: both; /* voor IE */
}

.answer {

}

.reference {

}

.deleteSpam {
	padding: 2px 20px 3px 0;
	/*background-image: url(../images/delete.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: normal;
}

/* floating */

.floatleft {
	float: left;
}
.floatright {
	float: right;
}


/* parent container float bug */
.clearfix {
    clear: both; 
    display: block; 
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	zoom: 1;  /* voor IE7 */
}

#content_panel ul.tabs {
	list-style: none;
	margin: 25px 0 0 0;
	padding: 0;
	border-bottom: 1px solid #b5bbad;
	height: 27px; 
}

#content_panel ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
}

#content_panel ul.tabs h3 {
	margin: 0;
	padding: 0;
	width: 170px;
}

#content_panel ul.tabs a {
	display: block;
	height: 27px;
	background: url(../images/tab_left.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 15px;
	text-align: center;
}

#content_panel ul.tabs a span {
	display: block;
	height: 27px;
	line-height: 27px;
	background: url(../images/tab_right.gif) right top no-repeat;
	padding-right: 15px;
}

#content_panel ul.tabs li.selected {
	position: relative;
	top: 0;
	border-bottom: 1px solid #fff;
}

#content_panel ul.tabs li.selected a {
	background: url(../images/tab_selected_left.gif) left top no-repeat;
}

#content_panel ul.tabs li.selected a span {
	background: url(../images/tab_selected_right.gif) right top no-repeat;
}

#content_panel #tabs_panel {
	position: relative;
	top: -1px;
	min-height: 500px;
	/*border: 1px solid #b5bbad; 
	border-top: 0;*/ 
	padding: 10px 15px;
	background: url(../images/tabs_panel_bg.gif) left top no-repeat;
}

#content_panel #tabs_panel .pager {
	margin-top: 0;
}

#content_panel #tabs_panel .confirm {
	margin-top: 5px;
	margin-bottom: 10px;
}

#content_panel #tabs_panel .error {
	margin-top: 15px;
	margin-bottom: 15px;
}


#content_panel #tabs_panel h4 {
	/*color: #848d77;*/
	color: #54584e;
}

#content_panel #tabs_panel h4 a {
	text-decoration: none;
}

#content_panel #tabs_panel h4 a:hover {
	text-decoration: underline;
}


#tabs_panel form p, #tabs_panel form input, #tabs_panel form textarea, #tabs_panel form img {
	/*margin-left: 26px;*/
	margin-bottom: 5px;
}

#tabs_panel form p {
	margin-top: 10px;
}

#tabs_panel form label {
	font-weight: bold;
}

#tabs_panel img {
	margin: 10px 0 10px 0;
}

#tabs_panel img.avatar, .thumbnail {
	float: left;
	margin: 0 15px 0 0;
	border: 1px solid #b5bbad;
	padding: 3px;
}

.imagebox {
	display: block;
	border: 1px solid #b5bbad;
	padding: 5px;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.pdf {
	background-image: url(../images/pdf.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 0 3px 20px;
	font-weight: normal;
}

.word {
	background-image: url(../images/word.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 0 3px 20px;
	font-weight: normal;
}

.facetGroup {
	float: left;
	width: 50%;
}

.facetGroup h4 {
	margin-top: 5px;
}

.facetGroup ul {
	float: left;
	list-style-type: none;
	margin-left: 0;
}

#content_panel form .facetGroup h4, #content_panel form .facetGroup input {
	margin-left: 0;
}

#content_panel form .facetGroup ul {
	margin-right: 25px;
}

span.question_title {
	float: left;
	width: 425px;
}

span.question_id {
	float: right;
	font-size: 14px; /* 0.75em; */
	color: #848d77;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

#content_panel dl {
	margin:0pt 0pt 20px;
}

dt {
	font-weight: bold;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0;
	color: #54584e;*/
}

dd {
	margin: 0 0 10px 15px;
}

.usertype {
	text-transform: uppercase;
}

.process_answer {
	background-image: url(../images/answered.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 0 3px 20px;
	font-weight: normal;
	color: #55c131;
}

.process_answer:hover {
	color: #4ca43f;
}

.process_forward {
	background-image: url(../images/forwarded.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 0 3px 20px;
	font-weight: normal;
	color: #0d87e8;
}

.process_forward:hover {
	color: #3771c0;
}

.process_reject {
	background-image: url(../images/rejected.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 0 3px 20px;
	font-weight: normal;
	color: #d4591e;
}

.process_reject:hover {
	color: #ca4919;
}


#content_panel .defaultSkin table.mceLayout tr.mceFirst td { padding: 0; }
#content_panel .defaultSkin table.mceToolbar { margin-left: 3px; }
#content_panel .defaultSkin table.mceLayout tr.mceLast td { padding: 0; }
