/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-size: 10pt;
	font-family: Verdana, Helvetica, Tahoma;
	color:#000000;
	background-color:#ffffff;
	
}
P
{
	font-family: Verdana, helvetica, Tahoma;
	COLOR: #000000;
	font-size: 8pt;
}
H1
{
	font-family: Verdana, helvetica, Tahoma;
	COLOR: #000000;
	font-size: 12pt;
	font-weight:bold;
}
TD
{
	font-size: 10pt;
	font-family: Verdana, helvetica, Tahoma;		
}
table tr td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:.85em;
}

input.btn {
	background: url(/Portal/images/button_over.gif);
	border:1px solid #b4b09e;
	padding:px;
}

.CAcontent {
	font-weight: normal;
	font-size:10px;
	color:Black;
}
.txtBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#0066CC;
}
.txtBoxSm
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:50px;
	color:#0066CC;}

.field
{
	color: #000000;
	background: #ffffff;
	border: 1px solid #b4b09e;
	width:150px;
}

fieldset 
{
	border: 1px solid #b4b09e;
	padding-left:8px;	
	background: url(box_tan.jpg) repeat-x bottom;
}
legend
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	background: #ffffff;
	padding: 2px 6px
	
}
