/* css */

div.fw_menu { 
	margin: 0; padding: 0; width: 200px; float: left; 
	margin-top: 70px;
}
div.fw_menu a:link, div.fw_menu a:active, div.fw_menu a:visited, div.fw_menu a:hover,
div.fw_menu a.fw_menu_base:link, div.fw_menu a.fw_menu_base:active, div.fw_menu a.fw_menu_base:visited, div.fw_menu a.fw_menu_base:hover { 
	display: block; padding: 2px 10px; margin: 0;
	font-family: arial, verdana, sans-serif; font-size: 14px; font-weight: bold; 
	color: white;
	text-align: right;
	width: 220px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
}
div.frame>div.fw_menu a, div.frame>div.fw_menu a.fw_menu_base {
	width: 200px;
}
div.fw_menu a:hover {
	background-color: #009900;
	text-decoration: none;
}

a:hover { text-decoration: none; }

div.fw_menu a.fw_menu_active {
	background-color: #005500;
	text-decoration: none;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
}

.fw_body {
	margin: 0; padding: 0 10px 10px 10px;
	/*border: 1px solid gray;*/
	margin-left: 220px;
	margin-top: 70px;
	margin-right: 170px;
}

.triplea {
	/* position: absolute;
	left: 10px;
	bottom: 10px;
	width: 88px;*/
	font: 0px/0px sans-serif;	
}
/* div.frame>.triplea { position: fixed; }*/
.triplea img { margin: 2px 0; }
.triplea a { margin: 0; padding: 0; display: block; }

body>.triplea {
	position: fixed;
}

.hidden { display: none; }
.error { color: red; background-color: yellow; }

div.fw_directlink { float: right; }

.red { color: red; }
.yellow { color: black; background-color: yellow; }

input.failure { background-color: #F66; }
input.passed { background-color: #060; }
input:focus { background-color: white; }

#messageDlg { 
	background-color: black; 
	border: 1px outset; 
	display: hidden; 
	position: absolute; 
	top: 10px; left: 10px; 
	padding: 10px;
}
.fright {
	float: right;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
.b {
	width: 180px;
}
