﻿body {
	font-family:Arial, Sans-Serif;
	font-size:11px;
	color:Black;
}
a { text-decoration:none; font-size:11px; font-weight:bold; }
a:visited {	text-decoration:none; }
a:hover { text-decoration:underline; }
a:visited:hover { text-decoration:underline; }

.rightArrow {
	background: url(../img/rightarrow.gif) no-repeat left;
	vertical-align:bottom;
	width:10px;
	height:10px;
	float:left;
}
.command {
	font-weight:bold;
	color:#0072DF;
	vertical-align:middle;
	padding: 0 0 0 5px;
	float:left;
}
.gridTitle {
	font-size:11px;
	font-weight:bold;
	color:black;
}
.paging {
	font-size:10px;
	color:#686868;
}
.fieldControl {
	width:150px;
	font-size:11px;
}
.fieldLabel {
	font-size:11px;
	font-weight:bold;
	color:#686868;
}
.fieldValue {
	font-size:11px;
	font-weight:bold;
	color:black;
}
.commandButton {
	font-size:10px;
	font-weight:bold;
}
.border {
	border-width: 1px;
	border-color:#999999;
	border-style:dashed;
}
.border_bottom {
	border-width: 0 0 1px 0;
}
.smalltype {
	font-size:11px;
	color:#686868;
}
.operationHeader {
	font-size:18px;
	color:#999999;
	font-weight:bold;
	padding:0 0 10px 0;
}
.gridCell {
	font-size:11px;
	color:#686868;
	font-weight:normal;
}