@import url(/styles/content.css);
@import url(/styles/head.css);
@import url(/styles/navi.css);
@import url(/styles/foot.css);

body, div, p, table, tr, td, input, textarea, select, option, button, img, form, a, h1, h2, h3 {
	font: 12px Verdana, Arial, Helvetica, sans-serif; color: #333399;
	border: 0px; margin:0px 0px 0px 0px; padding: 0px 0px 0px 0px;
}

body {
	scrollbar-arrow-color: #000099;			/* Navigationspfeile oben und unten */
	scrollbar-highlight-color: #FFFFFF;
 	scrollbar-3dlight-color: #000099;		/* jeweiliger linker und oberer Objektrand*/
 	scrollbar-base-color: #FFFFFF;
 	scrollbar-darkshadow-color: #000099;	/* jeweiliger rechter und unterer Objektrand*/
 	scrollbar-face-color: #CCCCFF;			/* Füllfarbe aller Objekte */
 	scrollbar-shadow-color: #FFFFFF;
}

h1 {
	font-size: 13px; font-weight:bold;
	padding-top: 15px; padding-bottom: 10px;
}

h2 {
	font-size: 12px; font-style:italic;
	padding-top: 5px; padding-bottom: 5px;
}

p {
	padding-bottom:10px;
	font-style:inherit;
}

label {
	cursor:pointer;
}

input.chk {
	height:16px;
	border:none;
	background:none;
	vertical-align: middle;
}

a:link   	{ text-decoration:none; }
a:visited 	{ text-decoration:none; }
a:hover  	{ color:#FF0000;text-decoration:underline overline; }
a:active  	{ text-decoration:none; }

.divBox {
	position:relative;
}

.divBox .cornerTL { position:absolute; background-image:url(/images/own/cornerTL.gif); background-repeat:no-repeat; 
					top:0px; left:0px; width:13px; height:13px; z-index: 1; }
.divBox .cornerTR { position:absolute; background-image:url(/images/own/cornerTR.gif); background-repeat:no-repeat; 
					top:0px; right:0px; width:14px; height:13px; z-index: 1; }
.divBox .cornerBL { position:absolute; background-image:url(/images/own/cornerBL.gif); background-repeat:no-repeat; 
					bottom:0px; left:0px; width:13px; height:13px; z-index: 1; }
.divBox .cornerBR { position:absolute; background-image:url(/images/own/cornerBR.gif); background-repeat:no-repeat;
					bottom:0px; right:0px; width:14px; height:13px; z-index: 1; }
.divBox .borderT  { position:absolute; background-image:url(/images/own/borderT.gif); background-repeat:repeat-x;
					top:0px; left:13px; right:13px; height:6px; z-index: 1; }
.divBox .borderL  { position:absolute; background-image:url(/images/own/borderL.gif); background-repeat:repeat-y;
					top:13px; bottom:2px; left:0px; width:6px; z-index: 1; }
.divBox .borderB  { position:absolute; background-image:url(/images/own/borderB.gif); background-repeat:repeat-x;	
					bottom:0px; left:13px; right:13px; height:12px; z-index:1; }
.divBox .borderR  { position:absolute; background-image:url(/images/own/borderR.gif); background-repeat:repeat-y; 
					top:13px; bottom:3px; right:0px; width:12px; z-index: 1; }

#maxbottom {
	position:relative;
	height:0px; width:0px;
}

#showBusy {
	position: absolute; top: 57px; left:948px;
	z-index:100;
}

.btnAdmin {
	width:120px;
}

.navigationBar {
	background-color: #DDDDFF; 
	cursor: default;
}

.nav_td {
	height: 20px;
	width:30px;
	text-align:center;
}

.nav_button {
	filter:alpha(opacity = 50);
	opacity: 0.5;
	-moz-opacity:.5;
}

.nav_button:hover {
	-moz-opacity:1;
	filter:alpha(opacity = 100);
	opacity: 1;
}

.inactive_nav_button {
	filter:alpha(opacity = 20);
	opacity: 0.2;
	-moz-opacity:.2;
}

.nav_numbers {
	cursor: default;
	display: inline;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
}

.highlight {
	background-color:#FFFF99;
}

#modalBoxTitle {
	position: relative;
	width: 100%;
	height: 25px;
	background-color: #999999;
}

#modalBoxCaption {
	position: relative;
	top: 5px;
	margin-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

#modalBoxCloserButton {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}

#modalBoxContent {
	position: relative;
	top: 30px;
	padding: 10px;

}

#modalBoxContentCloserButton {
	text-align: center;
	margin-top: 10px;
}

#divTeamSelector {
	position:absolute; left:637px; top:10px;
}

#divTeamSelector .ddTeamSelector {
	border: 1px solid #333399;
	width:200px; height:19px;
	background-color:#FFFFFF;
	font-size:14px; font-weight:bold; color:#993333;
}

* html #divTeamSelector .ddTeamSelector {
	height:22px;
}

*+html #divTeamSelector .ddTeamSelector {
	height:22px;
}

#divTeamSelector option.ddTeamSelector {
	border: none;
}

* html .inputEditor {
	width:200%;
}

*+html .inputEditor {
	width:200%;
}

.breaker {
	clear:both;
	height:0px;
}
