@import url("/css/baseline.css");
@import url("/css/global.css");
@import url("/fontawesome/css/all.css");
@import url("/css/news.css");
@import url("/css/advertising.css");
@import url("/css/service.css");
@import url("/css/faq.css");
@import url("/css/forms.css");
@import url("/css/cases.css");
@import url("/css/modal.css");

/* -----------------------------------*/
/* -------->>> PAGE LAYOUT <<<--------*/
/* -----------------------------------*/

/* ---HEADER--- */
#HeaderContainer
{
	position: relative;
	height: 100px;
	left: 0;
	margin-right: 185px;
	background: transparent url(/images/layout/header.png) 0 0 repeat-x;
	z-index: 998;
}

#HeaderContainer span.courtLabel
{
	position: relative;
	top: 30px;
	left: 20px;
	height: 32px;
	color: #000000;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: .3em;
	text-shadow: 2px 2px 2px #333333;
}


a#JudiciLogoHomeLink,
a#JudiciGreyLogoHomeLink
{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 185px;
	height: 100px;
	padding-left: 185px;
	background: transparent url('/images/layout/headerLogo.png') top right no-repeat;
	z-index: 998;
}

a#JudiciGreyLogoHomeLink
{
	background: transparent url('/images/layout/headerLogoGrey.png') top right no-repeat;
}

#MenuItems,
#SubMenuItems
{
	margin-left: 0;
	padding: 0;
}

#MenuItems
{
	position: absolute;
	top: 40px;
	left: 20px;
	text-transform: uppercase;
    font-size: 18px;
}

#MenuItems.courtLevel
{
	top: 55px;
	font-size: 14px;
}

#SubMenuItems
{
	position: absolute;
	top: 60px;
	left: 20px;
	text-transform: uppercase;
    font-size: 12px;
}

#SubMenuItems.courtLevel
{
	top: 72px;
	font-size: 11px;
}

#MenuItems li,
#SubMenuItems li
{
	float:left;
	list-style: none;
	padding-left: 3px;
	margin: 0;
}

/* ---CONTENT--- */
#ContentWrapper
{
	float: left;
	width: 100%;
	text-align: center;
}

#ContentWrapper div.content
{
	background-color: #F1F0F6;
	border: 1px solid #184476;
	margin: 5px auto;
	text-align: center;
	width: 95%;
}

#ContentWrapper div.innerContent
{
	text-align: left;
	color: #292E33;
	background-color: white;
	border: 1px solid #184476;
	width: 98%;
	min-width: 590px;
	margin: 5px auto;
	padding: 2px;
	line-height: 1.25em;
	overflow: auto;
}

#ContentWrapper div.innerContent > span { padding: 0 1%; }

#PowerUserBlurb
{
	width: 80%;
	line-height: 16px;
	margin: 0 auto;
	padding: .5em;
	background-color: #D8E2CF;
	border: 2px solid #8C9287;
}

#PowerUserBlurb p,
#ModalBlackout .modalDialog p
{
	font-weight: bold;
	margin-bottom: 4px;
}

#PowerUserBlurb ul,
#ModalBlackout .modalDialog ul
{
	list-style: circle;
}

#PowerUserBlurb ul li,
#ModalBlackout .modalDialog ul li
{
	margin: 2px 0;
}

#TermsOfUseNotice
{
	width: 98%;
	margin: 5px auto;
}

#FilingsTabContainer
{
	background: transparent;
	position: absolute;
	top: 94px;
	height: 28px;
	width: 100%;
	color: #555555;
}

#FilingsTabContainer span.left
{
	position: absolute;
	left: 0px;
	margin-right: 6px;
	background: transparent url('/images/layout/subheader_right.png') top right no-repeat;
}

#FilingsTabContainer span.right
{
	position: absolute;
	top: 0;
	right: 28px;
	margin-left: 6px;
	background: transparent url('/images/layout/subheader_left.png') top left no-repeat;
}

