/**** Generic Rules ****/
body
{
	font-family: sans-serif;
	font-size: 15px;
}

table tr td
{
	font-size: 15px;	
}

span.super, div.super
{
	vertical-align: super;
	font-size: 8pt;
}

.super a
{
	padding-left: 1px;	
}

.horizontalRule div
{
	border-bottom: 1px solid red; 
	width: 80%; 
	margin-left: 10%;
}

.center
{
	text-align: center;
}

.announcementHeader
{
	color: #FF0000;
	font-size: 18px;
	font-family: sans-serif;
}

.announcement
{
	text-align: justify;
	color: #FF0000;
	padding-bottom: 5px;
	padding-top: 2px; 
	font-family: sans-serif; 
	font-size: 13px;
	margin-right: 9%;
}

/**** Generic Table Rules ****/
.BorderTable
{
	border: 1px solid black;
	border-spacing: 1px;
}

.BorderTableGrey
{
	border: 1px solid grey;
	border-spacing: 1px;
	padding-bottom:10px;
}
.BorderTableGrey td
{
	padding:10px 10px 0px 10px;
}

tr.TableHeader, tr.TableHeaderSmallTxt
{
	background-color: #B0C0FF;
}

tr.TableHeader th, tr.TableHeaderSmallTxt th
{
	color: #435C7C;
	font-weight: bold;

}

tr.TableHeader th
{
	font-size: 15px !important;
}

tr.TableHeaderSmallTxt th
{
	font-size: 12px !important;
}

tr.TableHeaderSmallTxt td
{
	font-size: 12px !important;
}

tr.TableHeaderDark
{
	background-color: #435C7C;
}

tr.TableHeaderDark th
{
	color: white;
	font-weight: normal !important;
	font-size: 17px !important;
	text-align: left;
	padding:2px !important;
}

tr.OddRow
{
	background-color: #F7F7F7;
}

tr.EvenRow
{
	background-color: #DDDDDD;
}

.BorderTable tr th, tr.TableHeaderDark th
{
	padding: 5px;	
}


/**** Menu Table Rules ****/
.MenuTable tr td
{
	font-size: 11px;
}
.MenuTable tr.TableHeader
{
	background-color: #B0C0FF;
}
.MenuTable tr th
{
	font-size: 14px;
}

/**** Case Status Bar ****/
.ActiveCase
{
	background-color: #FFAAAA;
	border: 1px solid red;
	color: black;
	text-align: center;
	font-size: 15px;
	padding: 2px;
}
.ClosedCase
{
	background-color: #7C5D7C;
	border: 1px solid purple;
	color: white;
	text-align: center;
	font-size: 15px;
	padding: 2px;
}
.ConsolidatedCase
{
	background-color: #FFAAAA;
	border: 1px solid red;
	color: black;
	font-size: 14px;
	padding: 2px;
}

/**** CMS Site Design ****/
.CmsHeader
{
	background-color: #CDCDCD;
}

tr.CmsHeader td
{
	border-bottom: 2px solid black;
	height: 105px;	
}

.CmsTitle
{
	text-align: left;
	color: black;
	vertical-align: bottom;
	padding-left: 15px;
	padding-bottom: 10px;
	font-weight: bold;
}

.CmsTitle div.Title
{
	font-size: 24px;
}

.CmsTitle div.SubTitle
{
	font-size: 18px;
	font-style: italic;
	float: left;
}

.CmsTitle div.UserInfo
{
	font-size: 13px;
	float: right;
	padding-right: 15px;
}

.CmsLogoffLink
{
	color: #777777;
	text-decoration: none;
}

.CmsSidebar, .CmsImgBox
{
	padding-left: 5px;
	padding-right: 5px;
	width: 180px;
}

.CmsSidebar
{
	padding-top: 15px;
	vertical-align: top;
	background-color: #DEDEDE;
	border-right: 1px solid #BBBBBB;	
}

.CmsImgBox
{
	text-align: center;	
}

.CmsSidebar td
{
	font-size: 13px;
	font-weight: bold;
}

.CmsPartyType
{
	font-size: 11px;
	margin-left: 10px;
}

.CmsSidebar ul
{
	margin-bottom: 15px;
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 0px;	
}

.CmsSidebar ul li
{
	list-style: none;
}

.CmsSidebar ul li a
{
	text-decoration: none;
	color: black;
	font-size: 11px;
	font-weight: normal;
}

.CmsSidebar ul li a:hover
{
	text-decoration: underline;	
}

.CmsMainContent
{
	vertical-align: top;
	padding: 15px;
}

.CmsPageTitle
{
	font-size: 19px;
	color: black;
}

.CmsJudgePhoto
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
}

.CmsJudgeName
{
	font-weight: bold;
	text-decoration: underline;	
}

.CmsJudgeBio
{
	text-align: justify;
	margin-bottom: 25px;	
}

.CmsAttorneyIcon
{
	padding-right: 4px;
	width: 28px;	
}

/**** Efile Site Design ****/
.EfileHeader
{
	background-color: #7883C0;
}

tr.EfileHeader td
{
	border-bottom: 2px solid #141A3E;
	height: 105px;	
}

.EfileTitle
{
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: bold;
}

.EfileTitle div.Title
{
	font-size: 24px;
	color: white;
}

.EfileTitle div.SubTitle
{
	font-size: 18px;
	color: #DEF718;
	font-style: italic;
}

.EfileHeaderLinks
{
	text-align: right;	
}

.EfileHeaderLinks ul
{
	margin: 0px;
} 

.EfileHeaderLinks ul li
{
	padding-right: 20px;
	padding-bottom: 5px;
	color: white;
	list-style-type: none;
}

.EfileHeaderLinks a
{
	font-size: 12px;
	color: white;
	text-decoration: none;	
}

.EfileSidebar
{
	vertical-align: top;
	background-color: #404A80;
	padding-top: 50px;
	width: 150px; 
	border-right: 1px solid #141A3E;
}

.EfileSidebar a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
}

.EfileCaseView
{
	border-color: white;
	margin-top: 20px;
	margin-bottom: 20px;
}

.EfileMainContent
{
	vertical-align: top;
	background-color: white;
	padding: 15px;
}

.EfileDocumentTable
{
	border-collapse: collapse;
}

.EfileDocumentTable td
{
	border-top: 1px solid black;
	padding: 5px;
}

.EfileAttorneyInfoTable
{
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
}

.EfileAttorneyInfoTable td
{
	font-size: 12px;
}

.EfilePageTitle
{
	font-size: 25px;
	color: blue;
}

.EfileHeaderLinks div.UserInfo
{
	font-size: 13px;
	padding-right: 20px;
	padding-top: 10px;
	font-weight: bold;
	color: white;
}
