html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-size:10pt;
	background-image: url('gifs/noise_grey2.png');
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#l_wrapper {
	width:100%;
	margin: 0px auto -500px; /* Height of the footer */
	min-height:100%;
	position:relative;
}

div#l_body {
	padding-bottom:500px;	/* Height of the footer */
}
div#l_footer {
	position:absolute;
	bottom:0;
	width:100%;
	min-height: 500px;
	background-image: url('gifs/noise_black2.png');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	background-color: #363631;
	box-shadow: 0px -10px 10px hsla(300,15%,25%,0.7);
	-webkit-box-shadow: -10px 0px 10px hsla(300,15%,25%,0.7);
	-moz-box-shadow: 0px -10px 10px hsla(300,15%,25%,0.7);
}

div#l_top{
	width:100%;
	height: 70px;

	border-bottom: 1px solid #88B0CA;
	
	background: url("./gifs/table_top.png") repeat-x scroll 50% 50% #3B759A !important;
  	background-repeat:repeat !important;
  	background-position: center !important;

	position:fixed; 
	top:0; 
	left:0; 
	z-index:2000;
}

div#l_middle {
	padding-bottom: 20px;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	/*background-color:#D1D1D1;*/
	min-height:100px;
	width:100%;
}
div#l_maincontainer {
	padding: 10px;
	/*padding-top:20px;*/
	padding-top: 90px;	
	margin-bottom: 30px;	
	border-color: #e0e0e0;
	width:1000px;
	box-shadow: 0px 0px 10px hsla(300,15%,25%,0.7);
	-webkit-box-shadow: 0px 0px 10px hsla(300,15%,25%,0.7);
	-moz-box-shadow: 0px 0px 10px hsla(300,15%,25%,0.7);
	background-color: #FFFFFF;
}
div#l_eventlogo {
	padding:10px;
	border-left: 3px solid;
	border-right: 3px solid;
	border-bottom: 3px solid;
	background-color: #FFFFFF;
	border-color: #e0e0e0;
	float:right;
	position: relative;
	top:-10px;
	right:10px;
}

div#l_navi {
	width: 310px;
	position: relative;
	right: -10px;
	float: right;
	box-shadow: inset 0px 0px 10px hsla(300,15%,25%,0.7);
	-webkit-box-shadow: inset 0px 0px 10px hsla(300,15%,25%,0.7);
	-moz-box-shadow: inset 0px 0px 10px hsla(300,15%,25%,0.7);
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	-khtml-border-top-left-radius: 10px;
}

.statusupdatecontainer{
	z-index:100;
	border: 1px solid #e0e0e0;
	background-color: rgba(255,255,255,0.8);
	border-top:0px;
	padding:5px;
	padding-top: 10px;
	width:300px;
	position: absolute;
	top: 70px;
}

.rounded {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.rounded-bottom {
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-o-border-bottom-right-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
}

.rounded-left {
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
}

.shadow45 {
	box-shadow: 10px -10px 5px hsla(300,15%,25%,0.7);
	-webkit-box-shadow: 10px -10px 5px hsla(300,15%,25%,0.7);
	-moz-box-shadow: 10px -10px 5px hsla(300,15%,25%,0.7);
}

.shadow90 {
	box-shadow: 10px 0px 5px hsla(300,15%,25%,0.7);
	-webkit-box-shadow: 10px 0px 5px hsla(300,15%,25%,0.7);
	-moz-box-shadow: 10px 0px 5px hsla(300,15%,25%,0.7);
}

div#l_top, .shadow180 {
	box-shadow: 0px 10px 5px hsla(300,15%,25%,0.7);
	-webkit-box-shadow: 0px 10px 5px hsla(300,15%,25%,0.7);
	-moz-box-shadow: 0px 10px 5px hsla(300,15%,25%,0.7);	
}

div#l_bottom, .shadow0 {
	box-shadow: 0px -10px 5px hsla(300,15%,25%,0.7);
	-webkit-box-shadow: 0px -10px 5px hsla(300,15%,25%,0.7);
	-moz-box-shadow: 0px -10px 5px hsla(300,15%,25%,0.7);	
}

