/* @override http://www.abicalc.fm/css/layout.css */

/* 
Hauptlayout der Seite
*/


html, body {
    margin:0px;
    padding:0px;
    font-size:16px;
    background: #335c85;
}

#container {
    background: #fff;
    min-width: 900px;
    max-width:1250px;
    overflow:hidden;
}

#hcontainer {
    background: url(http://img.abicalc.net/hbg.jpg) repeat-x left -30px;
    height:200px;
    position: relative;
}

#hcontainer .notice {
	position: absolute;
	top: 70px;
	left: 230px;
	font: normal 1.0em/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
}
.notice .tagline {
	font: bold 2.4em/0.8em "Century Gothic", "Apple Gothic", sans-serif;
	color: rgba(255,255,255,0.9);
	padding: 3px 4px;
}
.notice .tagline.huge {
	font-size: 5em;
}
.notice .tagline a {
	color: rgba(255,255,255,0.9);
	text-decoration: none;
}
.notice .subtag {
	background: rgba(255,255,255,0.6);
	padding: 3px 6px;
	margin: 0px 0px 0px 130px;
	font: 1.1em Cambria, Georgia, Times, "Times New Roman", serif;
	color: rgba(0,0,0,0.7);
}
.notice .subtag a {
    color: rgba(0,0,0,0.7);
    text-decoration: underline;
}
.notice .subtag.floatl {
	margin: 40px 0px 0px 10px;
}
.notice .floatl {
	float: left;
}

@-webkit-keyframes f1ani {
	0% { opacity: 1; }
	45% { opacity: 1; }
	55% { opacity: 0; }
	100% { opacity:0; }
}
@-moz-keyframes f1ani {
	0% { opacity: 1; }
	45% { opacity: 1; }
	55% { opacity: 0; }
	100% { opacity:0; }
}

@-webkit-keyframes f2ani {
	0% { opacity: 0; }
	45% { opacity: 0; }
	55% { opacity: 1; }
	100% { opacity:1; }
}
@-moz-keyframes f2ani {
	0% { opacity: 0; }
	45% { opacity: 0; }
	55% { opacity: 1; }
	100% { opacity:1; }
}

.notice.f1 {
	-webkit-animation-name: f1ani;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 20s;
	-webkit-animation-direction: alternate;
	
	-moz-animation-name: f1ani;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 20s;
	-moz-animation-direction: alternate;

	animation-name: f1ani;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 20s;
	animation-direction: alternate;
}
.notice.f2 {
	opacity: 0;
	
	-webkit-animation-name: f2ani;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 20s;
	-webkit-animation-direction: alternate;
	
	-moz-animation-name: f2ani;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 20s;
	-moz-animation-direction: alternate;

	animation-name: f2ani;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 20s;
	animation-direction: alternate;
}

#header {
    background:#335c85 url(http://img.abicalc.net/logo.png) no-repeat top left;
    margin:0px;
    padding:0px;
    height: 60px;
    width: 210px;
    float: left;
}
#header h1 {
    margin: 0px;
    padding: 0px;
}
#header h1 a {
    /*background: rgba(150,150,150,0.2);*/
    display: block;
    height: 40px;
    width: 170px;
    position: relative;
    top: 10px;
    left: 15px;
}
#header_bottom {
    background: rgba(255,255,255,0.6);
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 5;
}

/* Das Hauptmenü */
#menu {
    float: left;
    height: 60px;
}
#menu ul {
    list-style: none;
    margin: 0px 0px 0px 20px;
    padding: 0px;
}
#menu ul li {
    float: left;
    display: block;
    margin: 0px 10px 0px 0px;
    background: rgba(255,255,255,0.2);
    text-align: center;
    overflow: hidden;
}
#menu ul li a {
    display: block;
    padding: 6px 10px 7px 10px;
    color: #fff;
    text-transform: none;
	text-decoration: none;
	font: normal 1.5em/1em Cambria, Georgia, Times, "Times New Roman", serif;
}
#menu ul li:hover {
	background: rgba(255,255,255,0.3);
}
#menu ul li.active,
#menu ul li.active:hover {
    background: #335c85;
}
#menu ul li.active a {
    color: #fff;
}

