/********************************************************
 LAWCENTRAL WEBSITE STYLE SHEET (Updated: 2009-08-06)
********************************************************/ 

/* HEADING DEFINITIONS */

.LCLevel1Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #003366;
	text-transform: uppercase;
}

.LCLevel2Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
    color: #003366;
	text-transform: uppercase;
}

.LCLevel2bHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #003366;
	text-transform: uppercase;
	background-color: #A8C5F1;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
}

.LCLevel3Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #003366;
}

.LCLevel3HeadingNoBelowMargin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #003366;
	margin-bottom:0;
}

.LCCenterAdvertTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;	
    color: #FF3333;
}

/* BODY TEXT DEFINITIONS */

.LCBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
    font-weight: normal;
    color: #000000;
}

.LCBodyTextNoTopMargin{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
    font-weight: normal;
    color: #000000;
	margin-top:0;
}

.LCBodyHighlightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
    font-weight: normal;
    color: #FF0000;
}

.LCNameLoggedInText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
    font-weight: Bold;
    color: #FFFFFF;
}

.LCOurPromiseText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	padding: 3px;
}

/* LOGIN, NEWS AND ADVERTISING PANEL TEXT DEFINITIONS */

.LCPanelLoginAdvertHeadings { /* Heading definitions for the titles that appear on the login, news and advertising panels */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #003366;
	text-transform: capitalize;
}

.LCLoginPnlNamePassText { /* Definitions for the Username and Password text that appears on the login panel */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #003366;
	text-transform: capitalize;
}

.LCAdvertNumbers { /* Definitions for the numbers that appear in the advertising panel */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-color:#FFFFFF;
}

.LCAdvertPnlDollarText { /* Definitions for the dollar amount text that appears in the advertising panel */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

.LCNewsfeedText { /* Definitions for the news feed text that appears in the news panel */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #00000;
}

/* ALL LINK DEFINITIONS */

a.LCMainNavLinks:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000033;
	background-color: #76A3D1;
	border: 1px solid #76A3D1;
	text-decoration: none;
	text-indent: 2px;
	padding-left: 1px;
	width: 135px;
	line-height: 18px;
	display:inline-table;

}

a.LCMainNavLinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000033;
	background-color: #76A3D1;
	border: 1px solid #76A3D1;
	text-decoration: none;
	text-indent: 2px;
	padding-left: 1px;
	width: 135px;
	line-height: 18px;
	
}

a.LCMainNavLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000033;
	background-color: #A5C3E2;
	border: 1px solid #336699;
	text-decoration: none;
	text-indent: 2px;
	padding-left: 1px;
	width: 135px;
	line-height: 18px;
}

/*-----------------------------------------------------------------------------------------*/

a.LCMainNavLinks2Lines:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000033;
	background-color: #76A3D1;
	border: 1px solid #76A3D1;
	text-decoration: none;
	text-indent: 2px;
	padding-left: 1px;
	width: 135px;
	line-height: 14px;

}

a.LCMainNavLinks2Lines:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000033;
	background-color: #76A3D1;
	border: 1px solid #76A3D1;
	text-decoration: none;
	text-indent: 2px;
	padding-left: 1px;
	width: 135px;
	line-height: 14px;
	
}

a.LCMainNavLinks2Lines:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000033;
	background-color: #A5C3E2;
	border: 1px solid #336699;
	text-decoration: none;
	text-indent: 2px;
	padding-left: 1px;
	width: 135px;
	line-height: 14px;
}

a.LCPopoutNavLinks:link { /* These are the link styles for the popout navigation bar in the create a document section */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
	text-indent: 5px;
}

a.LCPopoutNavLinks:visited { /* These are the link styles for the popout navigation bar in the create a document section */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
	text-indent: 5px;
}

