﻿.loginTable
{
	background-image: url(images/bg_login.jpg);
	border: solid 1px black;
	padding: 0px 0px 0px 0px;
	width:411px; 
	height:255px;
}
.updatingPanel
{
	background-image: url(images/loading.gif)
}
.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup
{
    background-color:White;
    border: solid 5px black;
}

.watermark
{
	color: #ccc;
}
.resultField
{
	/*Fields displayed when form is submitted, with result of the action*/
	font-weight:bold;
}
.eventDayBlock
{
	display:block;
	width: 99px;
	height: 40px;
	vertical-align:bottom;
}
.addEventBlock
{
	display:block;
	width: 99px;
	height: 10px;
}

.eventDay
{
	display:block;
	font-weight: bold;
	font-size: 1.7em;
	color:#777;
	float:left;
	width: 30px;
	height: 50px;
}

.calendarDay
{
	border: solid 1px #777;
}
.calendarToday
{
	border: solid 1px #777;
	background: #ffff66;
}
.calendarWeekend
{
	border: solid 1px #777;
}
.calendarOtherMonth
{
	border: solid 1px #777;
	background: #DDD;
}
.calendarTitle
{
	font-size:1.8em;
	height:30px;
}
.calendarNextPrev
{
	font-size:0.8em;
}
.dayHeader
{
	font-weight:bold;
	font-size:1.4em;
}

.addEventButton
{
	font-weight:normal;
	padding:0 6px;
	text-decoration:none;
	color: #222;
	float: right;
	text-decoration: underline;
}
.nbrEvents
{
	font-weight:bold;
	padding:0 6px;
    font-size:1.1em;
	color: #0066FF;
	height:40px;
	text-decoration: underline;
}
.otherEvent
{
	font-weight:normal;
	padding:0 6px;
	text-decoration:none;
	color: #222;
	float: left;
	vertical-align:bottom;
}
.eventsOn
{
	font-weight:bold;
	font-size:1.4em;
	margin-bottom:2px;
}
.event_request
{
	background:#ffcc33;
	width:15px;
	height:15px;
	float:left;
	display: block;
}
.event_preaccept
{
	background:#A7FF33;
	width:15px;
	height:15px;
	float:left;
	display: block;
}
.event_accept
{
	background:#009900;
	width:15px;
	height:15px;
	float:left;
	display: block;
}
.event_deny
{
	background:#cc3333;
	width:15px;
	height:15px;
	float:left;
	display: block;
}
.editEventButton
{
	font-size:1em;
	padding:0 6px;
	color: #000;
	float: left;
	text-decoration: underline;
}
.error
{
	font-size:1em;
	color: red;
	width:500px;
	border:solid 1px red;
	padding: 2px 2px 2px 2px;
}
.left
{
	float:left;
}
.right
{
	float:left;
}

.rbtnlist td
{
	width:120px;
}

.disciplineList td
{
	width:230px;
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
    top:10px;
}
.modalPopup
{
    background-color:White;
    border: solid 5px black; 
    top:10px;
}

.tbl_val_default{
    border: solid 1px #b3b9bf;
}
.tbl_val_default td
{
	padding: 2px;
    border: solid 1px #b3b9bf;
}

.row_disc{
	background-color:White;
}
.row_kamp{
	background-color: #b3b9bf;
}
.schedule_disc_notadded{
	color: #cc3333;
}
.schedule_disc_added{
	color: #009900;
}
