a.sideNav
{
	color:#003399;
}

body
{
	font-family: Arial;
	font-size: x-small;
	background-color: #B1B297;
}

.dgAlternatingItems
{
	color: Black;
	background-color: White;
	font-family: Arial;
	font-size: xx-small;
	text-align: center;
}

.dgHeader
{
	color: White;
	background-color: #EFAE4F;
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
}

.dgNormalItems
{
	color: Black;
	background-color: #F4E3D7;
	font-family: Arial;
	font-size: xx-small;
	text-align: center;
}

.dgPager
{
	color: #0066CC;
	background-color: #99CCFF;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
}

.dgSelectedItem
{
	color: #F7F7F7;
	background-color: #738A9C;
	font-weight: bold;
	font-family: Arial;
	font-size: xx-small;
	text-align: center;
}

input.button
{
	color: Black;
	font-weight: bold;
	background-color: White;
	cursor: hand;
}

input.smalltext
{
	font-family: Arial;
	font-size: 10px
}

Label
{
	font-family: Arial;
	font-size: x-small;
}

label
{
	font-family: Arial;
	font-size: 11px;
}

select
{
	font-family: Arial;
	font-size: 10px;
}

Table
{
	font-family: Arial;
	font-size: x-small;
}

table.smalltext
{
	font-family: Arial;
	font-size: 11px;
}

TextBox
{
	font-family: Arial;
	font-size: x-small;
}
/*BEGIN NEW UNIFIED LOOK LOGIN STYLES --K.O.*/

.logonBox
{
	background: #B1B297;
	/*background: #FFFFFF url(./images/login_backgrd.png);*/
	position: relative;
	/*border: solid double #967B67;*/
	margin: 0 auto;
	color: #ffffff;
	width: 714px;
	height: 530px;
	text-align: center;
}
.logonHeader
{
	background-image: url(./images/LogIn_header.png);		
	width: 714px;
	height: 90px;
}
#header a
{
	position: absolute;
	height:65px;
	width:215px;
	top:10px;
	left:15px;
	text-decoration:none;
}
#header i
{
	visibility:hidden;
}
.logonMiddle
{
	background: url(./images/IX_log_inFF.png);
	text-align:center;
	width: 712px;
	height: 380px;
	border-top: solid 1px transparent;
	border-bottom: solid 1px transparent;
	border-right: solid 2px #967B67;
	
}
/*classes beginning with html>body are not read by IE. This is a hack to fix the misaligning in FireFox.

.logonfooter
{
	background: URL(./images/logIn_footer_blank.png);
	width: 714px;
	height: 60px;
	font-family: Arial;	
	
}*/
#backButton
{
	float: right;
	padding-right:5px;
}
#backButton img
{
	border: none;
}
	/*Sets the style for the rollover links*/
	#footerDiv
{
	position:relative;
	width: 713px;
	height: 51px;
	background: url(images/Footer.png) 0 0 no-repeat;
	bottom:0px;
}
#home
{
	position:relative;
	top:17px;
	right:35px;
	font-family:Arial, Sans-Serif;
	color:Black;
	text-decoration:none;
	font-size:9pt;
}
#footerDiv ul
{	
	position:relative;
	top:17px;
	left:55px;
	display: inline;

}
#footerDiv ul li
{
	padding-left: 4px;
	border-left: 1px solid #FFFFFF;
	list-style: none;
	display: inline;
}
#footerDiv ul li.first
{
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
	#footerDiv ul li a
	{
		text-decoration: none;
		padding: 1px 1px 1px 1px;
		width:auto;
		color: White;
		font-size: 11px;
		font-family:Arial,sans-serif;
	}
	#footerDiv ul li a:hover
	{

		color: #B1B297;
	}
.logonText
{
	margin: 7px 0px 7px 0px;
	height: auto;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #4F4945;
}
.logonInfoText
{	
	margin: 265px 10px 10px 10px;
	font-family: Arial;
	color: #967B67;
	font-size: 13px;
}
.logonSmallText
{	font-family: Arial;
	color: #967B67;
	font-size: 12px;
}
#Maintable {
	width: 100%;
	height: 100%;
}

#Maintable td {
	vertical-align: middle;
}	
html>body #ImageButton1
{
	margin-right: 5px;
}

html>body #fix
{
	padding: 27px 0px 0px 0px;
	
}	

/*IX Landing page (IX header)*/
#IXheader
{
	background-image: url(./images/IX_header.png);
	height:129px;
	width:1024px;
	padding:0px;
	border:0px;
	margin:0px;
	float:left;
	left:0px;
	top:0px;
}

	/*Sets the style for the rollover links*/
	#IXheader ul
	{	
		position:relative;
		top:97px;
		height: auto;
		left:200px;
		padding: 0;
		border: none;	
		display: inline;
	
	}
	
	#IXheader ul li
	{
		padding-left: 3px;
		border-left: 1px solid #FFFFFF;
		list-style: none;
		display: inline;
	}
	#IXheader ul li.first
	{
		margin-left: 0;
		border-left: none;
		list-style: none;
		display: inline;
	}
		#IXheader ul li a
		{
			text-decoration: none;
			padding: 2px 2px 2px 2px;
			width:auto;
			color: blue;
			font-size: 11px;
		}
		#IXheader ul li a:hover
		{

			color: #B1B297;
		}
		html>body #IXheader #fix
		{
			padding: 0px 0px 27px 45px;
		}
		
/*END NEW UNIFIED LOOK LOGIN STYLES --K.O.*/