html,body{
	background-color: white;
}
html,body,p,td,th {
	font-family: helvetica, arial, tahoma, sans-serif;
}

.text{
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
}

/* BEGIN Color Themes */

/*
light BBC9D5 
medium A0B3C3
dark 869eb2 CCCC99
*/

/* Light Background */
.navButtonOff,
.eFileCorner,
.lightBackground{
	background-color: #E8DAAE  /* #E8DBAE; HSV x,142,203 */
}

/* Medium Background */

.eFileBar,
.navmenuDivOffHover,
.mediumBackground{
	background-color: #DBCDA3 /* #DBCEA3; HSV x,109,191 */
}

/* Dark Background */
#topClerkBar,
#topMiniBarSpacer,
#sideBarCol,
.topClerkBarSpacer,
.darkBackground{
	/* background-color: #856B1E*/  /* #333366; HSV x,85,179 */
}

#sideBarCol{
	background-image: url(images/left-grad.png);
	background-repeat: repeat-x;
}

/* END Color Themes */

form{
	display:inline;
	margin:0px;
	padding:0px;
}
textarea{
}
.pageHeading{
	text-align: left;
	font-size: 1em;
	font-weight: bold;
}

.likelink{
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

.refreshText{
	font-family: tahoma;
	font-size: 11px;
}

.expandableContact{
	font-weight:bold;
	cursor:pointer;
}

/*
.expandableContact span:hover{
	text-decoration: underline;
	color: blue;
}
*/

.easyClipboardInput{
	border: 1px outset;
	background-color: transparent;
  font-family:      
  	"Courier New"
    Courier
  	"Lucida Console"
    monospace;
  font-size: 8pt;
  padding-left: 3px;
/*
	border: 0px;
*/	
}

/* main.jsp top right corner links (logout, faq, prefs) */
.prefLinks {
	font: normal 11px arial;
	color: #000000;
}

/* Main bottom-right iframe area */
.content {
	width: inherit;
	border-left: 1px solid #000000;
}

.row0 {
	background-color: #CCCC99;
}

.row1 {
	background-color: #E8E8AE;
}

.redrow0 {
	background-color: #CC9999;
}

.redrow1 {
	background-color: #E8AEAE;
}

.debugrow0 {
	background-color: #E8E8E8;
}

.debugrow1 {
	background-color: #E0E0E0;
}

.debug{
	background-color: #E8E8E8;
	margin:3px;
	padding:1px;
	border: 1px dashed grey;
}

.calendarIcon{
	cursor: pointer;
}

/* For Queue Filters */
.filterBox{
	float:left;
	margin-left: 3px;
	margin-right: 3px;
/*
	box-sizing:border-box;
	-moz-box-sizing:border-box;
*/
}
/* For Queue Filters */

.filterLabel{
	font-family: tahoma;
	font-size: 11px;
}

div.autosize { 
	display: table; width: 1px;
}
div.autosize > div { 
	display: table-cell;
}

.calendarInputComboTable td{
	font-family: tahoma;
	font-size:11px;
}

/* stupid title stuff */

#topClerkBar {
	border-top: 1px solid #cccccc;
}
#topBar {
	border-left: 1px solid #cccccc;
}
#topMiniBarSpacer {
	background-color: white;
	background: url("../images/statusgradient.png") repeat-x;
	border-bottom: 2px solid #000000;
}
#topMiniBar {
	background-color: white;
	background: url("../images/statusgradient.png") repeat-x;
	border-bottom: 2px solid #000000;
/*	border-top: 1px solid #000000;*/
}
/* left navigation bar on login and main */
#sideBarCol {
	width: 150px;
	max-width: 150px;
}

.statusLetter{
	color:red;
	font-size: 10pt;
	font-weight:bold;	            
}
/*
no longer found in project?
#countyCourtName {
	font-weight: bold;
	font-size: 34px;
	color: #ebeff7;
	white-space: nowrap;
}

#stateName {
	font-weight: bold;
	font-size: 24px;
	color: #ebeff7;
	white-space: nowrap;
}

#stateMotto {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #ebeff7;
	white-space: nowrap;
}

#clerkName {
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	color: #ebeff7;
	white-space: nowrap;
}

#firmName {
	font-weight: bold;
	font-size: 16px;
	color: #ebeff7;
	white-space: nowrap;
}
*/


