/*$Id: views-list.css,v 1.12.2.1 2009/11/18 20:04:17 merlinofchaos Exp $*/
TABLE.views-entry
{
	border: 1px solid #DDD;
	background-color: #FFFFFF;
	color: #494949;
/*matches garland*/
	/*[disabled]clear:left;*/
/*LTR*/
	width: 111%;
	margin-top: 6px;
}
TABLE.views-entry TBODY
{
	border: none;
}
TABLE.views-entry TD.view-ops
{
	width: 45%;
	text-align: right;
/*LTR*/
	background-color: #EEE;
}
TABLE.views-entry TD.view-name
{
	background-color: #EEE;
}
TABLE.views-entry .description
{
	vertical-align: top;
}
BODY FORM#views-ui-list-views-form
{
	margin: 0 0 1.5em;
}
#views-ui-list-views-form .form-item
{
	padding-right: 1em;
/*LTR*/
	float: left;
/*LTR*/
	margin-top: 0;
	margin-bottom: 0;
}
#edit-order-wrapper
{
	clear: left;
/*LTR*/
}
#edit-views-apply, #edit-views-reset
{
	margin-top: 1.65em;
	float: left;
/*LTR*/
}
.views-entry .advanced-help-link
{
	position: relative;
	top: 2px;
	padding-right: 3px;
/*LTR*/
}
TABLE.view-disabled
{
	color: #999;
}
TABLE.views-entry TD
{
	line-height: 1.4;
	padding-bottom: 10px;
}
TABLE.view-disabled TD
{
	line-height: 1.4;
	padding-bottom: 10px;
	background: none;
}
TABLE.view-enabled TD.view-name, TABLE.view-enabled TD.view-ops, TABLE.view-disabled TD.view-name, TABLE.view-disabled TD.view-ops
{
	line-height: 1.6;
	padding-bottom: 0.3em;
}
TABLE.view-enabled TD.view-name, TABLE.view-enabled TD.view-ops
{
	background: #E4F0F8;
}
