﻿.gradientBackground {
  background: #6c9730;
  background: url('linear-gradient-stops.png') 0 0 repeat-y;
  background: linear-gradient(left, #8dc63f, #d8ad45, #3b4b94);
}

.radialGradientBackground {
  background: #70bf32;
  background: url('radial-gradient.png') 50% 50% no-repeat;
  background: radial-gradient(circle, #a1e048, #6a942f);
}

.divLeftMaster {
  float:left; 
  width:200px;
}

.divCenterMaster 
{
    margin:0px 200px 50px 200px;
    background-color:#DDDDDD;
    /*background-color:#e1e1e1;*/
    min-height:600px;
    position:relative;
}
.divCenterMasterInner
{
    margin:0px 50px 0px 50px;
}

.divContentMain {
  margin-top:0px; 
  background-color:#BBBBBB;
  /*background-color:transparent;*/
    min-height:100%;
    position:relative;
}

.divFooter 
{
    /*
    background-color: #CCC;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, whiteSmoke), color-stop(100%, #CCC));
    background-image: -webkit-linear-gradient(whiteSmoke,#CCC);
    background-image: -moz-linear-gradient(whiteSmoke,#CCC);
    background-image: -o-linear-gradient(whiteSmoke,#CCC);
    background-image: linear-gradient(whiteSmoke,#CCC);
    */
   position:absolute;
   bottom:0;
   width:100%;
   height:40px;
}

.aWithNoDec
{
    text-decoration:none;
    padding:0px;
}
.aNoDecMainLinks
{
    text-decoration:none;
    font-size:18px;
    color:Black;
    width:700px;
}

.bodyMasterMain
{   
    background-color:#e1e1e1;
    /*background-color:#3A5FCD;*/
    /*OLD Backgorund image with linear gradient*/
    /*
    background-image:url('http://www.courtalert.com/images/LinearGradientBackground.png');
    background-repeat:repeat-x;
    background-position:center;
    background-size: 100% 100%;
    background-color: #ABC;
    */
    /*background-color: #FFF;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, whiteSmoke), color-stop(100%, #ABC));
    background-image: -webkit-linear-gradient(whiteSmoke,#ABC);*/
    /*background-image: -moz-linear-gradient(whiteSmoke,#ABC);
    background-image: -o-linear-gradient(whiteSmoke,#ABC);
    background-image: linear-gradient(whiteSmoke,#ABC);*/
    min-height:100%;
    position:absolute;
}

.textJudgeTitle
{
    /* Font-Bold="True" Font-Size="24px" */
    font-weight:bold;
    font-size:24px;
}
.imgJudge
{
    height:64px;
    width:64px;
    border-style:inset;
    float: right;
}
.imgIconSmall
{
    height:16px;
    width:16px;
}
.imgIconMedium
{
    height:24px;
    width:24px;
    margin-bottom:0px;
}

.textNormalFont18
{
    font-size:18px;
}
.textNormalFont14
{
    font-size:14px;
}
.judgeBioTitle
{
    font-size:14px;
    font-weight:bold;
}

.tableDetailsDisplay
{
    width:90%;
}
.tableDetailsDisplay td
{
    vertical-align:top;
    margin:5px;
}
/*
.gridCases
{ 
    width:auto; 
    border:1px solid black;
    margin-left:5px;
    margin-right:5px; max-width:1000px;
}
.gridCases th
{ 
    font-weight:bold; font-size:14px;
    color:#000000;
    padding: 5px 2px 5px 2px;
    background-image: url('/images/BlueGradient.png');
}
.gridCases tr
{
    background-color:White;
}
.gridCases td
{ 
    padding: 0px 2px 0px 2px;
    text-align:center;
}
.gridCases Caption
{ 
    font-size:larger;
    font-weight:bold;
}
.gridCases td.colIsIndexNumber
{ 
    width:100px; 
    text-align:center;
}
.gridCases td.colIsClientMatterNo
{ 
    width:50px; 
    text-align:center;
}
.gridCases td.colIsLawyer
{ 
    width:150px; 
    text-align:center;
}
.gridCases td.colIsCourt
{ 
    width:250px; 
    text-align:center;
}
.gridCases td.colIsJudgeName
{ 
    width:80%; 
    text-align:center;
}
.gridCases td.colIsLinkMedium
{ 
    padding: 0px 5px 0px 5px;
    text-align:center;
}
*/
.divIntermediateHeader
{
    text-align:center; margin: 15px 10px 10px 5px; 
    font-weight:bold; font-size:16px; font-family:Times New Roman; 
    border-top: 1px solid black; padding: 5px 0 0 0; 
}
.divTopHeader
{
    text-align:center; margin: 5px 5px 10px 5px; 
    font-weight:bold; font-size:16px; font-family:Times New Roman;
}

/*=====================================================================================================================
=====================================================================================================================
==================The below was copied from Site.css of PacerEntry else the UI did not look very compact==================
=====================================================================================================================
=====================================================================================================================*/

/* From ../NewStyle.Css */

A.qLinks, A.Logout
{
    text-decoration: none;
    color: #ffffff
}

A.qLinks:hover, A.Logout :hover
{
    color: #140f42
}

A.mLinks
{
    font-size: 11px;
    color: #2b407b;
    font-family: Arial, Helvetica, sans-serif
}
A.mLinks:hover
{
    color: #990000;
}

A.smallLinks
{
    font-size: 8px;
    color: #990000;
    font-family: Arial, Helvetica, sans-serif
}
A.smallLinks:hover
{
    color: #2b407b;
}

A.rLinks
{
    font-size: 11px;
    color: #2b407b;
    font-family: Arial, Helvetica, sans-serif
}
A.rLinks:hover
{
    color: #990000;
}

A.lLinks
{
    font-size: 14px;
    color: #2b407b;
    font-family: Arial, Helvetica, sans-serif
}
A.lLinks:hover
{
    color: #990000;
    
}

.style15
{
    FONT-SIZE: 12px;
    COLOR: #ffffff
}
.styles
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 11px;
    COLOR: #ffffff
}
.style18
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 18px;
    COLOR: #ffffff;
    FONT-FAMILY: Arial narrow, Helvetica, sans-serif
}
.style18b
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 18px;
    COLOR: #3b4686;
    FONT-FAMILY: Arial narrow, Helvetica, sans-serif
}
.styleR
{
    FONT-SIZE: 11px;
    COLOR: #2b407b;
    FONT-FAMILY: Arial,Arial narrow, Helvetica, sans-serif
}
.styleRBold
{
    FONT-SIZE: 11px;
    FONT-WEIGHT: bolder;
    COLOR: #2b407b;
    FONT-FAMILY: Arial,Arial narrow, Helvetica, sans-serif
}
.m1
{
    DISPLAY: inline;
    BORDER-LEFT: blue 1px dotted;
    WIDTH: 400px;
    HEIGHT: 1px
}
.style16m
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 16px;
    COLOR: #ffffff;
    FONT-FAMILY: Arial narrow, Helvetica, sans-serif
}
.style15Blue
{
    FONT-SIZE: 14px;
    COLOR: #3b4686;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.style15Red
{
    FONT-SIZE: 14px;
    COLOR: #990000;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}

HR
{
    BORDER-RIGHT: #283b88 1px;
    BORDER-TOP: #283b88 1px;
    BORDER-LEFT: #283b88 1px;
    COLOR: #fff;
    BORDER-BOTTOM: #283b88 1px dotted;
    BACKGROUND-COLOR: #fff
}

#wrap
{
    OVERFLOW: hidden
}

FORM
{
    margin-bottom: 0px
}
A.mLinksBig
{
    FONT-SIZE: 16px;
    COLOR: #2b407b;
    FONT-FAMILY: Arial, Helvetica, sans-serif

}
A.mLinksBig:hover
{
    FONT-SIZE: 16px;
    COLOR: #990000;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}

.formbutton{
	BACKGROUND-COLOR:  #FFCC00;
	CURSOR: hand;
	COLOR: #000000;
	FONT-FAMILY: Verdana,arial;
	FONT-SIZE: 12px;
	border: 0px solid #dedede;
}

.linklike {
	text-decoration: underline;
	cursor: hand;
}
A.TLinks  
{
    text-decoration: none;
    color: #273B89;
}
A.TLinks:hover {
    color: #990000
}

img.TLinks {
    display: block
}

.style14 {font-size: 11px;font-weight: bolder;Color:#273B89}

.stylem8 {font-size: 9px;Color:#FFFFFF}

.nofont {
    font-size: 0px; /*0Px to avoid whitepsce formatting issues*/
}
img {
    border: 0px
}

/* DEFAULTS
----------------------------------------------------------*/

/*
body   
{
    background: #b6b7bc;
    font-size: 11px; 
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
*/

table {
    border-collapse: collapse;
    border-spacing: 0px;
}
/* removed by yaniv - was overwriting top links
a:link, a:visited
{
    color: #034af3;
}*/

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

/*
p
{
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 1.6em;
}
*/


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    /*padding: 0px 12px;
    margin: 12px 8px 8px 8px;*/
    margin: 0px 0px 0px 7px; /*MarginOnLeft*/
    padding: 0px;
    min-height: 420px;
    width: 650; 
    max-width: 650; 
    border: 0px; 
    overflow: visible;

}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}