﻿.NavigationTableStyle
{
	width: 100%;
	border: None 0px Transparent;
	
	text-align: right;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px	
}

.NavigationTableCellStyle
{		
	text-align: center;
	vertical-align: middle;
	
	padding-top: 4px;
	padding-bottom: 4px;
}

.ContentBodyStyle
{
	scrollbar-base-color: orange; 
	scrollbar-arrow-color: green;
	scrollbar-darkshadow-color: Transparent; 
}

.ContentTableStyle
{
	width: 100%;
	height: 100%;
	overflow: scroll; 
	overflow-x: hidden; 
	overflow-y: auto;
	border: Solid 0px Black;
}

.ContentTableHeaderStyle
{
	width: 100%;
	
	text-align: left;
	vertical-align: middle;
	
	font: Perpetua Titling MT;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;	
	
	padding-top: 4px;
	padding-left: 8px;
}

.ContentTableSubHeaderStyle
{
	width: 100%;	
	
	text-align: left;
	vertical-align: middle;
	
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;	
	
	padding-top: 4px;
	padding-left: 8px;
}

.ContentTableMainCellSubHeaderStyle
{
	width: 100%;	
	
	text-align: left;
	vertical-align: bottom;
	
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;	
	
	padding-top: 0px;
	padding-left: 8px;
}

.ContentTableMainCellStyle
{
	width: 100%;
	
	text-align: justify;
	vertical-align: top;
	
	font-family: Arial;
	font-size: 14px;
	word-wrap: break-word;
	
	padding-top: 0px;
	padding-left: 8px;
}

.ContentTextStyle
{
	text-align: justify;
	
	font-family: Arial;
	font-size: 14px;
	word-wrap: break-word;
}

.ContentTableMainCellStyleSubList
{
	width: 100%;
	
	text-align: justify;
	vertical-align: top;
	
	font-family: Arial;
	font-size: 14px;
	word-wrap: break-word;
	
	padding-top: 0px;
	padding-left: 8px;
}

input.ButtonStyle
{
	width: 120px;
	height: 30px;
	
	font: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	
	background-color: Transparent;
	border-color: #000000;
	border-style: None;
	border-width: 2px;
	
	cursor: hand;
}

input.ButtonStyle:hover
{
	width: 120px;
	height: 30px;
	
	font: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #0000FF;
	
	background-color: #F0F0A0;
	border-color: #000000;
	border-style: Solid;
	border-width: 1px;	
	
	/*filter: alpha(opacity=85); /* IE's opacity*/
    /*opacity: 0.85;*/

	
	cursor: hand;
}

a.AttorneyLink
{
	font-family: Arial;
	font-size: 14px;
	color: #0A0A66;
	
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	
	font-weight: bold;
	text-decoration: underline;	
}

a.AttorneyLink:hover
{
	font-family: Arial;
	color: #0A0A66;
	font-size: 14px;
	
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
		
	font-weight: bold;
	text-decoration: underline;
}

a.AttorneyLink:visited
{
	font-family: Arial;
	font-size: 14px;
	color: #0A0A66;
	
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	
	font-weight: bold;
	text-decoration: underline;	
}

a.AttorneyLinkNonList
{
	font-family: Arial;
	font-size: 14px;
	color: #0A0A66;	
	
	font-weight: bold;
	text-decoration: underline;	
}

a.AttorneyLinkNonList:hover
{
	font-family: Arial;
	font-size: 14px;
	color: #0A0A66;	
	
	font-weight: bold;
	text-decoration: underline;	
}

a.AttorneyLinkNonList:visited
{
	font-family: Arial;
	font-size: 14px;
	color: #0A0A66;	
	
	font-weight: bold;
	text-decoration: underline;	
}

li.AttorneyLinkList
{
	padding-top: 4px;
	padding-bottom: 4px;
	list-style-position: outside;
	list-style-type: square;	
}

li.LinkListHidden
{	
	padding-top: 4px;
	padding-bottom: 4px;
	list-style-position: outside;
	list-style-type: none;
}

hr.HorizontalRule
{
	width: 500px;
	height: 1px;
	color: Black;	
}

.ImageHeaderStyle
{
	border-right: Solid 1px Black;
	border-top: Solid 1px Black;
	border-bottom: Solid 1px Black;
}

.ImagePerson
{
	padding-left: 8px;
}