
body {
	background: white url(img/content_bg.gif) repeat-x top;
	color: #333;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: .8em;
	line-height: 1.8em;
	padding: 0;
	margin: 0;
	}

div, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-align: left;
	}

p, table {
	margin: 0px 0px 1em;
	padding: 0;
	}

ul, ol {
	margin: 0px 0px 1em;
	padding-left: 22px;
	}

h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 2em;
	margin: 1em 0;
	}

h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	}

div#content {
	clear: both;
	margin: 1em;
	width: 97%;
	}

/* links */
a {
	color: #333;
	}
a img {
	border: 0px;
	}
h1 a {
	text-decoration: none;
	}

a.icon, .icon_links a {
	margin: 0px 3px;
	}
td.icon_links a {
	opacity: .7;
	padding: 3px 3px 0px;
	}
td.icon_links a:hover, td.icon_links a:focus {
	opacity: 1;
	}

a.textarea_icon {
	margin: 0px;
	}

/* notices */
.error {
	background: #fbe3e4 url(ico/exclamation.png);
	border-color: #d12f19;
	}

.info {
	background: #d9effa url(ico/information.png);
	border-color: #649AE1;
	}

.success {
	background: #CFC url(ico/accept.png);
	border-color: #6FC764;
	}

.warning {
	background: #FFB url(ico/error.png);
	border-color: #f5d227;
	}

.error, .info, .success, .warning {
	background-repeat: no-repeat;
	background-position: 13px 13px;
	border-style: dashed;
	border-width: 1px;
	clear: left;
	margin-top: 10px;
	padding: 10px 10px 10px 36px;
	width: 80%;
	}



/* Calendar */
table.calendar {
	background: white;
	border: 1px solid #333;
	border-spacing: 1px;
	}

table.calendar caption {
	font-weight: bold;
	text-align: center;
	}

table.calendar th {
	font-weight: normal;
	text-align: center;
	}

table.calendar td {
	border: 1px dotted #BBB;
	height: 2em;
	line-height: 1em;
	padding: 1px 1px 1px 2px;
	vertical-align: top;
	width: 2em;
	}

table.calendar td.occupied {
	background-color: yellow;
	}
table.calendar td.today {
	border: 2px solid #d12f19;
	padding: 0px 0px 0px 1px;
	}
table.calendar td.dead {
	background-color: #EEE;
	}


/* columns (used on calendar page) */

.col4 {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	}

.col4+.col4+.col4+.col4+.col4 {
	clear: left;
	}
.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: none;
	}
.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: left;
	}
.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: none;
	}
.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: left;
	}
.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: none;
	}
.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: left;
	}
.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: none;
	}
.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: left;
	}
.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: none;
	}
.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: left;
	}
.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: none;
	}


