/* CSS Document for IRA - County Clerk */
/***************************************/
.banner {
	position:absolute;
	top:0px;
	width:100%;
	height:110px;
	z-index:1;
	background-color: #2c2e7e;
}
.bannerL {
	position:absolute;
	top:0px;
	width:500px;
	height:110px;
	z-index:2;
	background-image: url(images/banner.gif);
}
.bannerR {
	position:absolute;
	top:0px;
	width:360px;
	height:110px;
	right:0px;
	z-index:3;
	background-image: url(images/banner2.gif);
}
/***************************************/
.menu {
	position:absolute;
	left:0px;
	top:111px;
	width:160px;
	z-index:4;
	background-color: #ffffff;
	height: 475px;
	font-family: Arial;
	font-size: 5px;
	font-weight: bold;
	color: #2c2e7e;
	padding: 8px;
	display: block;
}
#menu a{
	font-size: 14px;
	color:#ffffff;
	text-decoration: none;
	/*background-color: #404040;*/
	/*background-color: #6C81AD;*/
	/*background-color: #2c2e7e;*/
	background-image: url("images/button.gif");
	display: block;
}
#menu a:hover {
	font-size: 14px;
	color: #bdbee8;
	text-decoration: underline;
	background-color: #ffffff;
	display: block;
}
#menu a.nobackground{
	background-color: #ffffff;
	background-image: url("images/whtbackground.gif");
}
/***************************************/
.content {
	position:absolute;
	left:177px;
	top:112px;
	width:688px;
	height:515px;
	z-index:6;
}
.detail {
	position:absolute;
	left:0px;
	top:50px;
}
.searcharea {
	position:absolute;
	left:50px;
	top:35px;
}
/***************************************/
p {
	color: #404040;
	font-family: Arial;
}
p.error {
	color: red;
	font-family: Arial;
}
.block {
	color: #404040;
	font-family: Arial;
	text-align:justify;
}
/***************************************/
table.signon {
	position:absolute;
	left:100px;
	top:25px
}
/***************************************/
.toolbar {
	position:absolute;
	left:0px;
	top:0px;
	width:550px;
	height:15px;
	z-index:7;
	/*background-color: #2c2e7e;*/
	background-color: #6C81AD;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	padding: 8px;
	display: inline;
}
#toolbar a{
	font-size: 14px;
	color:#ffffff;
	text-decoration: none;
	display: inline;
}
#toolbar a:hover {
	font-size: 14px;
	color: #bdbee8;
	text-decoration: underline;
	display: inline;
}
#toolbar p{
	font-size: 14px;
	color:#ffffff;
	text-decoration: none;
	display: inline;
}
/***************************************/
.irafont {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;;
}
.textbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: #FFFFFF;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    border-color: #336699 #8CB1D1 #8CB1D1 #336699;
    border-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
}
.heading
{
	color: #52527A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.data
{
	color: #52527A;
	font-family: Arial;
}
.border 
{
	border-top-width: 1px;
	border-top-style: dashed;
    border-right-width: 1px;
    border-left-width: 1px;
    border-color: #8CB1D1 #336699 #336699 #8CB1D1;;
	padding: 4px;
	color: #52527A;
}
.button {
	border-style: ridge;
	font: Arial;
	font-weight: bold;
	color:#ffffff;
	width: 100px;
	background-image: url("images/button.gif");
}
.hyperlink {
    font-family: Arial, Helvetica, sans-serif;
	color: #3D3DFF;
}
/***************************************/
.logo {
	position:relative;
	left:5px;
	top:475px;
	width:128px;
	height:51px;
	z-index:5;
}
/***************************************/
