table.tablesorter {
	margin: 10px 0pt 15px; width: 98%; text-align: left; font-family: arial; font-size: 1.2em;
}
#CategoryCreateTable.lcsTable.tablesorter {
	margin: 10px 0pt 15px; width: 97%; text-align: left; font-family: arial; font-size: 1.2em;
}

.slider-content .spacer{
    float: none;
    margin-left: 0;
    width: 98%;
    margin-bottom: 3%;
}

table.tablesorter thead tr th {
	padding: 8px; border: 1px solid rgb(255, 255, 255); color: black; background-color: rgb(232, 238, 244);
}
table.tablesorter tfoot tr th {
	padding: 8px; border: 1px solid rgb(255, 255, 255); color: black; background-color: rgb(232, 238, 244);
}
table.tablesorter thead tr .header {
	background-position: right; cursor: pointer; background-image: url("bg.gif"); background-repeat: no-repeat;
}
table.tablesorter tbody td {
	padding: 4px; color: rgb(61, 61, 61); vertical-align: middle; background-color: rgb(255, 255, 255);
}
table.tablesorter tbody tr.odd td {
	background-color: rgb(198, 213, 227);
}
table.tablesorter thead tr .headerSortUp {
	background-image: url("asc.gif");
}
table.tablesorter thead tr .headerSortDown {
	background-image: url("desc.gif");
}
table.tablesorter thead tr .headerSortDown {
	background-color: rgb(198, 213, 227);
}
table.tablesorter thead tr .headerSortUp {
	background-color: rgb(198, 213, 227);
}

/* New User Dialog */
#newReportItem {
	/*border-bottom: 1px solid #CCC;*/
	margin-bottom: 24px;
	padding-bottom: 24px;
}
#newReportItem .row {
	margin-bottom: 12px;
	margin-top: 12px;
	width: 100%;
}
	#newReportItem .cell3 {
		width: 99%;
		margin-right: 1%;
		float: left;
	}
	#newReportItem .inner {
		padding-left: 12px;
		padding-right: 12px;
		border: 1px solid #CCC;
		padding-bottom: 12px;
	}
/* Dialog Label*/
#newReportItem h3 {
	margin-bottom: 6px;
}
/* Dialog Input */
#newReportItem input#authorityList {
	width: 99%;
}
#ReportItem input#AssignedToEmail, #ReportItem #CategoryId{
    width: 99% !important;
}
#newReportItem select#Category {
	width: 100%;
	padding: 2px 2px 2px 0;
	margin-top: 12px;
}
	#newReportItem #Category[disabled] {
	   background: #EEE;
	   border: 1px solid #CCC;
	}
	#newReportItem #allCategoriesLabel {
		display: inline;
		font-weight: bold;
		font-size: 14px;
		margin-top: 0;
	}	
	#newReportItem input#userName {
		width: 99%;
	}
	#newReportItem label {
		display: block;
		margin-top: 4px;
	}
    #newReportItem label.error {
        border: none;
        background: none;
    }
	#newReportItem input#validateButton {
		margin-left: 0;
		margin-top: 4px;		
	}
body .ui-dialog {
	background: white;
}
