a:link, a:visited, a:active, a:hover {
	text-decoration: underline;
	color: #4242D7;
}
a:active, a:hover {
	text-decoration: none;
}
form {
	padding: 0px;
	margin: 0px;
}
div.rayLfMain {
	width: 200px;
	height: 100px;
	position: relative;
	
	border: 1px solid silver;
	background-color: #f6f6f6;
	
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333333;
}
div.rayLfHeader {
	width: 200px;
	height: 20px;
	position: relative;
	border-bottom: 1px solid silver;
	
	line-height: 20px;
	text-indent: 5px;
	font-weight: bold;
	overflow: hidden;
}
div.rayLfTable {
	width: 200px;
	position: relative;
}
div.rayLfTableContent {
	padding: 5px;
	position: relative;
}
div.rayLfCellL, div.rayLfCellR {
	width: 127px;
	padding: 2px; 0px;
	position: relative;
	float: left;

	line-height: 19px;
}
div.rayLfCellR {
	width: 55px;
	height: 19px;

	line-height: 19px;
	text-align: center;
}
div.rayLfCellL input.rayLfText {
	width: 125px;
	font-size: 11px;
}
div.rayLfCellL input.rayLfCheckbox {
	margin: 0px 3px 0px 0px;
}
div.rayLfCellR input.rayLfButton {
	font-size: 11px; 
}
div#rayLfGlobal {
	display: none;
}