.helptext{
	font-size: xx-small;
	display: none;
	width: 300px;
	height: 100px;
	border: 1px solid black;
	background: white;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px
}
.helptextDef{
	font-size: xx-small;
	display: none;
	width: 300px;
/*	height: 100px;*/
	border: 1px solid black;
	background: white;
	position: absolute;
	top: 2px;
	right: 2px;
	padding: 10px;
	z-index: 2;
/*	overflow: auto;*/
}
.helptextCTRL{
	font-size: xx-small;
	border: 1px solid gray;
	background: white;
	color: gray;
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 4px;
	z-index: 3;
	cursor: pointer;
}
.helpTitle{
	font-family: Tahmoa, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
.helpMessage{
	font-family: Tahmoa, Arial, sans-serif;
	font-size: 10px;
}


/* BEGIN efile.jsp */
.eFileCorner {

}
.eFileBar {
}
/* END efile.jsp */


/* BEGIN main.jsp */

#topBar{
	background: url("../images/banner-background.png");
}

#thinline01, 
#thinline03, 
#thinline05, 
#thinline07,
#thinline08,
#topClerkVerb{
	background-color: #333366; /* 128,255,26 */
}
#thinline02,
#thinline04,
#thinline06,
#topCountyText,
#thinline09{
	background-color: #E8DBAE /* 43,85,179 */
}
#thinline01{
	height:1px;
}
#thinline02{
	height:9px;
}
#thinline03{
	height:1px;
}
#thinline04{
	height:1px;
}
#thinline05{
	height:16px;
}
#thinline06{
	height:1px;
}
#thinline07{
	height:1px;
}
#topCountyText{
	padding-left:180px;
	padding-top: 7px;
	padding-bottom: 8px;
	color: #000000;
}
#thinline08{
	height:1px;
	margin:0px;
	padding:0px;
}
#thinline09{
	height:1px;
	margin:0px;
	padding:0px;
}
#topClerkVerb{
	padding-left:160px;
	padding-top: 8px;
	padding-bottom: 14px;
}
#thinline10{
	height:1px;
	background-color: #9C9E96;
}
#thinline11{
	height:4px;
	background-color: #CCCCCC;
	background: url("../images/boxloop.png") repeat
}
#thinline12{
	height:1px;
	background-color: #9C9E96;
}
#thinline13{
	height:1px;
	background-color: #92AEC7;
}
#thinline14{
	height:1px;
	background-color: #FFFFFF;
}
#thinline15{
	height:1px;
	background-color: #CCCCCC;
}

