@import "tabs.css";
@import "tables.css";
@import "ContentBoxes.css";
@import "forms.css";
@import "balloontip.css";

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML Tags 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

html, body {
	height: 100%;
}


	html.use_scroll_wrapper {
		overflow: hidden;
	}


body {
	margin: 0px;
	background-color: #FFFFFF;
	color: #050505;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
}

p {
	margin: 10px 0;
}

	p.no-padding-no-margin {
		padding: 0;
		margin: 0;
	}

hr {
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border: 0;
	margin: auto;
	margin-bottom: 10px;
	width: 97%;
}

.requiredfield {
	color: #ff9933;
	font-weight: bold;
}

blockquote {
	padding: 0 0 0 12px;
	margin: 12px 0 0 0;
	background: url(../images/theme/elements/bg-quote.gif) no-repeat;
}

	blockquote p {
		margin: 2px 0;
	}

cite {
	font-size: .85em;
	margin: 0;
	padding: 0 0 0 6px;
}

fieldset {
	padding: 15px;
}

legend {
	color: #333333;
	padding: 5px 3px 10px 3px;
}

right {
	text-align: right;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

/* Scrolling div */
div.scroll {
	height: 100px;
	width: 790px;
	overflow: auto;
	border: 0px solid #666;
	padding: 0px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Headings 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


h1, h2, h3, h4, h5, H6 {
	font-size: 14px;
	font-family: Arial;
	line-height: 1.1em;
	margin: 5px 0;
	padding-left: 0px;
	padding-top: 5px;
	color: #000000;
}



h1 {
	margin-bottom: 0;
}

h1, h2 {
	margin-top: 0px;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

	h3.small {
		font-size: 1.2em;
	}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
	margin-top: 0px;
}

h4.white {
	color: White;
}

abbr, acronym, span.abbr {
	border-bottom: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Links

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a.h1:link {
	text-decoration: underline;
}

a.h1:hover {
	text-decoration: underline;
	color: #284361;
}

a:link, a:active {
	color: blue; /* #BF344F*/
	text-decoration: none;
}

a:visited {
	color: blue; /* #BF344F*/
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #284361;
}

/* ---------------------------------------------------------------------- */

#loggedIn {
	background-color: #FFF;
	color: #333;
	border: 1px solid #818181;
	filter: alpha(opacity=95); /* ie */
	-moz-opacity: .9; /* mozilla */
	margin-top: -75px;
	margin-left: -165px;
	float: right;
	padding: 10px;
	border: solid 1px #818181;
	border-top: solid 1px #818181;
	font-weight: bold;
	width: 350px;
	height: 75px;
	display: inline;
	z-index: 100;
	position: absolute;
}


a.divLoggedIn:link {
	color: #284361;
	text-decoration: none;
	font-weight: normal;
}

a.divLoggedIn:visited {
	color: #284361;
	text-decoration: none;
	font-weight: normal;
}

a.divLoggedIn:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #284361;
}

a.divLoggedIn:active {
	color: #284361;
	font-weight: normal;
}

a.advertise:link, a.advertise:visited {
	margin-top: -10px;
	text-decoration: none;
	color: #284361;
}

a.advertise:hover {
	color: #284361;
	text-decoration: underline;
}


/* Navigation Background images */
.Navbtn {
	/*background-image: url(../../../resources/images/BGButton2.gif);*/
	border: 1px solid black;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: rgb(99,99,99);
	height: 25px;
	position: relative;
	background-repeat: no-repeat;
}

.NavbtnCurrent {
	background-image: url(../../../resources/images/BGButtonSelected2.gif);
	height: 30px;
	position: relative;
	background-repeat: no-repeat;
}

.Navbtn:hover {
	background-color: rgb(119,119,119);
}

.Navbtn a {
	font-family: Calibri;
	font-size: 16px;
	color: White;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

	.Navbtn a.current {
		font-family: Calibri;
		font-size: 16px;
		color: White;
		font-weight: bold;
		text-decoration: none;
	}

.NavbtnCurrent a:hover {
	cursor: default;
}

.NavbtnCurrent a {
	font-family: Calibri;
	font-size: 16px;
	color: White;
	font-weight: bold;
	text-decoration: none;
}

	.NavbtnCurrent a.current {
		font-family: Calibri;
		font-size: 16px;
		color: White;
		font-weight: bold;
		text-decoration: none;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Misc

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.txterr {
	font-family: Arial;
	font-size: 12px;
	color: Red;
	font-weight: bold;
}

.button {
	font-family: Arial;
	font-size: 12px;
}

.buttonfixedsize {
	font-family: Arial;
	font-size: 12px;
	width: 200px;
}

.buttonfixedsizesmall {
	font-family: Arial;
	font-size: 12px;
	width: 100px;
}

.bigbuttons {
	font-family: Arial;
	font-size: 12px;
	Height: 40px;
	word-wrap: break-word;
}

.Left {
	margin-left: 50px;
}

.clear {
	clear: both;
}

.Required {
	color: #BF344F;
}

.Required_bg {
	padding: 5px 0 0 0;
}

.contentBox {
	background-color: White;
}

#bottom {
	position: fixed;
	bottom: 0;
	left: 15px;
	right: 15px;
	height: 15px;
	background: #e6efea;
	border: solid 1px #818181;
	border-bottom: 0px;
	z-index: -3;
	padding: 3px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Images

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.photo-border {
	border: 1px solid #cecece;
	padding: 2px;
	background: #d9d9d9 url(resources/images/theme/elements/bg-photo.png) top repeat-x;
	margin-bottom: 5px;
	display: block;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Wrappers and Containers

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



#loggedIn ul {
	text-align: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	font-weight: bold;
}

#loggedIn li {
	margin-top: 20px;
	display: inline;
	border-right: solid 1px #818181;
}

#loggedIn ul li a {
	text-decoration: none;
	margin: 4px;
	padding: 5px 5px 5px 5px;
	color: #284361;
}

	#loggedIn ul li a:hover {
		color: #284361;
		text-decoration: underline;
	}



