/**** 
**
** LAYOUT FOR WHITE STYLE WHEN USING VIEWDOCUMENT.ASPX
**
****/

/**********************
**    NAVIGATION    ***
***********************/
/* TOPNAVITEM1 = THE CHOSEN TOP NAVIGATION */
.topNavItem1 a
{
	height: 20px;
	border-bottom: 2px solid #fff; /* CHANGE COLOR: This is the bar between topNav and subNav to hide the white line that appears */
	background-color: #fff; /* CHANGE COLOR: This is the topNav Item that is chosen */
}
/* THE COLOR OF THE CHOSEN TOP NAVIGATION */
.topNavItem1 span
{
	color: #474747;
}


/*** SECOND LEVEL NAVIGATION ***/
/* SUBNAV = THE COLORED BAR CONTAINING THE SECOND LEVEL NAVIGATION */
.subNavOuter 
{
	border-top: 1px none #FFF; /* CHANGE: Set this to 1px none #000; if you dont' have a colored subNav-bar */
	background: url( '../images/fauxcolumn_bg.gif' ) repeat-y; /* CHANGE: Set to #[color] url(../images/black_horisontal_border.gif) repeat-x bottom left; when using a colored subnav */
}
/* SUBNAV A = THE BLOCKS WITH THE SECOND LEVEL NAVIGATION ITEMS */
.subNav a
{ 
	border-top: 1px solid #fff; /* CHANGE COLOR: This is the subNav-items that aren't chosen */
	background-color: #fff; /* CHANGE COLOR: This is the subNav-items that aren't chosen */
}
.centerColumn
{
	margin-top: 0px;
}
.rightColumn
{
	margin-top: 0px;
}
