#agenda-add
{
/*	width: 800px;*/
	margin-bottom: 4em;
}

#agenda-add table
{
	width: 100%;
}

#agenda-add td.label
{
	color: gray;
	text-align: right;
	vertical-align: top;
}

#agenda-add .input
{
	background: #EEE;
	border: 1px solid silver;
	width: 100%;
}

#agenda-add textarea
{
	height: 10em;
}

#agenda-add textarea[name="price"]
{
	height: 5em;
}

h3
{
	padding: 2px 5px;
}

/*
h3
{
	font-family: "Century Gothic", Futura, sans-serif;
}
*/

/* delete / modify */


h3 a
{
	color: black;
	background: white;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid;
	vertical-align: top;
	padding: 1px 5px;
}


#main h3 a
{
	color: black;
	text-decoration: none;
}
/*
h3 span.date
{
	color: white;
	font-weight: normal;
}
*/
ul.month
{
	list-style: none;
}

ul.month li
{
	margin-bottom: 3em;
	margin-left: 30px;
}

ul.month li h3
{
	margin-top: 0px;
	margin-left: -30px;
	position: relative;
}

.code1
{
	background: #87cefa;
}

#main h3.code1 span.date
{
	color: #44677d;
}

.code2
{
	background: #ffc0cb;
}

.code3
{
	background: #ffff00;
}







#agenda-help
{
	float: right;
	width: 300px;
}