body, html, table, td	{ margin: 0; padding: 0; }

form#loginForm
{
	display: block;
	width: 180px;
	margin: 0px 0px 0px 290px;
}

form#loginForm fieldset
{
	border: none;
	padding: 0;
	margin: 0px 0px 10px 0px;
	
}
form#loginForm label
{
	display: block;
	width: 80px;
}
form#loginForm input.txt
{
	display: block;
	border: solid 1px #999;
}

body			
{ 
	background: #fff url( ../gfx/bg.png ) repeat-y center;
	font: normal normal 9pt/11pt Arial;
	color: #000;
	padding-bottom: 100px; 
}

textarea 
{
	font: normal normal 9pt/11pt Arial;
}
#wrapper
{ 
	display: block; 
	width: 760px; 
	margin: 0px auto 0px auto;
	clear: both;
	background: #aaf;
}

div.article 
{
	clear: both;
}
div.article img {
	margin-bottom: 10px;
	border: solid 10px #aaf;
	
}

div.article p 
{
border: solid 10px #aaf;
}
div.article span.date 
{
	font-size: 0.9em;
	font-style: italic;
}
.clr
{
	display: block;
	clear: both;
}
#msg
{
	display: block;
	background: #009900;
	float: right;
	margin-top: -70px;
	margin-right: 20px;
	right: 10px;
	color: #fff;
	padding: 14px;
	font-size: 20pt;
	font-weight: bold;	
}

#footer 
{
	display: block;
	padding-top: 50px;
	text-align: center;
	font: normal normal 8pt/8pt arial;
	color: #FFFFFF;
	/*
	background-color: #000099;
	border: solid 20px #000066;
	border-width: 20px 0px 0px 0px;
	*/

	
}
#footer a
{
	color: #fff;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
h1, 
h2, 
h3 {
	display: block;
	color: #000;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	background: url( ../gfx/bulletBlue.jpg ) no-repeat 6px 6px;
	background-color: #7070de;
	height: 16px;
	padding: 5px 5px 4px 25px;
	margin-bottom: 10px;
}

img.left 
{
	margin-right: 10px;
}
img.right 
{
	margin-left: 10px;
}

/*------------------------------ Calendar ------------------------------*/
.calendar
{
	padding: 10px;
}
ul.calendar span
{
	display: block;
	clear: both;
}
.calendarItem
{
	width: 80px;
	height: 100px;
	background: #fff;
	margin-top: 10px;
}
.calendarItem span { display: block; padding: 2px; text-align: center; font-weight: bold; }
.calendarItem span.year {
	font-size: 14px;
	letter-spacing: -.1em;
}
.calendarItem span.month {
	font-weight: normal;
}
.calendarItem span.day {
	letter-spacing: -.1em;
	color: #b00;
	font-size: 55px;
	line-height: 1em;
	height: 56px;
}

.calendar div.eventbody
{
	display: block;
	width: 620px;
	margin-left: 20px;
	margin-top: 0px;
}

.calendar img
{
	margin: 0 auto;
	display: block;
}

input.dateField 
{
	width: 200px !important;
}
