/* Design44 Base HTML/CSS  -  Written By: Lucas Kwasnik  -  Last Updated: 2007-10-09 */
/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #010101;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
}
td {vertical-align: top;}
input, select, textarea {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input {
	color: #808080;
	background: url(../Img/JusticeTrac-textFieldBG.gif) no-repeat left top;
	height: 17px;
	padding: 3px 5px 0px 5px;
	border-top: 0px none;
	border-right: 1px solid #c3c3c3;
	border-bottom: 0px none;
	border-left: 0px none;
}
#loginContainer input {
	background: url(../Img/loginInputBG.gif) no-repeat left top;
	height: 16px;
	width: 71px;
	padding: 3px 5px 0px 5px;
	border: none 0px;
	font-size: 11px;
}
input.createnew {
	background: url(../Img/createNewButtonBG.gif) no-repeat left top;
	width: 69px;
	height: 19px;
	padding: 0px;
	border: none 0px;
	cursor: pointer;
}
a.SaveChanges, input.saveChanges, a.edit, input.edit {
	background: url(../Img/saveChangesButtonBG.gif) no-repeat left top;
	width: 79px;
	height: 19px;
	padding: 0px;
	border: none 0px;
	font-size: 0px;
	color: #ffffff;
	cursor: pointer;
}
a.edit, a.create {
	display: block;
}
a.create, input.create {
	background: url(../Img/saveCaseButtonBG.gif) no-repeat left top;
	width: 70px;
	height: 19px;
	padding: 0px;
	border: none 0px;
	font-size: 0px;
	color: #ffffff;
	cursor: pointer;
}
a.AddEvent, input.AddEvent {
	background: url(../Img/addEventButtonBG.gif) no-repeat left top;
	width: 66px;
	height: 19px;
	padding: 0px;
	border: none 0px;
	font-size: 0px;
	color: #ffffff;
	cursor: pointer;
}
.noBorder input, input.noBorder {
	border: none 0px;
	background: none;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-size: 12px;
	color: #ae815e;
}
h1 {font-size: 18px;}
h2 {
	color: #ae815e;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 2px solid #000000;
	padding-bottom: 3px;
	margin-bottom: 8px;
}
h4 {
	color: #ae815e;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 2px solid #000000;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
ul {
	padding-bottom: 15px;
	padding-left: 20px;
}
p {padding-bottom: 15px;}
hr {
	background: #000000;
	border: 1px solid #000000;
	height: 2px;
	margin: 5px 0px 5px 0px;
}
.sizeLinks a { color: #ae815e; }
.closeX {
	color: #FF0000;
}

/* ====================== layout & columns ========================*/
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	position: relative;
}
#loginContainer {
	padding-top: 8px;
}
#main {
	background: #fefbf7 url(../Img/JusticeTrac-mainBG.gif) no-repeat left top;
	padding: 25px 10px;
	clear: both;
}
#left {
	float: left;
	width: 251px;
}
#right {
	float: right;
	width: 516px;
}
.boxContainer {
	border: solid 1px #000000;
	padding: 7px 10px 7px 10px;
	margin-bottom: 20px;
}
table.clientSearch td, table.createClient td {
	text-align: right;
	padding-bottom: 5px;
}
.clientList td {
	padding: 5px;
}
.listHeader td {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}
.clientList a {
	color: #000000;
	text-decoration: none;
}
table.clientProfile td, table.caseTable td {
	padding: 0px 7px 5px 0px;
}
table.caseTable tr.caseTableHeader td {
	border-bottom: solid 2px #000000;
}
table.caseTable .caseNoteArea textarea {
	height: 115px;
	width: 300px;
}
table.caseTable .caseInfoArea {
	width: 200px;
}

table.caseTable, table.caseTable td {
    border:0;
}

.breadcrumbs {
	position: absolute;
	width: 783px;
	padding-bottom: 3px;
	padding-left: 7px;
	left: 5px;
	top: 171px;
	border-bottom: solid 1px #000000;
	color: #ae815e;
	font-size: 12px;
}
.breadcrumbs a {
	color: #000000;
	text-decoration: none;
}
.breadcrumbs a:hover { text-decoration: underline; }

