/* globale formate */
/*******************/

body {
	background-color: white;
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	color: black;
	
	margin: 0;
	padding: 0;		
}

body.nobg {
    background-image: none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 1em 0;  
}

h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0.5em 0;
}

/* marker für inline-block elemente */

.inline-block {
	display: inline-block;
}

/* error highlighting */

.highlight-error {
	color: #cd694e;
	font-weight: bold;
}

p.default {
	width: 650px;	
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

/* markierung wr-teams */

span.valid {
	background-color: #66FF99;
}

span.invalid {
	background-color: #FF9999; 
}

/* layout */
/**********/

#headercontainer {
	min-width: 1024px;
	height: 80px;
	margin: 0;
	padding: 0;
}

#headerlogo {
	position: absolute;
	left: 50px;
	top: 0px;
	width: 90px;
	height: 80px;
}

#headerclaim {
	position: absolute;
	left: 188px;
	top: 0px;
	width: 108px;
	height: 38px;
	margin: 0;
	padding: 0;
}

#topnav {
	position: absolute;
	left: 190px;
	top: 38px;
	height: 42px;
}

#contentcontainer {
	min-width: 1024px;
}

#menu {
	width: 160px;
	margin: 0;
	padding: 10px 20px 10px 10px;
	float: left;
}

#content {
	margin: 10px 10px 0px 0px;
	padding: 0;
	float: left;
	min-width: 650px;
}

/* userinfo */
/************/

#userinfo {
	background-color: #F0F0F0;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-size: 0.9em;
}

/* mandanteninfo */
/************/

#mandanteninfo {
	background-color: #F0F0F0;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-size: 0.9em;
}

/* top-navigation */
/******************/

ul.topnav {
	margin: 12px 0 0 0;
	padding: 0;
}

ul.topnav li {
	list-style: none;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: middle;
	height: 30px;
}

ul.topnav li a {
	text-decoration: none;
	display: block;
	float: left;
	height: 20px;
	padding: 8px 10px 0 10px; 
	font-weight: bold;
}

/* left-navigation */
/*******************/

ul.sidenav {
	margin: 0;
	padding: 0;
}

ul.sidenav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.sidenav li a {
	text-decoration: none;
	height: 20px;
	font-weight: bold;
	display: block;
	padding: 3px 5px 3px 5px;
	line-height: 20px;
	vertical-align: middle;
}

/* formulare */
/*************/

fieldset {  
	display: block;
	margin: 0 0 1em 0;
	padding: 0;
	width: 648px;
}

fieldset img.ajaxindicator {
	border: 0;
	margin: 0 0 -15px 0;
	padding: 0;
	position: relative;
	left: -1px;  
	top: -15px;
}

fieldset div.fieldset-ajaxindicator {
	display: none;
	width: 620px;
	text-align: center;	
}

legend {  
	margin-left: 1em;  
	font-weight: bold;
	font-size: 14px;
}

fieldset ol {  
	padding: 0;  
	margin: 1.0em 0 0 0;
	list-style: none;
}

fieldset li {  
	float: left;  
	clear: left;
	width: 100%;  
	padding-bottom: 1em;
}