#indent1 {
	width: 414px;
	float: left;
	border-right: #d9d9d9 1px dotted;
	padding-right: 20px;
}

#indent2 {
	width: 247px;
	margin-left: 19px;
	float: left;
	position: absolute;
}





#Nav ul {
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
}

#Nav li {
	margin-top: 20px;
	display: inline;
	border-right: solid 1px #818181;
}

#Nav ul li a {
	text-decoration: none;
	margin: 4px;
	padding: 5px 5px 5px 5px;
	color: #284361;
}

	#Nav ul li a:hover {
		color: #284361;
		text-decoration: underline;
	}




#NavBar {
	float: left; /* float left for right navigation */
	width: 160px;
}


.ajaxdivupdate {
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 40%;
	background-color: #E5FFEB;
	padding: 20px 20px 20px 20px;
	border: solid 1px #A8FFBD;
}


#ValidationErrors {
	background-color: #FFE5F9;
	padding: 5px;
	border: solid 1px #FFB3EC;
	width: 98%;
}

#SucessPanel {
	background-color: #E5FFEB;
	padding: 10px;
	border: solid 1px #A8FFBD;
	width: 98%;
}

#WarningPanel, .WarningPanel {
	background-color: #ffe196;
	padding: 10px;
	border: solid 1px #ff9e47;
	width: 98%;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Lists 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul.bullets li {
	list-style-image: url(../../images/bullet.gif);
	margin-left: -20px;
}

ul.ErrorBullets li {
	margin-top: 5px;
	vertical-align: text-bottom;
	list-style-image: url(../../images/icons/cancel_16.png);
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Footer-Sub

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align: center;
	padding: .1em 0 2em 0;
	position: relative;
	font-size: .8em;
	color: #999999;
}

	#footer-sub ul {
		margin: 0;
		padding: 0;
	}

	#footer-sub li {
		display: inline;
		list-style: none;
		padding: 0 0.5em 0 0;
		background: none;
	}

	#footer-sub a:link, #footer-sub a:visited {
		text-decoration: underline;
		color: #999999;
	}

	#footer-sub a:hover {
		color: #666666;
		text-decoration: none;
	}

