body
{
	background-image: url(/Layout/English/images/bg2.gif);
}

TD {
	FONT-SIZE: 10pt; FONT-FAMILY: verdana, arial, helvetica, sans-serif
}
UL {
	FONT-SIZE: 10pt; FONT-FAMILY: verdana, arial, helvetica, sans-serif
}
P {
	FONT-SIZE: 10pt; FONT-FAMILY: verdana, arial, helvetica, sans-serif
}
.small {
	FONT-SIZE: 8pt; FONT-FAMILY: verdana, arial, helvetica, sans-serif
}
H2 {
	FONT-WEIGHT: bold; FONT-SIZE: 18pt; FONT-FAMILY: arial, helvetica, sans-serif
}
H3 {
	FONT-WEIGHT: 700; FONT-SIZE: 12pt; FONT-FAMILY: arial, helvetica, sans-serif
}
a { 
	text-decoration: none; 
}
a:hover { 
	COLOR: #FF0000; text-decoration: underline; 
}
.btn {
	BORDER-RIGHT: 1px outset; BORDER-TOP: 1px outset; FONT-WEIGHT: bold; FONT-SIZE: xx-small; BORDER-LEFT: 1px outset; WIDTH: 60px; CURSOR: pointer; COLOR: white; LINE-HEIGHT: 1; BORDER-BOTTOM: 1px outset; FONT-FAMILY: Verdana; HEIGHT: 18px; BACKGROUND-COLOR: #999999; TEXT-ALIGN: center
}
.buttonDefault {
	height: 22px;
	color: #333333;
	cursor: pointer;
	border: 1px solid #333399;
	background: url( '/layout/english/images/btn_back-silver.gif' ) center;
	margin-top: 5px;
	padding: 1px;
}
.smallRed {
	font-size:smaller;
	color:Red;
}
.boldGreen {
	font-weight:bold;
	color:#006666;
}
/* SEARCH PAGE CLASSES */

.search_label  /* Class for search page labels */
{
	font-weight: bold;
}
.search_box   /* Class for text inputs and select dropdowns */
{
	width: 300px;
	font-family: Verdana;
	font-size: 10pt;
}

.search_help   /* Class for search help text */
{
	font-size: 10px;
}

/* BRIEF REPORT CLASSES */

.report_label   /* Class for Brief Report label - typically a record number td */
{
	font-weight: bold; 
	vertical-align: top; 
	width: 30px;
}
.report_text   /* Typically td that contains bulk of record item */
{
	vertical-align: top;
	width:350px;
}
.edit_cell   /* Table cell that contains edit link */
{
	vertical-align:top;
	padding-left: 10px;
}

.DownloadItem
{
	color:#ff0000;
}

/* FULL DISPLAY CLASSES */

.display_label   /* Typically td that contains field name */
{
	vertical-align: top;
	font-weight: bold;
	width: 100px;
}
.display_text   /* Typically td that contains field value */
{
	vertical-align: top;
}

.nextprev_text 
{
	color: #cccccc;
}

.nextprev_link
{
	/*color: #cccccc;*/
}

#RecordDetails
{
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 20px 0px;
	border-top: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;	
}

