h1,h2,h3,
h4,h5,h6,pre,form,
body,html,p,blockquote,
fieldset,input{
	margin: 0;
	padding: 0;
}
body,html {
	height: 100%;
}
a img,
:link img,
:visited img {
	border: none;
}

a {
	text-decoration: none;
	color: #40ff00;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	background: #050505;
	background-image: url("/images/background-track.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	/*min-width: 1020px;*/
	color: #fff;
}
.bildl {
	float: left;
	margin: 0 5px 5px 0;
}
.bildr {
	float: right;
	margin: 0 0 5px 5px;
}
.bildm {
	clear: both;
	margin: 5px 0 5px 0;
}
.bild_text {
	color: #ccc;
	font-size: 9px;
}

#layout_frame {
	width: 1300px;
	margin: 0 auto 0 auto;
	background-color: rgba(30, 30, 30, 0.75);
	border: 1px solid #555;
	-moz-box-shadow: 0px 0px 30px #000;
	-webkit-box-shadow: 0px 0px 30px #000;
}
#layout_head {
	height: 45px;
	background: #555;
	padding: 0px 15px 0px 2px;
}
#layout_main {
	padding: 0px 10px 0 10px;
}
#layout_footer {
	margin-top: 40px;
	padding: 20px 160px 50px 215px;
	color: #aaa;
	background: #444;
	background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#555), to(#444));
	background: -moz-linear-gradient(top, #555 0%, #444 60%);
	background-position: bottom;
	font-size: 10px;
	clear: both;
}
#layout_fixedbar {
	position: fixed;
	bottom: 0;
	width: 1020px;
}

/* ------ Modal box */
#popup_back,
#modal_back {
	opacity: 40;
	filter: alpha(opacity=30); 
	-moz-opacity: 0.30;
	background-color: #000;
	top: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
#popup_box,
#modal_box {
	position: absolute;
	padding: 4px;
	margin: 0px;
	float: left;
	width: 442px;
	border: 1px solid #555;
	/*background-color: #ccc;*/
	background: #333;
	z-index: 1001;
	text-align: right;
	-moz-box-shadow: 0px 4px 5px #111;
	-webkit-box-shadow: 0px 4px 5px #111;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#popup_content,
#modal_content {
	padding: 10px;
	margin-top: 4px;
	border: 1px solid #444;
	background-color: #222;
	text-align: left;
	max-height: 350px;
	overflow: auto;
}
#modal_box .close_button {
	/*color: #000;*/
}
#modal_box .button_row {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	text-align: center;
}
.simple_tooltip {
	padding: 2px;
	border: 1px solid #444;
	background-color: #333;
}

/* ------ Main menu layout */

#layout_mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#layout_mainmenu li {
	float:left;
	margin: 0;
	padding: 0;
}

/* ------ Main layout */

#layout_main .floatleft {
	float: left;
	width: 205px; 	
	margin-right: 0;
}
#layout_main .floatright {
	float: right;
	width: 120px;
}
#layout_main .center {
	padding: 0px 130px 0px 205px;
}
#layout_main .content {
	padding: 10px;
	/*position: relative;*/
	background: #222;
	border: 1px solid #555;
	border-top: 0;
	color: #fff;
	overflow: auto;
	margin-bottom: 10px;
	-moz-box-shadow: 0px 4px 5px #000;
	-webkit-box-shadow: 0px 4px 5px #000;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

#layout_main .secondary {
	border: 1px solid #555;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#layout_main .light {
	background-color: #fff;
	color: #444;
}

#layout_main .portletcontainer {
	display:flex;
	margin-right: -10px;
	flex-wrap: wrap;
}

#layout_main .portlet {
	flex-grow: 1;
	flex-shrink: 1;
	border: 1px solid #555;
	
	width: 283px;
	height: 300px;
	margin-right: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* ------ Menu layout */


