/**
 * This is the public site css file
 *
 */

/**** Generic Rules ****/
body
{
	font-family: sans-serif;
	font-size: 15px;
}

table tr td
{
	font-size: 14px;
}

span.super, div.super
{
	vertical-align: super;
	font-size: 8pt;
}

.ehbSelect
{
	height: 26px;
	padding: 2px 3px 3px 3px;	
	font-size: 11px;
	/*border: 1px solid #888;*/	
	color: #222222; 
}

input[type="text"], input[type="password"], textarea, select
{
    /*background: url("images/gradient-inputField.png") repeat-x scroll 0 0 transparent;*/
    border: 1px solid #CCC;
    
    webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.09);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.09);
    
    border-radius: 4px;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
input[type="text"], input[type="password"]
{
	padding-left: 4px;
}

.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%;
}

.leftColumn
{
	width: 150px;
}

.rightColumn
{
	width: 120px;
	padding-left: 30px;
}

div#companyName
{
	text-align: center;
	width: 100%;
	color: #DDE;
	font-size: 11px;
	margin-top: 100px;
}


/** Screen Messages **/
.screenMessages
{
	margin:15px 15px 15px 15px;
	padding:10px;
	border-radius:7px; 
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    box-shadow:  2px 2px 2px #D6D6D6;
    -moz-box-shadow: 2px 2px 2px #D6D6D6;
    -webkit-box-shadow:  2px 2px 2px #D6D6D6;
}

.screenMessages ul
{
	margin: 0px 0px;
	padding-left: 16px;
}