/* Breadcrumbs */
#crumb {
    float:left;
    margin:0px 10px 0px 200px;
    padding:2px 0px 0px 20px;
}
#crumb .inner {
    padding:7px 15px 7px 10px;
    font: normal 0.8em/1em "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #666;
    text-decoration: none;
}
#crumb .inner a {
    color:#444;
    text-decoration: none;
}
#crumb .inner a:hover {
    color:#000;
    text-decoration: underline;
}

#landselect {
    float:right;
    z-index: 10;
}
#landselect ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
#landselect ul li {
    float: left;
    height: 30px;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,0.5);
    overflow: hidden;
}
#landselect ul li.active {
    background: #fff;
}
#landselect ul li a {
    font: bold 0.7em/1em "Lucida Grande", Lucida, Verdana, sans-serif;
    display: block;
    padding: 10px 7px 11px 7px;
    text-decoration: none;
    color: rgba(0,0,0,0.4);
}
#landselect ul li.active a {
    color: #222;
}
#landselect ul li a:hover {
    background: #fff;
    color: #222;
}

#page {
    background:#fff;
}


/* ==========================
     Linke Seitenleiste 
========================== */
#barleft {
    float: left;
    width: 210px;
    padding: 0px 0px 10px 0px;
}
.barleft_bg {
	background: #335c85;
}
#barleft div.effect {
    background: url(http://img.abicalc.net/hbg.jpg) repeat-x left -230px;
    height: 20px;
    margin-bottom: 10px;
}
#barleft div.effect div {
    background: rgba(255,255,255,0.6);
    height: 100%;
}

/* Registrierung */
#barleft .shortregister {
    padding: 10px 20px 10px 20px;
    font: normal 0.8em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #fff;
}
#barleft .shortregister a {
    display: block;
    color: #fff;
    text-decoration: underline;
}


/* Profil */
#barleft .shortprofile {
    padding: 10px 10px 10px 20px;
}
#barleft .shortprofile .avatar {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
}
#barleft .shortprofile .name {
    width: 120px;
    height: 20px;
    background: rgba(255,255,255,0.3);
    float: left;
    padding: 10px 0px 10px 10px;
    font: 1.1em "Century Gothic", "Apple Gothic", sans-serif;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}
#barleft .shortprofile .name a {
    color: #fff;
    text-decoration: none;
}
#barleft .shortprofile .more {
    display: none;
    position: absolute;
    margin-top: 40px;
    background: rgba(255,255,255,0.9) !important;
    background: #fff;
    width: 168px;
}
#barleft .shortprofile:hover .more {
    display: block;
    border:1px solid rgba(255,255,255,0.9);
    border-top: none;
}
#barleft .shortprofile .more ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#barleft .shortprofile .more ul li {
    margin: 0px;
    padding: 0px;
    font: normal 0.8em/1em "Lucida Grande", Lucida, Verdana, sans-serif;
}
#barleft .shortprofile .more ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 6px 8px;
}
#barleft .shortprofile .more ul li a:hover {
    color: #000;
    text-decoration: underline;
    display: block;
    background: #fff;
}

/* Datenschutz */
#barleft .datenschutz {
	background-color: #dbe2e9;
	padding: 15px 10px 15px 20px;
	font: 0.9em/1.2em Cambria, Georgia, Times, "Times New Roman", serif;
}
#barleft .datenschutz a {
	color: #222;
	text-decoration: underline;
}
#barleft .datenschutz a:hover {
	text-decoration: none;
}
#barleft .datenschutz small {
	line-height: 1em;
	display: block;
	padding: 4px 0px 0px;
	color: #888;
}

