* {
	margin:0px;
	padding:0px;
	outline:none;
	text-indent:0px;
	font-family: "Arial", "Tahoma", sans-serif;
	font-size:13px;
}

body, html {
	background-color: #ddd;
	height: 100%;
	margin: 0;
	padding: 0;
}


html.operator, html.operator body, html.operator #header_container {
    background: none;
    background-color: #7a4b4b;
}



p {
	line-height: 20px !important;
}

p.tight {
	line-height: 10px !important;
}

a { 
	text-decoration: none !important;
	color: #00416f !important;
}

b { color: #333 !important; }

input[type="submit"] {
	padding: 2px 4px 2px 4px;
}

input[type="text"], input[type="password"] {
	border: 1px #333 solid !important;
	padding: 4px !important;
	background-color: #fff;
	color: #474747;
	width: 250px;
}

input.large { width: 450px !important; }

select {
	border: 1px #333 solid !important;
	padding: 4px 2px 2px 2px;
	background-color: #fff;
	color: #474747;
	width: 260px;
}

a:hover {
	text-decoration: underline !important;
}

textarea {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;         
	min-height: 2em;
	min-width: 100%;
}

/* page header */

div#header_container {
	width: 100%;
	background: url(/images/header_background.png) repeat-x top left;
	position: relative;
	height: 112px;
	margin-bottom: -112px;
	min-width: 1024px;
}

div#header_container.cookie_consent { height: 190px; margin-bottom: -190px; }

div#header_contents { 
	overflow: hidden;
	width: 1015px;
	margin: 0 auto;
	height: 60px;
	padding: 5px;
}

div#header_contents a#logo { 
	background: url(/images/logo.png) no-repeat top left;
	display: block;
	width: 267px; height: 51px;
	text-decoration: none;
	float: left;
	margin-top: 7px;
}

div#header_contents a#poweredby { 
	background: url(/images/poweredby.png) no-repeat top left;
	display: block;
	width: 60px; height: 38px;
	text-decoration: none;
	float: left;
	margin: 5px 0px 0px 10px;
}

div#cookie_consent_container {
	width: 1015px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px #aaa solid;
	color: #fff !important;
	padding: 5px;
}

div#cookie_consent_container input { 
	display: block; 
	float: right; 
	background-color: #397c5e;
	padding: 2px 10px 2px 10px;	
	margin: -15px 0px 0px 0px !important;
	border: 1px #fff solid !important; 
	color: #fff !important;
}

div#cookie_consent_container input:hover { 
	opacity: .9 !important; 
	filter: alpha(opacity=90); /* IE lt 8 */
	-ms-filter: "alpha(opacity=90)"; /* IE 8 */
	cursor: pointer; 
}

div#cookie_consent_container div { line-height: 20px; text-align: justify; }

div#cookie_consent_container a { color: #fff !important; text-decoration: underline !important;}

/* navigation (top-menu) */

div#navigation_container {
	width: 100%;
	height: 45px;
	background: url(/images/menu_background.png) repeat-x top left;
	overflow: hidden;
}

div#navigation_contents {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto;
}

div#navigation_contents a.node {
	float: left;
	display: block; 
	height: 37px; 
	line-height: 37px;
	margin-right: 15px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	text-decoration: none;
	min-width: 150px;
}

div#navigation_contents a.node span { color: #dadada; font-size: 16px; }

div#navigation_contents a.node:hover { text-decoration: none !important; }

div#navigation_contents a.node:hover span { color: #fff !important; }

div#navigation_contents a.node.active span { color: #fff !important; }

div#navigation_contents div.right { 
	float: right;
	height: 37px;
	overflow: hidden;
	max-width: 320px;
}

div#navigation_contents div.right * { color: #dadada !important; font-size: 12px !important; }

div#navigation_contents div.right a:hover { color: #fff !important; text-decoration: none !important; }

div#navigation_contents div.right a.active { color: #fff !important; }

div#navigation_contents div.right.nouser { line-height: 37px; }

div#navigation_contents div.right.user { text-align: right; white-space: nowrap; padding-top: 3px; }

div#navigation_contents div.right.user div.top { line-height: 15px; }

div#navigation_contents div.right.user div.top * { color: #fff !important; }

div#navigation_contents div.right.user div.bottom { line-height: 15px; }

/* page main-content containers */

div#page_container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
}

div#page_container_gap { height: 100px; }

div#page_content_container { 
    width: 1020px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, .2); 
    background-color: #fff !important;
	padding-top: 112px;
}

div#page_content_container.cookie_consent { padding-top: 190px !important; }

/* page footer */

div#footer_container {
    width: 100%;
    height: 60px;
	margin-top: -60px;
	background: url(/images/header_background.png) repeat-x top left;
	min-width: 1024px;
}

div#footer_contents { 
	width: 1015px;
	margin: 0 auto;
}
 
div#footer_navigation { overflow: hidden; }

div#footer_navigation div {
	float: left;
	width: 250px; 
	text-align: center;
	padding-top: 10px;
}

div#footer_navigation a {
	font-size: 16px;
	color: #aaaaaa !important;
	font-weight: bold;
}

div#footer_navigation a:hover {
	color: #ffffff !important; 
	text-decoration: none !important;
}

div.footer_line { 
	overflow: hidden; 
	font-size: 11px;
	margin-top: 5px;
	padding-top: 5px;	
	border-top: 1px #888 solid;
	color: #aaa; 
}

div.footer_line div.left { float: left; }

div.footer_line div.right{  float: right; }

/* page inner-content stuff */

div.content_container {
	padding: 15px 10px 15px 10px;
}

div.content_left {
	float: left;
	width: 735px;
}

div.content_right {
	margin-left: 750px;
	width: auto !important;
}

div.content_left.search { 
	width: 270px !important;
}

div.content_right.search {
	margin-left: 285px !important;
}

div.content_left.user {
	width: 270px !important;

}

div.content_right.user {
	margin-left: 285px !important;
}

/* posting related */

div.posting {

}

div.posting.preview {
	border: 1px #474747 dashed;
	padding: 5px;
}

