#richFrameLayer {
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	position:fixed;
	z-index:4900;
	padding:0px;
	margin:0px;
}

#richFrame {
	background-color:#fff;
	position:relative;
	z-index:5000;
	padding:0px;
	margin:0px;
}

#richFrame h2 {
	font:bold 11pt arial;
	left:10px;
	top:5px;
	position:relative;
}

#richFrameClose {
	float:right;
	position:relative;
	right:10px;
	top:10px;
	z-index:5001;
}

#richFrame #richFrameContent {
	background-color:#f5f5f5;
	border:solid 1px #ccc;
	position: relative;
	padding:0px;
	overflow:auto;
	z-index:5001;
	overflow-x: hidden;
}

#richFrame #richFramePrintButton {
	position:relative;
	left:1%;
	top:2%;
}

#richFrame #richFrameSendButton {
	position:relative;
	left:1%;
	top:2%;
}

.odd {
	background-color:#fff;
}

.even {
	background-color:#ddd;
}

/*
#reportTable thead tr th a {
	top:0px;
}
*/

#richiFrameLayer {
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	position:fixed;
	z-index:4900;
	padding:0px;
	margin:0px;
}

#richiFrame {
	background-color:#fff;
	position:relative;
	z-index:5000;
	padding:0px;
	margin:0px;
}

#richiFrame h2 {
	font:bold 11pt arial;
	left:10px;
	top:5px;
	position:relative;
}

#richiFrameClose {
	float:right;
	position:relative;
	right:10px;
	top:10px;
	z-index:5001;
}

#richiFrame #richiFrameContent {
	background-color:#f5f5f5;
	border:solid 1px #ccc;
	position: relative;
	padding:0px;
	overflow:auto;
	z-index:5001;
}

#richiFrame #richiFramePrintButton {
	position:relative;
	left:1%;
	top:2%;
}

#richiFrame #richiFrameSendButton {
	position:relative;
	left:1%;
	top:2%;
}

button {
	border:solid 1px #BBBBBB;
	background-color:#F9F9F9;
	position:relative;
	display:inline-block;
	height:25px;
	padding:0px 5px;
	overflow:hidden;
}

button b {
	position:absolute;
	left:-8px;
	bottom:0px;
	border-top:solid 3px #E5E5E5;
	height:13px;
	background-color:#EEEEEE;
	width:130px;
	display:block;
	width:150%;
}

button:hover {
	border-color:#60C0F0;
}

button span {
	position:relative;
	font:10pt arial
}