﻿/* BR structuring and alignments */ 

table {
border:0px;
border-collapse:collapse;

	
}

td {
border:0px;
vertical-align:top;

}

.wrapper {
background-color:#e0b510;	
}

.MainSkinTable { 
 width:990px;
 background-color:#F5F4F0;
 
	
}

.TopPane {
background-image:url(background.gif);
height:47px;
	
}

.LeftPane {
 vertical-align:top;
 width:220px;

	
}


.SolPartMenuHolder {
border-width:0;
padding-left:230px;
text-align:right;
vertical-align:bottom;}

.RightPane {
 vertical-align:top;
 text-align:center;
 width:160px;	
}


.ContentPane {
width:590px;
vertical-align:top;

	
}

/*

.Breadcrumb {
height:20px;
width:590px;
padding-left:20px;
padding-top: 5px;
padding-bottom: 1px;
font-family:Verdana, Arial, sans-serif;
color:dark grey;
font-size:8pt;

	
} */


.BottomPane {
	
}

.contentspacer {
width:10px;
}



