﻿body, textarea, text {
	background: #fff;
	font-size: .75em;
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	color: #696969;
}

.RunReport {
	font-size: .7em;
}

@page {
	size: auto; /* auto is the initial value */
	/* this affects the margin in the printer settings */
	margin: 12mm 8mm 12mm 8mm;
}

a:link {
	color: #356aa0;
	outline: none;
}

a:visited {
	color: #356aa0;
}

a:hover {
	color: #356aa0;
}

a:active {
	color: #00FF00;
}

.aHeading {
	font-size: 1.1em;
	color: #696969;
	text-transform: none;
	font-weight: 600;
	margin-bottom: 0px;
}

	.aHeading:hover {
		color: #356aa0;
		cursor: pointer;
		display: inline-block;
	}

a:hover label, a:visited label, a label {
	text-decoration: underline;
	cursor: pointer;
}

/*.hoverUnderline {
    text-decoration:none;
    padding: 0px 0px 2px 0px;
    display: inline-block;
    vertical-align: middle;
    font-family:Verdana,Arial,sans-serif;
}*/

/*.hoverUnderline:hover {
    text-decoration:underline;
}*/

p {
	margin-bottom: 10px;
	line-height: 1.6em;
}



/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	color: #666666;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}

h1 /* For marketing headers*/ {
	font-size: 2.5em;
	font-weight: 600;
	margin: 0px auto 0px auto;
	/*    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
*/
}

h2 {
	font-size: 1.2em;
	font-weight: 600;
}

h3 {
	font-size: 1.1em;
	font-weight: 600;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

#messageBoard h5 {
	font-size: 1em;
	font-weight: 600;
	color: #356AA0;
	margin: 0px auto 0px auto;
}


h6 {
	font-size: 0.9em;
	font-weight: 600;
	color: #356AA0;
	margin: 0px auto 0px auto;
}



/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
	margin-top: 0px;
}

.yellowMessage {
	color: black;
	background-color: #FFFFC0;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
	width: 960px;
	background-color: #fff;
	margin: 0px auto 0px auto;
	border: 1px solid #496077;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
/*
.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #fff;
    width: 100%;

}*/
.logo {
	display: block;
	float: left;
	text-align: left;
	width: auto;
	margin-left: 0px;
	margin-top: 5px;
}

.header h1 {
	font-weight: 700;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #f9f9f9;
	border: none;
	line-height: 2em;
	font-size: 2em;
}

.main {
	padding: 0px 0px;
	margin: 12px 8px 8px 8px;
}

.leftCol {
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px;
	min-height: 200px;
}

.footer {
	color: #696969;
	padding: 8px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	font-size: .8em;
}

.floatLeft {
	float: left;
	vertical-align: top;
}

.floatRight {
	float: right;
	vertical-align: top;
}

.minimize {
	white-space: nowrap;
	width: 1px;
}


table.tablesorter {
	font-family: Verdana,Arial,sans-serif;
	padding: 0px;
	color: #696969;
	width: 100%;
	/*border-collapse: collapse;*/
}

	table.tablesorter thead tr th, table.tablesorter tfoot tr th {
		background-color: #D0D0D0;
		text-align: left;
	}

	table.tablesorter thead tr .header {
		background-image: url(../images/SortArrowBoth.gif);
		background-repeat: no-repeat;
		background-position: center right;
		cursor: pointer;
		font-weight: bold;
		white-space: nowrap;
		margin: 0px;
		padding: 3px;
		background-color: #D0D0D0;
	}

	table.tablesorter tbody tr:nth-child(even), table.tablesorter2 tbody tr:nth-child(even) {
		background-color: #EFF3FB;
	}

table.tablesorter2 tbody tr:nth-child(2) {
	background-color: #FFF;
}

table.tablesorter2 tbody td:nth-child(1) {
	background-color: #FFF;
}

table.tablesorter tbody tr:nth-child(odd) {
	background-color: #FFF;
}

table.tablesorter tbody tr:hover td {
	background-color: #DAE7F4;
	cursor: pointer;
}

table.tablesorter tbody td {
	padding: 4px;
	vertical-align: top;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/SortArrowAsc.gif);
	background-color: #B9B9B9;
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/SortArrowDesc.gif);
	background-color: #B9B9B9;
}