a.LCPopoutNavLinks:hover { /* These are the link styles for the popout navigation bar in the create a document section */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #0000FF;
	background-color: #CCDEEE;
	border: 1px solid #0000FF;
	text-decoration: none;
	text-indent: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

a.LCBodyLinks:link {  /* These are the styles for links that will appear with amongst body text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
}

a.LCBodyLinks:visited { /* These are the styles for links that will appear with amongst body text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
}

a.LCBodyLinks:hover { /* These are the styles for links that will appear with amongst body text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #009999;
	text-decoration: none;
}

a.LCAdvertPnlLinks:link { /* Advertising panel links */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #0000FF;	
	text-decoration: underline;
}

a.LCAdvertPnlLinks:visited { /* Advertising panel links */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #0000FF;	
	text-decoration: underline;
}

a.LCAdvertPnlLinks:hover { /* Advertising panel links */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #009999;
	text-decoration: none;
}


/* All BOX DEFINITIONS */

.LCBox {
	padding: 5px;
	border: 1px solid #003366;
}

.LCBoxNoPadding {
	padding: 0px;
	border: 1px solid #003366;
}

.LCBoxTopAndBottom { /* Use for defining top and bottom lines for a tabbed heading */
	border-top: 1px solid #003366;
	border-right: none;
	border-bottom: 1px solid #003366;
	border-left: none;
}

.LCBoxTop {
	border-top: 1px solid #003366;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.LCBoxBottom {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #003366;
	border-left: none;
}

.LCBoxNoTop { /* Use for defining top and bottom lines for a tabbed heading */
	padding: 5px 5px 5px 8px;
	border-top: none;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
}

.LCBoxVerticalLine {
	border-top: none;
	border-right: 1px solid #003366;
	border-bottom: none;
	border-left: none;
}

.LCBoxLeft { /* Use for defining left lines for tables/cells/rows */
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #003366;
}

.LCBoxAllLines { /* Use for defining lines for tables/cells/rows */
	border: 1px solid #003366;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
}


/* All FORM DEFINITIONS */

.LCFormTextField {
	padding: 1px;
	border: 1px solid  #336699;
	background-color: #F4F8FB;
	color: #000000;/* #003366;*/
	font-size: 12;
	font-family: Arial, Helvetica, sans-serif;
}
.LCFormLabel {
	color: #003366;*/
	font-size: 12;
	font-family: Arial, Helvetica, sans-serif;
}
.LCBoxLineTopOnly {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.LCLevel4bHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #003366;
	text-transform: none;
	background-color: #A8C5F1;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
}

.LCButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	height: 25px;
	width: 80px;
}
/*
.LCFormButton{
	background-color: #F4F8FB;
	border: 3px outset #336699;
	color: #003366;
	font-size: 14;
	font-family: sans-serif;
	font-style: ;
	font-weight: bold;
}*/
.LCFormFieldSet {
	padding: 2px;
	border: 1px solid #336699;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	color: #003366;
}

/*Checkboxes*/
.LCCheckBoxes
{
	color: off;
	border: none;    
}

/*Radio button*/
.LCRadioButton
{
	color: off;
	border: none;	
}
/*Buttons
NOTE: The hover effect is done by shifting the image downwards to the yellow area*/
.LCFormButton
{
	display: block;
	background-color: transparent;
	background-image: url(buttonBackground.gif);
	border:none;
	width: 132px;
	height: 28px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.LCFormButton:link; LcSubmitButton:visited
{
	color: #002577;
}

.LCFormButton:hover
{
	background-position: 0 -36px;
	color: #FF7200;
}

/*Buttons
NOTE: The hover effect is done by shifting the image downwards to the yellow area*/
.LCFormButtonLong
{
	display: block;
	background-color: transparent;
	background-image: url(buttonBackgroundLong.gif);
	border:none;
	width: 222px;
	height: 28px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.LcSubmitButton:visited
{
	color: #002577;
}

.LCFormButtonLong:hover
{
	background-position: 0 -36px;
	color: #FF7200;
}

.LCCalenderDate
{
	
	background-image: url(../images/Calender/Calendar_scheduleHS.png);
	background-color: transparent;
/*display: block;
	width: 30px;
	height: 30px;*/
}

hr.LCLine
{
	padding: 0px;
	border: 1px solid #003366;
}


/* ERROR STYLING*/
.LCErrorBox {
	padding: 5px;
	border: 2px solid #FF3333;
}

.LCErrorHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FF3333;
}
.LCErrorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
    font-weight: normal;
    color: #FF3333;
}

/* S I D E  P A N E L */
.LCRoundedContainer_OR{
	width: 15em;
	padding: 2px 2px 2px 2px;
	margin:0;
    background:#FFBD00;
	color:#000;
}
	
.LCRoundedContainer_OR h3{
	font: normal 120%/1.3 "Trebuchet MS",Arial sans-serif;
	color:#000000;
	margin:0;
	text-align:center;
	font-weight:bold;
}
.LCRoundedContainer_OR p{
	padding:5px 8px 15px;
    font: Verdana,Arial,sans-serif;
	text-align:center;
	margin:0;
	padding:2px;
	background:#FFFFFF;/*#FFFF99;*/
}

/* A D V E R T I S E M E N T */
.LCRoundedContainer_Ad{
	width: 15em;
	padding: 2px 2px 2px 2px;
	margin:0;
    background:#FF0000;
	color:#FFFFFF;
}
	
.LCRoundedContainer_Ad h3{
	font: bold 120%/1.3 "Trebuchet MS",Arial sans-serif;
	color:#FFFFFF;
	margin:0;
	text-align:center;
	font-weight:bolder;
}
.LCRoundedContainer_Ad p{
	padding:5px 8px 15px;
    font: Verdana,Arial,sans-serif;
	/*text-align:left;*/
	margin:0;
	padding:2px;
	background:#FFFFFF;
}

/* S P E C I A L*/
.LCRoundedContainer_Sp{
	width: 15em;
	padding: 2px 2px 2px 2px;
	margin:0;
    background:#1AAB1F;
	color:#FFFFFF;
}
	