.infocontainer {
	height:100%;
	background-color: #FFFFFF;
	border-color: #e0e0e0;
	padding:10px;
	box-shadow: inset 0px 0px 10px hsla(300,15%,25%,0.7);
	-webkit-box-shadow: inset 0px 0px 10px hsla(300,15%,25%,0.7);
	-moz-box-shadow: inset 0px 0px 10px hsla(300,15%,25%,0.7);
}

.containerboxrightframe {
	height:100%;
	background-image: url(./gifs/noise_grey2.png);
	background-repeat: repeat;
	border: 3px solid;
	border-color: #e0e0e0;
	border-right: none;
	float:right;
	position:relative;
	padding: 10px; right:-13px;
}

.bottombox{
	color: #FFFFFF;
    background-color: #191814;
    background: rgba(25,24,20,0.4);
    background-image: none;
    border-bottom: 1px solid black !important;
    box-shadow: 0 1px 0 #373731, 0 -1px 0 #0E0D0B;
}
	
div#nav{
	font-size: 8pt;
}

.ui-autocomplete {
	max-height: 150px;
	max-width: 500px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar 
	padding-right: 20px;*/
}

.ui-widget-content a.ui-aoverride {COLOR: #2E6E9E;}
.ui-widget-content a.ui-aoverride:visited {COLOR: #2E6E9E;}
.ui-widget-content a.ui-aoverride:hover {COLOR: #E17009;}

a {COLOR: #2E6E9E; text-decoration:none;}
a:visited {COLOR: #2E6E9E; text-decoration:none;}
a:hover {COLOR: #E17009;text-decoration:none;}

a.anz {COLOR: #FFFFFF !important;text-decoration:none;}
a.anz:visited {COLOR: #FFFFFF !important; text-decoration:none;}
a.anz:hover {COLOR: #E17009 !important;text-decoration:none;}

a.cloud,a.fo {COLOR: #9B9B9B;}
a.cloud:visited,a.fo:visited {COLOR: #9B9B9B;}
a.cloud:hover,a.fo:hover {COLOR: #E17009;}

.help, .klein, .ui-widget {font-size: 8pt}

input[type="text"], input[type="password"], textarea, select {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    padding: 2px;
}

a.ui-corner-all, button.ui-corner-all,input[type="button"].ui-corner-all,
input[type="submit"].ui-corner-all,input[type="reset"].ui-corner-all {
	border-radius: 0px 0px 0px 0px;
}

input {font-size:8pt;}
input.inperror {background:#F6A828;}
select.inperror {background:#F6A828;}
span.inperror {color:#F6A828; font-weight:bold;}

.error {color:#E78F08; font-size:8pt; font-weight:bold;}
.error-col {color:#E78F08;}
.errorbig {
		border: 1px solid #e78f08; 
		background: #f6a828 url(js/jquery/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; 
		color: #ffffff; 
		font-weight: bold; 
		max-width:980px;
		box-shadow: 0px 0px 10px hsla(300,15%,25%,0.7);
		-webkit-box-shadow: 0px 0px 10px hsla(300,15%,25%,0.7);
		-moz-box-shadow: 0px 0px 10px hsla(300,15%,25%,0.7);
		text-align:center;
	}
.erfolgbig {
		border: 1px solid #72AB27; 
		background: #9fda58 url(js/jquery/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png) 50% 50% repeat-x; 
		color: #3C5715; 
		font-weight: bold; 
		max-width:980px;
		box-shadow: 0px 0px 10px hsla(300,15%,25%,0.7);
		-webkit-box-shadow: 0px 0px 10px hsla(300,15%,25%,0.7);
		-moz-box-shadow: 0px 0px 10px hsla(300,15%,25%,0.7);
		text-align:center;
		
	}
.hinweis {
		border: 1px solid #897809;
		background: #fbec88 url(js/jquery/redmond/images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
		font-weight: bold;
		color: #897809;
		max-width:980px;
		box-shadow: 0px 0px 10px hsla(300,15%,25%,0.7);
		-webkit-box-shadow: 0px 0px 10px hsla(300,15%,25%,0.7);
		-moz-box-shadow: 0px 0px 10px hsla(300,15%,25%,0.7);
		text-align:center;
	}
.hinweisdownl {
		margin:0px; 
		padding:5px;
}
	
button, select, textarea {font-size:8pt;}

.ueber {font-size: 8pt; }

.delbutton{color:#FF7F50;}
 
.ro-pad-heading { padding: 1px; }


h3.efiles {	
	font-size: 10pt;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: bold;
}

h2.subright {
	width: 300px;
	min-height: 43px;	
	font-size:11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	
	margin-top: 7px;
	margin-bottom: 0px;
	padding-left: 5px; 
	padding-right: 14px; 
	padding-top: 15px; 
	
	background-image: url(./gifs/band_grey_full.png); 
	background-repeat: no-repeat; 
	background-position: right;
}

h2.mainleft, h2.emain {
	width: 100%;
	min-height: 43px;	
	font-size:1.1em;
	color: #FFFFFF;
	text-align:center;
	
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 22px; 
	padding-right: 5px; 
	padding-top: 15px; 
	
	background-image: url(./gifs/band_blue_full_1038.png); 
	background-repeat: no-repeat; 
	background-position: left;
	
	position: relative;
	left: -19px;
}

h2.emenueleft,h2.emenueright,h2.emenuecenter {
	width: 321px;
	min-height: 43px;	
	font-size:1.1em;
	color: #FFFFFF;
	text-align:center;
	
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 22px; 
	padding-right: 5px; 
	padding-top: 15px; 
	
	background-image: url(./gifs/band_blue_full_1038.png); 
	background-repeat: repeat-x; 
	background-position: left;
	position: relative;
	left: 0px;
}

h2.emenueright {
	padding-right: 22px; 
	padding-left: 5px; 
	background-position: right;
	right: 0px;
}

h2.emenuecenter {
	padding-right: 0px; 
	padding-left: 0px;  
	width: 300px;
	background-position: center;
}


h2.emain{
	width: 1040px;
	padding-left: 0px; 
	padding-right: 0px; 
}

h2.emainreg{
	position: static;
	width: 100%;

	min-height:28px;
	padding-top: 7px;
	
	margin-top: 20px;
	margin-bottom: 10px;
	
	border-width: 1px 1px 2px 1px;
	border-style: solid;
	border-color: #88B0CA;
	
	background: url("./gifs/table_top.png") repeat-x scroll 50% 50% #3B759A !important;
  	background-repeat:repeat !important;
  	background-position: center !important;
}

.list_cell td {
	text-align: left; 
	vertical-align: top;
	font-size: 8pt;
	white-space: nowrap;
}
.canceled {
	text-decoration:line-through;
	color:#808080;
}

.races_cell td {
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
    ^/*white-space: nowrap;*/
}

.table_head, .ui-dialog-titlebar {
		background: url("./gifs/table_top.png") repeat-x scroll 50% 50% #3B759A !important;
  		background-repeat:repeat !important;
  		background-position: center !important;
		/*background-color:#C0FFC0;*/
		/*border:3px double !important;*/
		/*border-color:#06AC39;*/
		/*border-color: #8BBAD9 !important;*/
		border:1px solid #8BBAD9 !important;
		border-bottom:2px solid #8BBAD9 !important;
		color: #FFFFFF !important;
		border-radius: 0px !important;
		font-weight: bold;
}

.table_head a,.table_head a:visited {
	color: #FFFFFF;
}
.table_head a:hover {
	color: #E17009;;
}

.ui-dialog{
		border-radius: 0px !important;
}

.ui-tabs {
	background: none;
	font-size: 10pt;
}

tr.hovercell {
   background-color: #FFFFFF; 
}

tr.hovercell:hover {
   background-color: #EDF3F7; 
}

tr.hoverclick {
   background-color: #FFD6BB; 
}

div#tabs {
		border:none;
}

div#tabs > ul.ui-widget-header {
	background: transparent;
	border: none;
	border-bottom: 1px solid #c0c0c0;
	border-radius: 0px;
}

div#tabs  > ul > li.ui-state-default {
	background: transparent;
	border: none;
}

div#tabs > ul > li.ui-state-active {
	background: transparent url(gifs/tabsarrow.png) no-repeat bottom center;
	border: none;
}

div#tabs > ul > li.ui-state-default a:hover {
	color: #E17009;
}
div#tabs > ul > li.ui-state-active a:hover {
	color: #E17009;
}

div#tabs > ul > li.ui-state-default a:visited {
	color: #2E6E9E;
}
div#tabs > ul > li.ui-state-active a:visited {
	color: #2E6E9E;
}

img#plupperSideBadge {
	border: 0px;
}

/*
*Menue
*
*
*
*
*/
.ro-menue-wrapper1{
	color: #44433f;	
	margin: 0;
	padding: 4px 0 0;
	padding-right: 200px;
	}
.ro-menue-wrapper1 a{
		color: #FFFFFF;
		text-decoration: none;
}
.ro-menue-wrapper1 a:hover {
		color: #09548B;
}
.ro-menue-wrapper1 p {
		margin: 0 0 17px;
		padding: 0;
		line-height: 18px;
	}
.ro-menue-wrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: -40px;
	top: -10px;
}
.ro-menue-nav {
	float: left;
}
.ro-menue-nev-wrapper {
	clear: both;
	float: left;
}

.ro-menue-nav ul {
	height: 38px;
	float: left;
	margin: 0;
	padding-top: 3px;
	list-style: none;
	/*font-size: 15px;*/
	font-size: 11pt;
}
.ro-menue-nav li {
	float: left;
	padding: 0 7px;
	background: url(/gifs/menue/split.png) no-repeat left center;
	position: relative;
	z-index: 1;
}
.ro-menue-nav li.last {
	background:none;
}
.ro-menue-nav li:hover {
	z-index:2;
}
.ro-menue-nav li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
	color: #ffffff;
}
a .ro-menue-menu-left {
	background: url(/gifs/menue/menu_left.gif) no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .ro-menue-menu-mid {
	background: url(/gifs/menue/menu_mid.gif) repeat-x top left;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .ro-menue-menu-right {
	background: url(/gifs/menue/menu_right.gif) no-repeat top left;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
.ro-menue-nav li a:hover .ro-menue-menu-left,
.ro-menue-nav li.active a .ro-menue-menu-left,
.ro-menue-nav li:hover a .ro-menue-menu-left,
.ro-menue-nav li a:hover .ro-menue-menu-mid,
.ro-menue-nav li.active a .ro-menue-menu-mid,
.ro-menue-nav li:hover a .ro-menue-menu-mid,
.ro-menue-nav li a:hover .ro-menue-menu-right,
.ro-menue-nav li.active a .ro-menue-menu-right,
.ro-menue-nav li:hover a .ro-menue-menu-right {
	background-position: 0 -37px;
	line-height: 35px;
}
.ro-menue-nav li a:hover,
.ro-menue-nav li.active a,
.ro-menue-nav li.hover a,
.ro-menue-nav li:hover a {
	color: #09548B;
}
.ro-menue-nav li:hover .ro-menue-sub,
.ro-menue-nav li.hover .ro-menue-sub {
	display:block;
}
.ro-menue-nav li .ro-menue-sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	/*background: url(/gifs/menue/submenu_top.png) no-repeat;*/
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
	background-color: #FFFFFF;
	
	border: 1px solid #9B9B9B;
	
	box-shadow: 0px 0px 5px hsla(300,15%,25%,0.7);
	-webkit-box-shadow: 0px 0px 5px hsla(300,15%,25%,0.7);
	-moz-box-shadow: 0px 0px 5px hsla(300,15%,25%,0.7);	
	
	width: 286px;
	padding-top: 9px;
}
.ro-menue-nav li ul {
	/*background: url(/gifs/menue/submenu_bg.png) repeat-y;
	background-position: bottom;*/

	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-o-border-bottom-right-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	background-color: #FFFFFF;
	
	width: 262px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 11pt;
}

.ro-menue-nav li:hover li,
.ro-menue-nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.ro-menue-nav li:hover li:last-child,
.ro-menue-nav li.active li:last-child {
	border-bottom: 0px;
}

.ro-menue-nav li:hover li a,
.ro-menue-nav li.active li a {
	color: #09548B;
	background: none !important;
	line-height: normal;
	width: 256px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.ro-menue-nav li:hover li a:hover,
.ro-menue-nav li.active li a:hover {
	color: #E17009;
	text-decoration: none;
	line-height: normal;
}

.ro-menue-nav li li a:hover,
.ro-menue-nav li li a:hover {
	color: #E17009;
	text-decoration: none;
	line-height: normal;
}
