/***************************************************************************
* Copyright 2009 Benjamin Kellermann, Stefanie Pötzsch                     *
*                                                                          *
* This file is part of dudle.                                              *
*                                                                          *
* Dudle is free software: you can redistribute it and/or modify it under   *
* the terms of the GNU Affero General Public License as published by       *
* the Free Software Foundation, either version 3 of the License, or        *
* (at your option) any later version.                                      *
*                                                                          *
* Dudle is distributed in the hope that it will be useful, but WITHOUT ANY *
* WARRANTY; without even the implied warranty of MERCHANTABILITY or        *
* FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public     *
* License for more details.                                                *
*                                                                          *
* You should have received a copy of the GNU Affero General Public License *
* along with dudle.  If not, see <http://www.gnu.org/licenses/>.           *
***************************************************************************/

.invisible {
	visibility: hidden;
}

a, a:visited {
color:#36c;
text-decoration:none;
}
	
a:hover, a:active {
color:#36c;
text-decoration:underline;
}
a.comment_sort, a.top_bottom_ref {
	font-size: small;
}

td.a_yes__, td.bmaybe, td.c_no___ { cursor:default; border:2px solid;}
td.a_yes__, input.chosen  { background-color:#fff; border-color:#6c6}
td.c_no___ { background-color:#Fff; border-color:#f63 }
td.bmaybe { background-color:#FFf; border-color:#ccc}
td.undecided { background-color:#fff;color:#ccc }
td.input-a_yes__, td.input-c_no___, td.input-bmaybe {background-color:#fff; color:#000; border:none;}
td.checkboxes {
	background-color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	border: 2px solid #36c;
}

table.checkboxes{
	width: 100%;
	border-collapse: collapse;
}

label { cursor: pointer; }

td.name {
	text-align:right;
}

#active, #activedeletebutton{
	background-color:#36c;
}

input.delete, input.toggle{
	border: none; 
	padding: 0px;
	cursor: pointer;
	background-color:#eee;
}

th.weekday{
	width: 2.5em;
}


input.navigation, input.disabled, input.chosen, input.notchosen {
	border-width: 1px; 
	border-style: solid;
	border-color: black;
	padding: 0px;
	cursor: pointer;
	width: 100%;
}

input.navigation {
	border: none;
}

.navigation {
	background-color: #eee;
}


input.disabled { background-color:#eee;color:#ccc}

table { 
	border: none; 
}

table.calendarday {
	border-spacing: 2px;
}

table.calendarday form {
	padding: 0px;
	margin: 0px;
}

table.calendarday td {
	padding: 0px;
	margin: 0px;
}

table.calendarday td input{
	margin: 0px;
	padding: 1px;
}

div.undo{
	text-align: center;
	margin-top: 2em;
}

td.settingstable, table.settingstable td{
	text-align: left;
}
table.settingstable td.label{
	text-align: right;
}

td.historycomment{
	text-align: left;
}

td {
	vertical-align:middle;
	text-align:center;
	border-width: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-size:0.8em;
	font-weight:bold;
}

tr#add_participant{
	margin:5ex;
	padding: 5ex;
}

tr.participantrow, tr#add_participant{ 
	margin-top:5ex;
	background-color:#fff;
}
	
td.sum { 
	margin-top:5ex;
	background-color:#eee;
}
	
td.polls {
	text-align:left;
}

th { 
	font-size:0.8em;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #eee;
	border:none;
}

td.date { 
	color:#ccc;
	text-align: left;
	font-size:0.8em;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#main{
	margin-left: auto;
	margin-right:auto; 
}
#content {
	background: #fff;
	padding: 2em;
	color: #000;
	border: solid 1px #000;
	top: 0px;
	margin-top: 0px;
}

.textcolumn{
	text-align: justify;
	max-width: 45em;
}

.shorttextcolumn{
	text-align: left;
	max-width: 20em;
}
.hint{
	font-size:small;
}

#breadcrumbs {
	display: none;
}

div#tabs {
	min-width:65em;
}

div#tabs ul{
	margin-top: 2em;
}

div#tabs ul, p#history{
	font-size: 0.8em;
	font-weight:bold;
}

div#tabs ul{
	margin-left: 0em;
	margin-bottom: 0em;
	padding: 0em;
	list-style-type: none;
}

div#tabs li{
	background: white;
	border-width: 1px;
	display: inline;
}

li#active_tab{
	border-style: solid solid none; 
	padding-bottom: 1px;
}

li.nonactive_tab{ 
	border-style: solid;
	border-color:#ccc;
	border-bottom:none;
}

li.separator_tab {
	margin-left: 2em;
}

pre#configwarning {
	font-family: "Courier New",Courier,monospace;
	letter-spacing:0;
	margin-top: -12ex;
	line-height:95%;
	margin-left: -2ex;
}

.warning, .error{
	color: red;
}

h1 {
	text-align:left;
	font-size:1.4em;
	font-weight:bold;
	color:#000;
	margin-bottom:1em;
}

h2 {
	margin-top:1.5em;
	text-align:left;
	font-size:1.4em;
	font-weight:bold;
	color:#000;
	margin-bottom:1em;
}
#polltable {
	overflow: auto;
}

div.comment { 
	margin-top: 1ex; 
	line-height: 1.4em;
}

form#ac_participant, form#ac {
	background: #EEE;
}
form#ac_participant, form#ac, form#ac_admin{
	padding: 1em;
}

#languageChooser {
	margin-top: 1em;
	text-align: center;
}
div#languageChooser li {
	list-style:none;
	display: inline;
}