label {  
	display: inline-block;
	width: 13em;  
	margin-right: 1em;  
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

fieldset li.nolabel {
    margin-left: 1em;
}

input {
	font-family: Arial;
	font-size: 12px;
	vertical-align: middle;
}

input[type=radio], input[type=checkbox] {
	background: none;
	border: 0;
        vertical-align: middle;
        margin: 0 2px 0 2px;
        padding: 0;
}

input.highlight {
	font-weight: bold;
}
	
select {
	font-family: Arial;
	font-size: 12px;
}
		
option {
	font-family: Arial;
	font-size: 12px;
}

optgroup {
	font-style: normal;	
}

textarea {
	font-family: Arial;
	font-size: 12px;
}

/* collapsible fieldset */
/************************/

fieldset.collapsible-collapsed {
	height: 15px;
	max-height: 15px;
}

fieldset.collapsible-collapsed legend, fieldset.collapsible-default legend {
	cursor: pointer;
}

/* dashboard */
/*************/

div.dashboard {
	border: 1px solid #F0F0F0; 
	padding: 6px;
	width: 636px;
}

div.dashboard h2 {
        clear: left;
	margin: 0;
        margin-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	background-color: #F0F0F0;
}

div.dashboard div.tile {
        float: left;
	width: 316px;
        margin: 0;
        margin-bottom: 6px;
	padding: 0;
	vertical-align: top;
}

div.dashboard div.first {
    margin-right: 4px;
}

div.dashboard .clear-both {
    clear: both;
}

div.dashboard span {
	font-size: 11px; 
	padding: 2px; 
	margin-bottom: 2px;
}

div.dashboard span.timestamp {
	color: #777777;
}

div.dashboard span.type {
	text-align: center;
}

div.dashboard span.cancelled {
	background-color: #FF9999; 
}

div.dashboard span.confirmed {
	background-color: #66FF99;
}

div.dashboard span.activated {
	background-color: #66FF99;
}

div.dashboard span.validated {
	background-color: lightblue;
}

div.dashboard span.registered {
	background-color: orange;
}

div.dashboard span.team-missing {
	background-color: #FF9999; 
}

div.dashboard span.plan-missing {
	background-color: orange;
}

div.dashboard span.assignments-missing {
	background-color: #FF9999; 
}

div.dashboard span.invitations-missing {
	background-color: orange;
}

div.dashboard span.confirmations-missing {
	background-color: #cc6699;
}

div.dashboard span.nav {
	display: block;
	text-align: right;
        margin-right: 4px;
}

/* tabellen */
/************/

/* list_table */

.list_table {
	font-family: Arial;
	font-size: 12px;
	border-collapse: collapse;
	padding-right: 5px;
	width: 650px;
}
	
/* hack für firefox border-collapse-bug */
@-moz-document url-prefix() {
    .list_table { margin-left: 1px; margin-top: 1px; }
}

.list_table td {
	padding: 5px;
	margin: 0px;
	vertical-align: top;
}

.list_table td.light {

}

.list_table th {
	font-weight: bold;
	padding: 8px;
	margin: 0px;
	text-align: left;
	border-bottom-width: 3px;
}

.list_table th.small {
	font-weight: bolder;
	padding: 5px;
	border-bottom-width: 1px;
}

/* list_table event */
table.event_list {
    width:100%;
    border: 1px solid #E0E0E0;
    border-collapse: collapse;
}

.event_list td, .event_list th {
    font-size: 11px;
    padding: 3px;
    margin: 0px;
    vertical-align: top;
}

.event_list th {
    border-top: 1px solid #E0E0E0;
}

.event_list th {
    font-weight: bold;
    text-align: left;
}
/* turniere */

table.turniere {
	border-collapse: collapse;
}

table.turniere td {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0;
}

table.turniere td.uhrzeit {
	padding-right: 10px;
}

table.turniere td.turnier {
	padding-right: 20px;
	font-weight: bold;
}

/* table einsatzplanung */

table.ep {
    border-style: solid;
    border-width: 1px;
}

table.ep tr {
    border-style: solid;
    border-width: 1px;
    border-top-width: 0px;
    border-bottom: none;
}

table.ep tr.first {
    border-top-width: 1px;
}

table.ep tr.last {
    border-bottom-width: 1px;
}

table.ep tr.last {
    border-bottom-width: 1px;
}

table.ep td {
    border: none;
    vertical-align: top;
}

table.ep td.first {
    text-align: center;
}

table.ep td.even {
    background-color: #F0F0F0;
}

table.ep td.odd {
    background-color: #FCFCFC;
}

/* candidate_filter */
table.candidate_filter {
    margin: 0;
    padding: 0;
    width: 624px;
    border-collapse: collapse;
}

table.candidate_filter td {
    border: 5px solid #f0f0f0;
    border-left-width: 0px;
    border-top-width: 0px;
    padding: 5px 7px;
    vertical-align: top;
    width: 50%;
    background-color: #f9f9f9;
}

table.candidate_filter td b {
    display: block;
}

table.candidate_filter .s50 {
    width: 140px;
    display: block;
    float: left;
    margin-top: 5px;
}

table.candidate_filter .s33 {
    width: 90px;
    display: block;
    float: left;
    margin-top: 5px;
}

table.candidate_filter .s66 {
    width: 180px;
    display: block;
    float: left;
    margin-top: 5px;
}

table.candidate_filter .clear {
    clear: both;
}
/* pager */
/*********/

div.pager {
	margin: 5px 0px; 
	padding: 5px;
        text-align: center;
}

div.pager a {
	text-decoration: none;
	padding: 3px 6px;
        width: 20px;
        display: inline-block;
        margin-right: 2px;
}

div.pager a.active {

}

div.pager a.inactive {

}

div.pager a.current {
	font-weight: bold;
}

/* info list */
/*************/

ul.info {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	width: 650px;
}

ul.info li {
	margin-left: 0px;
	margin-top: 5px;
	padding-left: 0px;
}

ul.info li b {
	display: block;
	width: 200px;
	float: left;
	clear: left;
	text-align: right;
	margin-right: 10px;
}

/* feedback messages */
/*********************/

div.errors {
	margin: 0 0 1em 0;
	width: 652px;
}

div.errors p {
	min-height: 24px;
	padding: 5px 5px 5px 35px;
	background-color: mistyrose;
	color: darkred;
	font-weight: bold;
	border: 1px solid darkred;
	background-image: url(images/error.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	line-height: 24px;
	margin: 0.25em 0 0 0;
}

div.success {
	margin: 0 0 1em 0;
	width: 652px;
}

div.success p {
	min-height: 24px;
	padding: 5px 5px 5px 35px;
	color: darkgreen;
	border: 1px solid darkgreen;
	background-image: url(images/ok.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	line-height: 24px;
	margin: 0.25em 0 0 0;
}

div.info {
	margin: 0 0 1em 0;
	width: 652px;
}

div.info p {
	min-height: 24px;
	padding: 5px 5px 5px 35px;
	color: navy;
	border: 1px solid navy;
	background-image: url(images/info.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	line-height: 24px;
	margin: 0.25em 0 0 0;
}

/* emailversand */
/****************/

fieldset.email label {  
    width: 8em;
    margin-right: 1em;
    text-align: right;
    font-weight: bold;
}

fieldset.email ol.recipient li {
    margin: 0 0 5px 15px;
    padding: 0;
}
fieldset.email select optgroup {
    font-size: 11px;
}

div#recipients div.result {
    margin: 8px 15px;
    padding: 5px 5px 3px 5px;
    width: 710px;
}

div#recipients h2 {
    margin: 0;
    margin-bottom: 3px;
}

div#recipients p {
    margin: 0;
    margin-bottom: 3px;
}

div#recipients div.result span.recipient {
    display: inline-block;
    overflow: hidden;
    width: 343px;
    height: 28px;
    margin: 0 2px 2px 0;
    padding: 2px 4px;
    background-color: white;
}

