
#greyboxdiv {
	margin: 2px;
	border: 1px solid #DBDBDD;
}

#greyboxtable {
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0px;
//	border: 1px solid #C1C1C1;
}

#greytop {
	background-color: #DBDBDD;
	background-image: url(../img/bg_title-l.gif);
	background-repeat: no-repeat;
//	border-bottom: 1px solid #AAAAAA;
	height: 20px;
}
#greytop td {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #EEEEEE;
}

#greymidsection {
//	background: #FDEDE9;
	font-family: Arial;
	font-size: 10px;
	text-decoration: normal;
	color: #999999;
	text-align: left;
	padding: 0 1px 0 1px;
}

#greybottom {
	background-color: #DBDBDD;
	background-image: url(../img/bg_title-l.gif);
	background-repeat: no-repeat;
}
#greybottom td {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

#greymidsection td {
	font-family: Trebuchet,Verdana;
	font-size: 11px;
	color: #333333;
}
#greymidsection input {
	font-family: Trebuchet,Verdana;
	font-size: 11px;
	color: #333333;
}
#greymidsection select {
	font-family: Trebuchet,Verdana;
	font-size: 11px;
	color: #333333;
	width: 100px;
}
#greymidsection option {
	font-family: Trebuchet,Verdana;
	font-size: 11px;
	color: #000000;
}

#greymidsection .divbar {
	font-family: Tahoma,Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #DDDDDD;
	padding: 4px;
}

#greymidsection a, #greymidsection a:link {
	color: #961C1E;
	text-decoration: none;
}
#greymidsection a:visited {
	color: #961C1E;
	text-decoration: none;
}
#greymidsection a:hover, #greymidsection a:active, #greymidsection a:focus, #greymidsection a.activeItem {
	color: #F8B946;
	text-decoration: underline;
}