.LCRoundedContainer_Sp h3{
	font: bold 120%/1.3 "Trebuchet MS",Arial sans-serif;
	color:#FFFFFF;
	margin:0;
	text-align:center;
	font-weight:bolder;
}
.LCRoundedContainer_Sp p{
	padding:5px 8px 15px;
    font: Verdana,Arial,sans-serif;
	/*text-align:left;*/
	margin:0;
	padding:2px;
	background:#FFFFFF;
}

.LCRoundedContainer_Sp SponsoredLink{
	color: #676767;
	font:small;
	text-align: center;
} 

.LCAdvertBgGreen td{
     background-color: #99C299;
}

#MonthlySpecials .LCAdvertNumbers a{
	font-weight: bold;
	font-size: 8pt;
}
#MonthlySpecials a.LCAdvertPnlLinks{
	font-weight: bold;
	font-size: 8pt;
}

/* L A T E S T 5*/
.LCRoundedContainer_Latest{
                width: 15em;
                padding: 2px 2px 2px 2px;
                margin:0;
                background:#F2730B;
                color:#000;
}

.LCRoundedContainer_Latest h3{
                font: normal 120%/1.3 "Trebuchet MS",Arial sans-serif;
                color:#fff;
                margin:0;
                text-align:center;
				font-weight: bolder;
 }

.LCRoundedContainer_Latest p{
                padding:5px 8px 15px;
                font: Verdana,Arial,sans-serif;
                text-align:center;
                margin:0;
                padding:2px;
                background:#FFFFFF;/*#FFFF99;*/
}
.LCAdvertBgOrange td
{
                background-color: #FDE4D0;
                border-top: 1px solid #F2730B;
                border-bottom: 1px solid #F2730B;
}
#LatestReleases .LCAdvertNumbers a{
	font-weight: bold;
	font-size: 8pt;
}
#LatestReleases a.LCAdvertPnlLinks{
	font-weight: bold;
	font-size: 8pt;
}
/************************************/

/* T O P 5*/
.LCRoundedContainer_Top{
                width: 15em;
                padding: 2px 2px 2px 2px;
                margin:0;
                background: #604576;
                color:#000;
}

.LCRoundedContainer_Top h3{
                font: normal 120%/1.3 "Trebuchet MS",Arial sans-serif;
                color:#fff;
                margin:0;
                text-align:center;
				font-weight: bolder;
}


.LCAdvertBgPurple td
{
                background-color: #DFD8E8;
                border-top: 1px solid #604576;
                border-bottom: 1px solid #604576;
}

#TopMovers .LCAdvertNumbers a{
	font-weight: bold;
	font-size: 8pt;
}
#TopMovers a.LCAdvertPnlLinks{
	font-weight: bold;
	font-size: 8pt;
}

/************************************/



/*	T E S T I M O N I A L */
.LCTestimonialContainer{
	padding: 2px 2px 2px 2px;
	margin:0;
    background:#003366;
	color:#FFFFFF;
}

.LCTestimonialContainer h3{
	font: normal 120%/1.3 "Trebuchet MS",Arial sans-serif;
	color:#FFFFFF;
	margin:0;
	text-align:center;
	font-weight:bold;
}
.LCTestimonialContainer p{
	padding:5px 8px 15px;
    font: "Trebuchet MS",Arial sans-serif;
	font-size:14px;
	text-align:left;
	margin:0;
	padding:2px;
	background:#003366;
}

.LCTestimonialContainer h4{
	padding:5px 8px 15px;
    font: "Trebuchet MS",Arial sans-serif;
	text-align:right;
	margin:0;
	margin-bottom:2px;
	padding:2px;
	background:#003366;
}

.LCTestimonial
{
    font: "Trebuchet MS",Arial sans-serif;
	font-size:14px;
	text-align:left;
	margin:0;
	padding:2px;
	background:#003366;
	color:#FFFFFF;
}

.LCTestimonial h4
{
    font: "Trebuchet MS",Arial sans-serif;
	text-align:right;
	margin:0;
	margin-bottom:2px;
	padding:2px;
	background:#003366;
	color:#FFFFFF;
}

/*	S E A R C H */
.LCSearchContainer{
	padding: 2px 2px 2px 2px;
	margin:0;
    background:#A8C5F1;
	color:#003366;
}
.LCSearchContainer h1{
	font: normal 150% "Trebuchet MS",Arial sans-serif;
	color:#003366;
	margin:0;
	text-align:center;
	font-weight:bold;
}

.LCSearchContainer h3{
	font: normal 120%/1.3 "Trebuchet MS",Arial sans-serif;
	color:#003366;
	margin:0;
	text-align:center;
	font-weight:bold;
}
.LCSearchContainer p{
	padding:5px 8px 15px;
    font: "Trebuchet MS",Arial sans-serif;
	font-size:12px;
	text-align:left;
	margin:0;
	padding:2px;
	color:#000000;
}

.NoLinkStyle
{
    text-decoration:none;
    border:none;
}