﻿*
{
	margin: 0px;
	padding: 0px;
}

html, body
{
	font-family: Verdana, Arial, MS Sans Serif;
	font-size: 9pt;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}
input[type="submit"],input[type="button"]
{
	padding: 2px 16px 2px 16px;
}

img 
{
	border: none;
}

label
{
	font-weight: bold;
	float: left;
	text-align: right;
	padding-right: 4px;
	width: 120px;
}
#divHeader
{
	width: 100%;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #3266cc;
	z-index: 900!important;
	text-align: left;
}

#divHeaderLogo
{
	float: left;
}

/* Footer Styles */
#divFooter
{
	background-color: #3266cc;
	font-size: 8pt;
	line-height: 22px;
	color: #fff;
	width: 100%;
	position: absolute;
	bottom: 0px!important;
	left: 0px;
}

#divFooter div
{
	padding: 2px 4px 2px 4px;
}

/* Main Content */
#divContent
{
	width: 100%;
	height: auto;
	top: 80px;
	bottom: 30px;
	left: 0px;
	padding: 0px;
	position: absolute;
	background-color: #fff;
}

/* Tables */
table.tabularData
{
	border-collapse: collapse;
	width: 95%;
}
table.tabularData td
{
	padding: 3px 4px;
	text-align: left;
	border: 1px solid #aaa;
}
table.tabularData th
{
	background-color: #3266cc; 
	color: #fff;
	padding: 4px;
	text-align: center;
	border: 1px solid #aaa;
}
table.tabularData th img
{
	padding-left: 4px;
}
table.tabularData th a
{
	color: #fff;
	text-decoration: none;
}
table.tabularData th a:hover
{
	text-decoration: underline;
}
.Left
{
	text-align: left!important;
}
.Right
{
	text-align: right!important;
}
.Center
{
	text-align: center!important;
}
/**/
#SortableTable_info,
#SortableTable_filter
{
	text-align: right;
	width: 95%;
	padding: 4px 10px 4px 0px;
}
#FilterContainer
{
	position: fixed;
	top: 100px;
	left: 20px;
	width: 170px;
	padding: 0px 0px 4px 0px;
	text-align: center;
	border: 1px solid #888;
}
#FilterContainer h1
{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 4px;
	background-color: #3266cc;
}
#FilterContainer div
{
	padding: 4px;
	text-align: left;
}
#FilterContainer input[type="button"]
{
	margin-top: 10px;
}
#FilterContainer h2
{
	font-size: 11px;
	color: #555;
	font-weight: bold;
	border-bottom: 2px solid #555;
	margin-bottom: 4px;
}
#FilterContainer select
{
	width: 90%;
}

#ResultsContainer
{
	position: absolute;
	width: auto;
	top: 20px;
	left: 210px;
	right: 10px;
	bottom: 0px;
	overflow: auto;
}
/**/
#dialog
{
	height: 300px;
	width: 400px;
	background-color: #efefef;
	padding: 0px;
}
/**/
#ImpersonateAgentContainer
{
	position: absolute;
	top: 40px;
	right: 30px;
	color: #fff;
}
#ImpersonateAgentContainer label
{
	padding-top: 6px;
}

.even 
{
	background-color: #e0e0e0;
}

.error
{
	background-color: #f00;
	border: 1px solid #f00;
	font-weight: bold;
	padding: 1px 4px;
	color: #fff;
}
.invalid
{
	border: 1px solid #f00;
}

.MessageLeft
{
	width: 100%;
	float: left;
	font-weight: bold;
}
.dataTables_processing
{
	float: left;
	width: auto!important;
	text-align: left;
}
.ui-widget-overlay
{
	overflow: hidden!important;
	height: 100%!important;
	width: 100%!important;
	margin: 0px!important;
	padding: 0px!important;
}

.readonlyInput
{
	float: left;
	display: inline-block;
	margin-left: 8px;
}
.error
{
	z-index: 1100!important;
}

.ui-icon-carat-2-n-s
{
	display: none !important;
}
.ui-icon-triangle-1-s
{
	background-image: url("../Images/sort_down.png")!important;
	background-position: 0px 0px!important;
}
.ui-icon-triangle-1-n
{
	background-image: url("../Images/sort_up.png")!important;
	background-position: 0px 0px!important;
}
.ui-state-default
{
	background-image: none!important;
}
.css_right
{
	float: right;
	display: block;
}
.DataTables_sort_wrapper
{
	cursor: pointer;
	font-weight: bold;
}
.DataTables_sort_wrapper:hover
{
	text-decoration: underline;
	cursor: pointer;
}
.noSort .DataTables_sort_wrapper,
.noSort .DataTables_sort_wrapper:hover
{
	text-decoration: none;
	cursor:default;
}
.ui-widget-header
{
	padding: 0px;
	margin: 0px;
	background-color: #fff!important;
	border: none!important;
}

.errorForm #divContent
{
	overflow: hidden;
}

.errorForm #divHeader
{
	height: 80px;
}

#divHeader SPAN
{
	color: #fff;
	cursor: default;
}

#divHeader .headerAgency
{
	line-height: 24px;
	font-size: 12pt;
	font-style: italic;	
}

.fixedWidthContainer
{
	width: 1018px!important;
	min-height: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	text-align: left;
	position: relative;
	background-color: #fff;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
}

.headerAgency #divHeaderData
{
	font-size: 12pt;
	font-style: italic;
	line-height: 24px;
}

.pageTitle
{
	margin-left: 16px;
	margin-top: 16px;
	padding-bottom: 6px;
	margin-bottom: 2px;
}

.pageTitle H1
{
	cursor: default;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}

.pageSection
{
	float: left;
	clear: left;
	width: 100%;
	margin-top: 16px;
	margin-left: 32px;
}