@charset "utf-8";
/* CSS Document */
/* these styles are used only for the globalNav area at the top of each module */


#globalNav {
	width: 100%;
	height: 25px;
	line-height: 25px;
	background-color: #363636;
	padding-left: 5px;
	text-align: center;
}

	#globalNav a:hover {
		color: #00aeef;
		text-decoration:none;   
	}
	
	#globalNav p.label {
		float: left;
		display: inline;
	}
	
	.globalNavLinks { 
		 color:             #fff;
		 background:        transparent;
		 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
		 font-size:         11px;
		 text-align:		center;
		 padding:           8px 5px 6px 20px;
	}
	.globalNavLinks a:link { 
		 color:             #fff;
		 background:        transparent;
		 text-decoration:   underline;
	} 
	.globalNavLinks a:visited { 
		 color:             #fff;
		 background:        transparent;
		 text-decoration:   underline;
	}
	.globalNavLinks a:hover { 
		 color:             #00aeef;    
		 background:        transparent;
		 text-decoration:   none;
	}