/* notizen */

.note {
	color: orange;
}


/* let's define some necessary stuff before we start */

body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, blockquote, table, tr, th, td, blockquote, button {
	margin: 0;
	padding: 0;
	border: 0;
}

form {
	display: block;
}

blockquote {
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

* html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
.news-high {
  text-align:center;
  display:block;
  width: 100%;
  border: 1px solid #FF0000;

-moz-border-radius: 4px;
border-radius: 4px;

color: #fff;
background: #666;
text-shadow: 0px 1px 1px #000;
}
.highlit {
    color: #fff;
text-shadow: 1px 1px 1px #000,
             0px 0px 1px #000;
height: 20px;
width: 30px;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

html, body { height: 100%; }

/* the general and global stuff */

body {
	border-top: 2px solid #00aeef;
	color: #333;
	background: url(../img/bodybg.png) repeat-x #f1f1f1;
	margin: 0px;
	font: 0.8em/1.3 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a, a:link, a:active, a:visited {
	color: #137fb7;
	text-decoration: none;
}

a:hover {
	color: #8cc640;
	text-decoration: none;
}

a.tooltip {
	text-decoration: none;
	cursor: pointer;
}

a.blacktooltip {
	text-decoration: none;
	cursor: pointer;
	color: #000;
}

img {
	border: 0px;
}

h1 {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #8cc640;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
}

hr.alt {
	color: #ddd;
	background-color: #ddd;
	height: 2px;
	border: 0;
}

hr {
	color: #fff;
	background-color:#fff;
	border: 0;
	border-bottom: 1px dotted #ddd;
}

input[type=text],
input[type=password],
textarea {
	color: #000;
	border: 1px solid #bbb;
	padding: 3px;
}

input[type=submit], button {
	border: 0;
	padding: 4px;
	background: url('../img/button_small.png') repeat-x #029dd8;
	width: 80px; height: 23px;
	color: #fff;
	font-weight: bold;
}

input.big, button.big {
	background: url('../img/button_big.png') repeat-x #029dd8;
	width: 129px; height: 29px;
	font-size: 1em;
}

/* general classes to define simple css */

.bigtext { font-size: 0.9em !important; } 
.verysmalltext { font-size: 0.6em !important; }
.smalltext { font-size: 0.8em !important; }
.desctext { color: #999 !important; }
.desctext a { color: #777 !important; }
.subtext { color: #333 !important; } 
.rightfloat {	float: right !important; }
.leftfloat { float: left !important; }
.nomargin {	margin: 0 !important; }
.littlemargin {	margin-bottom: 4px !important; }
.topmargin { margin-top: 3px !important; }
.margin { margin-bottom: 8px !important; }
.pointer { cursor: pointer !important; }
.centered {	text-align: center !important; }
.rightalign {	text-align: right !important; }
.margincentered { margin-left: auto !important; margin-right: auto !important; } 
.black { color: #000; } 
.black a { color: #000; } 
.grey { color: #666; }
.grey a { color: #666; }
.normalweight { font-weight: normal; }
.hidden {	display: none; }
.red, .red a { color: #a00000; }
.green, .green a { color: #8cc640; }
.nobreak { overflow:hidden; white-space: nowrap; }

.mediumimageframe {
	overflow: hidden;
	display: table;
	height: 160px;
}

.smallimage, .verysmallimage, .mediumimage_alt, .smallimage_alt, .verysmallimage_alt, .bigimage_alt, .smallbanner, .smallerbanner, .verysmallbanner, .borderimage {
	padding: 3px;
	background: #fff;
	border: 1px solid #ddd;
	position: relative;
}


.verysmallimage {width:60px;}
.smallimage { width:80px;}
.mediumimage { height: 160px; overflow:hidden; vertical-align: middle; display:table-cell; width: 200px; text-align: center; }
.mediumimage2 { height: 500px; overflow:hidden; vertical-align: middle; display:table-cell; width: 600px; text-align: center; }
.floatingimage { margin-right: 12px; float: left; }
.minifloatingimage { margin-right: 6px; float: left; }
.verysmallimage_alt img {	height: 15px;	width: 15px; }
.smallimage_alt img {	height: 30px;	width: 30px; }
.mediumimage_alt img { height: 38px;	width: 38px; }
.mediumimage2_alt img { height: 500px;	width: 600px; }
.bigimage_alt img {	height: 64px;	width: 64px; }
.verysmallimage img {	width: 60px; }
.smallimage img {	width: 80px; }
.mediumimage img { max-width: 160px;	max-height: 160px; }
.mediumimage2 img { max-height: 500px;	max-width: 600px; }
.smallbanner img { width: 88px; }
.smallerbanner img { height: 24px; }
.verysmallbanner img { height: 15px; }

.highlightedimage img{
	padding: 1px;
	background: #fff;
	border: 1px solid #ccc;	
}

.highlightedimage {
	background: url('../img/imgbg.png') bottom no-repeat;
	padding-bottom: 5px;
	width: 204px;
}

img.headerprofileimg {
	width: 10px;
	height: 10px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border: 1px solid #d8efff;
	padding: 1px;
	margin-bottom: -4px;
}

.clearit, .clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: px;
}

.preload {
	display: none;
	width: 0px;
	height: 0px;
}

#ajaxloader, #_ajaxloader, #ajaxsuccess, #ajaxerror  {
	margin: 4px 5px 0 5px;
	display: none;
}

.stats {
	color: #0066b0;
}

.icontext  {
	padding-left:20px;
}

.icontext img{
	margin-left:-20px;
}

img.icon {
	background: url('../img/icons.png');
	width: 12px;
	height: 12px;
	border: 0;
	margin-bottom: -2px;
}

img.icon-add, img.icon-__add { background-position: 0px 0px; }
img.icon-add:hover { background-position: 0px -12px; }
img.icon-add_b { background-position: 0px -24px; }
img.icon-reload, img.icon-__reload { background-position: 0px -36px; }
img.icon-reload:hover { background-position: 0px -48px; }
img.icon-reload_b { background-position: 0px -60px; }
img.icon-settings, img.icon-__settings { background-position: 0px -72px; }
img.icon-settings:hover { background-position: 0px -84px; }
img.icon-settings_b { background-position: 0px -96px; }
img.icon-shout, img.icon-__shout { background-position: 0px -108px; }
img.icon-shout:hover { background-position: 0px -120px; }
img.icon-shout_b { background-position: 0px -132px; }
img.icon-message, img.icon-__message { background-position: 0px -144px; }
img.icon-message:hover { background-position: 0px -156px; }
img.icon-message_b { background-position: 0px -168px; }
img.icon-info, img.icon-__info { background-position: 0px -180px; }
img.icon-info:hover { background-position: 0px -192px; }
img.icon-info_b { background-position: 0px -204px; }
img.icon-approved, img.icon-__approved, img.icon-completed, img.icon-__completed { background-position: 0px -216px; }
img.icon-approved:hover, img.icon-_approved, img.icon-completed:hover, img.icon-_completed { background-position: 0px -228px; }
img.icon-approved_b, img.icon-completed_b { background-position: 0px -240px; }
img.icon-declined, img.icon-__declined { background-position: 0px -252px; }
img.icon-declined:hover, img.icon-_declined { background-position: 0px -264px; }
img.icon-declined_b { background-position: 0px -276px; }
img.icon-open, img.icon-__open { background-position: 0px -288px; }
img.icon-open:hover, img.icon-_open { background-position: 0px -300px; }
img.icon-open_b { background-position: 0px -312px; }
img.icon-twitter, img.icon-__twitter { background-position: 0px -324px; }
img.icon-twitter:hover { background-position: 0px -336px; }
img.icon-twitter_b { background-position: 0px -348px; }
img.icon-facebook, img.icon-__facebook { background-position: 0px -360px; }
img.icon-facebook:hover { background-position: 0px -372px; }
img.icon-facebook_b { background-position: 0px -384px; }
img.icon-star, img.icon-__star { background-position: 0px -396px; }
img.icon-star:hover { background-position: 0px -408px; }
img.icon-star_b { background-position: 0px -420px; }
img.icon-waiting, img.icon-__waiting { background-position: 0px -432px; }
img.icon-waiting:hover { background-position: 0px -444px; }
img.icon-waiting_b { background-position: 0px -456px; }
img.icon-tag, img.icon-__tag { background-position: 0px -468px; }
img.icon-tag:hover { background-position: 0px -480px; }
img.icon-tag_b { background-position: 0px -492px; }
img.icon-dots, img.icon-__dots { background-position: 0px -504px; }
img.icon-dots:hover { background-position: 0px -516px; }
img.icon-dots_b { background-position: 0px -528px; }
img.icon-edit, img.icon-__edit { background-position: 0px -540px; }
img.icon-edit:hover { background-position: 0px -552px; }
img.icon-edit_b { background-position: 0px -564px; }
img.icon-remove, img.icon-__remove { background-position: 0px -576px; }
img.icon-remove:hover { background-position: 0px -588px; }
img.icon-remove_b { background-position: 0px -600px; }
img.icon-reset, img.icon-__reset { background-position: 0px -612px; }
img.icon-reset:hover { background-position: 0px -624px; }
img.icon-reset_b { background-position: 0px -636px; }
img.icon-replied { background-position: 0px -624px; }
img.icon-profile, img.icon-__profile { background-position: 0px -648px; }
img.icon-profile:hover { background-position: 0px -660px; }
img.icon-profile_b { background-position: 0px -672px; }
img.icon-starratern { background-position: 0px -396px; }
img.icon-starrater1 { background-position: 0px -408px; }
img.icon-starrater2 { background-position: 0px -684px; }
img.icon-starraterh { background-position: 0px -420px; }
img.icon-new { background-position: 0px -708px; }
img.icon-flag, img.icon-__flag { background-position: 0px -720px; }
img.icon-flag:hover { background-position: 0px -734px; }
img.icon-flag_b { background-position: 0px -748px; }

.emoticon {
	margin-bottom: -3px;
}

.author {
	font-size: 1.1em;
}

.points, .points_verified, .points_declined, .points_header, .points_alt {
	color: #333;
	background-image: url('../img/points.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
}

.points_header { background-image: url('../img/points_header.png'); padding-left: 14px; }
.points_verified { background-image: url('../img/points_verified.png'); color: #8cc640; }
.points_declined { background-image: url('../img/points_declined.png'); color: #b00000; }
.points_alt { background-image: url('../img/points_alt.png'); color: #999; }

.badge {
	color: #fff;
	background: #00AEEF;
	padding: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	font-weight: bolder;
	font-size: 0.6em !important;
	margin-top: 5px;
	margin-right: 8px;
}
.magi {
	margin-top: -1px;
	margin-right: 2px;
}
.message {
	max-width: 634px;
	margin: 8px 0;
} 

.message img {
	max-width: 300px;
	max-height: 300px;
}

.message .floatingimage {
	margin-bottom:10px;
}

.message blockquote {
	margin-left: 70px;	
	width: 548px;
	line-height: 1.4em;
}

.box-highlight .message blockquote {
	width: 528px;
}

.message_hidden {
	color: #ccc;
}

.message textarea {
	display: none;
}

.messageedit {
	display: none;
}

.messagereport {
	display: none;
}

.messagereport input {
	font-size: 10px;
	padding: 2px;
}

.bbcode {
	position: relative;
}

.bbcode a:link span, .bbcode a:visited span {
	background-color: #0170b8; 
	opacity: 0.9; 
	filter: alpha(opacity=90); 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	display:none;
	z-index:10;
}

.bbcode a:hover span, .bbcode a:active span {
	position:absolute;
	top:12px;
	left:240px;
	display:block;
	z-index:10;	
	padding:3px;
}

.shoutinput textarea {
	height:60px;
	width:544px;	
	display: block;
	margin-bottom: 4px;
}

.shouttopicsinput textarea {
	height: 160px;
	width: 480px;
}

.page {
	color: #0066b0;
	font-weight: bold;
	padding: 0.4em 0.4em;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	font-size: 0.8em;
}

.page:hover {
	background: #0066b0;
	color: #fff;
}

.page:hover a {
	color: #fff;
}

.activepage {
	font-size: 0.8em;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	background-color: #0066b0;
	color: #fff;
	font-weight: bold;	
	padding: 0.4em 0.4em;
}

ul.simplelist{
	margin-left: 16px;
}

ol.simplelist {
	margin-left: 20px;
}

/* layouting css */

.box, .box-alt, .box-highlight, .box-nobg {
	padding: 10px;	
	margin-bottom: 10px;
	position: relative;
}

.box {
	padding: 14px;
	background: #fff;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.box-alt {
	background: url(../img/boxbg.png) repeat-x bottom #f3f3f3;
}

.box-highlight {
	background-color: #deeffb;	
}

.boxpadded {
	padding: 14px;
}

ul.boxmenu {
	list-style-type: none;
}

ul.boxmenu li {
	padding: 6px;
	margin-bottom: 3px;
}

ul.logolist {
	list-style-image: url(../img/points.png);
	margin-left: 30px;
}

ul.logolist li {
	margin-bottom: 3px;
}

ul.logolist li div {
}

table.striped tr.head td {
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

table.striped tr td, table.striped tr th {
	padding: 6px;
	vertical-align: top;
}

table.striped tr.last td {
	border: 0;	
}

table.striped tr.alternating td {
	background-color: #f8f8f8;	
}

table.striped tr td.info {
	min-width: 140px;	
}

table.striped tr td.status, table.striped tr td.actions {
	vertical-align: middle;	
}

table.form td {
	padding: 4px;
	vertical-align: top;
}

table.form td.left {
	text-align: right;
	max-width:200px;
}

table.form td.right {
	text-align: left;
	max-width:300px;
}

table.form td p {
	line-height: 150%;
	margin-top: 4px; margin-bottom: 6px;	
}

.box-nobg table.form td.left {
	width: 140px;
}

.box-nobg table.form td.right {
	width: 480px;
}

table td.status, table td.iconc {
	width: 2%;
}

table td.info {
	width: 30%;	
}

table td.actions {
	width: 10%;	
}

div.form div {
	padding: 3px;
}

div.form div.left {
	text-align: right;	
	float: left;
	width: 80px;
}

div.form div.right {
	text-align: left;	
	margin-left: 86px;
}

div.form div.right span{
	vertical-align: top;	
}

.sizedinputs textarea, .sizedinputs input[type="text"], .sizedinputs input[type="password"] {
	width: 260px;
}

.sizedinputs textarea {
	height: 80px;	
}

.error {
	font-weight: bold;
	color: #e10000;
	padding-left: 19px;
	line-height: 30px;
	padding-top: 1px;
	background: url(../img/stop.png) no-repeat;
	display: none;
}

.alert-warning, .alert-info, .alert-success, .alert-dark, .alert-light-gray {
	padding: 5px 10px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
}

.alert-info { background: #eff8ff; border: 1px solid #deeffb; }
.alert-warning { background: #fff3f3; border: 1px solid #fbdede; }
.alert-success { background: #fafff3; border: 1px solid #e0f8cd; }
.alert-dark { background: #333; border: 1px solid #000; color: #fff; }
.alert-light-gray { background: #f7f7f7; border: 1px solid #eee; }

.lists, .highlightedlists {
	width: 200px;
	float:left;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-left: 14px;
}

.listsfirst { margin-left: 0px; }

.listbox {
	border: 1px solid #ddd;
	background: #fff;
	padding: 3px;
}

.widelists {
	padding: 6px;
}

.widealternatinglists {
	background: #f8f8f8;
}

.boxlist {
	float:left;
	width: 122px;
}

.alternatingboxlist {
	float: none;
	margin-left: 126px;
}

.highlightedlists {
	background: #f8fbfd;
}

.lists2 {
	margin-top: 3px;
	margin-bottom: 5px;
}

.lists2alternating {
	background: #f8f8f8;
}

.smalllists {
	padding: 4px;
	background: #fff;
}

.biggerboxlist {
	float:left;
	width: 290px;
	margin-bottom: 12px;
	height: 66px;
}

.alternatingbiggerboxlist {
	float: none;
	margin-left: 310px;
}

.imagelist {
	float: left;
	width: 146px;
	margin-bottom: 12px;
	height: 180px;
	text-align: center;
	vertical-align: bottom;
	position: relative;
	margin-right: 8px;
}

.imagelist div.valigner {
	position: absolute;
	bottom: 0px;	
	width: 100%;
}

.imagelist img {
	max-width: 136px;
	max-height: 136px;
}

ul.subheadline {
	list-style-type: none;
	float: right;
	margin-top: -46px;
}

ul.subheadline_ { margin-top: -76px !important; }
ul.subheadline__ { margin-top: -40px !important;}
ul.subheadline__ li { padding: 3px !important; }

ul.subheadline li {
	float: left;
	background: #f1f1f1;
	border-right: 1px solid #fff;
	padding: 6px;
	color: #666;
}

ul.subheadline li.select { font-size: 0.6em; }
ul.subheadline li.first { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
ul.subheadline li.last { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
ul.subheadline li.select { padding: 3px; }
ul.subheadline li a { color: #ccc; }
ul.subheadline li.inactive:hover {	background-color: #8cc640; color: #fff; }
ul.subheadline li.inactive:hover a { color: #fff; }
ul.subheadline li.highlighted, ul.subheadline li.highlighted a { color: #137fb7; }

ul.tabs {
	list-style-type: none;	
	border-bottom: 3px solid #ccc;
	height: 18px;
	margin-bottom: 10px;
	color: #137fb7;
}

ul.tabs li {
	float: left;
	margin-right: 10px;
	padding-bottom: 5px;
	margin-bottom: -2px;
	border-bottom: 3px solid #137fb7;
	cursor: pointer;
}

ul.tabs li.smaller { margin-right: 8px; }
ul.tabs li.inactive { border-bottom: 3px solid #ccc; }
ul.tabs li.inactive:hover {	border-bottom: 3px solid #8cc640; }
ul.tabs li.inactive a {	color: #ccc; }
ul.tabs li.inactive:hover a {	color: #8cc640; }
ul.tabs li div { text-transform: uppercase; font-size: 0.8em; font-weight: bold; }

.arrow {
	height: 6px;
	margin-bottom: 2px;
}

/* tag cloud */

.tagcloud span {
	margin-left: 5px;
	margin-right: 5px;
}

.tag1 {
	font-size: 20px;
}

.tag2 {
	font-size: 18px;
}

.tag3 {
	font-size: 16px;
}

.tag4 {
	font-size: 14px;
}

.tag5 {
	font-size: 12px;
}

.tag6 {
	font-size: 10px;
}

.tag7 {
	font-size: 8px;
}

.tags {
}

.tags span, .tags div {
	background: #ececec;
	margin-right: 2px;
	padding: 4px;
	line-height:24px;
	font-size: 0.8em;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.tags a {
	text-decoration: none;
}

.tags a:hover span {
	background: #0170b8;
	color: #fff;
}

.reply {
	margin-left: 70px;
}

/* profile page */
.progress, .miniprogress{
	float: left;
	margin-right: 5px;
	width: 248px;
	height: 15px;
	position: relative;
	background: url('../img/progressbarbg.png') repeat-x #f5f5f5;
	border: 1px solid #ddd;
}

.progresstext{
	z-index:1;
	position: absolute;
	padding-left: 3px;
	left: 0px;
	text-align: right;
	color: #fff;
	font-size: 0.7em;
}
.progressbar, .progressbaropen{
	float: left;
	z-index:0;
	background: url('../img/progressbartopbg.png') repeat-x #8cc640;
}
.progressbar {
	min-width: 8%;
}
.progressbaropen {
	background: url('../img/progressbaropenbg.png') repeat-x #a3d166;
}
.activitybar{
	width:260px;
}

.statisticwrap {
	margin-left: 40px;
}

.statistics {
	width: 18px; 
	margin-right: 1px; 
	margin-top: 30px; 
	margin-bottom: 12px;
	height: 108px; 
	position: relative;
	margin-top: -110px;
}

.statisticslegend {
	z-index: 0;
	margin-left: -66px;
	margin-top: 16px;
}

.statisticslegend hr {
	width: 86%;
	margin: 0; padding: 0;
	margin-bottom: 25px;
}

.statisticslegend div {
	margin-top: -6px;
	width: 60px;
	margin-right: 6px;
	text-align: right;
}

.statistics .progressbar {
	width: 17px; 
	text-align: center;
	position: absolute; 
	bottom: 20px;
	min-height: 4px;
	z-index:2;
}

.statistics .progressbar .counttext {
	color: #fff; 
	padding: 4px;
}

.statistics .datetext {
	position: absolute; 
	bottom: 0px;
}

ul.horizontalfields{
	list-style-type: none;
	display: table;
	margin: 0 auto;
}

ul.horizontalfields li {
	float: left;
	padding: 8px;
	border-right: 1px #ddd solid;
	text-align: center;
	margin: 0 auto 0 auto;
	display: table-cell;
	position: relative;
}

ul.horizontalfields li.last {
	border: 0;
}

#ajaxedit, #ajaxalert {
	position: absolute;
	height: 200;
	width: 300px;
	padding: 10px;
	left: 312px;
	right: 312px;
	top: 100px;
	background: #fff;
	border: 8px solid #f3f3f3;
	z-index: 1;
	display: none;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	z-index: 99999;
}
#ajaxdarkener {
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	background-image: url(../img/darkenbg.png);
	z-index: 2;
}
#ajaxedit input[type="text"]{
	width:98%;
}
#ajaxalert img {
	margin-top: 20px;
	margin-bottom: 20px;
}
#ajaxalert .closebutton, #ajaxedit .closebutton {
	position: absolute; 
	cursor: pointer;
	margin:0;
	right:11px;top:11px;
	width:13px;height:13px;
	background:url(../img/close.png) no-repeat;
}
#ajaxalert .closebutton:hover, #ajaxedit .closebutton:hover {
	background-position: bottom;
}

.go {
	padding-right: 16px;
	background:url(../img/go.png) no-repeat top right;
	height: 13px;
}
.go:hover {
	background-position: bottom right;
}
.thumbup {
	width: 13px;
	height: 13px;
	background:url(../img/thumbup.png) no-repeat top;
}
.thumbdown {
	width: 13px;
	height: 13px;
	background:url(../img/thumbdown.png) no-repeat top;
}
.thumbup:hover,.thumbdown:hover {
	background-position: center;
}
.thumbup_active,.thumbdown_active {
	background-position: bottom;
}
.closebutton {
	width:13px;height:13px;
	background:url(../img/close.png) no-repeat top;
}
.closebutton:hover{
	background-position: bottom;
}
#terms ol ul li, #terms ol, #privacy ul {
	margin-left: 20px;
}
#terms ol ul { list-style-type: lower-latin; }
#terms ol ul li ul { list-style-type: lower-roman; }

.level {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	background-color: #137fb7;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	font-size: 1.2em;
}

.smallimage .level { position: absolute; right: -4px; top: -4px; }
.author .level { font-size: 0.8em !important; }

#referinput { font-size: 1.2em; width: 70%; padding: 8px; text-align: center; }