.floatleft,
.floatright {
	margin-top: 40px;
}
.floatleft h2 {
	color: #ccc;
	font-size: 14px;
	padding: 5px 0 5px 5px;
	margin: 10px 0 0 0;
	background-color: #444; 
}
.floatright .box {
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	background-color: #444;
	margin-bottom: 20px;
	-moz-box-shadow: 0px 4px 5px #222;
	-webkit-box-shadow: 0px 4px 5px #222;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-radius-bottomleft: 6px;
	-webkit-border-radius-bottomright: 6px;
}
.floatright ul,
.floatleft ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.floatright li a,
.floatleft li a {
	padding: 0;
	margin: 0;
}
.floatright li a,
.floatleft li a {
	display: block;
	padding: 5px 2px 5px 2px;
	margin: 0;
	border-top: 1px solid #444;
	text-decoration: none;
	color: #fff;
}
.floatleft li a {
	border:0;
}
.floatright li a:hover,
.floatleft li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #555;
}
.floatright li a .description,
.floatleft li a .description {
	display: block;
	font-size: 9px;
	color: #aaa;
}
.floatright li.character,
.floatleft li.character {
	width: 21px;
	float: left;
	text-align: center;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
}
.floatright p,
.floatleft p {
	padding: 5px;
}

/* ------ header layout */

#head_logo {
	float: left;
	width: 200px;
}
#head_login {
	padding: 5px 5px 0 0;
	float: right;
	font-size: 10px;
}
#head_navigation {
	padding: 0 125px 0 213px;
}
#head_navigation_box {
	position: relative;
	border: 1px solid #333;
	background-color: #4a4a4a;
	border-bottom: 0;
	height: 30px;
	top: 14px;
}
#head_login .text {
	background-color: #444;
	font-size: 10px;
	color: #ddd;
	padding: 2px;
	width: 120px;
}
#head_login .button {
	font-size: 10px;
	padding: 4px 10px 4px 10px;
}
#head_login .loginlink {
	display:none;
}
#head_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#head_navigation li {
	float: left;
}
a.menu_icon {
	background-repeat:no-repeat;
	display: block;
	float: left;
	width: 28px;
	height: 28px;	
	margin: 1px 3px 0 2px;
	text-indent: -10000px;
}
a.menu_icon span {
	display: none;
}
.drop_down {
	z-index: 3000;
	top: 30px;
	width: 300px;
	padding: 10px;
	position: absolute;
	background: #444;
	border: 1px solid #555;
	border-top: 0;
	color: #fff;
	overflow: auto;
	margin-bottom: 10px;
	-moz-box-shadow: 0px 4px 5px #222;
	-webkit-box-shadow: 0px 4px 5px #222;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-radius-bottomleft: 6px;
	-webkit-border-radius-bottomright: 6px;
}
.drop_down h2 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #555;
	padding: 0 0 5px 0;
}
.drop_down ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.drop_down li a,
.drop_down li a:visited,
.drop_down p a:visited,
.drop_down p a {
	display: block;
	color: #ccc;
	padding: 10px 0 10px 3px;
	border-top: 1px solid #555;
}
.drop_down p a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #333;
}
a#menu_new {
	background-image:url("/images/menu_new0.png");
}
a#menu_com {
	background-image:url("/images/menu_com0.png");
}
a#menu_info {
	background-image:url("/images/menu_info0.png");
}
a#menu_burger {
	background-image:url("/images/menu_burger0.png");
	display: none;
}
a#menu_new:hover {
	background-image:url("/images/menu_new1.png");
}
a#menu_com:hover {
	background-image:url("/images/menu_com1.png");
}
a#menu_info:hover {
	background-image:url("/images/menu_info1.png");
}
a#menu_burger:hover {
	background-image:url("/images/menu_burger1.png");
}


/* ------ Footer layout */

#layout_footer a {
	color: #aaa;
	text-decoration: none;	
}

#layout_footer .footerblock { 
	margin-bottom: 10px;
}

#layout_footer .group_head {
	font-weight: bold;
	font-size: 11px;
}

