@charset "utf-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
}
a img{
	border:0px;
}
table td
{
	text-align:left;
}
body
{
	background-color:#E6E6E6;
	font-size:12px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}

label
{
	font-weight:bold;
}
table.form-tbl td
{
	padding:3px;
}
.admin-menu-link{
	font-size:13px;
	color:#ffffff;
}
p { }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }

img{
	border:0px;
}
a{
	text-decoration:none;
}
ul{
		padding-left:20px;
}
li{
	list-style-position:inside;
	
}

.body_copy { color: #666; font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; line-height: 22px; }
.body_bold { color: #d61921; font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; line-height: 22px; }
.body_copy_small { color: #666; font-size: 10px; font-weight:bold; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 16px; }
.body A:link { color: #666; font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 16px; text-decoration: none; }
.body A:visited { color: #666; font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 16px; text-decoration: none; }
.body A:hover { color: #d61921; font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 16px; text-decoration: none; }
.body A:active { color: #666; font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 16px; text-decoration: none; }
.body_copy_admin A{ color:#FFFFFF; text-decoration:none; }

.grid-table td{
	padding:4px;
}

.bordered-bg-row{
	background-color:#EAE8E5;
	border:1px solid #C7C6C3;
	margin:2px 0px;
}

.admin-page-title{
	font-size:18px;
	color:#000000;
	padding:5px 12px;
	background-image:url(../images/page-title-bg.gif);
	background-repeat:repeat-x; 
	margin-bottom:10px;
	border:1px solid #cccccc;
	line-height:18px;
	text-transform:capitalize;
}

.red-text A{
	font-weight:bold;
	color:#CC0000;
}
.form-tbl td
{
	padding:3px;
}
td.button-row
{
	border-top:1px solid #C7C6C3;
	padding-top:10px !important;
}
td.projtitle
{
font-family:arial;
size:13pt;
font-weight:bolder;
color:#333333;
text-align:left;
padding-left:10px;
}