#FilingsTabContainer div.content
{
	top: 0;
	background: transparent url('/images/layout/subheader_bg.png') 0 0 repeat-x;
	padding: .5em;
}

#FilingsTabContainer span.left div.content
{
	margin-right: 6px;
}

#FilingsTabContainer span.right div.content
{
	margin: 0 6px;
}

#FilingsTabContainer div.rightCap
{
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 28px;
	background: transparent url('/images/layout/subheader_right.png') top right no-repeat;
}

#UserPrefsMenu
{
	position: relative;
	top: 1px;
	left: 15px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	z-index: 998;
}

#UserPrefsMenu ul
{
	list-style: none;
	margin-top: 10px;
	padding: 0;
}

#UserPrefsMenu li
{
	display: block;
	float: left;
	background-color: #D1D9E4;
	font-size: 14px;
	border-top: 1px solid #184476;
	border-bottom: 1px solid #184476;
	border-right:1px solid #184476;
	margin: 0;
}

#UserPrefsMenu a:link,
#UserPrefsMenu a:visited
{
	display: block;
	padding: 2px 8px;
	color: #184476;
}

#UserPrefsMenu a:hover
{
	color: #CC5020;
	background-color: #F1F0F6;
	text-decoration: none;
}

#UserPrefsMenu li.selected
{
	color: #184476;
	background-color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	z-index: 998;
}

#UserPrefsMenu li.selected a:hover
{
	color: #184476;
	background-color: #FFFFFF;
}

/* ---FOOTER--- */
#Footer
{
	position: relative;
	width: 100%;
	text-align: center;
	background: url(/images/layout/footer.jpg) top left repeat-x;
	padding-top: 25px;
}

#Footer p 
{
    font-size: 11px;
	color: #6B7DA5;
	margin: 4px;
}

#Footer p.footerLeft
{
	position: absolute;
	top: 25px;
	left: 5px;
}

#Footer p.footerRight
{
	position: absolute;
	top: 25px;
	right: 5px;
}
	

/* -----------------------------------*/
/* ------->>> DISPLAY STYLES <<<------*/
/* -----------------------------------*/
th
{
	background-color: #184476;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
}

th a:link,
th a:visited,
th a:hover
{
	color: #FFFFFF;
}

table.bordered,
table.bordered tr
{
	border: 1px solid #184476;
}

table.whiteBordered th,
table.whiteBordered td
{
	border: 1px solid #FFFFFF;
}

