@import url("courtHeader.css");
@import url("courtThemes.css");
@import url("courtHome.css");
@import url("customThemes.css");
@import url("courtMessages.css");
@import url("courtSearch.css");
@import url("courtMaps.css");
@import url("courtToolTip.css");
@import url("courtTables.css");
@import url("courtFooter.css");


a:hover{
	text-decoration:underline;
	}
*{	/*Sets all margins and padding to 0 as a default to avoid inherited values*/
	padding:0px; 
	margin:0px;
	border:none;
	background:none;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	color:#333333;
	z-index:0;
	list-style-type:none;
	} 
.pageBG{	
	background:#D6D7D8;	
	z-index:0;
	/*begin to remove horizontal scrollbar*/
	overflow: auto; 
	/*overflow-x: hidden; */
	/*end to remove horizontal scrollbar*/
	
	}
	
.jscalendar-DB-title-style {		
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	}
	
.jscalendar-DB-title-control-normal-style {
	color:#FFFFFF;
	background-color: #0000AA;
	
}

.jscalendar-DB-title-control-select-style {
	color:#FFFFFF;
	background-color: #0000AA;
}

.jscalendar-DB-title-style {
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #0000AA;
}

.jscalendar-DB-title-background-style {
    background-color: #0000AA;
}



/*.................................   KEY / HELP   .................................
Color Scheme:
	Dark Blue:#0D3D63
	Medium Blue:#135C98
	Light Blue:#1872C0 (hyperlink blue)
	Light Light Blue:#8FC5EB (blue link on blue text)
	Search OnHover Blue:#E4F0FC
	Dark Red:#8E041C
	Light Red:#C60200
	Light Gray:#EDEDED (Background)
	Dark Gray:#D6D7D8 (Page Background)
	Borders:#D9DADB
	Green Text: #4F8B0F
	
	background:#E4F0FC; 	BLUE
	background:#FFE187; 	YELLOW
	background:#C5C7E7;		PURPLE
	background:#9CDE9C; 	GREEN
	
	

Padding Order:
	Top, Right, Bottom, Left;
	
Menu Layout:
	MenuUL > MenuLI (Visible Menu Items - 'Court of Appeals', 'Superior Court'...)
		DropRight\DropCenter\DropLeft
			DropHeader\DropOdd\DropEven\DropFooter
				CategoryUL > CategoryLI (Headers - 'How do I...', 'Featured Topics')
					ComponentUL > ComponentLI (Fat links\Inner\Component Pages) 
					OLSComponentUL > ComponentLI (Online Services Fat links) 
						GroupUL > GroupLI (Skinny links\innerInner)
						
Code to Clear After:
.CLASSNAME:after{
	clear:both;
	display:block;
	height:1px;
	margin:-1px 0 0 0;
	content:"";
	}
						
						
* { border: 2px dotted #FF0000; }
* * { border: 2px dotted #009900; }
* * * { border: 2px dotted #FF9933; }
* * * * { border: 2px dotted #0033FF; }
* * * * * { border: 1px solid #FF0000; }
* * * * * * { border: 1px solid #009900; }
* * * * * * * { border: 1px solid #FF9933; }
* * * * * * * * { border: 1px solid #0033FF; }						
						
*/