body
{
	font-family: Arial;
}

.ElementGap
{
	height:10px;
}

.MessageLabel
{
	font-weight: bold;
	color: maroon;
}

.PageHeading
{
	font-weight: bold;
	font-size: 15pt;
}

.BorderGap
{
	width:10px;
}

.ScrollingContainer
{
	overflow: scroll;
}

.PageElement
{
	width: 100%;
	height: 100%;
}

.HeaderLinkBar
{
	color: white;
	text-align: right;
}

.HeaderLinkBar A
{
	color: white;
}

.FooterLinkBar
{
	color: white;
	text-align: center;
}

.FooterLinkBar A
{
	color:Black;
}

.PageElement .Header
{
	width: 100%;
	height: 110px;
	background-color: #4d81bc;
}

.PageElement .Footer
{
	border-top: black thick solid;
	height: 30px;
}
.PageElement .Footer TD
{
	border-top: black thin solid;
}

.PageElement .Menu
{
	border-right: black thin solid;
	text-align: left;
}

.Detail
{
	width:80%;
	text-align: center;
}

.DetailElement
{
	width: 95%;
}

.DetailElement .DetailLabelCell
{
	width: 25%;
	text-align: right;
}

.DetailElement .DetailControlCell
{
	width: 50%;
	text-align: left;
}

.DetailElement .DetailControl
{
	width: 100%;
}

.DetailElement .DetailDateControl
{
	width: 100%;
}

.DetailElement .DetailText
{
	width:25%;
}

.DetailElement .DetailContainer
{
	overflow: auto;
	width:800px;
	height: 400px;
}

.DetailElement .ButtonContainer
{
	text-align:right;
}

.DetailElement .ButtonContainer .ButtonItem
{
	width:90px;
}

.DetailElement .CallLogLabelCell
{
	font-weight: bold;
	font-size: 10pt;
	width: 25%;
}

.DetailElement .CallLogControlCell
{
	width:25%;
}

.DetailElement .CallLogControl
{
	width: 100%;
}

.DetailElement .CallLogElipses
{
	width: 25px;
	height: 25px;
	text-align: center;
}

.MenuContainer
{
}

.SubMenuContainer
{
	display: none;
	width: 150px;
	position: absolute;
	background-color: #4d81bc;
}

.MainMenuItem
{
	display:none;
}

.SubMenuItem
{
	display: none;
	cursor: hand;
	color: white;
}

.SubMenuItem A
{
	color: white;
}

.SubMenuItem A:active
{
	color: white;
}

.SubMenuItem A:link
{
	color:White;
}

.SubMenuItem A:hover
{
	color:Black;
}

.SubMenuItem A:visited
{
	color:White;
}

.MainMenuItemContainer
{
	display:none;
}

.SubMenuItemContainer
{
	display:none;
}

#tblHeaderDetail
{
	width:100%;
}
IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

