/* CSS Document */
/* --- tabs-v5.css --- */
/* nav bar */

div#navcontainer
{
	background:url(../images/r3_c1.jpg) right top no-repeat;
	height:40px;
}

div#navcontainer, div#tertiary
{
	overflow: hidden;
}

ul#navlist
{
	display: block;
	padding: 0;
	margin: 0;
	float: left;
}

ul#navlist li
{
	display: block;
	float: left;
}

ul#navlist li a
{
	padding: 0px 4px;
	float: left;
	text-decoration: none;
	font-family:Arial;
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	border-width: 0 0px 0px 0;
	white-space: nowrap;
	width:100px;
	text-align:center;
	font-weight:bold;
	height:40px;
}

ul#navlist li a:hover
{
	background:  url(../images/Button.jpg) no-repeat;
	height:40px;
	color: #FFFFFF;
}

ul#navlist li a.active
{
	color: #fff;
	background:  url(../images/Button.jpg) no-repeat;
	height:40px;
}

/*-------------------------this is for the form formating*/
.button {
	border-top : solid 1px #FFFFFF;
	border-right : solid 1px #FFFFFF;
	border-bottom : solid 1px  #FFFFFF;
	border-left : solid 1px  #FFFFFF;
	color:#0909FF;
	cursor:pointer;
}
.inputbox {
        color: blue;
        background: #E9EFF5;
        font-family: Courier, Helvetica, sans-serif;
        z-index: -3;
        font-size: 11px;
			border-top : solid 1px #FFFFFF;
	border-right : solid 1px #FFFFFF;
	border-bottom : solid 1px  #FFFFFF;
	border-left : solid 1px  #FFFFFF;

}
