
#bulkMailTable TR,
#editListingTable TR
{
	border-top-style : none;
	border-width : 1px;
	border-color : #000;
}

#bulkMailTable TH,
#editListingTable TH
{
	text-align : right;
	width : 20%;
	padding-right : 10px;
}

#editCreditsForm INPUT,
#editCreditsForm SELECT,
#editListingForm INPUT,
#editListingForm SELECT
{
	font-size : 12px;
}

#editListingForm TD
{
	font-size : 12px;
}

#viewListingTable,
#editCreditsTable,
#purchaseTable,
#agencyList,
#pendingReport,
#narrativeReport
{
	width : 100%;
	margin : 20px;
	border-style : solid;
	border-width : 1px;
	border-color : #000;
}

#viewListingTable TR
{
	border-style : solid;
	border-width : 1px;
	border-color : #000;
	cursor : pointer;
}

#editCreditsTable TR
{
	cursor : inherit;
}

#narrativeReport TH
{
	white-space : nowrap;
	padding : 0px 5px;
}

#viewListingTable TD,
#agencyList TD,
#pendingReport TD,
#narrativeReport TD
{
	border-top-style : solid;
	border-bottom-style : solid;
	border-width : 1px;
	border-color : #000;
	padding : 0px 5px;
}

#agentMenuTable,
#adminMenuTable
{
	width : 100%;
	margin : 5px 5px;
	border-style : groove;
	border-color : #ccc;
	border-width : 3px;
	background : #ff9501;
}

#agentMenuTable A,
#adminMenuTable A,
#agentMenuTable A:active,
#adminMenuTable A:active,
#agentMenuTable A:hover,
#adminMenuTable A:hover,
#agentMenuTable A:visited,
#adminMenuTable A:visited
{
	text-decoration : none;
	color : #000;
}

#agentMenuTable TD,
#adminMenuTable TD
{
	font-weight : bold;
	text-align : center;
	padding: 2px 5px;
	border-left-style : groove;
	border-right-style : groove;
	border-color : #ccc;
	border-width : 3px;
}

#purchaseTable TR
{
	border-top-style : none;
	border-width : 1px;
	border-color : #000;
}

#purchaseTable TD
{
	padding-left : 10px;
}

#contentContainer
{
	padding-left : 25px;
}

#amountTotal {
	font-size : 14px;
	font-weight : bold;
}

#reportTable TH {
	text-align : center;
}
#reportTable TD {
	padding :0px 5px;
}

.active_row
{
	background : #ccc;
	cursor : pointer;
}
.inactive_row
{
	background : transparent;
	cursor : pointer;
}

#result_nav_row
{
}

#admin_edit_table TH
{
	/*color: #fff;*/
	text-align : right;
	padding-right: 5px;
}

#admin_list_table,
#admin_filter_table
{
	border : solid 2px #000;
	background : #eee;
	margin : 5px 2px;
	width : 100%;
	color: #000;
}

#admin_list_table TH
{
	border-bottom : double 3px #000;
	cursor : pointer;
	text-align : left;
}
#admin_list_table TD
{
	font-size : 14px;
}

#filter_filler
{
	width: 90%;
}

