﻿#leftColumn-ARN {
	width: 175px;
	float:left;
	}

#rightColumn-ARN {
	width: 665px;
	margin: 20px 5px 0px 5px;
	float:right;
	}

#arnPortal
{
    background: url(../Images/titleBackgrounds/arnPortal.gif) left no-repeat;
}
#supplierNavigation {
	width: 175px;
	float: left;
	padding-top:25px;
	}
#supplierNavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#supplierNavigation ul li {  /* ie6 */
	margin: 0;
	}
#supplierNavigation ul li a {  /* ie6 */
	display: block;
	padding: 3px 0;
	border-bottom: 1px solid #00257b;
	}
#supplierNavigation ul li a:hover {
	background-color: #f2f2f2;
	}
#supplierNavigation ul li ul {
	margin: 0;
	}
#supplierNavigation ul li ul li {
	font-size: 1em;
	}
#supplierNavigation ul li ul li a{
	display: block;
	padding: 3px 10px;
	border-bottom: 1px solid #00257b;
	}
table.genericTableStyle {
	margin: 20px 0;
	color: #333;
	border: 1px solid #ccc;
	border-bottom: none;
	border-right: none;
	width: 562px;
	}
table.genericTableStyle th {
	font-size: 1.1em;
	padding: 5px;
	background-color: #5a5b5e;
	color: #fff;
	border-color:#fff;
	}
table.genericTableStyle th a {
	color: #fff;
	text-decoration: underline;
	}
table.genericTableStyle td {
	font-size: 1.1em;
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
.genericTableStyle td a {
	color: #00257b;
	float: left;
	line-height: 23px;
	}
.genericTableStyle td a:hover {
	text-decoration: underline;
	}
.genericTableStyle td input {
	float: left;
	margin-right: 5px;
	}
.oddRow {
	background-color: #f2f2f2;
	}