/* Submenu */
#barleft .submenu {
    padding: 10px 0px 10px 0px;
}
#barleft .submenu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: #fff;
}
#barleft .submenu ul li {
    font: normal 0.9em/1em "Century Gothic", "Apple Gothic", sans-serif;
}
#barleft .submenu ul li a {
    display: block;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
}
#barleft .submenu ul li.sub a {
	padding: 5px 10px 5px 30px;
}

#barleft .submenu ul li a:hover {
    background: rgba(255,255,255,0.4);
}
#barleft .submenu ul li.active {
    font-weight:bold;
    background: rgba(255,255,255,0.2);
    background: #fff;
    color: #000;
}
#barleft .submenu ul li.active a {
    color: #335c85;
    background: #dbe2e9;
}
#barleft .submenu ul li.active a:hover {
    background:none;
}
/* Counter berechnete Noten linke Seitenleiste */
#ajax_update_left_counter {
	margin: 50px 0px;
}
#barleft .counter {
	margin: 20px 0px 0px 0px;
	font: normal 1em/1em Cambria, Georgia, Times, "Times New Roman", serif;
	padding: 0px;
	background: #fff;
}

#barleft .counter .result {
	display: block;
	padding: 2px 5px 2px 20px;
	margin: 0px 10px 10px 0px;
	color: #333;
	float: left;
	font: 1.5em/1.2em Georgia, "Times New Roman", Times, serif;
	background-color: #dbe2e9;
}
#barleft .counter .result_plus {
	display: block;
	opacity: 0;
	float: left;
	font-size: 1em;
	line-height: 1.3em;
	color: #009700;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px -7px;
}

@-webkit-keyframes cf3FadeInOut {
	0% {
		opacity:1;
		margin-top: 0px;
	}
	100% {
		opacity:0;
		margin-top: -20px;
	}
}
@-moz-keyframes cf3FadeInOut {
	0% {
		opacity:1;
		margin-top: 0px;
	}
	100% {
		opacity:0;
		margin-top: -20px;
	}
}

#barleft .counter .result_plus {
	-webkit-animation-name: cf3FadeInOut;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 2s;
	
	-moz-animation-name: cf3FadeInOut;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: 1;
	-moz-animation-duration: 2s;
	
	animation-name: cf3FadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-duration: 2s;
}

#barleft .counter .text {
	color: #999;
	font-size: 0.8em;
	padding: 12px 20px 0px 20px;
}
#barleft .counter .text a {
	color: #999;
    text-decoration:none;
}
#barleft .counter .text a:hover {
    color: #999;
    text-decoration:underline;
}


/* ==========================
	Content-Styles 
========================== */

.content {
    float: left;
    margin: 0px;
    padding: 20px 20px 20px 20px;
    width: 50%;
    min-width: 400px;
    max-width: 500px;
}
.content.wide {
	float: none;
	clear: both;
	width: 100%;
	padding: 20px 0px;
	min-width: 800px;
    max-width: 1300px;
}
.content.normal {
	margin-left: 210px;
}

.content p {
    font: normal 0.9em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;
}
.content p.important {
	background: #ddd;
	padding: 5px;
}
.content p img.align_right {
    padding:1px;
    margin:5px 0px 5px 10px;
    background: #fff;
    border: 1px solid #ccc;
    float:right;
}
.content p samp {
	display: block;
	background: #eee;
	border: 1px dashed #ccc;
	text-indent: 0px;
	padding: 0px 3px;
	margin: 0px 15px;
}

.content ul.content {
	font: normal 0.9em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;
	margin: 0px;
	padding: 0px 10px 0px 20px;
	list-style-type: square;
}
.content ul.content li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.content p a,
.content ul.content li a {
    color: #335c85;
    text-decoration: underline;
}
.content p a:visited,
.content ul.content li a:visited {
}
.content p a:hover,
.content ul.content li a:hover {
	text-decoration: none;
}