div.posting.reply.deleted { 
	opacity: .75; 
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
}

div.posting.deleted div.posting_body_container {
	opacity: .75; 
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
}

div.posting.preview div.posting_actions { display: none !important; }

div.posting.preview a.update_posting_link { display: none !important; }

div.posting_header { 
	background-color: #00416f;
	padding: 5px 5px 5px 10px;
	color: #fff;
	font-size: 12px !important;
	overflow: hidden;
	line-height: 15px !important;
}

div.posting_header div.left { float: none; }

div.posting_header div.right { 
	float: right; 
	white-space: nowrap; 
	text-align: right; 
}

div.posting_header_clear { clear: both; height: 5px; }

div.posting_actions { overflow: hidden; }

div.posting_actions a { margin-right: 10px;	}

div.posting_header a.report_posting_link { float: right; margin: 1px 0px 0px 0px; }

div.posting_header a { 
	color: #fff !important;
	text-decoration: underline;
	font-size: 12px;
}

div.posting_body_container { 
	overflow: hidden;
	padding: 10px 0px 5px 0px;
}

div.posting_body_failure {
	color: #bb0000 !important;
	font-weight: bold !important;
	line-height: 20px !important;
    padding-bottom: 10px;
}

div.posting_body h1 { 
	font-size: 20px;
	color: #474747;
	margin-bottom: 5px;
}

div.posting_body { 
	color: #474747;
	text-align: left; 
	line-height: 20px !important;
}

div.posting_subtext {
	font-size: 11px !important;
	margin-bottom: 5px;
	overflow: hidden;
	line-height: 15px;
	text-align: left; 
}

div.posting_subtext * { font-size: 11px !important; }

