#Panel{
	width: 100%;
	background-image: None;
	background-repeat: None;
	background-color: transparent;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	border-color: transparent;
	border-width: 0px;
	border-style: none;
	color: White;
}

.Selector{
	width: 100%;
	background-image: none;
	background-repeat: none;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
}
	
#ListTable{
	color: black;
	text-align: left;
	width: 100%;
	border: 0px solid black;
}

#ListTable tr{
	background-color: Transparent;
}
#ListTable th{
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	background: #EAEAE2 url('../images/Menu.gif') repeat-x;
	color: White;
}

#ListTable td{
	font-size: 12px;
	vertical-align: middle;
	border-bottom: 1px solid #EAEAE2;
}

#ListTable tr.Highlight{
	color: Black;
	cursor: hand;
	background-color: #EAEAE2;
}

#ListTable th.Center{
	text-align: Center;	
}

#ListTable th.Right{
	text-align: Right;	
}

#ListTable td{

}
#ListTable td.Center{
	font-weight: normal;
	vertical-align: middle;
	text-align: Center;
}

#ListTable td.Right{
	font-weight: normal;
	vertical-align: Middle;
	text-align: Right;
}

#DetailTable{
	color: black;
	font-size: 12px;
}
	
#DetailTable th{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
	
#DetailTable td{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}