.content h3 {
    font: bold normal 1.1em "Century Gothic", "Apple Gothic", sans-serif;
    color: #111;
    margin: 30px 0px 0px 0px;
    padding: 0px;
}
.content h3 a {
	color: #111;
	text-decoration: none;
	cursor: pointer;
}
.content h3 small {
	font-weight: lighter;
	padding-left: 20px;
}
.content.wide h3 {
	padding-left: 20px;
}

.content h3 + p {
    text-indent: 2em;
}

.content h4 {
    color: #333;
    font: normal normal 1em "Century Gothic", "Apple Gothic", sans-serif;
    margin:5px 0px 0px 0px;
    padding:10px 0px 0px 0px;
}
.content h4 a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
.content h4 + p {
	margin-top: 0px;
	text-indent: 1em;
}

.content h5 {
	font: bold 0.9em Cambria, Georgia, Times, "Times New Roman", serif;
	color: #333;
	margin: 20px 0px 0px 0px;
}
.content h5 a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
.content h5 + p {
	margin-top: 0px;
}

.content h2 {
    color: #335c85;
    font: normal normal 2em "Century Gothic", "Apple Gothic", sans-serif;
    margin: 0px;
    padding: 0px;
}

.content h2 + p {
    font-size: 1.2em;
    color: #555;
}
.content h2 + p a {
    color: #335c85;
    text-decoration: none;
}
.content h2 + p a:hover {
    text-decoration: underline;
}
.content p.cols2 {
    -webkit-column-count : 2;
    -webkit-column-gap : 20px;
    -moz-column-count : 2;
    -moz-column-gap : 20px;
    text-indent: 0px;
}
.content .bluebox {
    background: #dbe2e9;
    padding: 5px 10px;
    color: #333;
}
.content .bluebox em {
    padding: 5px 10px;
}

/* Formulare */
.content input[type='text'] {
    background: #fff;
    color: #111;
}
.content .input_large, .content .captcha {
    padding: 5px 0px;
}
.content .input_large label,
.content .input_small label,
.content .captcha {
    display: block;
    color: #111;
    font: italic 0.8em Cambria, Georgia, Times, "Times New Roman", serif;
}
.content .captcha {
    font-size: 1.0em;
    font-style: normal;
}
.content .input_large label em,
.content .input_small label em {
    color:#ccc;
}
.content .input_large label em a,
.content .input_small label em a {
    color:#ccc;
    text-decoration: underline;
}
.content .input_large:hover label em,
.content .input_small:hover label em {
    color:#555;
}
.content .input_large:hover label em a,
.content .input_small:hover label em a {
    color:#555;
    text-decoration: underline;
}
.content .input_large input[type='text'], .content .captcha input[type='text'] {
    width: 90%;
    padding: 2px;
    margin: 3px;
    border: 1px solid #eee;
    border-bottom: 1px solid #666;
    font: 1.2em Cambria, Georgia, Times, "Times New Roman", serif;
}
.content .input_large input[type='checkbox'] {
    padding: 0px;
    margin: 1px 10px;
    float: left;
}
.content .input_large select {
    font: 1.2em Cambria, Georgia, Times, "Times New Roman", serif;
    padding:3px;
    background: #eee;
    border:1px solid #ccc;
}
.content .input_small select {
	font: 0.7em "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	padding: 0px;
    margin: -1px 10px 0px 10px;
    background: #fff;
    border:1px solid #999;
}

.content .captcha input[type='text'] {
    width: 2em;
}

.content .input_large textarea {
    width: 90%;
    min-height: 250px;
    max-width: 90%;
    padding: 2px;
    margin: 3px;
    border-bottom: 1px solid #666;
    font: 1.0em Cambria, Georgia, Times, "Times New Roman", serif;
}
.content .input_large.half textarea {
    min-height: 80px;
    font-size:0.8em;
}

.content .input_large .error-message {
    display: block;
    padding: 2px 5px;
    font: italic 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #900;
}


/* Kleiner */
.content .input_small {
	padding: 5px 0px;
}


