/* DefaultStyle.css should be imported at the beginning of BaseStyle.css */
@import url(DefaultStyle.css);

/* Put your changes below */

body
{
	background: white;  
	color : #000000;
	padding: 0;  
	margin: 0;
	font: 84%/22px Verdana, Arial, sans-serif;
}

a,
a:visited
{
	color: #000000;
}

#OuterContentPane 
{
	padding: 20px 20px 20px 20px;
}

pre
{
	border-left: 2px solid #999999; 
	margin-left: 1.5em;  
	margin-top: 0px;
	padding-left: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	line-height: 100%;
	text-align: justify;
	
}

#pagehead {
	top: 0; 
	left: 0; 
	height: 100;
	margin: 0;
	padding: 0;
	border-bottom: 0px solid #999999;
	background-position: top left;
	background-repeat: no-repeat;
}

#topbar1 {
	background-image: url(/tracking/images/banner.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
}

#topbar2 {
	background-image: url(tracking/images/topbg3.jpg);
	background-repeat: no-repeat;
	background-position: top-left;
	height: 100px;
	width: 100%;
}

#menu 
{
	position: absolute;
	top: 64px; 
	left: 388px; 

	margin:0;
	padding: 0;
	background: #eee none;
	
	background:  white;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0;
	background: #fff none;
}

#menu ul 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li 
{
	border: 1px solid #A9ADB3;
	float: left;
	width: 7em;
	background: #FFFFFF;
	text-align: center;
	color: #000000;
}
	 
#menu a 
{
	color: #000000;
	display: block;
	width: 100%;
	text-decoration: none;
	background: #FFFFFF;
}

#menu a:hover {
	background: #E6E7E9;
}
	
#menu a:visited 
{
	color: #000000;	
}

.ErrorMessage
{
	color: red;
	font-weight: bold;
}

/*
#loginBox
{
	border: 1px solid #999999;
	background:  #F5F5F5;
	padding: 15;
	width: 220px;
	position: absolute; 
	left: 10%;
}

#LoginStatusString
{
/*	border: 1px solid #999999;
	background:  #F5F5F5;*/
	font-weight: bold;
	color: #000000;
	position: absolute;
	top: 4px;
	right: 0%;
	padding-left: 10px;
	padding-right: 8px;
}

#LoginStatusString a
{
	color: #000000;
}
#LoginStatusString a:visited
{
	color: #A9ADB3;
}
#LoginStatusString a:hover
{
	color: #;
}
*/

.PageTitle
{
	font-weight: bold;
	font-size: large;
	color: #000000;
}

.SectionTitle
{
	font-weight: bold;
	font-size: larger;
	color: #000000;
}

.ResultsTable,
.SearchTable
{
	padding: 0;
	margin: 0;
	font-size: 10pt;
}

.ResultsTable td
{
	vertical-align: top;
}

.SearchTable td
{
	vertical-align: middle;
}

.DetailsItem
{
	font-weight: bold;
}

.DetailsTable 
{
	padding: 5px;
	border-collapse: collapse;
	font-size: 10pt;
	border: 1px solid #1E2A6E;
}

.DetailsTable td
{
	border: 1px solid #999999;
	padding: 3px;
}

.DetailsHeader 
{ 
	font-weight: bold; 
	color: black; 
	background: #eee none;
	text-align: center; 
	padding-left: 5px; 
	padding-right: 5px; 
} 

.DetailsCell 
{ 
	padding-left: 3px; 
	padding-right: 10px; 
	border: 1px solid #999999;
} 

.DetailsDateCell 
{
	padding-left: 3px; 
	padding-right: 10px; 
}

.SortCellName 
{ 
	font-weight: bold; 
	color: white; 
	background-color: #000084; 
	border-style: none; 
} 

.CurrentStep 
{ 
	font-weight: bold; 
	color: White; 
}
