/* 
Stylesheet for general styles in the pages
created: 29 Dec 2004
by: Fabrice Pasquier
*/

.menuheader
{
	height : 29px;
}
body
{
	background-color:White;
	margin-top:0;
	margin-left:0;
	
	
}
body, td, p
{
	color: #0b0e4d;
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.title
{
	font-size: 14px;
	border-top: 1px solid;
	font-weight: bold;
	width: 100%;
	
	/*float: right;
	vertical-align: baseline;*/
	color: #006600;
	border-bottom: 1px solid;

}
/*
.title
{
	font-size: 14px;
	border-top: 1px solid;
	font-weight: bold;
	
	color: #006600;
	border-bottom: 1px solid;

}*/

.loginBox
{
	border-color: seagreen;
	border-style: solid;
	background-color: #ccffcc;
	height: 140px;
	border-width: thin;
	font-size: 12px;
	width: 350px;
	color: #00644d;
}
.sectitle
{
	font-weight: bold;
	color: darkgreen;
}

ul
{
	list-style-position: outside;
	list-style-image: url(/CHWebSite/images/bulletgreen.jpg);	
}
li
{
	height: 20px;	
}
table.RedSmallInfoLink
{
	border-width: 0px;
	position: relative;
	left: 8px;
}
td.RedSmallInfoLink
{
	border-bottom: 1px solid #440044;
	border-left: 1px  solid white;
	border-right: 1px  solid #440044;
	border-top: 1px  solid white;
	background-color: #33d353;
}
td.RedSmallInfoLinkOver, td.RedSmallInfoLink
{
	font-weight: bold;
	position: relative;
	height: 22px;
	text-align: center;
	vertical-align: middle;
}
td.RedSmallInfoLinkOver
{
	
	border-left: 1px solid #440044;
	border-top: 1px  solid #440044;
	border-bottom: 1px solid white;
	border-right: 1px  solid white;
	background: #33a955;
}
a.RedSmallInfoLink
{
	color: White;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	width: 100%;
}