.tablesorterReport tbody tr:nth-child(odd) {
	background-color: #EFF3FB;
}

.tablesorterReport thead tr th {
	cursor: pointer;
}

.tablesorterReport td, .tablesorterReport thead th {
	border-collapse: collapse;
	border: solid 1px #000;
}

table tr td {
	padding-right: 0px;
}

table tr th {
	background-color: #d0d0d0!important;
	text-align: left!important;
	padding: 3px!important;
}

.BoldBlueReport {
	color: #356AA0;
	font-weight: 900;
	font-size: 1.2em;
}

.Blue {
	color: #356AA0;
}

.BoldBlue {
	color: #356AA0;
	font-weight: 900;
}

.BoldBlueBig {
	color: #356AA0;
	font-weight: 900;
	font-size: 1.3em;
}

.left {
	text-align: left!important;
}

.left-middle {
	text-align: left !important;
    vertical-align: middle !important;
}

.right {
	text-align: right!important;
}

.right-middle {
	text-align: right !important;
    vertical-align: middle !important;
}

.center-middle
{
	text-align: center !important;
    vertical-align: middle !important;
}

.top {
	vertical-align: top;
}

.minWidth160 {
	min-width: 160px;
}

.center {
	text-align: center;
}

.italic {
	font-style: italic;
}

/*form label[for]:after { content: ":"; }  Adds : after Field Name */

/* MENU   
----------------------------------------------------------*/

div.NavigationMenu {
	background-color: #356AA0;
}
/* This block removes the extra space created by aspmenudiv from the Skip Navigation Links in Chrome and Safari.
For more information read http://webaim.org/techniques/skipnav/ 
*/
img[alt='Skip Navigation Links'] {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

div.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}

	div.menu ul li a, div.menu ul li a:visited {
		background-color: #356aa0;
		/*border: 1px #BFCBD6 solid;*/
		color: #dde4ec;
		display: block;
		line-height: 1.2em;
		padding: 4px 15px;
		text-decoration: none;
		white-space: nowrap;
	}


		div.menu ul li a:hover {
			background-color: #bfcbd6;
			color: #465c71;
			text-decoration: none;
		}

		div.menu ul li a:active {
			background-color: #465c71;
			color: #cfdbe6;
			text-decoration: none;
		}

/* Marketing (Landing Pages)  
----------------------------------------------------------*/

div.upper {
	background-color: #DAE7F4;
}

div.lower {
	background-color: #DAE7F4;
}

.tbl-landing-reporting-upper {
	text-align: center;
	width: 100%;
}

.tbl-landing-reporting-middle {
	text-align: center;
	width: 100%;
}

.tbl-landing-reporting-lower {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*background-color: #fff;*/
}

.ahref-marketing {
	text-decoration: none;
	color: #666!important;
}

.ahref-marketing2 {
	color: #356AA0!important;
	text-decoration: none;
}

.ahref-marketing3 {
	color: #356AA0!important;
	text-decoration: none;
}

.shadow {
	width: 300px;
	height: 90px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	-webkit-box-shadow: #B3B3B3 5px 5px 5px;
	-moz-box-shadow: #B3B3B3 5px 5px 5px;
	box-shadow: #B3B3B3 5px 5px 5px;
	background-color: #F9F9F9;
}

/* FAQs  
----------------------------------------------------------*/
.faqQuestion {
	color: #356AA0!important;
	text-decoration: none;
	font-size: 1.1em;
}

.faqAnswer {
	margin-top: 10px;
	margin-left: 20px;
}

