/* Generic stuff */

fieldset  {
	padding-bottom: 15px;
	border: none;
}

form p  {
	color: #666666;
	font-size: 8pt;
	clear: left;
}

form p span.radio-button-title  {
	color: #000000;
	font-size: 10pt;
}

form p input  {
	color: #000000;
	font-size: 10pt;
}

form p label {
	color: #000000;
	font-size: 10pt;

	display: block;
	padding: 3px 1em 3px 0;
	float: left; 
	width: 8em;
}

form p label.register  {  /* hack for special help text on registration page */
	height: 30px;
}

form p label.buttons  {
	height: 50px;
}


form a img  {
	border: none;
}

/* Input fields */

input[type="text"], input[type="password"], textarea, select, .vTextField {
	border: 1px solid #cccccc;
/*	margin-bottom: 10px;*/
}


input.vDateField  { /* it needs to be just a little bigger. */
	width: 100px;
}

input[type="submit"]  {
	margin-top: 10px;
}

select#id_instruments  {
	min-width: 150px;
}

p.static  {
	font-size: 10pt;
}

p.static label {
        display: block;
        padding: 3px 1em 3px 0;
        float: left; 
        width: 13em;
}

span.location-label {
        display: block;
        padding: 3px 1em 3px 0;
}

p.help  {
        font-size: 9pt;
        color: #505050;
        margin-top: 4px;
        margin-left: 10em;
}

p.confirm-delete  {
	color: #000000;
	font-size: 10pt;
}

/* Errors */

p.error, p.form-error  {
        color: #e00000;
	font-size: 10pt;
}

.errorlist li {
	list-style: none;
	color: #e00000;
}


/* CALENDARS & CLOCKS */

.module {
	background: white none repeat scroll 0%;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
}

.module h2, .module caption, .inline-group h2 {
	background:#7CA0C7 url(../img/default-bg.gif) repeat-x scroll left top;
	color: white;
	font-size:11px;
	font-weight:bold;
	margin:0pt;
	padding:2px 5px 3px;
	text-align:left;
}

.calendarbox, .clockbox { margin:5px auto; font-size:11px; width:16em; text-align:center; background:white; position:relative; }
.clockbox { width:auto; }
.calendar { margin:0; padding: 0; }
.calendar table { margin:0; padding:0; border-collapse:collapse; background:white; width:99%; }
.calendar caption, .calendarbox h2 { margin: 0; font-size:11px; text-align:center; border-top:none; }
.calendar th { font-size:10px; color:#666; padding:2px 3px; text-align:center; background:#e1e1e1 url(../img/nav-bg.gif) 0 50% repeat-x; border-bottom:1px solid #ddd; }
.calendar td { font-size:11px; text-align: center; padding: 0; border-top:1px solid #eee; border-bottom:none; }
.calendar td.selected a { background: #C9DBED; }
.calendar td.nonday { background:#efefef; }
.calendar td.today a { background:#ffc; }
.calendar td a, .timelist a { display: block; font-weight:bold; padding:4px; text-decoration: none; color:#444; }
.calendar td a:hover, .timelist a:hover { background: #5b80b2; color:white; }
.calendar td a:active, .timelist a:active { background: #036; color:white; }
.calendarnav { font-size:10px; text-align: center; color:#ccc; margin:0; padding:1px 3px; }
.calendarnav a:link, #calendarnav a:visited, #calendarnav a:hover { color: #999; }
.calendar-shortcuts { background:white; font-size:10px; line-height:11px; border-top:1px solid #eee; padding:3px 0 4px; color:#ccc; }
.calendarbox .calendarnav-previous, .calendarbox .calendarnav-next { display:block; position:absolute; font-weight:bold; font-size:12px; background:#C9DBED url(../img/default-bg.gif) bottom left repeat-x; padding:1px 4px 2px 4px; color:white; }
.calendarnav-previous:hover, .calendarnav-next:hover { background:#036; }
.calendarnav-previous { top:0; left:0; }
.calendarnav-next { top:0; right:0; }
.calendar-cancel { margin:0 !important; padding:0; font-size:10px; background:#e1e1e1 url(../img/nav-bg.gif) 0 50% repeat-x;  border-top:1px solid #ddd; }
.calendar-cancel a { padding:2px; color:#999; }
ul.timelist, .timelist li { list-style-type:none; margin:0; padding:0; }
.timelist a { padding:2px; }

.ukmap-outer  {
	width: 122px;
	position: absolute;
}

.ukmap  {
	padding: 0;
	background: transparent url(../img/uk_map/uk_map.png);
	background-position: 0 0;

	height: 190px;
	width: 120px;
}

.ukmap-outer h2  {
	color: #ffffff;
	text-align: center;
}

.map-close  {
	margin: 0 !important;
	padding: 0;
	font-size: 10px;
	background: #e1e1e1 url(../img/nav-bg.gif) 0 50% repeat-x;
	border-top: 1px solid #ddd;
	text-align: center;
}

.map-close a {
	padding: 2px;
	color: #999999;
}

