﻿body{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Verdana;
}

li {
	list-style-image: url(    '/images/bullet.gif' );
}

.DetailContainer{
	position: relative;
	width: 700px;
	height: 400px;
	margin: 0px;
	padding: 0px;
}

.DetailSideSection{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 164px;
	height: 400px;
	background-color: #37527e;
}

.DetailLogo{
	position:absolute;
	top: 0px;
	left: 0px;
}

.DetailContentSection{
	position: absolute;
	top: 0px;
	left: 165px;
	width: 536px;
	height: 400px;	
}

.DetailTitle{
	display: block;
	padding: 24px 24px 12px 24px;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	color: #667;	
}

.DetailBodySection{
	height: 254px;
	overflow: auto;	
}

.DetailBody{
	display: block;	
	padding-left: 24px;
	padding-right: 15px;
}

.DetailHighlight{
	font-weight: bold;	
}

.DetailAction{
	position: absolute;
	bottom: 23px;
	right: 28px;	
}