/* ====================== Header & Footer ====================== */
#logo {
	position: absolute;
	left: 0px;
	top: 50px;
}
#header {
	text-align: right;
	height: 122px;
}
#loginWelcome a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#loginWelcome b {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#loginWelcome h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#footer {}
#footer ul {}
#footer li {}
#footer li a {}	

/* ====================== Menu ====================== */
#navMenu {
	height: 27px;
	position: absolute;
	right: 0px;
	top: 125px;
}
#navMenu ul {
	padding: 0px;
	float: right;
}
#navMenu ul li {
	float: left;
	list-style-type: none;
	padding-left: 2px;
}
#navMenu ul li a {
	display: block;
	height: 20px;
	padding: 7px 5px 0px 5px;
	color: #FFFFFF;
	background: #404040;
	text-transform: uppercase;
	text-decoration: none;
}
* html #navMenu ul li a {
	float: left;
}
#navMenu ul li a .rtsOut, #navMenu ul li a .rtsIn, #navMenu ul li a .rtsOut, #navMenu ul li a .rtsTxt {
	padding: 0px;
	margin: 0x;
}

#navMenu ul li a:hover { background: url(../Img/JusticeTrac-navBGOver.gif) repeat-x left top; }
#navMenu ul ul {}

/* ====================== Display and hide second level menus ====================== */
#navMenu ul ul, #hidden {display: none;}
#navMenu li.CurrentPage ul, #navMenu li.CurrentCategory1 ul {display: block;}

#navMenu ul li a.rtsSelected { background: url(../Img/JusticeTrac-navBGOver.gif) repeat-x left top; }

#navMenu li#menuHome.CurrentPage ul, #navMenu li#menuHome.CurrentCategory1 ul {display: none;} /* never display L2 menu items in Home Category */

/* ====================== search results ======================== */
#searchContainer {
	height: 37px;
	padding: 0px 0px 0px 20px;
	background: #E7B060 url(/Common/Img/logoSWBM_Header.jpg) no-repeat right top;
}
#searchBox {padding-top: 10px;}
#searchResultsPage #content {padding: 0px 15px 0px 45px;}
.SearchResult, .SearchResultAlt {padding-bottom: 15px;}
.SearchResultTitle, .SearchResultTitle a:link, .SearchResultTitle a:hover, .SearchResultTitle a:visited, .SearchResultTitle a:active {
	color: #423E34;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}	
.SearchResultTitle a:hover {text-decoration: underline;}
.SearchResultsHighlight {
	color: #E7B060;
	font-style: italic;
	text-decoration: underline;
}	
#resultsSearchPhrase, #resultsSearchQty, .SearchResultUrl a:link, .SearchResultUrl {color: #999999;}
#resultsSearchQty {padding-bottom: 12px;}
.selHint {background-color: #4D6177;}
#results div a span {background-color: #4D6177;}	
.ezcount {
	float: right;
	color: #E7B060;
	font-size: 9px;
}
#results {
	z-index: 99;
	width: 175px;
	display: none;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	border: solid 1px #000000;
	background-color: #F5F1D0;
}
#results a {color: #E7B060;}
#EasySearchLiveResults {
	z-index: 100;
	display: none;
	position: absolute;
	border-width: 13px;
	border-color: black;
	margin-bottom: 10px;
	background-color: white;
}

/* ====================== Styling for Submit button on Login ========================*/
.adminButton , a.adminButton, a.adminButton:link, a.adminButton:visited, a.adminButton:hover, .smallButton{
	width: 125px;
	cursor: pointer;
	cursor: hand;
	color: #F5F1D0;
	font-size: 12px;
	padding-top: 6px;
	text-align: center;
	padding-bottom: 6px;
	text-decoration: none;
	vertical-align: middle;
	background-color: #423E34;
	border-right: 8px solid #4D6177;
}

/* PNG Background Fix for IE6 */
#idclass { behavior: url(iepngfix.htc); }

.modal-overlay {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#000000;
	opacity:.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	z-index:99;
}
.modalWindow {
	position: absolute;
	width: 560px;
	padding: 10px;
	top: 100px;
	left:50%;
	margin:0;
	z-index:102;
	margin-left: -280px;
	background: #ffffff;
	border: solid 4px #333333;
}
.align-right {
    text-align: right !important;
}