/* CSS Document */

html
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	
/*	background: #FFFFFF;*/
}

body
{
	width: 780px;
	margin: 4px auto 4px auto;
	padding: 0;

}

#header
{
	background: url(../images/top.gif) no-repeat;
	height: 100px;
}

#footer
{
	background: url(../images/bottom.gif) no-repeat;
	height: 24px;
}

#pagebody
{
	background: url(../images/middle.gif) repeat-y #FFFFFF;
	margin: 0;
	padding: 0;	
}

#navigation
{
	width: 778px;
	height: 32px;
	color: #FFFFFF;
	background-color: #000000;
	border-top: 4px solid #c60000;
	border-left: 1px solid #400000;
	border-right: 1px solid #400000;
	border-bottom: 1px solid #400000;
}

#navigation a
{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#navigation a:hover
{
	color: #FFFFFF;
}

#navigation a:active
{
	text-decoration: underline;
	color: #00FF00;
}

#navigation .active
{
	text-decoration: underline;
	color: #FF0000;
}

#navigation .text
{
	font-size: 18px;
	font-weight: bold;
}

#userdetails
{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	margin-top: 44px; 
	padding-right: 5px;
}

#docketlookup
{
	font-size: 12px;
	/*font-weight: bold;
	color: #FFFFFF;
	text-align: right;*/
	padding-right: 5px;
}

#docketlookup input
{
	font-size: 12px;
	width: 75px;
}

#userdetails a:link, #userdetails a:visited, #userdetails a:hover
{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#tools
{
	width: 778px;
	height: 26px;
	background-color: #000000;
	margin-left: 1px;
	margin-right: 1px;
	border-bottom: 1px solid #400000;
}

#tools a
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#tools a:link, #tools a:visited, #tools a:hover
{
	text-decoration: none;
}

#tools a:hover
{
	color: #00FF00;
}

#tools .active a
{
	text-decoration: underline;
	color: #FF0000;
}

#copyright
{
	color: #400000;
	height: 22px;
	text-align: center;
	padding-top: 8px;
}

form
{
	/*font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;*/
	padding: 0;
	margin: 0;
}

input
{
      font-family: Arial, Verdana, Helvetica, sans-serif;
      font-size: 11px;
}

select
{
      font-family: Arial, Verdana, Helvetica, sans-serif;
      font-size: 11px;
}

textarea
{
      font-family: Arial, Verdana, Helvetica, sans-serif;
      font-size: 11px;
}

input[disabled], input[readonly], select[disabled], select[readonly], textarea[disabled], textarea[readonly]
{
      font-family: Arial, Verdana, Helvetica, sans-serif;
      font-size: 11px;
      color: #000066;
      background-color: #FFF;
}

input.btn
{
	border:1px solid #400000;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
	width: auto;
}

input.btn[disabled]
{
	border:1px solid #400000;
	color: #999999;
	font-weight: bold;
	background-color: #1144AA;
	width: auto;
}


input.altbtn
{
	border:1px solid #400000;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF9900;
	width: auto;
}

input.halffield {width: 70px;}
input.autowidth {width: auto;}
input.reffield {width: 100px;}
input.xlfield {width: 150px;}
input.xxlfield {width: 200px;}
input.searchfield {width: 250px;}
input.datetimefield {width: 100px;}
input.datefield {width: 70px;}
input.timefield {width: 40px}

.highLight
{
	font-weight: bold;
	background-color: #FF00FF;
}

.messagebox
{
	position: absolute;
	Top: 10px;
	left: 550px;	
	font-size: 18px;
	font-weight: bold;
	background: transparent;
	color: #FFFFFF;
	height: 100px;
	width: 300px;
}
.messagebox2
{
	position: absolute;
	Top: 45px;
	left: 560px;	
	font-size: 10px;
	font-weight: bold;
	background: transparent;
	color: #FFFFFF;
	height: 100px;
	width: 155px;
}

.highlightTableElement
{
	background-color: #4477AA;
	color: #FFFFFF;
	cursor: default;
}