/* Cascading Style Sheet for HTML export */

/* MODULE: WEB PRESENTATION */
/* LIGHT BLUE */

/* This stylesheet expects the following HTML structure
		  
Header page:
		table#WpNavigation
			td.wpnavigationleft
				span.wpbreadcrumb
			td.wpnavigationright
			   span.commands
					span.wpcommand
*/

.wpnavigation {
	margin: 0px;	
	padding: 0px;	
	width:  700px;
	height: 3em;
	background-color: white;
	color: blue;
}

.wpnavigation a:link {
	color: grey;
}

.wpnavigation  a:visited {
	color: grey;
}

.wpnavigation  a:hover {
   color: #FFCC66;
}

.wpnavigation  a:active {
	color: #FF3300;
}

.wpnavigationleft {
	text-align : left;
	vertical-align: top;
	width:  90%;
	text-indent: 10px;
}

.wpbreadcrumb {
	font-weight : bold;
	font-size : 11px;
}

.wpnavigationright {
	width: 10%;
	text-align : right;
	vertical-align: top;
	white-space : nowrap;
}

.wpnavigationright .commands {
	margin-right: 20px;
}

.wpcommand {
	font-weight : bold;
	font-size : 11px;
}



