/* CSS Document */
body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a.detail:link {
	text-decoration: none;
	color: #FF9900;
}
a.detail:visited {
	text-decoration: none;
	color: #FF9900;
}
a:link {
	text-decoration: none;
	color: #669900;
}
a:visited {
	text-decoration: none;
	color: #669900;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.borders {
	border: 1px #cccccc solid;
}
#Today {
	padding: 5px;
	background-color: #F0F0F0;
	border-top:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
}
.box-title {
	padding: 5px;
	background-color: #F0F0F0;
	border:#CCCCCC solid 1px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	font-weight:bold;
	font-size: 10px;
	text-transform:uppercase;
}
.box-content {
	padding: 5px;
	background-color: #F9F9F9;
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
.box-content-3 {
	padding: 5px;
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
.box-title-2 {
	padding: 5px;
	border:#CCCCCC solid 1px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	font-weight:bold;
	font-size: 10px;
	text-transform:uppercase;
}
.box-content-2 {
	padding: 5px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
.BlackTxt {
	color:#000000;
}
.GreenTxt {
	color: #66CC00;
}
.RedTxt {
	color: red;
}
.category-title {
	/*border: 1px #006600 solid;*/
	background-color:#66CC00;
	font-size: 10px;
	text-transform:uppercase;
	color: white;
	margin: 3px;
	padding: 3px;
}

