td
{
	text-align: left;
	vertical-align: top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #515151;
}

a
{
	color: #D62200;
	text-decoration: underline;
}
a:hover
{
	color: #D62200;
	text-decoration: none;
}
.light
{
	color: #666666;
}
a.b
{
	color: #515151;
	font-weight: bold;
	text-decoration: underline;
}
a.b:hover
{
	color: #515151;
	font-weight: bold;
	text-decoration: none;
}
.red
{
	color: #D62200;
	font-weight: normal;
}
a.red
{
	color: #D62200;
	text-decoration: underline;
}
a.red:hover
{
	color: #D62200;
	text-decoration: none;
}
.copy
{
	color: #B5B5B5;
}
a.copy
{
	color: #B5B5B5;
	text-decoration: none;
}
a.copy:hover
{
	color: #B5B5B5;
	text-decoration: underline;
}
.menu
{
	color: #FFFFFF;
	font-weight: bold;
}
a.menu
{
	color: #FFFFFF;
	text-decoration: underline;
}
a.menu:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
.top
{
	color: #6E6E6E;
}
a.top
{
	color: #6E6E6E;
	text-decoration: underline;
}
a.top:hover
{
	color: #6E6E6E;
	text-decoration: none;
}
.search
{
	color: #393939;
}
a.link
{
	color: #515151;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
a.link:hover
{
	color: #515151;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
}

.simple_textbox
{
	border: solid 1px silver;
	height: 20px;
}

.GridFooter
{
	color: #333333;
	background-color: #CCCC99;
}
.GridHeader
{
	font-weight: bold;
	color: activecaption;
	background-color: #ffffff;
}
.GridPager
{
	color: black;
	background-color: #ffffff;
	text-align: center;
}
.GridSelectedItem
{
	font-weight: bold;
	color: activecaption;
	background-color: #ffffff;
}
.GridItem
{
	color: #ECDFBC;
	background-color: #ffffff;
}
.path
{
	color: #A6925A;
}

.SearchStatus
{
	background-color: #CFAB1A;
	color: White;
}

.GridFooter
{
	color: #333333;
	background-color: #CCCC99;
}
.GridHeader
{
	font-weight: bold;
	color: activecaption;
	background-color: #ffffff;
}
.GridPager
{
	color: black;
	background-color: #ffffff;
	text-align: center;
}
.GridSelectedItem
{
	font-weight: bold;
	color: activecaption;
	background-color: #ffffff;
}
.GridItem
{
	color: #ECDFBC;
	background-color: #ffffff;
}

.GridAlternatingItem
{
	color: #BE9936;
	background-color: #E9E9E9;
}

.path
{
	color: #A6925A;
}


.confirm-dialog
{
	background: url(popupimages/bg/dialog24.gif) no-repeat left bottom;
	margin: 0px auto;
	width: 600px;
	padding-top: 14px;
	position: relative;
}
.confirm-dialog .inner
{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 11px;
	background: url(popupimages/bg/dialog24.gif) no-repeat left bottom;
	float: left;
	margin: 0px 0px -20px 0px;
	width: 561px;
	padding-top: 0px;
}
.confirm-dialog .base
{
	border-top: #ddd 1px solid;
	background: url(popupimages/bg/dialog-base.gif) no-repeat left bottom;
	padding-bottom: 4px;
	margin-left: -11px;
	margin-right: -11px;
	padding-top: 4px;
	text-align: center;
}
.confirm-dialog H2
{
	font-weight: bold;
	font-size: 1.25em;
	color: #f60;
	text-align: center;
}
.confirm-dialog input
{
	width: 50px;
}

.confirm-dialog-large
{
	background: url(popupimages/bg/dialog_large.gif) no-repeat left bottom;
	margin: 0px auto;
	width: 800px;
	padding-top: 14px;
	position: relative;
}
.confirm-dialog-large .inner
{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 11px;
	background: url(popupimages/bg/dialog_large.gif) no-repeat left bottom;
	float: left;
	margin: 0px 0px -20px 0px;
	width: 761px;
	padding-top: 0px;
}
.confirm-dialog-large .base
{
	border-top: #ddd 1px solid;
	padding-bottom: 4px;
	margin-left: -8px;
	margin-right: -8px;
	padding-top: 0px;
	text-align: center;
}
.confirm-dialog-large H2
{
	font-weight: bold;
	font-size: 1.25em;
	color: #f60;
	text-align: center;
}
.confirm-dialog-large input
{
	width: 50px;
}

.close
{
	display: block;
	background: url(popupimages/icn/close24.png) no-repeat 0px 0px;
	left: -5px;
	width: 26px;
	text-indent: -1000em;
	position: absolute;
	top: -7px;
	height: 26px;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
table
{
	font-size: 1em;
}

UL.bulletlist {list-style-image: url('Images/bullet_square.gif'); margin-left: 15px; padding: 0 }
UL.bulletlist li {line-height: 14px; margin-bottom: 6px; margin-top: 4px; }