#footer-sub {
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align: center;
	padding: .1em 0 2em 0;
	position: relative;
	font-size: .8em;
	color: #999999;
}

	#footer-sub ul {
		margin: 0;
		padding: 0;
	}

	#footer-sub li {
		display: inline;
		list-style: none;
		padding: 0 1em 0 0;
		background: none;
	}

	#footer-sub a:link, #footer-sub a:visited {
		text-decoration: underline;
		color: #999999;
	}

	#footer-sub a:hover {
		color: #666666;
		text-decoration: none;
	}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	
	Rounded Corners

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.module {
	padding: 0 0 0 0;
}

.module-with-border {
	padding: 0 0 0 0;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

.module-header a:link {
	color: #000000;
	text-decoration: none;
}

.module-header a:visited {
	color: #000000;
	text-decoration: none;
}

.module-header a:hover {
	text-decoration: underline;
}

.module-header a:active {
	color: #000000;
}



td.module-content,
div.module-content {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

	td.module-content td:not(#tdSubNav) {
		padding: 2px 2px 2px 2px;
	}

/* nested table style within the content */
.module-content-innertable {
	border-collapse: collapse;
}

	.module-content-innertable td {
		border-right: 1px solid #ece9d8;
		border-left: 1px solid #ece9d8;
		border-bottom: 1px solid #ece9d8;
		border-collapse: collapse;
	}

.module-content-innertable-totalrow {
	background-color: #eeeeef;
}


/* end nested table style within the content */
.module-header {
	white-space: nowrap;
	color: #ffffff;
	font-family: Arial;
	/*background-image: url(../../images/module-header-bkg.gif);*/
	background-image: url(../../images/module-header-bkg-new.jpg);
	background-repeat: repeat;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
}

.module-corner-left {
	background-image: url(../../images/module-corner-left.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 22px;
	float: left;
}

.module-corner-right {
	background-image: url(../../images/module-corner-right.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 22px;
	float: right;
}

.module-header-innerheader {
	white-space: nowrap;
	color: #000000;
	font-family: Arial;
	background-image: url(../../images/module-header-bkg-new.gif);
	background-repeat: repeat;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-left: 10px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Headers

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
td.header {
	color: #000;
	padding: 5px;
	background-color: #fefaea;
	font-weight: bold;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

td.headerbottom {
	color: #000;
	padding: 5px;
	background-color: #fefaea;
	font-weight: bold;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

td.headertopbottom {
	color: #000;
	padding: 5px;
	background-color: #fefaea;
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
/*td subheader are used for the sub headers in Nested Tables */
table.subheader {
	font-family: arial;
	font-size: 12px;
	color: #000;
	text-align: left;
	padding: 5px;
	background-color: #eeeeee;
}

/*td nav are used for the td headers */
td.nav {
	background-color: #fefaea;
	text-align: left;
}

tr.naverror, tr.naverror td {
	background-color: #FFE5F9;
}

.datagridheader {
	color: black;
	background-color: #fefaea;
	text-align: center;
	padding: 10px 10px;
}

	.datagridheader td a:link {
		color: #284361;
	}

.datagridalt {
	background-color: #f7f7f7;
}

.datagridpadding {
	padding-right: 100px;
	padding-left: 100px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Report Styles

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.reportheader {
	font-family: Arial;
	font-size: 12px;
	color: black;
}

.reportheaderwithcolor {
	background-color: #749bbc;
	font-weight: bold;
	color: White;
}

.reportheader td {
}

.reportinnertable {
	border-collapse: collapse;
	font-family: Arial;
	font-size: 12px;
	background-color: #ffffff;
}

	.reportinnertable td {
		border-right: 1px solid #ece9d8;
		border-left: 1px solid #ece9d8;
		border-bottom: 1px solid #ece9d8;
		vertical-align: top;
	}

.reportinnertabletotalrow {
	background-color: #eeeeef;
}

.reportinnertableheader {
	font-family: Arial;
	font-size: 12px;
	color: black;
	font-weight: bold;
	background-color: #ffffff;
}

TR.reportalternaterow {
	background-color: #eeeeef;
}

.Grid td {
	padding: 5px 10px;
}


	.Grid td a {
		color: blue;
	}

		.Grid td a:visited {
			color: blue;
		}

		.Grid td a:active {
			color: blue;
		}

.small {
	font-size: 8pt;
	padding-right: 10px;
}

#pageActions {
	float: right;
}

	#pageActions .pageAction {
		cursor: pointer;
	}


	#pageActions input[type=button] + input[type=button],
	#pageActions input[type=submit] + input[type=submit],
	#pageActions input[type=button] + input[type=submit],
	#pageActions input[type=submit] + input[type=button] {
		margin-left: 10px;
	}

/*The container that holds content in the upper right hand side of content*/
input[type=button].pageAction, input[type=submit].pageAction {
	width: 60px;
	height: 60px;
	padding: 15px;
	background-color: transparent;
	border: none;
	transition-property: background-color, border;
	transition-duration: .4s;
	margin: 0;
	margin-top: -5px;
	background-color: none;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: top;
	border: 6px double transparent;
}

	input[type=button].pageAction:hover, input[type=submit].pageAction:hover {
		border: 5px double #fff;
	}

.exportToExcel {
	background-image: url("../../images/actions/xlsxgreen.svg");
}

.reportImg {
	background-image: url('../../images/actions/Report.svg');
}

.document {
	background-image: url("../../images/actions/invoice.svg");
}

input[type=button].exportToExcel:hover, input[type=submit].exportToExcel:hover {
	background-color: green;
}

input[type=button].pageAction.exportToPDF, input[type=submit].pageAction.exportToPDF {
	background-image: url("../../images/actions/PdfSprite.svg");
	background-position: 7px 5px;
}

input[type=button].exportToPDF:hover, input[type=submit].exportToPDF:hover {
	background-color: #f63434;
	background-position: 11px -41px;
	background-size: 60%;
}

.printPage {
	background-image: url("../../images/actions/printBlue2.svg");
}

input[type=button].printPage:hover, input[type=submit].printPage:hover {
	background-color: #2980b9;
}


#systemMessagesWrapper {
	position: fixed;
	top: 30px;
	min-width: 450px;
	max-width: 70%;
	display: none;
	z-index: 999;
}

	#systemMessagesWrapper ul {
		list-style: none;
		list-style-type: none;
	}

	#systemMessageCloser {
	padding: 10px 10px 10px 20px;
	float: right;
	font-weight: bold;
	color: #ccc;
	cursor: pointer;
	display: none;
}

	#systemMessageCloser:hover {
		color: #fff;
	}


#systemMessages {
	display: block;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 18px;
	z-index: 150;
	padding: 10px 30px 10px 40px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

	#systemMessages.error {
		background-color: red;
		border: solid 3px #e14714;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
	}

	#systemMessages.success {
		background-color: green;
		border: solid 2px #ccc;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
	}

	#systemMessages.warning {
		background-color: orange;
		border: solid 2px darkOrange;
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
	}

#modal-background, .modal-background {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: .50;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	z-index: 900;
	overflow: auto;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

#modal-background img, .modal-background img {
	/*spin it*/
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
	z-index: 901;
}

.hidden {
	display: none;
}

.centered {
	text-align: center;
}

.sysMessageHeader {
	display: block;
	font-size: 20px;
	position: relative;
	top: 10px;
	left: 10px;
	margin-bottom: 20px;
}

	.sysMessageHeader:first-letter {
		text-transform: capitalize;
	}

#systemMessages .sysMessTime {
	display: block;
	font-size: 14px;
	margin-top: 2px;
}

.padded {
	padding: 5px;
}