/* @override 
	http://www.abicalc.fm/css/forum.css
	http://www.abicalc.net/css/forum.css
*/

/* 
    Document   : forum
    Created on : 16.01.2010, 18:03:23
    Author     : bjoernr
    Description:
        Stylesheet fuer die Foren
*/

/* Inline-Abilinks */

span.abilink_inline {
    display:inline;
}
span.abilink_inline_label a {
    color: #335c85;
    cursor:pointer;
    background: #dbe2e9;
    padding: 2px 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    font: bold 0.9em "Century Gothic", "Apple Gothic", sans-serif;
}
span.abilink_inline_hidden {
    display:none;
    position:absolute;
    width:550px;
    margin:0px 0px 0px 0px;
    padding:4px 7px 0px 7px;
    background:#eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
}
span.abilink_inline:hover span.abilink_inline_hidden {
    display:block;
    position:absolute;
}

/* Neue Abilinks */
span.abilink_inline_apicalc {
	display: inline-block;
	padding: 0px 5px;
	background: #dbe2e9;
	color: #222;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font: bold 0.9em "Century Gothic", "Apple Gothic", sans-serif;
}
span.abilink_inline_apicalc a {
	color: #111;
	text-decoration: none;
}
span.abilink_inline_apicalc span.abilink_lbox {
	display: inline-block;
	padding: 1px 3px;
	margin: 0px 5px 0px 0px;
	text-align: center;
	background: #335c85;
	color: #fff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	cursor: help;
	font-weight: normal;
	font-style: normal;
}

/* Thread-Boxen */
div.f_thread {
    display:block;
    margin: 10px 0px 50px 0px;
}
div.f_thread .t_top {
    border-top:1px solid #335c85;
    text-align: center;
    font: normal 0.9em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;
    color: #222;
    padding: 4px 0px;
    text-shadow: #fff 0 0 5px;
}
div.f_thread .t_top .f_author {
    float: left;
    display: block;
    padding: 0px 10px;
    font-weight: bold;
}
div.f_thread .t_top .f_author a {
    color: #222;
    text-decoration: none;
}
div.f_thread .t_top .f_time {
    font-size: 0.8em;
}

div.f_thread .t_top .f_category {
    float: right;
    padding: 0px 10px;
}
div.f_thread .t_top .f_category a {
    color: #222;
    text-decoration: underline;
}

div.f_thread .f_content {
    /*font: normal 0.9em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;*/
    padding: 2px 10px;
    font-size: 1em;
}
div.f_thread .f_content .f_avatar {
    float: right;
    padding: 5px;
    margin: -5px -5px 5px 10px;
}
img.f_feed {
	opacity: 0.3;
	border: none;
}
img.f_feed:hover {
	opacity: 1;
	border: none;
}
div.f_disclaimer {
	font: 0.9em/1.3em Cambria, Georgia, Times, "Times New Roman", serif;
	background: #eed4d4;
	margin: 10px 0px;
	padding: 5px 10px;
}
div.f_disclaimer a {
	color: #000;
	text-decoration: underline;
}
div.f_disclaimer a:hover {
	text-decoration: none;
}
.f_markassolved {
	background: #daebda;
	padding: 5px 10px;
	margin: 0px 0px 20px 0px;
	border-bottom: 2px solid #389600;
}
p.f_markassolved a {
	color: #389600;
}
.f_reply, .f_editown {
	font: 0.9em/1.3em Cambria, Georgia, Times, "Times New Roman", serif;
	background: #dbe2e9;
	margin: 10px 0px;
	padding: 5px 10px;
}
.landwarning {
	background: #eed4d4;
	margin: 10px 0px;
	padding: 5px 10px;
}
.f_reply a, .f_editown a {
	color: #335c85;
	text-decoration: underline;
}
.f_reply a:hover, .f_editown a:hover {
	text-decoration: none;
}


/* Post-Boxen */

div.f_post {
    display:block;
    margin: 30px 0px;
}
div.f_post.alternative {
   	background: #eee;
}
div.f_post.own {
	background: #dbe2e9;
}
div.f_post .t_top {
    border-top:1px solid #ccc;
    font: normal 0.9em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;
    color: #222;
    padding: 2px 0px 4px 0px;
    text-shadow: #fff 0 0 5px;
}
div.f_post.alt .t_top {
    border-top:1px solid #bbb;
}
div.f_post.own .t_top {
    border-top:1px solid #335c85;
}
div.f_post .t_top .f_author {
    float: left;
    display: block;
    padding: 0px 10px;
    font-weight: bold;
}
div.f_post .t_top .f_author a {
    color: #222;
    text-decoration: none;
}
div.f_post .t_top .f_time {
    font-size: 0.8em;
    float: right;
    padding: 0px 10px;
}
div.f_post .t_top .f_time a {
    color: #335c85;
}
div.f_post .f_content {
    /*font: normal 0.9em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;*/
    padding: 2px 10px;
}
div.f_post .f_content .f_avatar {
    float: right;
    padding: 5px;
    margin: -5px -5px 5px 10px;
}


