/* Import document styles. */
@import url("ParlDocument.css");

#divLeft
{
	width: 200px; 
}

#divLeft img
{
    vertical-align: text-top;
}

.divRight
{
	padding-left: 10px; 
}

.divMainContent
{
	padding-right: 12px;
}

.divSectionTitle
{
	font-weight: bold;
	color: #395260; 
	padding-left: 8px;
	padding-bottom:3px;
	padding-top:6px;
    text-align: center;
}

.divPrintMenu {
	font-size: small !important;
	font-size: x-small;
    margin-left: 8px;
    text-align: right;
}

.divPrintMenu A {
	font-size: small !important;
	font-size: x-small;
}

.Menu
{
	background-color: #e6ece7; 
}

.MenuSectionItem
{
	font-weight: bold;
	background-color: #e6ece7; 
	padding-left: 8px;
	padding-bottom:3px;
	padding-top:3px;
	padding-right:0px !important;
	padding-right:2px;
	border-left: #e6ece7 1px solid;
	border-right: #e6ece7 1px solid;
	border-top: #e6ece7 1px solid;
	width:190px !important;
	width:100%;
	float:left;						
}

.MenuSectionImage
{
	float:left;
	vertical-align:top;
	padding-top:3px !important;
	padding-top:0px;
	padding-right:3px;
	background-color: #e6ece7; 
}

.MenuSectionImageLink
{
	vertical-align:top;
	padding-right:3px;
	background-color: #e6ece7; 			 
}

.MenuSpacer
{
	font-size: xx-small;	
	float:left;
	background-color: #e6ece7;
	padding-right:14px;
}

.MenuSection
{
	float:left;
	width:150px;
}

.MenuFileItem
{	
	padding-left: 26px;
	padding-bottom:3px;
	padding-bottom:4px !important;
	padding-top:4px !important;
	padding-top:3px;
	padding-right:0px;
	color: #41410D;
	border-left: #e6ece7 1px solid;
	border-right: #e6ece7 1px solid;	
	width:100%;
	float:left;						
	background-color: #ffffff; 
}

A.MenuFileItemLink {
	font-size: 85%;
}

A.MenuFileItemLinkActive {
	font-size: 85%;
}

A.MenuSectionLink {
    font-size: 85%;
}

.MenuTitle {
	font-weight: bold;
	height: 23px;
	background-color: #ffffff;
	color: #ffffff;
	padding-top: 4px;
	padding-left: 8px;
	background-image: url(ParlNavigationMenuTop.gif);
}

.MenuFooter {
	height:5px;
	background-color: #e6ece7;
	border-left: #e6ece7 1px solid;
	border-right: #e6ece7 1px solid;
	border-bottom: #e6ece7 1px solid;
	padding-bottom: 10px !important; 
	padding-bottom:10px !important;
	padding-bottom:1px;
	margin-bottom:2px;
	clear:both;
}