body
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
	color: #333;
}

h1
{
	font-weight: bold;
	color: #7896B2;
	font-size: 16px;
	text-align: center;
}

b
{
	font-weight: bold;
	color: #7896B2;
	font-size: 12px;
}

.border { background-color: #7896B2; }

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333;
	text-align: center;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

.error
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #600;
	text-align: left;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

.frame
{
	color: #009;
	border: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

table.moduletable th
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	height: 18px;
	line-height: 18px;
	white-space: nowrap;
	width: 100%;
	background-color: #7896B2;
}

table.moduletable td
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #009;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	height: 18px;
	line-height: 18px;
	width: 100%;
}

table.temp td
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	height: 0px;
	line-height: 11px;
	width: 100%;
}

a:link
{
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #7896B2;
	text-decoration: none;
	text-align: left;
}

a:visited
{
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #7896B2;
	text-decoration: none;
	text-align: left;
}

a:hover
{
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #600;
	text-decoration: none;
	text-align: left;
}

input
{
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #ffffff;
	color: #333;
}

select
{
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-size: 10px;
	line-height: 12px;
	background-color: #fff;
	color: #333;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
}

input:focus
{
	background-color: #FFD;
	border-color: #333;
	color: #000;
}

textarea
{
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12px;
	background-color: #FFF;
	color: #333;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
}

textarea:focus
{
	background-color: #FFD;
	border-color: #333;
	color: #000;
}

.buttons
{
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12px;
	background-color: #600;
	font-weight: bold;
	color: #FFF;
	border-color: #333;
	border-width: 2px;
	border-style: solid;
}

.accepted { background-color: #ccffcc; }
.pending { background-color: #ffffcc; }
.warning { background-color: #ffaaaa; }
.alert { background-color: #ffcccc; }
.open { background-color: #ccccff; }
.info { background-color: #ccccff; }
.closed { background-color: #dddddd; }
.cancel { background-color: #dddddd; }
.event { background-color: #ffcc99; }
.today { background-color: #ffcccc; }