.content .submit {
    margin: 10px 0px;
    width:90%;
    border:1px dashed #ccc;
}
.content .submit input {
    font: 1.5em Cambria, Georgia, Times, "Times New Roman", serif;
    border: none;
    background: #fff;
    color:#335c85;
    text-decoration: underline;
}
.content .submit input:hover {
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.content .submit_small {
	background: #dbe2e9;
}
.content .submit_small input {
	font: italic 0.9em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;
	color: #335c85;
	border: none;
	background: none;
	text-decoration: underline;
}
.content .submit_small input:hover {
	text-decoration: none;
	cursor: pointer;
}

.content .cancel {
    display:block;
    float:right;
    margin: 20px 100px 0px 10px;
    font: .9em Cambria, Georgia, Times, "Times New Roman", serif;
    color:#666;
    text-decoration: underline;
}
.content .cancel:hover {
    text-decoration: none;
}

.content #flashMessage {
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 4px 6px;
    background: #900;
    color: #fff;
    font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.content #flashMessage.message{
    background: #ccc;
    color: #111;
}
.content #flashMessage.error{
    background: #900;
    color: #fff;
}
.content #flashMessage.success{
    background: #060;
    color: #fff;
}

/* Forenbeitraege */
.forum_latest {
	background: #dbe2e9;
	margin: 10px 0px;
}
.forum_latest h3 {
	background: #fff;
	border-left: 210px solid #335c85;
	border-bottom: 4px solid #335c85;
	padding: 30px 0px 5px 0px;
	color: #000;
}
.forum_latest_entry {
	float: left;
	width: 33%;
}
.forum_latest_entry_inner {
	padding: 0px;
	height: 9em;
	overflow: hidden;
}
.forum_latest_title {
	font: 1em "Century Gothic", "Apple Gothic", sans-serif;
	text-align: left;
	color: #335c85;
	padding: 10px 10px 5px 20px;
}
.forum_latest_title a {
	color: #335c85;
	text-decoration: none;
}
.forum_latest_title a:hover {
	text-decoration: underline;
}
.forum_latest_text {
	font: 0.9em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;
	color: #333;
	padding: 0px 10px 4px 20px;
}
.forum_latest .f_replies {
	font: 0.7em Cambria, Georgia, Times, "Times New Roman", serif;
	float: left;
	margin: 0px 10px 0px 20px;
}
.forum_latest .f_replies a {
	color: #222;
	text-decoration: underline;
}
.forum_latest .f_replies a:hover {
	text-decoration: none;
}

/* ==========================
	Rechte Seitenleiste
========================== */

.sidebar {
    float: left;
    min-width: 200px;
    max-width: 300px;
    width: 20%;
    padding: 30px 0px 0px 0px;
}
.sidebar .sidebar_inner {
    margin: 50px 0px 0px 0px;
    /*padding: 2px 10px;*/
    padding:0px;
    background: #eee;
}
.sidebar .gap {
    height: 20px;
    width: 100%;
    background: #fff;
}
.sidebar h3 {
    font: bold normal 1.1em "Century Gothic", "Apple Gothic", sans-serif;
    color: #111;
    margin: 0px 0px 0px 0px;
    padding: 12px 10px 0px 10px;
}
.sidebar h4 {
    font: normal normal 1.0em "Century Gothic", "Apple Gothic", sans-serif;
    color: #111;
    margin: 15px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    text-transform: uppercase;
}
.sidebar h4+p {
    margin-top: 3px;
}
.sidebar p {
    font: normal 0.9em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;
    text-align: left;
    padding: 0px 10px 10px 10px;
}

.sidebar p a {
    color: #335c85;
    text-decoration: underline;
}
.sidebar p a:hover {
    color: #335c85;
    text-decoration: none;
}

.sidebar dl {
    font: normal 0.9em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;
    text-align: left;
}
.sidebar dt {
    font-weight:bold;
}