.faqTop {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/
/*
fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}
    */
/* MISC  
----------------------------------------------------------*/

.clear {
	clear: both;
}

.title {
	display: block;
	float: left;
	text-align: left;
	width: auto;
}

.loginDisplay {
	font-size: 1em;
	display: block;
	text-align: right;
	padding: 10px;
}

.failureNotification {
	font-size: 1em;
	color: #B52131;
	font-weight: bold;
	font-family: Verdana,Arial,sans-serif;
}

.infoNotification {
	font-size: 1em;
	color: #4F89C5;
	font-weight: bold;
	font-family: Verdana,Arial,sans-serif;
}

.message-red
{
    border: 1px solid #B52131;
    color: #B52131;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
	font-weight: bold;
    margin-bottom: 10px; 
    margin-top: 10px; 
    padding: 8px; 
    width: 98%;
}

.message-info
{
    border: 1px solid #4F89C5;
    color: #4F89C5;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
	font-weight: bold;
    margin-bottom: 10px; 
    margin-top: 10px; 
    padding: 8px; 
    width: 98%;
}

.message-info-cell
{
    border: 1px solid #4F89C5;
    color: #4F89C5;
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
	font-weight: bold;
    margin: 1px; 
    padding-top: 5px;
    height: 98%; 
    width: 98%;
}

.message-info-cell-text
{
    color: #4F89C5;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
	font-weight: bold;
    margin: 1px; 
    padding-top: 10px !important;
    height: 98%; 
    width: 98%;
}

.message-warning-cell
{
    border: 1px solid #ED8A03;
    color: #ED8A03;
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
	font-weight: bold;
    margin: 1px; 
    padding-top: 5px;
    height: 98%; 
    width: 98%;
}

.message-warning-cell-text
{
    color: #ED8A03;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
	font-weight: bold;
    margin: 1px; 
    padding-top: 10px !important;
    height: 98%; 
    width: 98%;
}

.message-error-cell
{
    border: 1px solid #B52131;
    color: #B52131;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
	font-weight: bold;
    margin: 1px;
    padding-top: 5px;
    height: 98%; 
    width: 98%;
}

.message-error-cell-text
{
    color: #B52131;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
	font-weight: bold;
    margin: 1px;
    padding-top: 10px !important;
    height: 98%; 
    width: 98%;
}

.message-normal
{
    border: 1px solid #356AA0;
    color: #356AA0;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
    margin-bottom: 10px; 
    margin-top: 10px; 
    padding: 8px; 
    width: 98%;
}

.message-show
{
    display: normal;
}

.message-hide
{
    display: none;
}

.position-right
{
    float: right;
}

.message-green
{
    border: 1px solid #389F35;
    color: #389F35;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
	font-weight: bold;
    margin-bottom: 10px; 
    margin-top: 10px; 
    padding: 8px; 
    width: 98%;
}

.table-fixed
{
    table-layout: fixed;
    width: 944px;
    border-spacing: 0px;
}

.cell-31
{
    padding-left: 0px;
    width: 31px;
}

.cell-32
{
    padding-left: 0px;
    width: 32px;
}

.border-green
{
    border: 1px solid #389F35;
}

.red {
	color: #B52131;
}

.info
{
    color: #356aa0; 
}

.warning
{
    color: #ffd24a;
}

.green {
	color: #389F35;
}

.bold {
	font-weight: bold;
}

.hidden {
	display: none;
}








/************************************** Form Elements (Select, Textbox, Radio, Checkbox, Label **********************/

/* http://ajaxcontroltoolkit.codeplex.com/SourceControl/latest#Server/AjaxControlToolkit/AjaxFileUpload/AjaxFileUpload.css */

﻿.ajax__fileupload {
	height: 500px!important;
}

.ajax__fileupload_selectFileContainer, .ajax__fileupload_fileItemInfo {
	height: 30px!important;
}

	.ajax__fileupload_selectFileButton, .ajax__fileupload_uploadbutton, .ajax_fileupload_cancelbutton, .ajax__fileupload_fileItemInfo .removeButton {
		background: #356aa0!important;
		-webkit-border-radius: 7px!important;
		-moz-border-radius: 7px!important;
		border-radius: 7px!important;
		color: #dde4ec!important;
		font-size: 12px!important;
		font-family: Verdana,Arial,sans-serif!important;
		text-decoration: none!important;
		vertical-align: middle!important;
		border: 0px!important;
		height: 25px!important;
	}

	.ajax__fileupload_fileItemInfo .removeButton {
		background: #CC3300!important;
	}

.ajax__fileupload_selectFileButton:hover {
	background-color: #000000!important;
	color: #ffffff!important;
}


.ajax__fileupload_dropzone {
	border: dotted 1px #356AA0!important;
	color: #356AA0 !important;
	height: 50px!important;
}

.ajax__fileupload_fileItemInfo {
}

.ajax__fileupload_queueContainer {
}

.ajax__fileupload_footer {
	margin-top: 2px;
	line-height: 25px!important;
	height: 25px!important;
}

input[type=submit], input[type=button], input[type=reset], input[type=button], button[type=button], .dti-link-button
{
	background: #356aa0;
	padding: 5px 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #dde4ec;
	font-size: 12px;
	font-family: Verdana,Arial,sans-serif;
	text-decoration: none;
	vertical-align: middle;
	border: 0px;
	outline: none;
}

input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, button[type=button] {
	background: #bfcbd6;
	color: #333;
	cursor: pointer;
}

input.disable, input.disable:hover {
	background: #d0d0d0!important;
	cursor: default!important;
	color: #000;
}

.text-label {
	font-style: italic;
}

.redButton {
	background: #CC3300!important;
}

	.redButton:hover {
		background: #D66F5E!important;
	}

.greenButton {
	background: #389F35!important;
}

.greenButton:hover {
	background: #ADE4AC!important;
}

.purpleButton {
	background: #5F359F!important;
	color: black;
}

	.purpleButton:hover {
		background: #C2ACE4!important;
		color: black;
	}

input[type=submit]:active, input[type=button]:active, button[type=button] {
	background: #1b435e;
	color: #000;
}

input[type=submit].disabled, 
input[type=reset].disabled, 
input[type=button].disabled,
button[type=button].disabled {
	background: #d0d0d0!important;
	cursor: default!important;
	color: #000;
}


input[type="text"], input[type="password"], input[type="number"], input[type="email"], textarea {
	/*background-color:#C0C0C0;*/
	padding: 3px 5px 3px 5px;
	/*box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;*/
	vertical-align: middle;
	outline: none;
	transition: all 0.50s ease-in-out;
	-o-transition: all 0.50s ease-in-out;
	-webkit-transition: all 0.50s ease-in-out;
	-moz-transition: all 0.50s ease-in-out;
	border: 2px solid #dadada;
	border-radius: 7px;
}

	input[type="text"]:focus, textarea:focus {
		outline: none;
		border-color: #356aa0;
		box-shadow: 0 0 10px #3F4C6B;
	}

	input[type="text"].failedValidation, textarea.failedValidation {
		outline: none;
		border-color: #b19494; /*#a06635; /*#a03535; /*#a03535;*/
	}

	input[type="text"].failedValidation:focus, textarea.failedValidation:focus {
		outline: none;
		border-color: #a03535;
		box-shadow: 0 0 10px #6b3f46;
	}

    .DropDownVio {

    font-family:'Courier New'!important;
}

select, input, button[type=button] {
	/*background-color:#C0C0C0;*/
	margin-left: 0px;
	padding: 3px 5px 3px 5px;
	/*box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;*/
	vertical-align: middle;
	outline: none;
	border: 2px solid #dadada;
	border-radius: 7px;
	font-size: 1.0em;
	color: #696969;
	font-weight: normal;
	font-family: Verdana,Arial,sans-serif!important;
}

	select:focus {
		outline: none;
		transition: all 0.50s ease-in-out;
		-o-transition: all 0.50s ease-in-out;
		-webkit-transition: all 0.50s ease-in-out;
		-moz-transition: all 0.50s ease-in-out;
		border-color: #356aa0;
		box-shadow: 0 0 10px #3F4C6B;
	}

	select.failedValidation {
		outline: none;
		border-color: #b19494; /*#a03535; /*#a03535;*/
	}

	select.failedValidation:focus {
		outline: none;
		border-color: #a03535;
		
		box-shadow: 0 0 10px #6b3f46;
	}


label {
	vertical-align: middle;
	padding: 0px 0px 2px 0px;
	display: inline-block;
}

.label {
	font-family: Verdana,Arial,sans-serif;
	padding: 0px;
	color: #696969;
}

input[type="radio"] {
	/*background-color:#C0C0C0;*/
	/*box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;*/
	vertical-align: middle;
	outline: none;
	transition: all 0.50s ease-in-out;
	-o-transition: all 0.50s ease-in-out;
	-webkit-transition: all 0.50s ease-in-out;
	-moz-transition: all 0.50s ease-in-out;
	border: 2px solid #dadada;
	border-radius: 7px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 5px;
}

input[type='radio'] {
	vertical-align: middle;
	margin-left: 5px;
}

	input[type="radio"]:focus {
		outline: none;
		border-color: #356aa0;
		box-shadow: 0 0 10px #3F4C6B;
	}

input[type="checkbox"] {
	/*background-color:#C0C0C0;*/
	/*box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;*/
	vertical-align: middle;
	outline: none;
	transition: all 0.50s ease-in-out;
	-o-transition: all 0.50s ease-in-out;
	-webkit-transition: all 0.50s ease-in-out;
	-moz-transition: all 0.50s ease-in-out;
	border: 2px solid #dadada;
	border-radius: 7px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	display: inline-block;
}

input[type='checkbox'], label {
	vertical-align: middle;
}

input[type="checkbox"]:focus {
	outline: none;
	border-color: #356aa0;
	box-shadow: 0 0 10px #3F4C6B;
}



textarea {
	font-size: 1.0em;
	font-family: Verdana,Arial,sans-serif;
}

.ui-reportColumns:hover {
	background-color: #356AA0;
	color: white;
	cursor: move;
}

.ui-reportColumns {
	color: #356AA0;
	border: 1px solid #D3D3D3;
}


/*Home Page Charts*/

.chartContainer {
	/*margin-top:-15px;*/
}


#chartContainerid1 {
	float: left;
}