/* Ajax-Miniprofil */
div.username_inline {
    display: inline;
    text-align: left;
}
div.username_inline_hidden {
	font: normal 12px/1em "Helvetica Neue", Helvetica, Geneva, sans-serif;
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 3px solid #ccc;
    width: 300px;
    margin: -5px 0px 0px 0px;
    text-shadow: none;
    color: #000;
    z-index: 5;
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
}
div.username_inline:hover .username_inline_hidden {
    display: block;
}
img.loader {
	float: left;
	margin: 0px 10px 0px 0px;
}
.mpc {
	
}
ul.mp_data {
	list-style: none;
	margin: 0px;
	padding: 10px 3px;
	float: left;
	width: 70%;
}
ul.mp_data li {
	padding: 2px 10px;
}
ul.mp_data li span.mp_count {
	color: #111;
	font-weight: bold;
}
ul.mp_data li span.mp_cat {
	color: #666;
}
.mp_avatar {
	float: right;
	width: 80px;
	text-align: right;
	overflow: hidden;
}
.mp_avatar_nopic {
	font-family: Cambria, Georgia, Times, "Times New Roman", serif;
	float: right;
	padding: 25px 10px;
	width: 60px;
	text-align: center;
}
.mp_go {
	background: #ccc;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}



/* Thread-Liste in Kategorien */
div.f_thread_list {
	display: block;
	margin: 20px 0px 30px 0px;
	border-left: none;
	/*overflow: hidden;*/
}
.content div.f_thread_list h4 {
	margin: 0px;
	padding: 5px 5px 0px 0px;
}
.content div.f_thread_list h4 a {
	font-weight: bold;
}
.content div.f_thread_list h4 a:hover {
	text-decoration: underline;
}
.content div.f_thread_list p {
	text-indent: 0px;
	padding: 2px 5px 5px 5px;
	margin: 0px;
	color: #111;
}
.content div.f_thread_list p.f_split_left {
	float: left;
	width: 60%;
}
.content div.f_thread_list p.f_split_right {
	float: right;
	width: 35%;
	background: #f6f6f6;
	overflow: hidden;
	min-height: 7em;
}
div.f_thread_list.alternative p.f_split_right {
	background: #eee;
}


div.f_thread_list .f_bottom {
	display: block;
	font: normal 0.9em/1em Cambria, Georgia, Times, "Times New Roman", serif;
	height: 1.8em;
	background: #f6f6f6;
	/*overflow: hidden;*/
}
div.f_thread_list .f_bottom .f_author,
div.f_thread_list .f_bottom .f_time,
div.f_thread_list .f_bottom .f_replies {
	float: left;
	display: block;
	padding: 5px 10px 5px 5px;
}
div.f_thread_list .f_bottom .f_replies {
	float: right;
	min-width: 35%;
	padding-right: 5px;
}
div.f_thread_list .f_bottom .f_author {
	width: 150px;
	overflow: hidden;
}
div.f_thread_list .f_bottom .f_author a,
div.f_thread_list .f_bottom .f_time a,
div.f_thread_list .f_bottom .f_replies a {
	color: #222;
}
div.f_thread_list .f_bottom .f_time,
div.f_thread_list .f_bottom .f_replies {
	color: #555;
}
.f_flags {
	float: right;
	position: relative;
	left: 65px;
	width: 60px;
	height: 0px;
	overflow: visible;
}
.f_flags .f_flag {
	float: left;
	height: 22px;
	width: 22px;
	margin: 3px;
	padding: 0px;
	/*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #eee;
	border: 1px solid #000;*/
}

div.f_thread_list.alternative {
	
}
div.f_thread_list.alternative .f_bottom {
	background: #eee;
}
div.f_thread_list.own .f_bottom {
	background: #dbe2e9;
}
div.f_thread_list.hidden {
	opacity: 0.7;
	border-color: #999;
	font-size: 0.8em;
}
span.f_lbox {
	display: block;
	float: left;
	padding: 1px 3px;
	margin: 0px 5px 0px 0px;
	height: 1.3em;
	width: 1em;
	text-align: center;
	background: #666;
	color: #fff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	font: bold 0.8em "Century Gothic", "Apple Gothic", sans-serif;
	cursor: help;
}
h2 span.f_lbox {
	font-size: 15px;
	margin: 10px 10px 0px 0px;
}
span.f_lbox.f_bundesland {
	width: auto;
}
span.f_lbox.f_po {
	width: auto;
	background: #ccc;
	color: #333;
}
span.f_lbox.f_noanswers {
	background: #ff8d00;
	cursor: help;
}
span.f_lbox.f_solved {
	background: #389600;
	cursor: help;
}
span.f_lbox.f_important {
	background: #bb0000;
	cursor: help;
}


/* Legende */
div.legend {
	margin: 50px 0px;
}
ul.legend {
	list-style: none;
	margin: 20px 0px;
	padding: 5px 0px;
}
ul.legend li {
	float: left;
	display: block;
	/*border: 1px solid #000;*/
	border: none;
	padding: 2px 7px 2px 28px;
	margin: 10px 20px 0px 20px;
	height: 18px;
	font: normal 0.8em/1.2em Cambria, Georgia, Times, "Times New Roman", serif;
	color: #666;
}
ul.legend li.solved,
ul.thread_flags li.solved,
.f_flag.solved {
	border-color: #090;
	background: url(http://img.abicalc.net/gnome/emblems/emblem-default.png) no-repeat bottom left;
}
ul.legend li.legacy,
ul.thread_flags li.legacy,
.f_flag.legacy {
	border-color: #ff8d00;
	background: url(http://img.abicalc.net/gnome/status/appointment-soon.png) no-repeat bottom left;
}
ul.legend li.closed,
ul.thread_flags li.closed,
.f_flag.closed {
	border-color: #999;
	background: url(http://img.abicalc.net/gnome/emblems/emblem-readonly.png) no-repeat bottom left;
}
ul.legend li.important,
ul.thread_flags li.important,
.f_flag.important {
	border-color: #900;
	background: url(http://img.abicalc.net/gnome/emblems/emblem-important.png) no-repeat bottom left;
}
ul.legend li.excellent,
ul.thread_flags li.excellent,
.f_flag.excellent {
	border-color: #f5f43a;
	background: url(http://img.abicalc.net/gnome/emblems/emblem-new.png) no-repeat bottom left;
}
ul.thread_flags {
	margin: 50px 0px 2px 0px;
	padding: 0px;
	list-style: none;
}
ul.thread_flags li {
	float: left;
	display: block;
	padding: 4px 10px 0px 26px;
	margin: 10px 0px;
	border-top: 5px solid #000;
	font: normal 0.7em/1.1em "Century Gothic", "Apple Gothic", sans-serif;
	color: #333;
}


/* Forenstartseite */

.c_container {
}
.c_threads {
}


.c_top {
    margin-top:20px;
    border-bottom: 2px solid #335c85;
}

.c_bottom {
    font: normal 0.9em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;
    background: #dbe2e9;
    padding: 5px 10px;
    text-align: right;
}
.c_bottom a {
    color: #335c85;
    text-decoration: underline;
}

/*
Neues Thema
*/
ul.f_add_select {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.f_add_select li {
	padding: 0px;
	margin: 20px 0px;
	background: #eee;
}
ul.f_add_select li:hover {
	padding: 0px;
	background: #dbe2e9;
}
ul.f_add_select li a {
	text-decoration: none;
}
.f_add_select .title {
	display: block;
	font: 1.3em/1.3em "Century Gothic", "Apple Gothic", sans-serif;
	color: #335c85;
	padding: 5px 10px 0px 10px;
	margin: 0px;
}
.f_add_select .desc {
	display: block;
	color: #222;
	font: 0.9em/1.3em Cambria, Georgia, Times, "Times New Roman", serif;
	padding: 0px 10px 8px 10px;
}
.f_add_select li input {
	float: left;
	display: block;
	margin: 17px 17px;
	cursor: pointer;
}
.f_add_select li label {
	display: block;
	font: 1.2em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;
	cursor: pointer;
	padding: 10px;
}
.f_add_select li label .title {
	margin: 0px;
	line-height: 1em;
	padding: 0px;
}
.f_add_select li label .desc {
	padding: 3px 0px 0px 0px;
	font-size: 0.8em;
}

div.f_add.steps {
	margin: 40px 0px 20px 0px;
}
ul.f_add.steps {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.f_add.steps li {
	float: left;
	width: 20%;
}
ul.f_add.steps li .inner {
	padding: 3px;
	font: 0.8em Cambria, Georgia, Times, "Times New Roman", serif;
}
li.step {
	border-top: 10px solid #fff;
}
li.step.active {
	border-top-color: #335c85;
}
li.step.done {
	border-top-color: #dbe2e9;
}
li.step .stepname {
	font-weight: bold;
}
li.step .value {
	color: #999;
}
li.step .stepname input {
	border: none;
	background: #fff;
	color: #000;
	font: bold 1em Cambria, Georgia, Times, "Times New Roman", serif;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	cursor: pointer;
}
.f_add.next_step {
	margin: 40px 0px 0px 0px;
	background: #dbe2e9;
	text-align: right;
}
.f_add.next_step input {
	background: #335c85;
	color: #fff;
	border: none;
	font: 1.2em/1.3em Cambria, Georgia, Times, "Times New Roman", serif;
	margin: 0px;
	padding: 5px 15px;
	cursor: pointer;
	width: 20%;
}
.f_add.next_step input:hover {
	text-decoration: underline;
}
.f_add.textfield {
	padding: 10px 0px;
	margin: 20px 0px;
}
.f_add.textfield label {
	display: block;
	font-family: Cambria, Georgia, Times, "Times New Roman", serif;
}
.f_add .error-message {
	margin: 10px;
	color: #900;
	font: bold 1em/1.3em Cambria, Georgia, Times, "Times New Roman", serif;
}
.f_add.textfield input {
	width: 100%;
	margin: 0px;
	border: none;
	padding: 0px;
	border-bottom: 1px solid #666;
	font: 1.4em/1.3em Cambria, Georgia, Times, "Times New Roman", serif;
}

/*
Seitenaufzählungen
*/
.pagination {
	display: block;
	font: normal 1em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;
	margin: 20px 0px;
}
.pagination_previous,
.pagination_next,
.pagination_last,
.pagination_first,
.pagination_numbers,
.pagination_pages {
	float: left;
}
.pagination_previous,
.pagination_next,
.pagination_last,
.pagination_first {
	display: block;
	width: 20px;
	text-align: center;
	font-size: 1.8em;
}
.pagination_previous a,
.pagination_next a,
.pagination_last a,
.pagination_first a {
	text-decoration: none;
	color: #335c85;
}
.pagination_numbers {
	text-align: center;
	color: #222;
	padding: 4px 10px 0px 10px;
}
.pagination_numbers .current {
	font-weight: bold;
}
.pagination_numbers a {
	text-decoration: none;
	color: #335c85;
}
.pagination_pages {
	float: right;
	padding: 4px 4px 0px 10px;
}

/* Markdown links */
.f_markdown {
	background: #dbe2e9;
	font: 0.9em Cambria, Georgia, Times, "Times New Roman", serif;
	margin: 40px 0px 0px 0px;
}
.f_markdown p {
	padding: 10px;
	margin: 0px;
}
.f_markdown ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.f_markdown li {
	padding: 2px 10px;
	margin: 0px;
	font: 0.9em Cambria, Georgia, Times, "Times New Roman", serif;
}
.f_markdown li samp {
	font-family: "Courier New", Courier, mono;
	background: #fff;
}

/* Content-Styles in Posts */

.f_content p {
	margin-bottom: 2px;
}
.f_content p code {
	font: 0.9em monospace;
}
.f_content ul, .f_content ol {
    margin:5px 0px 0px 10px;
    padding:0px 5px 5px 5px;
    border-left: 20px solid #eee;
    list-style-type: square;
}
.f_content ol {
	list-style-type: decimal;
}
.f_content li {
    font: normal 0.9em/1.3em Cambria, Georgia, Times, "Times New Roman", serif;
    color: #222;
    padding: 5px 20px 5px 0px;
}
.f_content li p {
	font-size: 1em;
	margin: 0px;
}
.f_content hr {
    background: none;
    border:none;
    border-top: 1px solid #ccc;
}
.f_content pre {
	background: #dbe2e9;
	color: #335c85;
	padding: 2px 10px;
	margin: 0px 10px;
	font-size: 0.8em;
}
.f_content blockquote {
	margin: 10px 10px;
	padding: 0px 7px;
	border-left: 3px solid #ccc;
}
