/********** Wrapper Cells **********/
.WPleftnav { /* = | - | - */
	padding:0px 0px 0px 0px;
	vertical-align:top;
	width:30%;
	background-color:#FFF2EB;
	border-left:solid 7px #FFFFFF;
	border-right:solid 7px #FFFFFF;
}
.WPcontentMiddle { /* - | = | - */
	padding:0px 7px 0px 7px;
	vertical-align:top;
	width:40%;
}
.WPrightNav { /* - | - | = */
	padding:0px 0px 0px 6px;
	border-left:solid 1px #CCCCCC;
	vertical-align:top;
	width:30%;
}
.WPcontentNoRN { /* - | =  = */
	padding:0px 7px 0px 7px;
	vertical-align:top;
	width:70%;
}
.WPcontentFull { /* =  =  = */
	padding:7px 7px 7px 7px;
	vertical-align:top;
	width:100%;
}

.WPbreadcrumb {
	padding:7px 0px 7px 9px;
	vertical-align:top;
	text-align:left;
}
.WPbreadcrumb a:link, .WPbreadcrumb a:visited {
	color:#000000;
}
.WPbreadcrumb a:hover {
	color:#CC0000;
}
.WPfooter {
	padding:7px 7px 7px 7px;
	vertical-align:top;
	background-color:#000000;
	color:#FFFFFF;
	font-size:10px;
}
.WPfooter a:link, .WPfooter a:visited {
	color:#FFFFFF;
	font-size:10px;	
}
.WPfooter a:hover, .WPfooter a:active {
	color:#CCCCCC;
	font-size:10px;	
}
.WPpageNavigation {
	padding:7px;
	vertical-align:bottom;
	color:#CC0000;
	font-size:11px;
	text-align:right;
	font-weight:bold;
}

/********** Right Nav **********/
.RNcell {
	padding-bottom: 7px;
}
.RNhdr {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding: 5px 7px 5px 7px;
	background-color:#CC0000;
}
.RNhdrRedLt {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding: 5px 7px 5px 7px;
	background-color:#FF3333;
}
.RNbody {
	padding: 7px;
	background-color:#FFF2EB;
	color:#000000;
	text-align:left;
}
.RNlist {
	list-style: none;
	margin:0px;
	padding:0px;
}
.RNlist li {
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	padding:1px 0px 1px 10px;
	background-image:url(/img/common/bullet_arrow_red.gif);
	background-repeat:no-repeat;
	background-position:left 5px; /* top-align should be approx half of bullet height + padding-top (3+2) */
}
.RNlist a:link, .RNlist a:visited {
	color:#000000;
	font-weight:bold;
}
.RNlist a:hover, .RNlist a:active {
	color:#CC0000;
	font-weight:bold;
}
select.RNdropdown { /* for droplists with constrained widths, eg. rightnavs */
	font-size:9px;
	color:#000000;
	width:117px;
	font-family: Tahoma;
}
/********** Left Nav **********/
.LNBgrd {
	background-color:#CC0000;
	padding: 20px 12px 20px 12px;
	background-image:url(/img/common/ln_logo_clover.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.LNseparator { /* This sets the height below the leftnav login links */
	padding-top:35px;
}
.LNhdr, .LNhdr a:link, .LNhdr a:visited {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.LNhdr a:hover, .LNhdr a:active {
	color:#CCCCCC;
}
/* used for the main menus on leftnavs */
.LNlist {
	list-style: none;
	margin:0px;
	padding:0px;
}
.LNlist li {
	font-size:11px;
	text-align:left;
	padding:2px 0px 2px 10px; /* this controls spacing around links - padding-left should be bullet width (8) + 2 */
	background-image:url(images/common/bullet_arrow_red.gif);
	background-repeat:no-repeat;
	background-position:left 5px; /* top-align should be approx half of bullet height + padding-top (3+2) */
}
.LNlist a:link, .LNlist a:visited {
	color:#CC0000;
	font-size:11px;
	font-weight:normal;
}
.LNlist a:hover, .LNlist a:active {
	color:#990000;
	font-size:11px;
	font-weight:normal;	
}
/* used for the submenus on leftnavs, eg. in DBSAM About Us */
.LNlistChild { 
	list-style: none;
	margin:0px;
	padding:0px;
}
.LNlistChild li {
	font-size:11px;
	text-align:left;
	padding-left:10px; /* padding-left should be bullet width (8) + 2 */
	background-image:url(/img/common/bullet_dot_white.gif);
	background-repeat:no-repeat;
	background-position:left 3px; /* top-align should be approx half of bullet height (7) */
}
.LNlistChild a:link, .LNlistChild a:visited {
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
}
.LNlistChild a:hover, .LNlistChild a:active {
	color:#CCCCCC;
	font-size:11px;
	font-weight:normal;	
}

/********** Top Nav **********/
.TNlogo {
	padding:7px 0px 7px 12px;
	vertical-align:top;
	background-color:#000000;
}
.TNSearchBar {
	color:#666666;
	font-size:10px;
	font-weight:normal;
	background-color:#E7E7E7;
	padding:7px 7px 6px 10px; /* padding-bottom less 1px cos theres a 1px spacer there */
	vertical-align:middle;
}
.TNSearchBar a:link, .TNSearchBar a:visited {
	color:#FFFFFF;
	font-size:11px;	
	font-weight:normal;
}
.TNSearchBar a:hover, .TNSearchBar a:active {
	color:#CCCCCC;
	font-size:11px;	
	font-weight:normal;
}
/* Links under search bar */
.TNLinks {
	background-color:#000000;
	padding:5px 7px 5px 2px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	border-right:solid 1px #FFFFFF;
}
.TNLinks a:link, .TNLinks a:visited {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
.TNLinks a:hover, .TNLinks a:active {
	color:#CCCCCC;
	font-size:11px;
	font-weight:bold;	
}

/********** Footer **********/
.FTHorizontalBar {
	background-color:#CC0000;
}

/********** Breadcrumbs **********//* See WPbreadcrumb for style control of breadcrumb links */
.BCcurrent {
	font-weight:bold;
}