#chartContainerid2 {
	float: left;
	margin-left: 2px;
}

#chartContainerid3 {
	float: left;
	clear: both;
	border: 1px solid black;
	color: red;
	height: 100%;
	min-height: 100%;
	width: auto;
}

#chartContainerid4 {
	float: left;
	border: 1px solid black;
	color: red;
	height: 100%;
	min-height: 100%;
	width: auto;
}

.ddlcontainerclass {
	/*margin-left:774px;*/
	text-align: right;
	margin-top: 0px;
	margin-bottom: -7px;
}


#WelcomeChartContainer {
	margin-left: -33px;
}

.ErrorMessage {
	color: #CC3300;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin-left: 178px;
}




.scrollinglist {
	list-style-type: none;
	display: inline;
}



.welcomeuser {
	font-size: 1.2em;
	font-weight: 600;
	margin-left: 5px;
}


.homeclock {
	margin-right: 5px;
}

.shadowhome {
	width: 180px;
	height: 282px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	-webkit-box-shadow: #B3B3B3 5px 5px 5px;
	-moz-box-shadow: #B3B3B3 5px 5px 5px;
	box-shadow: #B3B3B3 5px 5px 5px;
	background-color: #F9F9F9;
	margin-left: 53px;
}


.shadowheader {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
	border: 1px solid #666666;
	background-color: blue;
	-webkit-box-shadow: #B3B3B3 5px 5px 5px;
	-moz-box-shadow: #B3B3B3 5px 5px 5px;
	box-shadow: #B3B3B3 5px 5px 5px;
	background-color: #DAE7F4;
}

