/*
 *
 *  index.css
 *  CSS Stylesheet for /calendar/index.php
 *  Created by Ian White
 *  Copyright 2008.
 *
 */

body {
	margin:0px;
	padding:0px;
	font-family: Helvetica;
	font-size: 10px;
	overflow: hidden;
}

a {
	cursor: pointer;
	color: black;
	margin-left:21px;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.catagory {
	background-image: url('../images/arrow_open.png');
	background-repeat:no-repeat;
	background-position: 0px -1px;
	padding-left:20px;
	font-weight: bold;
	color: #555555;
	-moz-outline:none;
	outline: none;
}

div.month > a {
	margin-left:0px;
}

div.month > a:hover {
	text-decoration: none;
}

table {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border-spacing: 0px 0px;
	border-collapse: collapse;
}

td {
	padding:0px;
	margin:0px;
}

td.calendars {
	width:20%;
	font-size: 1.2em;
	border-right:1px solid grey;
	overflow-x:hidden;
	overflow-y:auto;
	vertical-align:top;
	background-color:#EFEFEF;
	height:auto;
	
}

td.admin_menu {
	border-top: 1px solid grey;
	border-right:1px solid grey;
	font-size: 1.2em;
	height: 150px;
	vertical-align: top;
	background-color:#EFEFEF;
}

td.display {
	width:80%;
	height:100%;
	vertical-align: top;
	font-size: 1.2em;
}

div.logo {
	position:relative;
	width:200px;
	left:50%;
	margin-left:-100px;
	background-color:#EFEFEF;
	padding-top:15px;
	
}

ul {
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:left;
}

li {
	line-height:1.4em;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	background-repeat: repeat-x;
	margin:0px;
	cursor:default;
}

ul > li > ul > li {
	padding-left: 45px;
}


ul.calendar_catagories {
	padding-bottom:30px;
	background-color: #EFEFEF;
	
}


ul.calendar_catagories > li {
	padding-bottom: 8px;
	background-color:#EFEFEF;
	overflow:hidden;
	
}

ul.admin_menu {
	margin-top:20px;
}

td.admin_menu li {
	border:none;
}

span.indicator {
	opacity: 1;
}

div.week {
	position: relative;
	width:100%;
	height:23%;
	
}

div.week + div.week + div.week{
	height: 22%;
}

div.header {
	
	text-align:center;
	line-height:2em;
	font-size: 1.1em;
	height: 5%;
}

div.day {
	position: relative;
	float:left;
	width: 15%;
	height:100%;
	border-top:1px solid grey;
	border-left:1px solid grey;
	margin-left:-1px;
	margin-top:-1px; 
}

div.header > div.day {
	height: 2em;
	vertical-align:bottom;
}

div.day + div.day + div.day {
	width: 14%;
}

div.month {
	font-size: 2.2em;
	line-height: 2.0em;
	height:1.8em;
	text-align:center;
	vertical-align: sub;
	position:relative;
	width:100%;
	padding-bottom:0px;
	
}


div.day > span {
	display: block;
	width: 100%;
	background-color: #cee0f1;
	color: grey;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
	border-bottom: 1px solid #a2c0de;
}

div.day > span.grey {
	background-color: #EFEFEF;
	border-bottom: 1px solid #CFCFCF;
}