table.linedGrey,
table.linedWhite
{
	width: 98%;
	margin: 0 auto 16px auto;
}
table.linedGrey { background-color: #F1F0F6; }
table.linedWhite { background-color: #FFFFFF; }

table.linedGrey tr td,
table.linedWhite tr td
{
	border: 1px solid #184476;
}

.finePrint,
.finePrintCentered
{
	color: #434B54;
	font-size: 12px;
	margin: 10px 5px;
}
.finePrint { text-align: justify; }
.finePrintCentered { text-align: center; }

.emphasize { color: #CC5020; font-weight: bold; }
.smallEmphasis
{
	font-size: 12px;
	color: #CC5020;
	font-weight: 100;
}

.text-muted {
    color: #586169 !important;
}

.help-text {
    color: #586169 !important;
    font-size: 80%;
    font-weight: 400;
}

.field,
.field_1,
.field_2,
.field_3,
.field_4
{
	width: 98%;
	margin: 2px auto;
	padding: 4px 5px;
	text-align: left;
	border: 1px solid #184476;
}

.field_1 { background-color: #ADBDCE; }
.field_2 { background-color: #D1D9E4; }
.field_3 { background-color: #EEEEEE; }
.field_4 { background-color: #DDDDDD; }

.multi-field > .sub-field:not(:last-child) {
    margin-bottom: 4px;
}

.field_hilight
{
	width: 98%;
	background-color: #FFF2F2;
	color: #FF0000;
	margin: 2px 0;
	padding: 2px 5px;
	border: 1px solid #FF0000;
}

.field_error_message
{
	display: block;
	color: #FF0000;
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-left: 34%;
	padding-top: 3px;
}

div.titledBlueBox
{
	width: 99%;
	background-color: #D1D9E4;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #184476;
}

div.titledBlueBox h3
{
	text-align: center;
	color: #FFFFFF;
	background-color: #184476;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 5px 2px;
}

div.titledBlueBox > div
{
	background-color: #FFFFFF;
	margin: 2px 15px;
	padding: 3px 5px;
	border: 1px solid #184476;
}

div.titledBlueBox div ul { margin: 5px auto 5px 20px; list-style: disc; }
div.titledBlueBox div ul li { padding: 2px 0; }

div.activeCountiesMap
{
	float: right;
	width: 220px;
	height: 340px;
	background: transparent url('/activeIllinoisCountiesMap.png') no-repeat -0px -0px;
}

.bullet_image 
{
	list-style-image: url(/images/misc/courtBullet.png);
	padding-left: 10px;
}

.buttonHolder
{
	position: relative;
	width: 98%;
	margin: 10px auto;
	text-align: center;
}
.buttonHolder input
{
	text-align: center;
	width: 160px;
	margin: 5px 10px;
}
.buttonHolder input.small { width: 80px; }
.buttonHolder input.big { width: 180px; }
.buttonHolder input.bigger { width: 200px; }
.buttonHolder input.biggest { width: 250px; }

p.formInstructions,
p.formInstructionsJustified 
{
	color: #292E33;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 5px;
}
p.formInstructions { text-align: center; }
p.formInstructionsJustified { text-align: justify; }

a.buttonLink
{
	display: block;
	width: 122px;
	height: 16px;
	background: transparent url('/images/buttons/buttonBase.gif') no-repeat 0px 0px;
	font-size: 12px;
	text-align: center;
	line-height: 1.1em;
	padding-top: 2px;
}

a.buttonLink:hover { text-decoration: none; }

a:active.buttonLink
{
	color: #FFFFFF;
	background: transparent url('/images/buttons/buttonBase.gif') no-repeat 0 -18px;
}

.serviceLevel 
{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.serviceLoginButton 
{
	position: relative;
	left: 25px;
	bottom: 30px;
	width: 120px;
}

.serviceDescription 
{
	position: relative;
	background-color: #ADBDCE;
	border: 1px solid #184476;
	padding: 5px;
	margin: 3px 3px 3px 20px;
}

.serviceDescription:hover
{
	background-color: #D1D9E4;
	text-decoration: none;
}

.serviceDescription ul
{
	color: #000000;
	font-size: 14px;
	font-weight: 100;
	text-decoration: none;
	list-style: disc;
}

.innerContent ul { list-style: disc; }

table.smallPrintTable tr td,
table.smallPrintTable tr th
{
	font-size: 12px;
	line-height: 14px;
}

table.salesTotals
{
	border: 0;
}

table.salesTotals th
{
	padding: 1px;
	font-size: 14px;
	text-align: center;
}
	
table.salesTotals td.left
{
	border-left: 1px solid #184476;
}

table.salesTotals td.right
{
	border-right: 1px solid #184476;
}

table.salesTotals td.bottom
{
	border-bottom: 1px solid #184476;
}

.refundPolicyLink
{
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 26px;
}

.errorFrame
{
	text-align: left;
	color: #FF0000;
	background-color: #FFF2F2;
	margin: 1%;
	padding: 5px;
	border: 2px solid #FF0000;
}

.errorFrame > ul > li:last-child {
	margin-bottom: 3px;
}

.documentIDLabel
{
	font-size: 10px;
	color: #555555;
	float: right;
}

iframe.agreementDocument
{
	width: 100%;
	height: 600px;
}

.innerContent .eulas,
iframe.agreementDocumentCompact 
{
	width: 98%;
	height: 200px;
	margin: 5px auto 5px 1%;
	border: 2px solid #184476;
	overflow: scroll;
}

.innerContent .eulas p
{
	padding: 0 4px;
}

.pleaBox li
{
	margin-bottom: .5em;
}
