/* Styles for fourierwavedevice - main classes fb 2004 */




/* Default text all tables */

.TABLE, TD {
	color : #C1CED4;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	
}





/* Default links */

A, A:active, A:hover, A:visited {
	color : #A2CEDC;
	text-decoration: none;
	font-weight: bold;
	font-size : 10px;
}





/* Text for news middle area */

.News {
	font-size : 11px;
	color: #B4C2C8;
	font-weight: normal;
}






/* Headers excluding backgrounds */

.Headers {
	font-size : 11px;
	color: #7AA1AB;
	font-weight: bold;
}






/* Frame styles if utilised */

.frameBluelineTable {
	border : 1px solid;
	border-color : #EFF3F7 #0081B7 #0081B7 #0081B7;
	padding-left : 10px;
	padding-right : 5px;
	padding-top : 20px;
	padding-bottom : 10px;
	width: 100%;
}






/* Local menu for alphabetical country selection if utilised */

.alphMen, .alphMen:active, .alphMen:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.alphMen:hover, .alphMenActive, .alphMenActive:active, .alphMenActive:hover,.alphMenActive:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
}







/* Forms if utilised */

.formLabelTD {
	font-weight: bold;
}
.formInput {
	width: 300px;
}
.formButtonSubmit, .formButtonReset {
	font-weight: bold;	
	color: #A7C000;
	background-color: #1E7061;
}







/* Scrollers for main body and iframes. */

BODY {  
	SCROLLBAR-FACE-COLOR: #204758;
	SCROLLBAR-HIGHLIGHT-COLOR: #42616E; 
	SCROLLBAR-SHADOW-COLOR: #42616E; 
	SCROLLBAR-3DLIGHT-COLOR: #00283B; 
	SCROLLBAR-ARROW-COLOR: #94B5C4; 
	SCROLLBAR-TRACK-COLOR: #42616E; 
	SCROLLBAR-DARKSHADOW-COLOR: #366376;
}