div.posting_subtext b { color: #00416f; }

div.posting_subtext div.left { float: none; }

div.posting_subtext div.right { 
	float: right; 
	white-space: nowrap;
	text-align: right;
}

div.posting_subtext a.report_posting_link { float: right; margin: 1px 0px 0px 0px; }

a.posting_image_link {
	display: block;
	float: left;
	margin: 0px 15px 0px 0px;
}

a.posting_image_link img {
	border: 1px #888 solid;	
	width: 100px; height: 100px;
}

div.posting_content p {
	padding: 8px 5px 5px 0px;
}

div.posting_content p:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

div.posting_content img {
    border:1px solid #000000;
    padding:1px;
	vertical-align: top;
	margin: 3px 15px 0px 0px;
}

div.posting_content img.align-left, 
div.posting_content img.left {
	float: left;
	margin: 5px 15px 0px 0px;
    border:1px solid #000000;
    padding:1px;
}

div.posting_content img.align-right, 
div.posting_content img.right {
	float: right;
	margin: 5px 0px 0px 15px;
    border:1px solid #000000;
    padding:1px;
}

div.posting_content img.align-center, 
div.posting_content img.center {
    display:block;
    margin: 0px auto 0px auto;
    border:1px solid #000000;
    padding:1px;
}

div.posting_content a {
	font-weight: bold;
}

div.posting_content ul { list-style-position: inside; text-align: justify; }

div.posting_content ul.left { list-style-position: inside; text-align: left !important; }

div.posting_content ul li { line-height: 25px; }

div.posting_content ol { list-style-position: inside; text-align: justify; }

div.posting_content ol.left { list-style-position: inside; text-align: left !important; }

div.posting_content ol li { line-height: 25px; }

div.posting_body_container.tight { padding: 5px 0px 5px 0px !important; }

/* poll-posting realted */

div.poll_container {
	overflow: hidden;
}

div.posting.poll div.posting_header {
	background-color: #474747;
	line-height: 20px;
}

div.posting.poll div.posting_body h1 {
}

div.posting.poll div.posting_header.category_column { }

div.posting.poll div.posting_body { }

div.posting.poll div.posting_content { margin: 5px 0px 15px 115px !important; }

div.poll_answer_bar {
	float: left;
	width: 210px;
	height: 13px;
	background-image: url(/images/poll_answerbar.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-right: 5px;
}

div.poll_answer_percentage {
	font-size: 12px;
	line-height: 13px !important;
	font-weight: bold;
	color: #474747;
}

div.poll_vote_count { 
	font-size: 12px !important; 
	display: block;
}

div.poll_vote_count b {
	font-size: 16px !important;
	font-weight: bold;
}

a.poll_reply_link { 
	font-size: 12px !important; 
	display: block; 
}

div.poll_answer_result { margin-bottom: 2px; }

div.poll_answer_container { margin: 2px 2px 5px 2px;  text-align: left !important; }

div.poll_answer_container label { margin-left: 5px; }

form.poll_answer_form div.float_input_container { margin-top: 10px; }

div.poll_footer_container { margin-top: 15px !important; }

/* reply-posting related */

div.posting_list.reply {
	overflow: hidden;
	margin-top: 10px;
}

div.posting.reply {
	border: 1px #c8c8c8 solid;
	margin-bottom: 15px;
}

div.posting.reply div.posting_header {
	border-bottom: 1px #c8c8c8 solid;
	font-size: 11px !important;
	background-color: #d8d8d8;
	color: #474747;
	padding: 5px 5px 5px 10px !important;
}

div.posting.reply div.posting_header span {
	font-size: 11px !important;
}

div.posting.reply div.posting_header a {
	font-size: 11px !important;
	color: #00416f !important;
}

div.posting.reply div.posting_body_container {
	padding: 10px !important;
}


/* posting-neighbour related */

div.posting_neighbours { overflow: hidden; }

div.posting_neighbour_link { overflow: hidden; }

div.posting_neighbour_link a.arrow { float: left; }

div.posting_neighbour_link span { font-size: 11px; white-space: nowrap; }

div.posting_neighbour_link a.arrow.down { margin-top: 5px; }

/* archive related */

div.posting_header.archive { }

div.posting_header.archive div.title { }

div.posting_header.archive div.page { }

/* category related */

div.posting_header.category_news {
	background-color: #00416f; 
}

div.posting_header.category_column {
	background-color: #a3cff8;  
}

div.posting_header.category_background { 
	background-color: #5da3e5; 
}

div.posting_header.category_community {
	background-color: #0166ac;
}

div.posting.sidebar div.posting_header.category_vacature {
	background-color: #7d8890;
}

/* community-posting related */

div.posting_header.community { background-color: #0166ac; padding: 5px; overflow: hidden; }

div.posting_header.community div.topic_title { float: left; padding: 6px 10px 6px 5px;	}

div.posting_header.community div.topic_title a { color: #fff !important; font-size: 14px !important; }

div.posting_header.community div.topic_title span { color: #fff; font-size: 11px !important; }

div.posting_header.community a.button { float: right; margin-left: 5px; }

div.posting_header.community a.button span { font-size: 12px !important; }

div.posting.community div.posting_body { padding: 5px !important; }

div.posting.community div.posting_subtext { padding-bottom: 5px; border-bottom: 1px #dbdbdb solid; }

div.posting.community div.posting_content { margin-top: 10px !important; }

/* commmunity-overview page related */

div.community_overview_intro  { color: #474747 !important;text-align: justify; margin-bottom: 15px; }

/* community-topicindex related */

div.community_topicindex_container { overflow: hidden; margin-bottom: 10px; }

div.community_topicindex_header {
	background-color: #0166ac;
	padding: 10px; 
	overflow: hidden;
}

div.community_topicindex_header > div {
	float: left;
	color: #fff;
	font-size: 12px;
}

div.community_topicindex_item {
	background-color: #eaeaea;
	padding: 8px;
	margin: 2px 0px 2px 0px;
	overflow: hidden;
	color: #00416f;
}

div.community_topicindex_container div.title { width: 480px; }

div.community_topicindex_container div.total { width: 150px; }

div.community_topicindex_container div.last { width: 75px; }

div.community_topicindex_item > div { float: left; }

div.community_topicindex_item > div a { color: #00416f; font-size: 14px !important; }

div.community_topicindex_item > div span { font-size: 11px !important; }

div.community_topicindex_item div.title a { font-weight: bold; !important; }

/* community-topic related */

div.comunity_topic_container { } 

div.community_topic_header {
	background-color: #0166ac; 
	overflow: hidden; 
	padding: 5px; 
}

div.community_topic_header > div { 
	float: left; 
   	font-size: 14px !important; 
	overflow: hidden;
	padding: 6px 5px 5px 5px;
	color: #fff; 
	white-space: nowrap;
}

div.community_topic_header > div a { font-size: 14px !important; color: #fff !important; }

div.community_topic_header > div span { font-size: 11px !important; }

div.community_topic_header a.button { float: right; margin-left: 5px; }

div.community_topic_header a.button span { font-size: 12px !important; }

div.community_topic_header div.topic_column { width: 465px; }

div.community_topic_header div.last_column { width: 150px; }

div.community_topic_header div.childcount_column { width: 85px; text-align: center; padding-right: 0px; }

div.community_topic_header.small > div { font-size: 12px !important; }

div.community_topic_header.small > div a { font-size: 12px !important; }


/* community-topic-postinglist related */

div.community_topic_postinglist { overflow: hidden; }

div.community_topic_postinglist_item {
	overflow: hidden;
	position: relative;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px #eaeaea solid;
	border-left: 1px #eaeaea solid;
	border-right: 1px #eaeaea solid;
}

div.community_topic_postinglist_item div.title { 
	float: left; 
	width: 460px; 
	overflow: hidden; 
}

div.community_topic_postinglist_item div.title div.tophalf a {
	font-size: 12px !important;
	color: #00416f !important;
	font-weight: bold; 
	line-height: 19px !important;
}

div.community_topic_postinglist_item div.title div.bottomhalf * {
    font-size: 11px !important; 
	color: #5e5e5e !important; 
	font-weight: normal;
}

div.community_topic_postinglist_item div.lastreply {
	position: absolute !important;
	top: 50%; left: 485px;
	width: 160px; height: 1.25em; 
	margin-top: -.62em;
    text-align: left;
}

div.community_topic_postinglist_item div.lastreply * {
	font-size: 11px !important;
	color: #5e5e5e !important;
	line-height: 1.5em !important; 
	text-align: left;
	white-space: nowrap;
}

div.community_topic_postinglist_item div.lastreply.double { 
	height: 2.5em !important; 
	margin-top: -1.25em !important; 
}

div.community_topic_postinglist_item div.lastreply a.topic_link { 
	color: #00416f !important; 
}

div.community_topic_postinglist_item div.childcount {
	position: absolute !important;
	top: 50%; left: 645px;
	width: 90px; height: 1.35em; 
	margin-top: -.67em;
    text-align: center;
}

div.community_topic_postinglist_item div.childcount * {
	font-size: 12px !important;
	color: #5e5e5e !important;
	line-height: 1.6em !important; 
	font-weight: bold;
}

/* community-topic-form related */

div.community_topic_form_container { margin-bottom: 5px;  }

div.community_topic_form_container div.title {
	background-color: #0166ac;
	padding: 10px;
	overflow: hidden;
	color: #fff !important;
}

div.community_topic_form_container div.posting { margin-bottom: 10px; }

div.community_topic_form_container div.title b { color: #fff !important; }

div.community_topic_form_container div.default_value_input { margin-bottom: 5px; }

div.community_topic_form_container input[type="text"] { width: 75%; }

div.community_topic_form_container div.captcha_container { margin-bottom: 5px !important; }

div.community_topic_form_container textarea { 
	width: 100%;
	height: 315px;
	max-width: 100%;
}

div.community_topic_form_container div.markup_example_container { margin: 5px 0px 5px 0px; }

/* spotlight related */

div.spotlight_container {
	overflow: hidden;
	margin-right: -15px;
}

div.posting.spotlight {
	float: left;
	width: 355px;
	height: 240px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: 20px;
}

div.posting.spotlight h1 { 
	text-align: left !important;
	min-height: 48px;
	line-height: 15px;
	margin: 0px !important;
	padding: 0px !important;
}

div.posting.spotlight h1 a {
	vertical-align: text-top;
	font-size: 14px;	
	line-height: 15px;
}

div.posting.spotlight h1 a {
	color: #00416f;
	font-size: 14px !important;
	text-decoration: none;
}

div.posting.spotlight div.posting_body_container {
	overflow: hidden;
}

div.posting.spotlight div.posting_body {
	max-height: 190px;
	overflow: hidden;
	text-align: justify !important;
}

div.posting.spotlight div.posting_content { }

div.posting.spotlight div.posting_content p { padding: 0px !important; }

div.posting div.posting_subtext { margin: 0px !important; }

div.posting.spotlight.poll div.posting_content { margin: 0px !important; }

/* custom spotlight related */

div.custom_spotlight p { margin-top: 8px; }

div.custom_spotlight p:first-child { margin-top: 0px; }

div.posting.spotlight div.posting_header.category_vacature {
	background-color: #7d8890;
}

/* banner related */

div.banner { }

div.banner.header {
	float: right;
	position: relative;
	top: 0px; left: 0px;
}

div.banner.leaderboard_frontpage * { padding: 5px 0px 0px 3px; }

div.banner.leaderboard_generic * { padding: 5px 0px 0px 3px; }

div.banner.leaderboard_frontpage.static * { padding: 10px 0px 0px 3px; }

div.banner.leaderboard_frontpage.category * { padding: 5px 0px 5px 3px !important; }

div.banner.leaderboard_frontpage.community * { padding: 0px 0px 10px 3px !important; } 

div.banner.leaderboard_generic.category * { padding: 5px 0px 5px 3px !important; }

div.banner.leaderboard_generic.community * { padding: 0px 0px 10px 3px !important; } 

img.static_leaderboard { border: 0; }

div.banner.square_sidebar { }

div.banner.rectangle_detail { width: 336px; margin: 10px auto 0px auto; }

/* 2021 banner styles */

div.banner_leaderboard { width: 728px; height: 90px; }

div.banner_top_banner { width: 468px; height: 60px; }

div.header_top_banner_container {
    display: inline-block;
    overflow: hidden;
    float: right;
}

div.community_page_leaderboard_container {
    padding: 0px 3px 10px 3px;
}

div.frontpage_leaderboard_container {
    padding: 0px 3px 10px 3px;
}

div.category_page_leaderboard_container {
    padding: 10px 3px 10px 3px;
}


/* sidebar related */

div.sidebar_block { 
	margin-bottom: 10px;
}

div.sidebar_block.posting {
	border: 1px #dbdbdb solid;
}

div.sidebar_block.posting.freeform {
    border: none; 
}

div.sidebar_block.posting.freeform div.posting_body {
    overflow: hidden;
}

div.sidebar_block.posting.freeform img {
    display: block;
    margin: auto auto;
}

div.sidebar_block.poll {
	border: 1px #dbdbdb solid;
}

div.sidebar_block.search { 
	background-color: #474747;
	padding: 10px 10px 10px 10px !important;
}

div.sidebar_block.banner h1 {
	color: #999;
	font-size: 11px !important;
	margin-bottom: 10px;
	text-align: center;
}

div.sidebar_search_input { 
	position: relative;
	top: 0px; left: 0px; 
	height: 23px; 
}

div.sidebar_search_input input {
	width: 223px !important;
	border: 1px #343434 !important;
    display: block;
}

div.sidebar_search_input img {
	position: absolute;
	right: 5px; top: 3px;
}

div.sidebar_search_input a.submit_search {
	display: block;
	width: 23px;
	height: 18px;
}

div.posting.sidebar div.posting_header {
    padding-top: 6px !important;
}

div.posting.sidebar div.posting_subtext {
	margin-bottom: 5px !important;
}

div.posting.sidebar div.posting_body {
	text-align: justify !important;
}

div.posting.sidebar div.posting_body_container {
	padding: 10px 13px 13px 13px !important;
}

div.posting.sidebar div.posting_body_container p {
	padding: 0px !important;
}

div.posting.sidebar div.posting_header a {
}	

div.posting_sidebar_footer {
	margin-top: 10px;
	overflow: hidden;
}

div.posting_sidebar_footer a { font-size: 12px !important; }

div.posting_sidebar_footer a.read_more_sidebar {
	display: block;
	background: url("/images/readmore.png") no-repeat;
	background-position: right center;
	padding-right: 15px;
}

div.posting_sidebar_footer a.more_activity_sidebar { font-size: 11px; }

div.posting_sidebar_footer div.left { float: left; } 

div.posting_sidebar_footer div.right { float: right;  }

div.posting.sidebar.poll div.posting_header {
	background-color: #474747 !important;  
}

div.posting.sidebar.poll div.posting_header h1 {
	color: #fff;
	font-size: 14px !important;
}

div.posting_custom_sidebar_content { overflow: auto; }

/* custom-sidebar related */

div.custom_sidebar img { 
    display:block;
    margin: 0px auto 5px auto;
    border: none !important;
    padding:1px;
}

div.custom_sidebar p { margin-top: 5px; }

div.custom_sidebar p:first-child { margin-top: 0px; }

/* markup-example-container related */

div.markup_example_container { margin: 5px 0px 0px 0px; }

div.markup_example_container a { color: #888 !important; font-size: 11px !important; }

div.markup_example {
	display: none;
	background-color: #eee;
	padding: 20px;
	margin: 5px 0px 10px 0px;
	overflow: hidden;
}

div.markup_example div { line-height: 20px; }

div.markup_example div.left { float: left; }

div.markup_example div.right { float: right; }

/* reply-controls related */

div.reply_controls_container { margin: 5px 0px 10px 0px; }

div.reply_controls_container div.posting {
	margin-bottom: 10px;
}

div.reply_controls_container textarea { 
	width: 100%;
	height: 200px;
	max-width: 100%;
}

div.reply_controls_container div.submit {
	overflow: hidden;
	padding-top: 5px;	
}

div#reply_anonymous_pending_container h2 { margin-bottom: 10px; }

div#reply_registered_pending_container h2 { margin: 10px 0px 10px 0px; }

/* posting editor related */

div.posting_editor {
	padding: 5px;
}

div.posting_editor textarea {
	width: 100%;
	max-width: 100%;
	padding: 5px;
	margin-bottom: 10px;
}

div.posting_editor input[type="text"] {
	width: 75%;
	max-width: 100%;
	margin-bottom: 10px;
}

div.posting_editor form { position: relative; }

div.posting_editor div.posting.preview { margin-bottom: 10px; }

/* editarea related */

div.editarea_container { } 

div.editarea_buttons {
	overflow: hidden;
	margin-bottom: 10px;
}

div.editarea_buttons a.button {
	margin-right: 5px;
	min-width: 30px;
}

div.editarea_buttons a.button span {
	text-align: center;
	padding: 2px 5px 2px 5px; 
	font-weight: normal;
}

/* posting-list related */

div.posting_list_container { }

div.posting_list { }

div.posting_list_heading { 
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

div.posting_list_heading.first { padding: 0px 0px 10px 0px !important; }

div.posting_list_item { 
	color: #aaa;
	overflow: hidden;
	line-height: 25px;
    white-space: nowrap;
	font-size: 12px;
}

div.posting_list.with_row_background div.posting_list_item {
	background-color: #f0f0f0;
	padding: 0px 10px 0px 10px;
	margin: 2px 0px 0px 0px;
}

div.posting_list_item div.distance {
    float: left;
    padding-right: 5px;
    color: black;
    font-size: 10px;
    min-width: 30px;
    font-weight: bold;
}

div.posting_list_item div.date {
	float: left;
	padding-right: 5px;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
}

div.posting_list_item div.date.compact {
	min-width: 55px;
}

div.posting_list_item div.timestamp {
	float: left;
	padding-right: 10px;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
}

div.posting_list_item div.title {
	overflow: hidden;
}

div.posting_list_item div.title a {
	text-decoration: none;
	font-weight: bold;
}

div.posting_list_item div.title a:hover { 
	text-decoration: underline; 
}

div.posting_list_item div.childcount { 
	float: right; 
    padding-left: 10px; 
}

div.posting_list_item div.childcount a {
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}

div.posting_list_item div.childcount a:hover { 
	text-decoration: underline; 
}

div.posting_list_item div.teaser {
	font-size: 11px !important;
}

div.posting_list_navigation { 
	overflow: hidden; 
	margin-top: 5px;
}

div.posting_list_navigation div { 
	float: left;
	color: #00416f !important;
	font-size: 11px !important;
}

div.posting_list_navigation a.search_pager_button {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
	font-size: 11px !important;
	display: none;
	min-width: 75px !important;
	text-align: center;
}

div.posting_list_search { }

div.posting_list_search input { display: block; margin-bottom: 5px; }

div.posting_list_search select { display: block; margin-bottom: 5px; }

label.posting_list_label {
	display: block;
	color: #474747;
	padding: 5px 5px 5px 0px;
}

div.dialog_content div.posting_list { width: 675px; }

div.dialog_content div.posting_list_navigation a { color: #333 !important; font-weight: bold; }

div.dialog_content div.posting_list_navigation div { color: #333 !important; font-weight: bold; }

div.posting_list.with_row_background.frontpage div.posting_list_item.first { margin: 0px !important; }

div.posting_list_item div.title.small a { font-size: 12px !important; }

/* arrow-related */

a.arrow {
	display: block;	
	background-image: url(/images/arrows.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px; 
	height: 14px;
	white-space: nowrap;
}

a.arrow.right {
	background-image: url(/images/arrows.png);
	background-position: right -14px;
	background-repeat: no-repeat;
	padding: 0px 20px 0px 0px;
}

a.arrow.up {
	background-image: url(/images/arrows.png);
	background-position: 0px -27px;
	background-repeat: no-repeat;
}

a.arrow.down {
	background-image: url(/images/arrows.png);
	background-position: 0px -40px;
	background-repeat: no-repeat;
}

/* button related */

a.button {
	display: block;
	text-decoration: none;
	float: left;
	border: 1px #0166ac solid;
}

a.button span { 
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px 5px 10px;	
	background-color: #0166ac; 
	margin: 1px;
}

a.button:hover {
	opacity: .9 !important;
	text-decoration: none !important;
	filter: alpha(opacity=90); /* IE lt 8 */
	-ms-filter: "alpha(opacity=90)"; /* IE 8 */
}

a.button.right { float: right; }

a.button.green { border: 1px #397c5e solid !important; }

a.button.green span { background-color: #397c5e; }

a.button.red { border: 1px #d42535 solid !important; }

a.button.red span { background-color: #d42535; }

a.button.orange { border: 1px #e96800 solid !important; }

a.button.orange span { background-color: #e96800; }

a.button.grey { border: 1px #474747 solid !important; }

a.button.grey span { background-color: #888; color: #333 !important; }

a.button.pink { border: 1px #c931e4 solid !important; }

a.button.pink span { background-color: #c931e4; }

a.button.greenwhite  { border: 1px #fff solid; }

a.button.bluewhite span { background-color: #0166ac; }

a.button.bluewhite { border: 1px #fff solid; }

a.button.greenwhite span { background-color: #397c5e; }

a.button.category_news { border: 1px #00416f solid; }

a.button.category_news span { background-color: #00416f; }

a.button.category_column { border: 1px #a3cff8 solid; }

a.button.category_column span { background-color: #a3cff8; }

a.button.category_background { border: 1px #5da3e5 solid; }

a.button.category_background span { background-color: #5da3e5; }

a.button.category_community { border: 1px #0166ac solid; }

a.button.category_community span { background-color: #0166ac; }

/* default-value related */

div.default_value_input { position: relative; }

div.default_value_input.topgap { margin-top: 10px !important; }

div.default_value_input.bottomgap { margin-bottom: 10px !important; }

div.default_value_input span {
    position: absolute; 
    top: 5px; left: 5px;
    color: #888;
}

div.default_value_input input {
	padding: 2px;
	color: #474747;
}

/* search related */

div.search_filter_container {
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .2)	
}

div.search_filter_content {
	padding: 15px;
}

div.search_filter_content h2 {
	color: #474747;
	padding: 10px 0px 10px 0px;
}

div.search_filter_content input[type="text"] {
	width: 230px;
}

div.search_result_header { 
	color: #474747;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
}

div.search_result_header div.left { float: left; }

div.search_result_header div.right { float:right; }

div.search_pager_container {
	overflow: hidden;
}

div.pager_buttons_container {
	overflow: hidden;
	float: right;
}

a.search_pager_button { 
	display: block;
	float: left;
	margin-right: 5px;
	border: 1px #00416f solid;
}

a.search_pager_button span {
	display: block;
	padding: 5px 8px 5px 8px;
	font-size: 11px;
}

a.search_pager_button.current span {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
	background-color: #00416f;
}

a.search_pager_button.gap {
	border: none !important;
}

a.search_pager_button.gap span {
	padding: 5px 5px 2px 5px;
}

div.search_pager_gap {
	float: left;
	padding: 5px 5px 2px 2px;
	color: #00416f;
	font-weight: bold;
}

div.search_sorting_container {
	overflow: hidden;
	padding-bottom: 5px;
}

div.sorting_button_container {
	float: right;
}

a.search_sorting_button { 
	display: block;
	float: left;
	margin-right: 5px;
	border: 1px #00416f solid;
}

a.search_sorting_button span {
	display: block;
	padding: 2px 5px 2px 5px;
	font-size: 11px;
}

a.search_sorting_button.current span {
	font-weight: bold;
	color: #fff;
	background-color: #00416f;
}

/* profile-page related */

div.profile_container { 
	border: 1px 
}

div.profile_header {
	background-color: #00416f;
	padding: 10px; 
	overflow: hidden;
	color: #fff;
}

div.profile_header b { color: #fff !important; }

div.profile_header a.profile_right_link { font-weight: bold; color: #fff !important; float: right; }

div.profile_contents {
	padding: 20px;
	border-bottom: 1px #eaeaea solid;
	border-left: 1px #eaeaea solid;
	border-right: 1px #eaeaea solid;
}

div.profile_details {
	overflow: hidden; 
	margin-bottom: 20px;
}

div.profile_details div.left { float: left; }

div.profile_details div.right { margin-left: 120px; }

div.profile_details h1 {
	font-size: 20px;
	color: #474747;
	margin-bottom: 10px;
}

div.profile_details img {
	border: 1px #888 solid;	
	width: 100px; height: 100px;
}

div.profile_icon {
	height: 22px;
	line-height: 22px;
	padding-left: 35px;
	margin-bottom: 15px;
}

div.profile_icon.replycount {
	background: url(/images/profile_icons.png) no-repeat;
	background-position: 0px -22px;
}

div.profile_icon.postcount {
	background: url(/images/profile_icons.png) no-repeat;
	background-position: 0px 0px;
}

div.profile_postings { overflow: hidden; }

div.profile_postings div.left { float: left; } 

div.profile_postings div.right { float: right; }

div.profile_postings_header {
	background-color: #00416f;
	padding: 5px;
	font-size: 11px;
	color: #fff;
}

div.profile_postings_content {
	padding: 0px 10px 5px 10px;	
	border-bottom: 1px #eaeaea solid;
	border-left: 1px #eaeaea solid;
	border-right: 1px #eaeaea solid;
}

div.profile_postings_content div.alternative {
	font-size: 11px;
	padding: 5px;
	width: 310px;
}

div.profile_container.edit div.alternative { width: 300px !important; }

/* posting-list hacks for profile */

div.posting_list.profile { width: 310px; }

div.posting_list.profile div.title a {
	display: block;
	font-size: 11px !important;
}

/* user-page related */

div.user_control_container { }

div.user_control_block {
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .2);	
	margin-bottom: 15px;
}

div.user_control_content {
	padding: 15px;
	overflow: hidden;
}

div.user_control_content img {
	border: 1px #474747 solid;
}

div.user_control_content div.item { 
	margin-bottom: 10px;
	overflow: hidden;
	font-weight: bold !important;
}

div.user_control_content div.item.standout a {
    color: red !important;
}

div.user_control_content div.left { float: left; }

div.user_control_content div.right { float: right; }

/* user-update-page related */

div.user_update_container {
	padding: 15px;
	position: relative;
	border-bottom: 1px #eaeaea solid;
	border-left: 1px #eaeaea solid;
	border-right: 1px #eaeaea solid;
}

div.user_update_container p {
	margin-bottom: 15px;
}

div.user_update_container img.avatar {
	position: absolute;
	top: 15px; right: 25px;
	border: 1px #474747 solid;
}

div.user_update_container div.input_with_label label { width: 150px; }

div.user_update_container div.input_with_label.right { margin-left: 150px !important; }

div.user_update_container div.captcha_image_container { margin-left: 125px !important; }

div.user_update_container div.checkbox_with_label.right { margin: 5px 0px 0px 150px !important}

div.user_update_container input { margin-right: 5px; }

div.update_password_container { margin-top: 5px; }

div.user_details_container { padding: 10px; }

/* dialog related */

div.simplemodal-overlay {
    background-color:#000;
	background: url(/images/overlay.png)
}

#simplemodal-container a.modalCloseImg {
	background:url(/images/close.png) no-repeat; 
    width:15px; height:15px;
    position:absolute;
    top: 7px; right: 5px;
	display:inline;
    z-index:3200;
    cursor:pointer;
}

#simplemodal-container a.modalCloseImg:hover { 
    opacity: 0.7;
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

div.dialog { 
	background: -moz-linear-gradient(top,  rgba(239,239,239,0.85) 49%, rgba(167,167,167,0.82) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,rgba(239,239,239,0.85)), color-stop(100%,rgba(167,167,167,0.82))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(239,239,239,0.85) 49%,rgba(167,167,167,0.82) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(239,239,239,0.85) 49%,rgba(167,167,167,0.82) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(239,239,239,0.85) 49%,rgba(167,167,167,0.82) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(239,239,239,0.85) 49%,rgba(167,167,167,0.82) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9efefef', endColorstr='#d1a7a7a7',GradientType=0 ); /* IE6-9 */	
	background-color: #aeaeae;
	border: 1px #343434 solid;
	box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, .2);
}

div.dialog_title {
	background: #00416f;
	padding: 5px 5px 5px 10px;
	color: #fff;
	font-size: 12px; !important;
}

div.dialog.tight div.dialog_content { padding: 15px; }

div.dialog_content { padding: 55px; }

div.dialog_content h1 {
	margin-bottom: 15px;
	color: #333 !important;
	font-size: 16px !important;
}

div.dialog_content p {
	margin-bottom: 15px;
	text-align: justify;
}

div.dialog div.form_announcement { 
    max-width: 375px;
}

div#approval_success_announcement p { color: green; }

div.dialog div.form_messages div {
	line-height: 25px !important;
}

div.dialog div.login_warning {
	padding-bottom: 15px;
	font-weight: bold;
	color: #333 !important;
}

div.input_with_label { 	
	overflow: hidden;
	margin-bottom: 15px;
}

div.input_with_label.tight { margin-bottom: 5px; }

div.input_with_label label { 
	float: left;
	width: 100px;
	line-height: 25px;
	color: #333;
	font-weight: bold;
}

div.input_with_label.large label { width: 150px; }

div.input_with_label input { margin-left: 15px;	}

div.input_with_label select { margin-left: 15px; }

div.input_with_label div.divinput { margin-left: 100px !important; }

div.input_with_label div.checkbox_label { line-height: 25px !important; }

a.reset_password {
	display: block;
	text-decoration: none;
	color: #00416f;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0px 5px 115px;
}

div.input_with_label input[type = "checkbox"].inline {
	float: left;
	margin-top: 5px;
}

div.submit_container {
	overflow: hidden;
	margin-left: 115px;
	width: 260px;
}

div.submit_container.large {
	margin-left: 165px;
}

div.submit_container input[type="submit"] { 
	position: absolute;
	left: -8000px; top: 0px;
  	border: none;
    height: 1px !important;
  	width: 1px !important;
    z-index: -1;
}

div.submit_container .submit_right { float: right; }

div.float_input_container { overflow: hidden; }

div.float_input_container div.left { float: left; }

div.float_input_container div.right { margin-left: 120px; }

div.float_input_container div.float_right { float: right; }

div.float_input_container input { margin-bottom: 5px; }

div.float_input_container select { margin-bottom: 5px; }

/* markup related */

div.markup_quote {
	border: 1px #c8c8c8 solid;
	padding: 5px;
	background-color: #eee;
	margin: 5px 5px 5px 5px;
}

div.markup_config {
    font-family:"Courier New", Courier, monospace !important;
    white-space: pre-wrap;
}

/* captcha related */

div.captcha_container {
	overflow: hidden; 
	margin: 10px 0px 10px 0px; 
}

div.captcha_container div.input_with_label { margin-bottom: 5px !important; }

div.captcha_image_container {
	width: 302px;
	margin-left: 72px !important;
	text-align: right;
}

div.captcha_image_container a.regenerate_captcha_link {
	display: block; 
    margin-bottom: 3px; 
	font-size: 11px !important;
}

img.captcha { border: 1px #474747 solid; }

/* captcha inline variant */

div.captcha_container.inline { 
	margin: 10px 0px 0px 0px !important;
}

div.captcha_inline_image_container {
	float: left;
}

div.captcha_inline_container { margin-left: 320px; }

div.captcha_inline_button { overflow: hidden; }

div.captcha_inline_container input { margin: 0px !important; }

div.captcha_inline_container label {
	display: block;
	color: #333;
	font-weight: bold;
	margin: 7px 0px 3px 0px;
}

/* abuse page related */

div.posting.abuse div.posting_header {
	font-size: 11px !important;
	background-color: #ddd;
	color: #474747;
	padding: 5px 5px 5px 10px !important;
}

div.posting.abuse div.posting_header span {
	font-size: 11px !important;
}

div.posting.abuse div.posting_header a {
	font-size: 11px !important;
	color: #00416f !important;
}

div.posting.abuse div.posting_body_container {
	padding: 5px 0px 5px 0px !important;
}

div.abuse_posting_container {
	border: 1px #eaeaea solid;
	padding: 5px;
	margin: 5px 0px 5px 0px;
}

div.generic_content.abuse { padding-top: 0px !important; }

div.generic_content.abuse p { margin: 8px 0px 8px 0px; }

div.generic_content.abuse div.submit { margin-top: 5px; }

div.generic_content.abuse div.form_messages { padding: 5px 0px 0px 0px !important; }

div.generic_content.abuse textarea { 
	width: 100%;
	height: 115px;
	max-width: 100%;
}

a.report_posting_link {
	display: block;
	width: 16px;
	height: 14px;
	background: url(/images/report_icons.png) no-repeat;
	background-position: 0px 0px;
	opacity: .5;
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

a.report_posting_link:hover { 
	opacity: 1.0 !important;
	filter: alpha(opacity=100) !important; /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)" !important; /* IE 8 */
}

a.report_posting_link.triangle {
	background: url(/images/report_icons.png) no-repeat;
	background-position: -16px 0px !important;
}

/* about-page related */

div.generic_content.about{ padding-top: 0px !important; }

div.generic_content.about div.submit { margin-top: 5px; }

div.generic_content.about div.form_messages { padding: 5px 0px 0px 0px !important; }

div.generic_content.about textarea { 
	width: 100%;
	height: 150px;
	max-width: 100%;
}

/* rules-page related */

div.generic_content.rules ul { 
    list-style-position: inside; 
    padding: 5px 0 0 0; 
}

div.generic_content.rules p + ul { 
    padding: 0; 
} 

div.generic_content.rules,
div.generic_content.privacy {
    padding: 5px 25px 15px 25px;
}

div.generic_content.rules ul li {
	line-height: 20px;
	margin: 0 0 5px 0;
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1.4em;
    padding-left: 1.4em;
}

div.generic_content.rules h2,
div.generic_content.privacy h2 { 
    margin: 15px 0px 0px 0px;
}

/* privacy-page related */

table.cookie_list { 
	border-collapse: collapse;
	margin: 0px 0px 10px 0px;
}

table.cookie_list tr th {
	background-color: #666;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	color: #fff;
}

table.cookie_list tr td { width: 150px; padding: 5px; }

table.cookie_list th { background-color: #474747; color: #fff; padding: 0px; }

/* glitch-page related */

div.generic_content.glitch a.topgap { margin-top: 5px !important; }

/* misc stuff */

div.clear { clear: both; }

.topgap { margin-top: 15px; }

.topgap_small { margin-top: 10px; }

.leftgap { margin-left: 5px; }

h1.nocaps { text-transform: none !important; }

div.checkbox_with_label { overflow: hidden; padding-bottom: 10px; }

div.checkbox_with_label.tight { padding-bottom: 3px !important; }

div.checkbox_with_label input[type="checkbox"] { float: left; margin-top: 1px; }

div.checkbox_with_label label { margin-left: 5px; }

div.checkbox_with_label span { margin-left: 5px; }

div.embed_video_container {
	border: 1px #888 solid;
	padding: 0px !important;
	width: 640px !important;
	height: 360px !important;
}

div.form_messages {
	display: none;
	padding-bottom: 10px;
}

div.form_messages div {
	color: #bb0000 !important;
	font-weight: bold !important;
	line-height: 20px !important;
}

div.generic_header { 
	background-color: #00416f;
	padding: 5px 5px 5px 10px;
	color: #eee;
	overflow: hidden;
}

div.generic_header div.left { float: left; }

div.generic_header div.right { float: right; }

div.generic_header a { color: #fff !important; }

div.generic_header a.small { font-size: 11px; padding-right: 10px; }

div.generic_content { padding: 5px; }

div.generic_content a { font-weight: bold; }

div.generic_content p { 
	text-align: justify;
	padding: 5px 0px 5px 0px;
}

div.generic_content h2 {
	font-size: 14px !important;
	margin: 2px 0px 2px 0px;
}

div.statusbox {
	border: 1px #333 solid !important;
	padding: 4px 4px 4px 6px !important;
	background-color: #fff;
	color: #474747;
	width: 248px;
	margin-bottom: 5px;
}

div.statusbox.published {
	background-color: #33663b;
	color: #fff !important;
}

div.statusbox.quarantined {
	background-color: #e96800;
	color: #fff !important;
}

div.statusbox.scheduled {
	background-color: #888;
}

div.statusbox.newsletter_enqueued {
	background-color: #333;
	color: #fff !important;
}

div.statusbox.newsletter_sending {
	background-color: #00416f;
	color: #fff !important;
}

div.statusbox.newsletter_success {
	background-color: #397c5e;
	color: #fff !important;
}

div.statusbox.newsletter_failure {
	background-color: #242535;
	color: #fff !important;
}

a.more_activity_link {
	display: block;
	float: right;
	font-size: 11px;
	margin-top: 5px;
}

a.read_more_link {
	display: block;
	float: left;
	background: url(/images/readmore.png) no-repeat center right;
	padding-right: 15px;
	font-size: 11px;
	line-height: 13px !important;
	margin-top: 5px;
}

input[type="submit"].hidden_submit { 
	position: absolute;
	left: -8000px; top: 0px;
  	border: none;
    height: 1px !important;
  	width: 1px !important;
    z-index: -1;
}

div.textbox {
	padding: 4px !important;
	color: #474747;
	width: 150px;
}

div.textbox.large {
	width: 250px;
}

div.textbox.newsletter_enqueued span {
	color: #333 !important;
	font-weight: bold;
}

div.textbox.newsletter_sending span {
	color: #00416f !important;
}

div.textbox.newsletter_success span {
	color: #397c5e !important;
}

div.textbox.newsletter_failure span {
	color: #d42535 !important;
}

div.login_warning {
	color: #d42535 !important;
}

div.login_warning a {
	color: #d42535 !important;
	font-weight: bold;
	text-decoration: underline !important;
}

div#login_for_reply { display: none !important; }

div.warnings_container { margin: 5px 0px 5px 0px; }

div.warning { color: #d24535 !important; font-weight: bold; }

div.infobox {
	background-color: #eee;
	padding: 20px;
	margin: 5px 0px 10px 0px;
}

div.infobox p {
	text-align: justify;
}

form.dynamic, form.register, form.reset, form.verify { position: relative; }

div.form_busy_indicator {
	background: url(/images/busy.gif) no-repeat top left;
	width: 32px !important;
	height: 32px !important;
	position: absolute;
	top:50%; left: 50%;
	display: none;
}

a.twitter_link {
	float: right;
	background: url("/images/twitter.svg") no-repeat;
    background-size: auto 16px;
	background-position: left center;
	padding-left: 20px;
	padding-right: 20px;
	min-width: 16px;
	height: 16px;
	color: #aaaaaa !important;
}

a.rss_link {
	float: right;
	background: url("/images/rss.png") no-repeat;
	background-position: left center;
	padding-left: 20px;
	min-width: 16px;
	height: 16px;
	color: #aaaaaa !important;
}

a.white { color: #fff !important; }

.textshadow.grey { text-shadow: 1px 1px 1px #666; }

.nowrap { white-space: nowrap  !important; } 

input.hide_ieclear::-ms-clear { width: 0px; height: 0px; }

div.lastupdate { margin: 2px 0px 0px 0px; }

div#login_dialog div.form_messages > div { text-align: justify; }

img.image_baseline_fix { vertical-align: top; }

/* common for all auto image styles */
div.image_auto_style_1, div.image_auto_style_2, div.image_auto_style_3 {
    border: 1px #888 solid;
    padding: 10px;
    background: white;
    img {
        width: 80px;
        height: 80px;
        object-fit: contain;
        border: none;
    }
}

/* rounded corners */
div.image_auto_style_1 img {
    border: transparent;
    border-radius: 10px;
}

/* circle */
div.image_auto_style_2 img {
    border: transparent;
    border-radius: 50%;
}