#layout_footer #social {
	float: right;
	width: 150px;	
	margin-left: 30px;
}

#layout_footer #social a {
	display: block;
	height: 28px;
	padding: 2px 0 2px 40px;
	margin-bottom: 4px;
}

a.icon_rss {
	background-image:url("/images/icons_32.png");
	background-repeat: no-repeat;
	background-position: 0px -128px;
}

a.icon_fb {
	background-image:url('/images/icons_32.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.icon_twitter {
	background-image:url('/images/icons_32.png');
	background-repeat: no-repeat;
	background-position: 0px -32px;
}

/* ------ Submenu layout */

#layout_fixedbar .submenuslider {
	position: absolute;
	left: 1024px;
	bottom: 0;
}
#layout_fixedbar #fixed_menu {
	margin: 0 5px 0 5px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555), to(#333));
	background: -moz-linear-gradient(top, #555 0%, #333 100%);
	padding: 5px 10px 5px 10px;	
	color: #fff;
	font-size: 10px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-box-shadow: 0px 0px 10px #222;
	-webkit-box-shadow: 0px 0px 10px #222;
	border: 1px solid #555;
}

/* ------ Forms layout */

.floatright form,
.floatleft form {
	padding: 5px;
}
div.form_row {
	/*overflow: auto;*/
	clear: both;
	margin-bottom: 3px;
}
button,
select,
textarea,
input {
	border: 1px solid #999;
	background-color: #eee;
	padding: 1px;
	margin-right: 5px;
}
input.text {
	width: 165px;
}
.content input.text {
	width: 130px;
}
textarea.textarea {
	width: 165px;
	height: 100px;
}
.content textarea.textarea {
	width: 250px;
}
a.button {
	line-height: 30px;
}
.button {
	border: 0;
	background-color: #777;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#666));
	background: -moz-linear-gradient(top, #999 0%, #666 100%);
	padding: 5px 10px 5px 10px;	
	color: #fff;
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}
.button.red {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c66), to(#600));
	background: -moz-linear-gradient(top, #c66 0%, #600 100%);
}
.button.cta {
	padding: 8px 10px 8px 10px;
	font-size: 12px;
	font-weight: bold;
	background: #80ff00;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#80ff00), to(#408800));
	background: -moz-linear-gradient(top, #80ff00 0%, #408800 100%);
}
.button:hover {
	text-decoration: none;
	color: #000;
	background: #80ff00;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#80ff00), to(#408800));
	background: -moz-linear-gradient(top, #80ff00 0%, #408800 100%);
}
.button.red:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fcc), to(#c00));
	background: -moz-linear-gradient(top, #fcc 0%, #c00 100%);
}
input.error {
	background-color: #ffdddd;
}
.content div.label {
	float: left;
	display: block;
	width: 190px;
}
.content div.input {
	padding-left: 200px;
}
div.form_error {
	border: 2px solid #800000;
	color: #600000;
	background-color: #eee;
	padding: 4px;
	margin: 5px 0 5px 0;
}
div.form_error li {
	/*list-style: none;*/
	margin-left: 20px;
	color: #000;
}
div.message_success {
	border: 2px solid #008000;
	color: #006000;
	background-color: #eee;
	padding: 4px;
	margin: 5px 0 5px 0;
}
fieldset {
	border: 1px solid #555;
	padding: 5px;
	margin-bottom: 5px;
}
legend {
	color: #fff;
	padding: 2px 5px 2px 5px;
	border: 1px solid #555;
    background-color: #333;
    font-weight: normal;
}
legend a {
	color: #aaa;
}
legend a:hover {
	color: #fff;
	text-decoration: none;
}

/* ------ Content layout */

.content h1 {
	font-size: 20px;
	margin: -10px -10px 8px -10px;	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#222));
	background: -moz-linear-gradient(top, #333 0%, #222 100%);
	padding: 8px 10px 8px 10px;
	color: #fff;
}
.content h2 {
	font-size: 16px;
	margin: 8px 0 5px 0;
}
.portlet h2,
.portlet h2 a {
	font-size: 16px;
	margin: -10px -10px 8px -10px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#222));
	background: -moz-linear-gradient(top, #333 0%, #222 100%);
	padding: 8px 10px 8px 10px;
	color: #fff;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-radius-topleft: 6px;
	-webkit-border-radius-topright: 6px;
}
.content p {
	margin-bottom: 10px;
}
.content h3 {
	font-size: 14px;
	margin: 8px 0 8px 0;
	color: #ccc;
}
.content li {
	margin-left: 15px;
	margin-bottom: 5px;
}
ul.navigation {
	list-style: none;
	/*border-bottom: 1px solid #ddd;*/
	margin: 0;
	padding: 0;
}
ul.navigation li {
	padding: 0;
	margin: 0;
}
ul.navigation li a {
	display: block;
	padding: 5px;
	margin: 0;
	/*border-top: 1px solid #888;*/
	text-decoration: none;
	color: #fff;
}
ul.navigation li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #555;
}
ul.navigation li a .description {
	display: block;
	font-size: 9px;
	color: #999;
}
ul.search_results {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.search_results li {
	margin: 0 0 5px 0;
	padding: 0;
}
ul.search_results a .description {
	display: block;
	font-size: 10px;
	color: #ccc;
}
.text_icon {
	background-repeat:no-repeat;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
}
.text_icon {
	text-indent: -10000px;
}
.text_icon span {
	display: none;
}
.edit_icon {
	background-image:url("/images/icon_edit0.png");
}
.detail_icon {
	background-image:url("/images/icon_detail0.png");
}
.delete_icon {
	background-image:url("/images/icon_delete0.png");
}
.print_icon {
	background-image:url("/images/icon_print0.png");
}
.copy_icon {
	background-image:url("/images/icon_copy0.png");
}
.edit_icon:hover {
	background-image:url("/images/icon_edit1.png");
}
.detail_icon:hover {
	background-image:url("/images/icon_detail1.png");
}
.delete_icon:hover {
	background-image:url("/images/icon_delete1.png");
}
.print_icon:hover {
	background-image:url("/images/icon_print1.png");
}
.copy_icon:hover {
	background-image:url("/images/icon_copy1.png");
}
.tagcloud {
	text-align: center;
}
.skeleton {
	text-align: center;
	float: right;
}
.skeleton img {
	display: inline;
}
div.helpbox {
	position: relative;
	right: 0px;
	float: right;
	width: 16px;
}
a.helpicon, a.infotext {
	background: url("/images/help.png") no-repeat;
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	text-indent: -10000px;
}
img.helpicon {
	z-index: 1;
}
div.help {
	position: absolute;
	right: 0px;
	width: 200px;
	border: 1px solid #999;
	background-color: #fff;
	opacity: 0.75;
	z-index: 1000;
	color: #333;
	padding: 4px;
}
div.help h1 {
	font-size: 13px;
	border-bottom: 1px solid #999;
	padding: 5px;
	margin: 0;
}
div.help h3 {
	font-size: 10px;
	padding: 3px 5px 3px 5px;
	margin: 0;
}
div.help p {
	font-size: 10px;
	padding: 0 5px 5px 5px;
}
div.help a.close {
	display: block;
	padding: 2px;
	background-color: #ccc;
	color: #fff;
	text-decoration: none;
	text-align: right;
	margin-bottom: 3px;
}
.userimage {
	float: right;
	margin: 0 0 5px 5px;
	padding: 1px;
	border: 1px solid #ccc;
}

/* ------ Tables */

table {
	border-collapse: collapse;
}
table.detailstable,
table.datatable {
	clear: both;
	width: 100%;
}
table.datatable td {
	background: #111;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#111));
	background: -moz-linear-gradient(top, #222 0%, #111 100%);
	border: 1px solid #444;
	padding: 2px;
	margin: 0;
}
table.datatable tr.sumrow td {
	background: #000;
	border: 1px solid #444;
	margin-bottom: 5px;
}
table.datatable tr.sumrow td {
	background: #222;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#222));
	background: -moz-linear-gradient(top, #333 0%, #222 100%);
	padding: 5px 3px;
}
table.datatable tr.firstrow td {
	border-top: 2px solid #888;
}
table.datatable th {
	border: 1px solid #444;
	border-bottom: 4px solid #40ff00;
	text-align: left;
	padding: 5px 3px 5px 3px;
	background-color: #555;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#444));
	background: -moz-linear-gradient(top, #666 0%, #444 100%);
	color: #fff;
	white-space: nowrap;
}
table.detailstable td {
	border: 1px solid #333;
	padding: 2px;
	margin: 0;
}
td.icon_cell {
	width: 0%;
}
td.full_cell {
	/*width: 100%;*/
}
td.number_cell {
	text-align: right;
}
td.center_cell {
	text-align: center;
}
td.function_cell {
	white-space: nowrap;
	width: 0%;
}
table.datatable td.highlight {
	background: #222;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#222));
	background: -moz-linear-gradient(top, #333 0%, #222 100%);
}
div.addinfo {
	display: table-row;
}
div.cell {
	display: table-cell;
}
td.rowname {
	background-color: #333;
	background-image: none;
	font-weight: bold;
	width: 180px;
}
.bestlap {
	background-color: #333;
	border: 1px solid #444;
	margin-top: 5px;
	padding: 5px;
}

/* ------ Datenavi */

.datenavi {
	padding: 5px;
	background-color: #555;
	border: 1px solid #333;
	border-bottom: 0px;
}
.datenavi a.left_button {
	display: block;
	float: left;
}
.datenavi a.right_button {
	display: block;
	float: right;
}
#date_range_selection {
	background-color: #333;
	padding: 3px;
	border: 1px solid #666;
	width: 520px;
	margin: 0 auto 0 auto;
}
a.datebutton {
	font-weight: bold;
	padding: 3px 20px 4px 20px;
	margin: 2px 0 0 1px;
	border: 1px solid #999;
	background-color: #444;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
}
.datedisplay {
	float: right;
	clear: both;
	margin: 1px 0 0 1px;
}
.datedisplay a {
	display: block;
	background: #333 no-repeat right center url('/images/dropdown.png');
	padding: 5px 25px 5px 5px;
	border: 1px solid #666;
	font-size: 16px;
	font-weight: bold;
	color: #888;
}
.datedisplay a:hover {
	border-color: #999;
	text-decoration: none;
	color: #999;
}
.datedisplay.down a {
	background: #333 no-repeat right center url('/images/dropup.png');
}
a.datebutton:hover {
	background-color: #666;
}
a.show_date_range {
	display:block;
	clear:both;	
	padding: 5px;
	margin: 2px;
	background-color: #666;
	color: #fff;
	text-align: center;
	font-weight:bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a.show_date_range:hover {
	text-decoration: none;
	background-color: #40ff00;
	color: #000;
}
#date_range_selection ul {
	float: left;
	padding: 0;
	margin: 2px 0 0 5px;
	width: 160px;
}
#date_range_selection ul li {
	list-style: none;
	padding: 0;
	margin: 0;	
}
#date_range_selection ul li a {
	display: block;
	background-color: #666;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	margin-bottom: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#date_range_selection ul li a:hover {
	background-color: #999;
}

/* ------ Messages */

#message_portlet ul {
	margin: 0 0 10px 0;
	padding: 0;
}
#message_portlet ul li {
	border-top: 1px solid #444;
	margin: 0px;
	padding: 2px 0 2px 0;
	list-style: none;
}
#message_portlet ul li.own_comment {
	background-color: #333;
}
#message_portlet ul li .date {
	font-size: 9px;
	color: #aaa;
}
#message_portlet ul li .user {
	font-size: 9px;
	font-weight: bold;
	color: #ccc;
}
#message_portlet ul li .message {
	display: block;
}

/* ------ Slides */

.slider {
}
.slide {
	height: 250px;
	width: 100% !important;
	/*max-width: 643px;*/
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ccc;
}
.slidetext {
	width: 40%;
	min-width: 150px;
	height: 100%;
	float: right;
	background: rgba( 255, 255, 255, 0.5);
	color: #000;
	padding: 15px;
}
.slidetext div {
	margin-bottom: 10px;
}
/*.nav { 
	background: url("/images/slidersprite_02.png") repeat-x scroll center 0 transparent;
	z-index: 1000;
	position: relative;
	top: -10px;
	width: 100%;
	height: 44px;
}
#nav a, #s7 strong {
	background: url("/images/slidersprite_02.png") repeat-x scroll center 0 transparent;
	top: -3px;
	display: block;
	float: left;
	padding: 20px 10px 8px 10px;
	text-decoration: none; 
	color: #bbb;
	font-weight: bold;
	font-size: 13px;
}
#nav a.activeSlide { 
	background: url("/images/slidersprite_02.png") repeat-x scroll center -50px transparent;
	color: #fff;
}
#nav a:focus { 
	outline: none;
}
#nav a:hover { 
	background: url("/images/slidersprite_02.png") repeat-x scroll center -100px transparent;
	color: #000;
}
#nav a.activeSlide:hover {
	background: url("/images/slidersprite_02.png") repeat-x scroll center -50px transparent;
	color: #ccc; 
}
#output { 
	text-align: left;
}
#nav { 
	text-align: left 
}*/
/* pager */
.nav { 
    text-align: center;
	width: 100%;
	z-index: 500;
	position: relative;
	margin-top: -45px;
	overflow: hidden;
}
.nav span { 
    font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px; 
    display: inline-block;
	color: #555;
	cursor: pointer; 
}
.nav span.cycle-pager-active { color: #40ff00;}
.nav > * { cursor: pointer;}

/* ------ Diary styles */

.diary_entry {
	padding-top: 5px;
	margin-top: 20px;		
	border-top: 1px solid #333;
	clear: both;
}

.diary_entry .title {
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 14px;
	padding-left: 110px;
}

.diary_entry .title .type {
	font-weight: normal;
	font-size: 12px;
	color: #ccc;
}

.diary_entry .title .date {
	font-weight: normal;
	font-size: 10px;
	color: #ccc;
}

.diary_entry .text {
	padding-left: 160px;		
}

.diary_entry .details {
	padding-top: 5px;
	padding-left: 160px;		
	font-size: 10px;
}

.diary_entry .details .datafield {
	color: #bbb;
	font-weight: bold;
}

.diary_entry .image {
	width: 100px;
	float:left;
	padding-top: 3px;
}

.diary_entry .image .userimage {
	width: 100%;
}

.diary_entry .image .icon {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.diary_entry .comments li {
	list-style: none;
	padding: 5px;
	background-color: #333;
	margin: 0 0 2px 120px;
}

.diary_entry .comments .user {
	color: #bbb;
	font-size: 11px;
	font-weight: bold;
}

.diary_entry .comments .date {
	color: #bbb;
	font-size: 10px;
}

.diary_entry .comments li.own_comment {
	background-color: #444;
}

/* ------ General styles */

.pagedate {
	font-weight: normal;
	color: #aaa;
}
.throbber {
	height: 50px;
	width: 80px;
	padding: 10px;
	color: #888;
	margin: 0 auto 0 auto;
	background-color: #444;
	background-image: url('/images/ajax-background-loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #555;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;	
	-moz-box-shadow: 0px 0px 10px #222;
	-webkit-box-shadow: 0px 0px 10px #222;
}
.throbber span {
	display: block;
	text-align: center;
	margin-top: 40px;
}
#map_canvas {
	color: #000;
}
.inPopup .hideInPopup {
	display: none;
}