.sidebar .attention, .sidebar .aboutme {
	background: #dbe2e9;
	margin: 0px;
	padding: 1px 0px 1px 0px;
	border-bottom: 2px solid #335c85;
}
.sidebar .attention h3, .sidebar .aboutme h3 {
    font: bold normal 1.1em "Century Gothic", "Apple Gothic", sans-serif;
    color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 2px 10px;
    background: #335c85;
}

.sidebar .aboutme .paypalspenden {
	text-align: center;
	padding: 4px;
	margin: 0px;
}


/* ==========================
	Prefooter und Footer
========================== */

#prefooter {
    height: 30px;
    overflow: hidden;
}
#prefooter p {
    margin: 0px;
    padding: 0px;
}
#prefooter .lft {
    float: left;
    width: 210px;
    height: 30px;
}
#prefooter .ct {
    float: left;
    padding: 0px 20px;
    width: 50%;
    height: 30px;
    min-width: 400px;
    max-width: 500px;
}
#prefooter .rght {
    float: left;
    width: 200px;
}
#prefooter .rght ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#prefooter .rght ul li {
    display: block;
    float: left;
    padding: 0px;
    margin: 0px 10px 0px 0px;
    font: 0.8em Cambria, Georgia, Times, "Times New Roman", serif;
}
#prefooter .rght ul li a {
    display: block;
    padding: 3px 2px 3px 2px;
    color: #666;
    text-decoration: underline;
}

#footer {
    display:block;
    width:100%;
    min-width: 900px;
    height:100px;
    background:#335c85;
}
#footer p {
    font: 0.7em/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color:rgba(255,255,255,0.5) !important;
    color: #fff;
    margin: 0px;
    padding: 10px 20px ;
}
#footer p a {
    color:rgba(255,255,255,0.8) !important;
    color: #fff;
    text-decoration: none;
}
#footer .fmb_badge {
    float: right;
}
#footer .fmb_badge img {
    background: #fff;
    border:none;
}

.c {
    clear:both;
}
.alt {
    display: none;
}

/*
Sonderstyles Seitenleiste/Global
*/
/* FB-Link in der Seitenleiste */
.ac_fb {
	margin: 40px 0px 40px 0px;
	background: #dbe2e9;
	padding: 10px 10px 10px 20px;
	font: 1em Cambria, Georgia, Times, "Times New Roman", serif;
}
.ac_fb:hover {
	background: #335c85;
}
.ac_fb a {
	color: #333;
	text-decoration: none;
}
.ac_fb:hover a {
	color: #fff;
	text-decoration: none;
}

/* Paypal-Donate */
.ac_donate {
    margin: 50px 0px 50px 0px;
    background: #dbe2e9;
    color:#333;
    padding: 10px 10px 10px 20px;
    font: 0.9em Cambria, Georgia, Times, "Times New Roman", serif;
}
.ac_donate form {
    padding:5px 0px;
}


/* 
SQL-Logs 
*/
.cake-sql-log {
    font: 0.9em/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color: #222;
    margin: 10px 20px;
    border: 1px solid rgba(255,255,255,0.1);
    width: 90%;
}
.cake-sql-log caption {
    font-weight: bold;
    color: #ccc;
}
.cake-sql-log tr th {
    color: #ccc;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    min-width: 40px;
}
.cake-sql-log tr td {
    padding: 2px 5px;
}
.cake-sql-log tr:nth-child(2n) td {
    background: rgba(255,255,255,0.1);
}
.cake-sql-log tr td:nth-child(2n) {
    background: rgba(255,255,255,0.1);
}
.cake-sql-log tr th:nth-child(2n) {
    background: rgba(255,255,255,0.1);
}
.cake-sql-log tr:nth-child(2n) td:nth-child(2n) {
    background: rgba(255,255,255,0.2);
}
.cake-sql-log tr td:first-child {
    color: #ccc;
    text-align: center;
    font-weight: bold;
}
.cake-sql-log tr td:nth-child(n+4) {
    color: #ccc;
    text-align: center;
    font-weight: bold;
}