div#recipients div.result span.recipient span.control {
    height: 24px;
    margin: 0;
    padding: 1px 4px;
    float: right;
    font-size: 22px;
}

div#recipients div.result span.recipient span.control a {
    text-decoration: none;
}

.display-none {
    display: none;
}

/* judgestrip */
/**************/

table.judgestrip {
	border: 0;
	border-collapse: collapse;
	margin-bottom: 3px;
}
table.judgestrip td {
	background-color: #F9F9F9;
	padding: 0;
	margin: 0;
}

/* freigabe */
/************/

table.freigabe_kalender {
	width: 500px;
	margin-right: 10px;
	border-collapse: collapse;
}

table.freigabe_legende {
	border-collapse: collapse;
}

table.freigabe_kalender td, table.freigabe_kalender th, table.freigabe_legende th {

}

table.freigabe_kalender th, table.freigabe_legende th {
	background-color: #F4FFED;
	font-weight: bold;
	vertical-align: middle;
	height: 27px;
}

table.freigabe_kalender input {
	margin: 3px 0 3px 0;
}

table.freigabe_kalender td {
	vertical-align: middle;
	text-align: center;
	width: 14%;
}

table.freigabe_kalender td.kalender {
	height: 27px;
}

table.freigabe_kalender td.kalender span, table.freigabe_legende td.kalender span {
	display: block;
	width: 40px;
	height: 20px;
	line-height: 15px;
	margin: 3px auto 3px auto;
	padding-top: 5px;
	border: 1px solid white;
	color: #A0A0A0;
}

table.freigabe_legende td {
	padding: 3px;	
}

table.freigabe_kalender td.monat span {
	color: black;
	border: 1px solid #E0E0E0;
}

table.freigabe_kalender td.selectable span, table.freigabe_legende td.selectable span {
	background-color: #E5FFD6;
}

table.freigabe_kalender td.selectable span {
	cursor: pointer;
}

table.freigabe_kalender td.free span, table.freigabe_legende td.free span {
	background-color: #afff44;
}

table.freigabe_kalender td.free span {
	cursor: pointer;
}

table.freigabe_kalender td.invited span, table.freigabe_legende td.invited span {
	background-color: #FFFF80;
}

table.freigabe_kalender td.confirmed span, table.freigabe_legende td.confirmed span {
	background-color: #CCFFFF;
}

table.freigabe_kalender td.cancelled span, table.freigabe_legende td.cancelled span {
	background-color: #FF8080;
}

/* lost+found */
/**************/

.hidden {
	visibility: hidden;
}

.show {
	visibility: visible;
}

/* tabs */
/********/

ul.tabs {
    padding: 0;
    margin-left: 0px;
    height: 22px;
}

ul.tabs li.indicator {
    width: 24px;
    margin-right: 0px;
}

ul.tabs li.indicator_visible {
    background-repeat: no-repeat;
    width: 24px;
    background-position: 4px 3px;
    margin-right: 0px;
}

ul.tabs li {
    list-style: none;
    float: left;
    margin: 0 8px 0 0px;
    padding: 0;
    vertical-align: middle;
    height: 22px;
}

ul.tabs li a {
    text-decoration: none;
    display: block;
    float: left;
    height: 18px;
    padding: 2px 8px 0px 8px;
    font-weight: bold;
}

ul.tabs li a {
    border-width: 2px;
    border-style: solid;
    border-bottom: none;
}

ul.tabs li.active a {
    border-width: 2px;
    border-style: solid;
    border-bottom: none;
}