.screenMessages li
{
	list-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

li.errorMessages
{
    color:#cd0a0a;
}

li.successMessages
{
    color:#326029;
	font-size: 14px;
}

li.informativeMessages
{
   color:#1215af;
}


.ui-state-informative
{
    background-color: #E4E7FF;
	border:solid 1px #1215af;
	color: #6674BE;
}

.ui-state-error
{
	background-color: #FEF1EC;
	border: 1px solid #cd0a0a;
	color: #CD0A0A;
}

.ui-state-success
{
	background-color: #E2F5CE;
	border: 1px solid #326029;
	color: #326029;
}

.ui-state-error li
{
	list-style: circle;
}


/**** Report Table -- Has gradients and drop shadow ****/
.ReportTable
{
	border: 1px solid #aaaaaa;
	
}

.ReportTable, .BorderTable
{
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.ehbButton
{
	background: #5C66A0 url(images/ui-bg_highlight-soft_60_5c66a0_1x100.png) repeat-x scroll 50% 50%;
    color: white;
    cursor: pointer;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    min-width: 60px;
    overflow: visible;
    padding: 3px 8px;
    text-align: center;
    text-shadow: 1px 1px 0px #222;

    /* use some transparent borders here otherwise the clicked state may shift the layout */
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
	
    -moz-box-shadow: 2px 2px 2px #404A80;
    -webkit-box-shadow: 2px 2px 2px #404A80;
    box-shadow: 2px 2px 2px #404A80;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    /* IE8 width hack */
    min-width: 35px\9; 
    /* IE7 width & padding hack. IE7 can't calculate width reliably, so check length of text */
    /* to determine min-width. */
    *padding: 2px 9px 1px 9px;
    *width: expression(this.value.length < 4 ? 50 : 'auto');
}

.buttonHover
{
    background: #7883C0 url(images/ui-bg_highlight-soft_60_7883C0_1x100.png) repeat-x scroll 50% 50%;
}

.buttonClick
{
    /* use some transparent borders here otherwise the clicked state may shift the layout */
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -moz-box-shadow: 0px 0px 1px #000;
    -webkit-box-shadow: 0px 0px 1px #000;
    box-shadow: 0px 0px 1px #000;
}

/**** Generic Table Rules ****/
.BorderTable
{
	border: 1px solid #aaaaaa;
	border-spacing: 0px;
}

.PaddedCells td
{
	padding: 3px 3px 10px 3px;
}

.BorderTableGrey
{
	border: 1px solid grey;
	border-spacing: 1px;
	padding-bottom:10px;
}
.BorderTableGrey td
{
	padding:10px 10px 0px 10px;
}

tr.TableHeader, tr.TableHeaderSmallTxt
{
	background: #7883C0 url(images/ui-bg_highlight-soft_75_7883c0_1x100.png) 50% 50% repeat-x;
}

tr.TableHeader:first-child th:last-child
{
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

tr.TableHeader:first-child th:first-child
{
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

tr.TableSubHeader
{
	background: #5C66A0 url(images/ui-bg_highlight-soft_60_5c66a0_1x100.png) repeat-x scroll 50% 50%;
	color: white;
}

tr.TableSubHeader td
{
	font-weight: bold;
	font-size: 12px;
}

tr.TableHeaderLight
{
	background-color: #B0C0FF;
}

tr.TableHeader th, tr.TableHeaderSmallTxt th
{
	/*color: #435C7C;*/
	color: white;
	font-weight: bold;
}

tr.TableHeader th
{
	font-size: 14px !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;*/
	background:#f7f7f7 url(images/oddRowBackground.png) 50% 50% repeat-x;
}

tr.OddRowLarge
{
	background-color:#f7f7f7;
}

tr.EvenRow
{
	/*background-color: #DDDDDD;*/
	background: #DDDDDD url(images/evenRowBackground.png) 50% 50% repeat-x;
}

tr.EvenRowLarge
{
	background-color: #DDDDDD;
}

.BorderTable tr th, tr.TableHeaderDark th
{
	padding: 5px;	
}

/**** 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;	
}

.CmsPhotoCaption
{
	text-align: center;
	margin-bottom: 10px;
	font-size: 10pt;
}

.CmsAttorneyIcon
{
	padding-right: 4px;
	width: 28px;	
}

.CircleBulletPoints
{
	list-style-type:circle;
}

/** Public Site Case Docket Styles **/
.publicDocketHeader
{
	text-align:center;
	width:100%;
	font-size:18px;
	font-weight: bold;
}

.publicDocketHeaderCaseInfo
{
	text-align: center;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
}

.publicCaseStatus
{
	text-align: center;
	width: 100%;
}

.publicTable
{
	border: 1px solid #aaaaaa;
	width: 100%;
	border-spacing: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	margin-bottom: 20px;
	*border-collapse: collapse;
	
	
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	
	box-shadow: 1px 1px 1px #ccc;
	-moz-box-shadow: 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px #ccc;
	
}

.publicTable tbody tr td
{
	font-size: 12px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}

tr.publicTableHeader
{
	background: #5C66A0 url(images/ui-bg_highlight-soft_60_5c66a0_1x100.png) repeat-x scroll 50% 50%;
	color: white;
	font-size: 13px;
	border-collapse: collapse;
	border-spacing: 0px;
}

tr.publicTableHeader th
{
	padding: 2px 5px 5px 0px;
	text-shadow: 1px 1px 1px #363636;
	text-align: left;
	padding-left: 5px;
}

tr.publicTableSubHeader
{
	font-size: 12px;
	
	background: #CACFF0;
	
	color: #404A80;
	text-shadow: 1px 1px 1px #CACBCF;
	font-size: 12px;
}

tr.publicTableSubHeader th
{
	text-align: left;
	padding: 2px 5px 5px 5px;	
}

tr.publicTableHeader:first-child th:last-child
{
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

tr.publicTableHeader:first-child th:first-child
{
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

/***** Popup Document Menu *****/
img.documentLink
{
	border: 0;
	cursor: pointer;
}

#dropmenudiv
{
	position: absolute;
	border: 1px solid #404a80;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	line-height: 18px;
	z-index: 9999;
	width: 250px;
	
	/*background: #CACFF0 url(images/ui-bg_highlight-soft_50_cacff0_1x100.png) 50% 50% repeat-x;*/
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: 0 0 10px #aaa;
	-webkit-box-shadow: 0 0 10px #aaa;
	box-shadow: 0 0 10px #aaa;
}

#dropmenudiv a
{
	display: block;
	border-bottom: 1px solid #404a80;
	padding: 3px 3px 3px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #404a80;
	background: #CACFF0 url(images/ui-bg_highlight-soft_50_cacff0_1x100.png) 50% 50% repeat-x;
	
}

#dropmenudiv a.first-row
{
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}

#dropmenudiv a.last-row
{
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}

#dropmenudiv a.first-row.last-row
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/*hover background color*/
#dropmenudiv a.available:hover
{
	background: #404a80 url(images/ui-bg_highlight-soft_50_404a80_1x100.png) 50% 50% repeat-x;
	color: #fff;
	cursor: pointer;
}

#dropmenudiv a.notAvailable
{
	background: #FEF1EC url(jquery-ui-efile-images/ui-bg_flat_95_fef1ec_40x100.png) 50% 50% repeat-x;
	cursor: url(images/remove.png), auto;
}


a.helpLink
{
	cursor: help;
}

/***** End Popup Document Menu *****/

/***** Start BlockUI Styles *****/

div.blockUI
{
	width: 20%;
	left: 37%;
	height: 21px;
	cursor: wait;
	padding: 0;
	margin: 0;
	border: 3px solid #555555;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
}

div.blockOverlay
{
	background-color: #666666;
	border: 0;
	cursor: wait;
}

div.blockUIProgressBar
{
	background-color: #B1BFDE;
	width: 0%;
	height: 3px;
	font-size: 3px;
	float: left;
	margin: 0;
	padding: 0;
}

div.blockUIMessage
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0;
	width: 100%;
	text-align: center;
	background-color: #F0F0F0;
}
/* Corners */
.round-all, .round-top-left
{
	-moz-border-radius-topleft: 4px; 
	-webkit-border-top-left-radius: 4px; 
	-khtml-border-top-left-radius: 4px; 
	border-top-left-radius: 4px;
}

.round-all, .round-top-right
{
	-moz-border-radius-topright: 4px; 
	-webkit-border-top-right-radius: 4px; 
	-khtml-border-top-right-radius: 4px; 
	border-top-right-radius: 4px;
}

.round-all, .round-bot-left
{
	-moz-border-radius-bottomleft: 4px; 
	-webkit-border-bottom-left-radius: 4px; 
	-khtml-border-bottom-left-radius: 4px; 
	border-bottom-left-radius: 4px;
}

.round-all, .round-bot-right
{
	-moz-border-radius-bottomright: 4px; 
	-webkit-border-bottom-right-radius: 4px; 
	-khtml-border-bottom-right-radius: 4px; 
	border-bottom-right-radius: 4px;
}
