/* Common classes and id */
.left { float: left; margin: 0px 10px 10px 0px; }
.right { float: right; }
.clear { clear: both; }

div.form-errors
{
	margin: 0px 0px 10px 0px;
}

div.form-errors p.form-error-heading
{
	color: #000;
	font-weight: bold;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}

div.form-errors li
{
	color: #f00;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.th-note, .td-note, .td-heading
{
	font-weight: normal;
	font-style: italic;
}

span.required
{
	color: #f00;
	vertical-align: bottom;
	padding-left: 3px;
	font-size: 150%;
}

p.required-fields
{
	font-weight: bold;
	font-size: 120%;
}

	p.required-fields span
	{
		color: #f00;
		vertical-align: bottom;
		padding-left: 3px;
		font-size: 150%;
	}

ul.radio-check-list
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.radio-check-list li
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

input.cbox
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 20px;
}

ul.radio-check-list li label
{
	margin: 0px 0px 5px 8px;
	padding: 0px;
	white-space: nowrap;
}

p.message
{
	font-size: 118%;
	font-weight: bold;
	background: #9f9;
	padding: 2px 5px;
}


span.message, span.error
{ color: red; }


.table-horizontal
{
	margin-right: 10px;
	background: #f8f8f8;
	clear: left;
}

	.table-horizontal .col-action
	{
		width: 75px;
	}

	.table-horizontal .col-id
	{
		width: 90px;
	}

	.table-horizontal .col-user
	{
		width: 125px;
		background: #eee;
	}

	.table-horizontal .col-related
	{
		width: 200px;
	}

	.table-horizontal th
	{
		background: #e4eeff repeat-x url(/images/bg_admin_th.jpg);
		border-top: #e5eefd 1px solid;
		border-bottom: #376ebe 2px solid;
		border-left: #d0d0d0 1px solid;
		border-right: #d0d0d0 1px solid;
	}

	.table-horizontal thead th, .table-horizontal tfoot th
	{
		padding: 4px 20px 4px 4px;

		/***
		font-size: 90%;
		background-color: #e6EEEE;
		border: 1px solid #FFF;
		***/
	}

	.table-horizontal thead tr .header
	{
		background-image: url(/images/bg.gif);
		background-repeat: no-repeat;
		background-position: right 7px;
		cursor: pointer;
		white-space: nowrap;
	}

	.table-horizontal td
	{
		border-bottom: 1px solid #ccc;
	}

		.table-horizontal td.inactive
		{
			color: #999;
			background: #f8f8f8;
		}

	.table-horizontal td.bottom-row
	{
		border-bottom: 2px solid #666;
	}

	.table-horizontal tbody tr.odd td
	{
		background-color:#F0F0F6;
	}
	.table-horizontal thead tr .headerSortUp
	{
		background-image: url(/images/asc.gif);
	}
	.table-horizontal thead tr .headerSortDown
	{
		background-image: url(/images/desc.gif);
	}
	.table-horizontal thead tr .headerSortDown, .table-horizontal thead tr .headerSortUp
	{
		color: #fff;
		background-color: #408ee0;
	}
