@CHARSET "ISO-8859-1";
body 
{
	color: black;
	font-size: 80%;
	font-family: arial;
	margin:0;
	padding:0;
	overflow:hidden
}

#header { padding: 1em; }
 
#headerbar {
	float:right;
}

#MySplitter {
	border: 5px solid #669;
	min-width: 500px;	/* Splitter can't be too thin ... */
	min-height: 300px;	/* ... or too flat */
	height: 100%;
}
#LeftPane {
	background: #ddf;
	font-size:115%;
	width: 200px;
	min-width: 100px;
	max-width: 500px;
	overflow: auto;		/* Scroll bars appear as needed */
}

#FullPane {				/* full panel */
	background: #ccf;
	height: 100%;		/* Initial height */
	min-height: 200px;	/* Minimum height */
	overflow: auto;	
}
#EmptyPane {			/* Bottom nested in right pane */
	background: #eef;
	height:0px;
	min-height: 0px;
	overflow: auto;
}


#TopPane {				/* Top nested in right pane */
	background: #ccf;
	height: 400px		/* Initial height */
	min-height: 200px;	/* Minimum height */
	overflow: auto;
	padding-left:4px;	
}
#BottomPane {			/* Bottom nested in right pane */
	background: #eef;
	min-height: 0px;
	overflow: auto;
}
 
/* Splitbar styles; these are the default class names */
 
.vsplitbar {
	width: 5px;
	background: #669 url(images/vgrabber.gif) no-repeat center;
}
.vsplitbar:hover, .vsplitbar.active {
	background: #c66 url(images/vgrabber.gif) no-repeat center;
	opacity: 0.7;
	filter: alpha(opacity=70); /* IE */
	background: #c99;
}
.hsplitbar {
	height: 5px;
	background: #669 url(images/hgrabber.gif) no-repeat center;
}
.hsplitbar.active, .hsplitbar:hover {
	background: #c66 url(images/hgrabber.gif) no-repeat center;
}


	
input
{
	font-size:95%;
}

a 
{
	color: black;
}
	
a .visited 
{
	color: black;
}

.HeaderText
{
	font-size: 140%;
	font-weight: bold;
}

.SubHeaderText
{
	font-size: 90%;
	font-weight: bold;

}

table
{
	font-size:100%;
}

.TopHalfDiv
{

}

.MainPageRight
{

	
}


.MainPageLeft
{
	
}

.BottomHalfDiv
{

}


.OutgoingTransportDetails
{
	background-color:#dbe0f7;
	margin-left:2em;
}



.FullDiv
{


}

.TlDetailDiv
{
	background-color:white;
	border:1px black solid;
	width:68.33333333333333em;
	margin-left:6px;
	height:125px;
	overflow:auto;	
}

.EmbeddedCertificates
{
	background-color:white;
	border:1px black solid;
	width:68.33333333333333em;
	margin-left:6px;
	height:125px;
	overflow:auto;	
}

.EmbeddedQualIDs
{
	background-color:white;
	border:1px black solid;
	width:40.0em;
	margin-left:6px;
	height:125px;
	overflow:auto;	
}

.BackgroundLine
{
	background-image: url(/images/weblogoline.jpg);
	width: 100%;
	height:25px;
	background-repeat: repeat-x;	
}

.TrackingLogDetailTable
{
	width:68.33333333333333em;
	Cellspacing: 0;
	cellpadding: 2;
	font:inherit;
	padding:5px;
	
}	

.PageHeader
{
	background-color:#b8bbdf;
	padding-top:1em;
	padding-left:1em;
	padding-bottom:1em;
	height:3.6em;
}