a.morelink {
	text-decoration: none;
	outline: none;
	color: gray;
	font-size: 10px;
	font-style: italic;
}

.morecontent span {
	display: none;
}

.comment {
	width: 400px;
	background-color: #f0f0f0;
	margin: 10px;
}

.link-no-underline {
	text-decoration: none;
	color: gray;
}


.alt-table th td thead {
	font-family: Verdana,Arial,sans-serif;
	padding: 0px;
	color: #696969;
	width: 944px;
}

.alt-table td {
	padding: 8px;
}

.alt-table tr:nth-child(odd) {
	background: #EFF3FB;
}

.alt-table tr:nth-child(even) {
	background: #FFF;
}

.alt-table tr:hover {
	background-color: #DAE7F4;
}

.badcontainer {
	float: left;
	margin-left: 10px;
}

.noticecode {
	width: 73px;
}


.comments {
	width: 170px;
	height: 40px;
}

.badaddrerrorstatus {
	color: #CC3300;
	font-weight: bold;
	font-size: 12px;
}

.badaddrsuccessstatus {
	color: #356AA0;
	font-weight: bold;
	font-size: 12px;
}

.classbordercurve {
	border: 1px solid #B3B3B3;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
	width: 800px;
}


.contact {
	margin-left: 825px;
	font-size: 10px;
}

