/* center tables */
body{
	text-align:center;
font-family:Tahoma,helvetica,arial,sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
background-image: url('../images/bmain.gif');
}

/* new */
table2{
	border-collapse: collapse;
	border: 2px solid #F88B1A;
	background-color: #FFFFFF;
	width:98%;
	height:124px;
	text-align:center;
}

/* center tables */
table{
	margin-left:auto;
margin-right:auto;
}

/* background table */
table.bg{
	background-color:#EBEBEB;
border:2px solid #ffffff;
}

/* new */
table.ne {
	border-collapse: collapse;
	border: 2px solid #F88B1A;
	background-color: #FFFFFF;
	width:700px;
	text-align:center;
}

/* colored foreground table */
table.fg{
border:1px solid #000000;
border-collapse:collapse;
width:100%;
background-color:#ffffcc;
text-align:center;
}

/* non-bordered table - center content */
table.nb{
	width:100%;
text-align:center;
}

/* standard cell - keep alignment to left in case browse forms are very wide */
td{
	font-family:verdana,helvetica,arial,sans-serif;
font-size:10px;
padding:3px;
color:#000000;
vertical-align:top;
}

/* standard cell - keep alignment to left in case browse forms are very wide */
td.head{
	font-weight:bold;
white-space:nowrap;
border-bottom 1px solid #000000;
background-color:#376F6F;
}

/* title cell - keep alignment to left in case browse forms are very wide */
td.title{
	font-weight:bold;
background-color:#000000;
width:100%;
font-family:Arial,helvetica,arial,sans-serif;
font-size:18px;
color:#ffffff;
white-space:nowrap;
text-align:center;
}

/* new */
td.title2{
	font-weight:bold;
background-color:#FFFFFF;
width:30%;
font-family:Arial,helvetica,arial,sans-serif;
font-size:16px;
color:#000000;
white-space:nowrap;
text-align:center;
}

/* new */
td.title3{
	font-weight:bold;
background-color:#FF0000;
width:30%;
font-family:Arial,helvetica,arial,sans-serif;
font-size:16px;
color:#000000;
white-space:nowrap;
text-align:center;
}


/* field label cell */
td.label{
text-align:left;
width:40%;
white-space:nowrap;
font-family:Tahoma,helvetica,arial,sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
}

/* new */
td.label2{
text-align:center;
width:40%;
white-space:nowrap;
font-family:Tahoma,helvetica,arial,sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
}

/* Some field content cells */
td.field{
	text-align:right;
white-space:nowrap;
}

/* link on mouse-over */
A:hover{
	COLOR: white;
BACKGROUND-COLOR: #7f7f7f;
TEXT-DECORATION: none;
}

/* bold - used for column headings in browse tables and bold text */
td.bold{
	font-weight:bold;
white-space:nowrap;
}

/* Some field content cells */
td.row0{
	text-align:right; background-color:#FFFFFF; border-bottom:1px solid #000000; vertical-align:middle;
}

/* Some field content cells */
td.row1{
	text-align:right; background-color:#ffffcc; border-bottom:1px solid #000000; vertical-align:middle;
}

/* errors */
td.error{
	color:#FF0000;
}

/* form elements */
input{
	background-color:#EBEBEB;
}

/* form drop downs */
select{
	background-color:#EBEBEB;
}

/* form test areas */
textarea{
	background-color:#EBEBEB;
}

/* links */
a{
	font-family:Tahoma,helvetica,arial,sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
}

/* links in some browse table cells */
a2{
	font-family:Tahoma,helvetica,arial,sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
}

/* links in some browse table cells */
a.cell{
	font-family:Tahoma,helvetica,arial,sans-serif;font-size:12px;color:#000000;font-weight:bold;
}

/* links in browse table header cells */
a.head{
	font-family:Tahoma,helvetica,arial,sans-serif;font-size:12px;color:#ffffff;font-weight:bold;
}

/* new */
div{
	font-weight:bold;
width:90%;
font-family:Arial,helvetica,arial,sans-serif;
font-size:14px;
color:#FF0000;
}