.actionIcon{
	width:15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.statusBannerCell {
	font: normal 14px arial;
	color: #000000;
}
/* 'inset' nav buttons */
.navmenuText {
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;
	font-weight: bold;
}
.navmenuTextShort{
	text-decoration: none;
	margin-left: 1px;
	margin-right: 1px;
	font-weight: bold;
	display: none;
}
.navButton {
	font-size: 12px;
	position: relative;
	padding: 3px 0px 3px 2px;
	margin: 0px;
	left: 1px;
	z-index: 1;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	cursor: pointer;
	text-align: left;
	margin-left: 5px;
}

/*
#navmenu*:hover{
	background-color: #000000;
}
*/

.navButtonOn {
	left: 1px;
	background-color: white;
	border-left: black 1px solid;
	border-top: black 1px solid;
}

.navButtonOff {
	left: 0px;
	border-left: white 1px solid;
	border-top: white 1px solid;
}

.navmenuDivOffHover {
	color: white;
	padding: 5 0 6 2;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #d4d0c8 1px solid;
	border-right: #d4d0c8 1px solid;
	cursor: pointer;
}

.navmenuDivSpacer {
	background-color: transparent;
	color: inherit;
	height: 4px;
	font-size: 2px;
}

.resizeButtonStyle {
	cursor: pointer;
}

/* END main.jsp */



/* Tabbed pages */

.tab0 a{
	color: blue;
}
.tab1 a{
	color: black;
	text-decoration: none;
}
.tab0{
	white-space: nowrap;
	font-size: 0.8em;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
	border: 1px solid black;
	border-bottom: 0px;
	cursor: pointer;

	position:relative;
	top:-3px;
	padding-bottom: 3px;
	color: #666666;
}
.tab1{
	white-space: nowrap;
	font-size: 0.8em;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
	border: 1px solid black;
	border-bottom: 0px;
	cursor: pointer;

	position:relative;
	top:-2px;
	padding-bottom: 3px;
	font-weight: bold;
	background-color: #FFFFFF;
}
.formLabel{
	font-size: small;
	font-weight: bold;
}
.settingsTable TD{
	font-size: x-small;
}
.settingsTable TH{
	text-align: right;
	font-size: x-small;
}

/* END tabbed pages */
/*
.tab0{
	font-size: 0.8em;	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
	border: 1px solid black;
	border-bottom: 0px;
	cursor: pointer;

	padding-bottom: 3px;
	color: #666666;
}
.tab1{
	font-size: 0.8em;	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
	border: 1px solid black;
	border-bottom: 1px solid white;
	cursor: pointer;

	position:relative;
	padding-bottom: 3px;
	font-weight: bold;
	background-color: #FFFFFF;
}
*/
/* BEGIN caselist.jsp */
.bookmarkButton{
	font-size: 8px;
	border: 1px outset;
	background-color: #FFFFFF;
	cursor: pointer;
	width:40px;
	padding: 2px 5px;
	margin: 2px;
}
.resultsbar{
	display:none;
}

.tableSepHeader{
	padding:3px 5px;
	border-left: 1px solid black
}
.tableSepHeaderLast{
	padding:3px 5px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#caselist-header-bookmark{
	padding:3px 5px;
	border-left: 1px solid black;
}
#caselist-header-efile{
	padding:3px 5px;
	border-left: 1px solid black
}
#caselist-header-service{
	padding:3px 5px;
	border-left: 1px solid black
}
#caselist-header-description{
	padding:3px 5px;
	text-align:left;
	border-left: 1px solid black;
}
#caselist-header-insertdate{
	padding:3px 5px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}	
.caseListTable td{
	padding-left: 5px;
	padding-right: 5px;
}
/* END caselist.jsp */








/* Old Stuff */

/*
.small {
	font: normal 11px arial;
}

.topClerkBarSpacer {
	border-top: 1px solid #cccccc;
}
*/

/*
.contentLogin {
	width: inherit;
	border-top: 1px solid #000000;
}
.contentDiv {
	width: 100%;
	height: 100%;
	overflow: scroll;
}
*/

.button {
	cursor: pointer;
	font-size: 9px;
	height: 23px;
}

.saveButton {
	cursor: pointer;
	font-size: 9px;
	height: 23px;
	width: 80px;
}
.cancelButton {
	cursor: pointer;
	font-size: 9px;
	height: 23px;
	width: 80px;
}
.filterButton {
	cursor: pointer;
	font-size: 9px;
	height: 23px;
	width: 60px;
}

.minibutton{
	cursor: pointer;
	font-size: xx-small;
}

table.tableListing td {
	font-family: tahoma;
	font-size: 11px;
}

table.tableListing th {
	font-family: tahoma;
	font-size: 11px;
}

table.tableListing th.cellheading {
	font-family: tahoma;
	font-size: 10px;
}

table.tableListing th.heading {
	font-family: tahoma;
	font-size: 14px;
}

table.tableListing tr.row0 {
	background-color: #f3f3d6;
}

table.tableListing tr.row1 {
	background-color: #e5e5cc;
}

table.tableListing tr.row0hilite {
	background-color: white;
}

table.tableListing tr.row1hilite {
	background-color: white;
}
/*
table.tableListing td.cellborder {
	border-top: 1px solid blue;
}

table.tableListing th.cellborder {
	border-top: 1px solid blue;
}

table.tableListing td.cellbordergray {
	border-top: 1px solid silver;
}

table.tableListing th.cellbordergray {
	border-top: 1px solid silver;
}
*/