.shadowmanuals {
	width: 162px;
	height: 54px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	-webkit-box-shadow: #B3B3B3 5px 5px 5px;
	-moz-box-shadow: #B3B3B3 5px 5px 5px;
	box-shadow: #B3B3B3 5px 5px 5px;
	background-color: #F9F9F9;
}

.events {
	width: 301px;
	font-size: 0.9em;
	font-weight: 600;
}

.eventtitle {
	color: #696969;
	font-size: 1.2em;
	font-weight: 600;
}

.manualsheading {
	text-align: center;
	margin-top: -15px;
	font-size: 1.0em;
	color: #356aa0;
	font-weight: 600;
}

.manuals {
	font-size: 0.9em;
	font-weight: 600;
}

.tbl-landing-home-lower {
	margin-left: 256px;
	margin-right: auto;
	text-align: center;
}

.commingsoon {
	margin-left: 187px;
}



.heading1 {
	font-weight: bold;
	font-size: 12px;
	margin-left: 24px;
}

.heading2 {
	font-weight: bold;
	font-size: 12px;
	margin-right: 250px;
}

#firstname {
	text-align: center;
	margin-left: -12px;
	margin-top: 6px;
}

#lastname {
	float: right;
	margin-right: -269px;
	margin-top: -23px;
}

#BusName {
	text-align: center;
	margin-left: 48px;
	margin-top: 6px;
}

#lplate {
	text-align: center;
	margin-left: 20px;
	margin-top: 6px;
}

#lplatestate {
	float: right;
	margin-right: -329px;
	margin-top: -25px;
}

#lplateexp {
	text-align: center;
	margin-top: 7px;
	margin-left: -70px;
}

#vin {
	float: right;
	margin-right: 113px;
	margin-top: 5px;
}

#year {
    float: right;
	margin-right: -146px;
	margin-top: 35px;
}

#amount {
	float: right;
	margin-right: -199px;
	margin-top: -23px;
}

#make {
	text-align: center;
	margin-left: 122px;
    margin-top: 65px;
}

#model {
	float: right;
	margin-right: -270px;
	margin-top: -30px;
}

#color {
	text-align: center;
	margin-top: 5px;
	margin-left: 71px;
}

#divPermitNumber {
	text-align: center;
	margin-left: -128px;
	margin-top: 65px;
}

#permittype {
	text-align: center;
	margin-left: 152px;
}

#permitnumber {
	text-align: center;
	margin-left: 65px;
	margin-top: 7px;
}

#permitexp {
	float: right;
	margin-right: -255px;
	margin-top: -23px;
}

#divvehicle {
	margin-bottom: -88px;
	margin-top: 16px;
	margin-left: -428px;
}


#vehicleform {
	float: left;
}


.divattach {
	display: block;
	padding: 2px;
}

.divCitationAttachements img {
	height: 28px;
	width: 28px;
	margin: 3px;
	z-index: -100;
}

hr.style-one {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

#loadingScreen {
    background: url(/App_Themes/Blue/images/ajax-loader.gif) no-repeat 60px 60px;
    /*padding-left: 25px;*/
    background-position: center;
}

/* hide the close x on the loading screen */
.loadingScreenWindow .ui-dialog-titlebar-close {
    display: none;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

div .ui-datepicker-header
{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}