﻿.logListGrid 
{
	margin-top:10px;
	margin-bottom:10px;
}

.dateRangeWrapper
{
	margin-top:10px;
	line-height:2em;
	float:none;
	overflow:hidden;
}

.dateRangeWrapper label,
.dateRangeWrapper input
{
	float:left;
}

.dateRangeWrapper .dateTextBox
{
	width:6em;
}

.dateRangeWrapper .calendarButton
{
}

/* ----------- */

div.logCreateNew
{
	/*margin-left:3em;*/
	margin-top:40px;
}

div.logCreateNew fieldset.formInfo li label:first-child
{
	width: 12em;
}

div.logCreateNew fieldset.formInfo.buttons
{
	margin-left: 12em;
}


/* ----------- */


div.logAdminWrapper fieldset.formWrapper
{
	min-width:160px;
}


div.logSettings fieldset.formInfo li label:first-child
{
	width: 100px;
}

div.logSettings fieldset.buttons
{
	margin-left: 100px;
}

div.logSettings fieldset div.notes
{
	margin-left: 100px;
	width: 250px;
}



div.logInfo fieldset.formInfo li label:first-child
{
	width:150px;
}

div.logInfo fieldset.formInfo li label + label
{
	width:150px;
}

div.logInfo fieldset.buttons
{
	margin-left:150px;
}


.sortAscending
{
	background-image:url(/resources/images/16/arrow-up-gray.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}

.sortDescending
{
	background-image:url(/resources/images/16/arrow-down-gray.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}
