/*

*
{
	margin: 0;
	padding: 0;
}


body
{
	background: url(/content/images/sce/backinga.jpg) repeat-x;
	font-family: Georgia;
	font-size: 0.9em;
	color: #4c4c4c;
}

ul, li
{
	list-style: none;
}

img
{
	border: 0;
}

table
{
	border-collapse: collapse;
}

p
{
	margin: 3px;
}

.bc_field, .bc_submit
{
	clear: both;
	padding: 5px 0;
}

.bc_field div
{
	float: left;
}

.bc_field label
{
	width: 150px;
	text-align: right;
	font-weight: bold;
	float: left;
	padding-right: 5px;
	line-height: 20px;
}

.clear
{
	clear: both;
}

table.bc_grid, table.bc_grid td, table.bc_grid th
{
	border: dotted 1px #cad3d8;
	padding: 2px 3px;
	border-right-width: 0;
	border-left-width: 0;
}

table.bc_grid, table.bc_grid th, table.bc_grid tr.header td
{
	border-top-width: 0;
}

table.bc_grid tr:hover
{
	background: #cfdff2;
	cursor: pointer;
}

table.bc_grid tr.header, table tr.header:hover
{
	background: #e3ecf5;
	color: #3d596f;
	cursor: default;
	text-align: left;	
}

table.bc_grid th
{
	text-align: left;
}


*/