body
{
	font-family: arial, helvetica, sans-serif
}
fieldset legend
{
	font-size: 10pt;
	border: 1px solid #000
}
a
{
	color: #555;
	font-weight: bold;
	text-decoration: none
}
a:hover
{
	text-decoration: underline
}

.headnew
{
	background: #80B84F
}

/* More impotant stuff E4E1FF 80B84F*/

#left_menu
{
	float: left;
	width: 180px;
	border: 1px solid #000;
	list-style: none;
	margin: 0;
	padding: 10px 0 10px 5px;
	background: #80B84F
}
#left_menu li
{
	margin-bottom: 4px
}
#left_menu a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: normal
}
#left_menu a:hover
{
	text-decoration: underline overline
}
#left_menu .title
{
	font-weight: bold;
	font-size: large;
	text-decoration: underline
}

#content
{
	margin-left: 250px
}
h1
{
	border: 1px solid #000;
	background: #E6DAFF
}
/* More impotant stuff EAEBF7 80B84F*/
h2
{
	border: 1px solid #000;
	background: #80B84F;
	padding-left: 6px
}

/* Custom stuff */

.submit_button
{
	text-align: center
}
.med_space_down
{
	margin-bottom: 10px
}
.med_space_up
{
	margin-top: 10px
}
.small, .info_text
{
	font-size: small
}
/* Header in main monthly view */
.head
{
	border: 1px solid #000;
	background: #eee;
	display: block;
	text-align: right;
	font-weight: bold
}
.head a
{
	color: #000
}
/* Used for general heading stuff */
.head_a
{
	border: 1px solid #000;
	background: #eee;
	font-weight: bold;
	vertical-align: top
}
/* Used in the code as class="head_a head_b, saves me copying the same style again */
.head_b
{
	padding-left: 7px
}
.items
{
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #f6f6f6;
	display: block;
	height: 100%
}
.items_a
{
	border: 1px solid #000;
	background: #f6f6f6;
	vertical-align: top
}
.items a
{
	color: #000;
	font-weight: normal
}
.border
{
	border: 1px solid #000
}
.center
{
	text-align: center
}
.highlight
{
	background: #E6DAFF
}
