/*@node 131*/
/*These are HTML5 tags. Need to set display value for browsers that don't understand them*/
#sitebar, #sitebaralt, #sidetabs, .printinstruct, #toplayernav li a, #mobilemenu li a, #sectiontabs li a, a.button, input[type="submit"], input[type="button"], 
#toplink, .paginate_div, #rainbow {
	display: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, "Arial Unicode", geneva;
	font-size: 10pt;
	color: #333;
	background-color: #FFF;
}

label {
	display: block;
	margin: 0.5em 0 0;
	clear: left;
	font-weight: bold;
}
input[type="text"],
input[type="email"],
input[type="email_multi"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="tel"],
textarea {
	border: 1px solid #cccccc;
	/*-webkit-border-radius: 2px;
	-moz-border-radius: 2px;*/
	border-radius: 2px;
	padding: 4px 1px;
	margin: 1px;
	width: 75%;
}
select {
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 4px 4px;
	color: #555555;
	display: inline-block;
	font-size: 12px;
	line-height: 2em;
	/*margin-bottom: 4px;*/
	padding: 4px 6px 4px 6px;
	vertical-align: middle;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="email_multi"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #f7b21d;
}

table {/* ie inheritance bug fix */
	font-size: 1em;
	padding: 0; 
	margin: 0;
	border-spacing:0;
	border-collapse:collapse;
	border:0;
	text-align:left;
	/*margin-left:auto; these will make tables center aligned
	margin-right:auto;*/
	empty-cells: show;
}

th {
	text-align: left;
}

table.centered {
	margin-left:auto;
	margin-right:auto;
}

.normaltr {
	background: #FFFFFF;
}
.clicktr {
	background: #DDDDDD;
}
.hovertr {
	background: #EEEEEE;
}

div {
	overflow:auto;
	text-align: left;
}

fieldset {
	border: none;
}

section {
	overflow:auto;
}

h1 {
	vertical-align: middle;
	text-align: left;
	line-height: 1.5em;
	font-size: 2em;
	font-weight : normal;
	padding: .5em 0 .25em .25em;
	background-color: #FFF;
}

h2 {
	vertical-align: middle;
	text-align: left;
	line-height: 1.5em;
	font-size: 1em;
	font-weight: normal;
	padding: 1em 0 .5em .5em;
	background-color: #FFF;
}

ul {
	list-style: none;
}
a {
	color:#333;
	outline: none;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #888;
}
a.nodec {
	text-decoration:none;
}
a img {
	outline: none;
	border: none;
	text-decoration: none;
}

a[id^="n"] {/*all links with id containing n. This is for internal link anchors, to make them look like normal text*/
	text-decoration: none;
}
a[id^="n"]:hover {
	color:#333;
}

.bold {
	font-weight:bold;
}

.obvious {
	border: 1px solid #3598DC;
	padding:0.75em;
	padding-left: 50px;
	line-height: 32px;
	display:inline-block;
	margin-top:0.5em;
	background: url(../images/info-32.png) #fff no-repeat 5px;
}
.obvious a {
	font-weight:bold;
}

.header1 a {
	text-decoration: none;
	font-weight: normal;
}

div.login {
	text-align:center;
}


.logintable {
	border-spacing:0.2em;
	border-collapse:separate;
	padding: 1em;
}
.logintable th {
	background: #fff;
}

div.tandc {
	height:60%;
}

div.withborder {
	border:.1em black solid;
}

div.mover {
	background: #FFF;
	position: absolute;
	z-index: 30;
}

.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align: center;
}
.justify {
	text-align:justify;
}

td.rowspan {
	vertical-align: top;
}

.tabletexttc {
	font-size: .9em;
}

.tabletexttc th {
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	width: 5%;
	padding: 0;
	margin: 0;
}

.tabletexttc td {
	vertical-align: top;
}

.tablewithborders {
	background-color: #fff;
}
.tablewithborders th, .tablewithborders td {
	border-bottom: .1em #aaa solid;
	padding: 1em;
}
.tablewithborders th{
	text-align: center;
}

.tablewithborders2 {
	background-color: #fff;
}
.tablewithborders2 th, .tablewithborders2 td {
	padding: 1%;
	text-align:center;
	border-bottom: .1em #ccc solid;
}

.tablewithborders2 tr:hover {
	background-color: #eee;
}

.tablewithborders2 tfoot{
	font-weight:bold;
}

.tablewithborders3 th, .tablewithborders3 td {
	border: .1em black solid;
	padding: .2em;
	text-align: left;
}

.tablemaxwidth {
	width:100%;
}

.tablesidebyside {
	display:inline-table;
}

.invisibletable th, .invisibletable td {
	padding-left:10px;
	padding-right:10px;
}
.invisibletablewide {
	background-color: #fff;
}

.invisibletablewide th, .invisibletablewide td {
	padding-left: 1.5em;
	padding-bottom: .5em;
}

.statement {
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	width:100%;
}

div.tableContainer {
	width: 98%;		/* table width will be 99% of this*/
	height: 295px; 	/* must be greater than tbody*/
	margin: 0 auto;
}

.actions_menu a.red,
#red, .red {
	color: #FF0000;
}
#redborder, .redborder {
	border: 2px #FF0000 solid;
}

#blue, .blue {
	color: #0000FF;
}

#green, .green {
	color: #3c7f15;
}

.reminderwarn1 {
	color: #FF0000; 
	font-weight: bold;
}

.reminderwarn2 {
	color: orange;
}

/*#logfrm input[type="text"],
#logfrm input[type="password"],
#forgot_form input[type="text"],
#forgot_form input[type="password"],
#view_changer,
.big_input
{
	padding:0.5em;
	border: 1px solid #c7c7c7;
	background-color: #fff;
	color: #424242;	
}
#logfrm input[type="text"]:focus,
#logfrm input[type="password"]:focus,
#forgot_form input[type="text"]:focus,
#forgot_form input[type="password"]:focus,
#view_changer:focus,
.big_input:focus
{
	border: 1px solid #ccc;
	background-color: #f2f5f7;
	transition: all 0.3s ease;
}*/

.editform{
	text-align:left;
	display: inline-block;
}

.editform label, .editform span.label, span.label {
	width: 25em;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 0.5em;
}
span.label {
	clear: left;
    display: block;
    font-weight: bold;
    margin: 0.5em 0 0;
}
.editform input[type="text"] {
	width: 20em;
}

.editform input[type="checkbox"] {
	vertical-align: top;
}

.spanlink {
	cursor: pointer; 
	text-decoration: underline;
}

div.column1 {
	width:50%;
}
div.column2 {
	width:50%;
	right:0;
	position: absolute;
}

div.xform1 {
	font-size: 14pt;
	text-align: left;
	padding: 0 0.5em;
}

div.xform2 {
	font-size: 8pt;
	text-align: left;
}
div.xform3 {
	font-size: 8pt;
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;*/
	box-sizing: border-box;
	padding: 0 1em;
	margin: 0;
	display: table-cell;
	width: 50%;
	overflow: hidden;
}
div.box {
	text-align: left;
	border: .1em black solid;
}

div.certificate {
	overflow:hidden; 
	padding:0; 
	/*margin-left: 2cm;*/
	background-color: #fff;
	text-align: center;
	/*max-width: 19cm;*/
	size:portrait;
}
div.certificate img {
	width: 5.05cm;
}
div.certificate_signature {
	display: inline-block; 
	width: 49%;
}

h1.certificate {
	font-size: 2.5em;
	font-weight:normal;
}

h2.certificate {
	font-size: 2em;
	font-weight:normal;
}

table.certificate {
	font-size:0.9em;
	line-height:1.75em;
	background-color: #fff;
}
table.certificate td {
	border-left: 1.5em solid #fff;
}

ol.certificate li ol li {
	list-style-type:lower-alpha;
}

.subtext {
	font-size: .75em;
}

div#payschedule {
	max-height:40em;
}

div.belgium_justify{
	text-align:justify;
	width:90%;
}
div.belgium_right {
	text-align: right;
	right: 0.75em;
	position: absolute;
	vertical-align: bottom;
}
.belgium_right input[type="radio"] {
	margin-left: 3em;
}
#belgium label{
	width: 20%;
	display: inline-block;
}
.scroller {
	height:2em;
}
.scroller table, .scroller th, .scroller td {
	border:0;
}

.movebox {
	display:none; 
	border: .1em solid black; 
	width: 380px; 
	height: 205px; 
	z-index:30; 
	overflow: auto; 
	position: absolute; 
	float: left; 
	top:300px; 
	left:80px; 
	background-color: white;
}

.pregrant {
	width:100%;
	background-color: #fff;
}
.pregrant tr:hover {
	background: #EEEEEE;
}
.pregrant th, .pregrant td {
	padding: 10px;
	text-align:center;
	border-bottom: .1em #aaa solid;
}
.pregrant th, .pregrant tfoot td{
	width:14%;
	font-weight:bold;
}
.pregrant td:first-child {
	text-align:left;
}
.postgrant th, .postgrant tfoot td{
	width:12.5%;
}
#fulloptionstatus {
	width:3000px;
	background-color: #fff;
}
.fulloptionstatus div {
	overflow:auto; 
	height:50%;
}
td.number {
	text-align:right;
}
#logfrm input {
	font-family: Arial, "Arial Unicode", geneva;
}
#filter_div {
	text-align:left;
}
#filter_div div{
	text-align:left;
	display:inline-block; 
	width:33%;
}
#filter_div input, #filter_div select{
	width:97%;
}
div.tableContain {
	width: 98%;		/* table width will be 99% of this*/
	height: 20%;	/* must be greater than tbody*/
	overflow: auto;
	margin: 0 auto;
}
table.emailheader {
	width: 99%;
}
table.emailheader th:first-child {
	width: 10%;
}
table.emailheader td:nth-child(2) {
	width: 75%;
}
table.emailheader td:nth-child(3) {
	width: 15%;
}
.hide {
	display: none;
}

/*.info {
	color: #fff;
	background-color: #3598DC;
	background-repeat: no-repeat;
	background-image: url("/wwop/system/images/info.png");
	background-position: 10px center;
	padding: 5px 5px 5px 50px;
	width:50%;
	text-align: left;
	display:inline-block;
	float: left;
}*/
.links {
	float: right;
	text-align: right;
	background-color: #FFF;
}
#helper img, #mobilehelper img {
	vertical-align: middle;
	width: 24px;
	height: 24px;
}
#helperspan, #mobilehelperspan, #trackerdetails {
	background-color: #fff;/*#3598DC;*/
	/*color: #fff;*/
	display:none;
	position:absolute;
	top:4em;
	/*left:50%;*/
	right: 40px;
	z-index:1000;
	text-align:left;
	font-size: 9pt;
	font-weight: normal;
	line-height: 1em;
	/*border: .2em solid #888888;*/
	/*-webkit-border-radius: .4em;*/
	border-radius: .4em;
	/*box-shadow: .3em .3em .4em #818181;
	-webkit-box-shadow: .3em .3em .4em #818181;*/
	box-shadow: 0em 0em .4em #818181;
	/*-webkit-box-shadow: 0em 0em .4em #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=3, offY=3, positive=true);*/
	padding: 1em;
	max-width:45%;
}

.button {
	text-decoration: none;
	margin: .4em .1em;
	padding: .5em 1em;
	width: auto;
	background-color: #8E47AD;
	color: #fff;
	font-weight: bold;
	/*border-radius: 4px;*/
	display: inline-block;
	text-transform: uppercase;
	transition: background-color 0.3s ease-in 0s, border-color 0.3s ease-in 0s;
	white-space:nowrap;
}
.button_small {
	text-decoration: none;
	margin: .2em .05em;
	padding: .25em 1em;
	font-size: .75em;
	width: auto;
	background-color: #8E47AD;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	transition: background-color 0.3s ease-in 0s, border-color 0.3s ease-in 0s;
}
.button_small:hover,
.button:hover {
	background-color: #852C85;
	color: #fff;
}

.displaybox{
	/*padding: 0 2em;*/
	background-color: #fff;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	text-decoration: none;
	margin: .4em .1em;
	padding: .5em 1em;
	border: none;
	/*border-radius: 4px;*/
	width: auto;
	background-color: #8E47AD;
	color: #fff;
	font-weight: bold;
	font-family: Arial, "Arial Unicode", geneva;
	text-transform: uppercase;
	transition: background-color 0.3s ease-in 0s, border-color 0.3s ease-in 0s;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	color: #fff;
	background-color: #852C85;
	cursor: pointer;
}
.addnew {
	background-color: #ff6633;
}
.addnew:hover {
	background-color: #ff4d11;
}
.col-onecol, .col-twocol, .col-threecol, .col-fourcol, .col-thirdscol, .col-twothirdscol {
	width: 100%;
	padding: 0 0 1em 0;
}

.systemlogo {
	height:32px;
	vertical-align: middle;
}
.systemlogolink {
	line-height: 57px;/*65px;*/
}
.insidewpplogo {
	vertical-align: middle;
	height: 56px;
}

#links {
	background-color: #fff;
}

.rainbow span {
	display: inline-block;
	width:9.09%;
}
.rainbow span:last-child {
	width:9.1%;
}
.rainbow:not(#rainbow) {
	height:.25em;
}

.bg1 {
	background-color: #cc9999;
}
.bg2 {
	background-color: #66cc33;
}
.bg3 {
	background-color: #ff6633;
}
.bg4 {
	background-color: #ffcc00;
}
.bg5 {
	background-color: #993399;
}
.bg6 {
	background-color: #cc99cc;
}
.bg7 {
	background-color: #006633;
}
.bg8 {
	background-color: #ff9900;
}
.bg9 {
	background-color: #ff3333;
}
.bg10 {
	background-color: #336699;
}
.bg11 {
	background-color: #000;
}
.texthide {
	display: block;
}
#toplink {
	display: none;
	position: fixed;
	bottom: 10%;
	text-decoration: none;
	text-align: center;
	padding: .5em .5em;
	width: auto;
	background-color: #8E47AD;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	transition: background-color 0.3s ease-in 0s, border-color 0.3s ease-in 0s;
}
@media screen and (max-width: 767px) {
	.col-onecol, .col-twocol, .col-threecol, .col-fourcol, .col-thirdscol, .col-twothirdscol {
		width: 100%;
		padding: 0 0 1em 0;
	}
}
@media screen and (max-width: 839px) {
	#sitetitle {
		display: none;
	}
}
@media screen and (max-width: 445px) {
	#sitetitlealt {
		display: none;
	}
}
#sitetitle, #sitetitlealt {
	line-height:65px; 
	padding-left:1em;
	font-size:1.5em;
}
#editorform ol {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 3em;
}
.formtable{
	display: table;
	width:100%
}
.imitate_table {
	display: table;
	width:99%;
}
span.imitate_table_row {
	display: table-row;
}
span.imitate_table_cell {
	display: table-cell;
	padding: 1em;
	border-bottom: .1em #ccc solid;
	vertical-align:middle;
	width:50%;
}
span.imitate_table_cell_full {
	display: table-cell;
	padding: 1em;
	border-bottom: .1em #ccc solid;
	vertical-align:middle;
	width:100%;
}
span.contact {
	padding: 1em 1em 0 1em;
	vertical-align: bottom;
}
span.no_border {
	border-bottom: none;
}
span.bigtext {
	font-size: 2em;
	padding: 0.5em;
}
span.no_padding {
	padding: 0;
}
.linkbox {
	border: .1em #ccc solid;
	/*padding-bottom: 1em;*/
	cursor: pointer;
	font-size: 1.5em;
}
.linkbox a {
	text-decoration: none;
}
.linkbox img, .linkbox2 img {
	vertical-align:middle;
}
.linkbox .imitate_table_cell, .linkbox2 .imitate_table_cell {
	display: table-cell;
	width: 75%;
}
.linkbox .small_cell, .linkbox2 .small_cell, .colorbox3 .small_cell {
	width: 25%;
}

.linkbox2 {
	border: .1em #ccc solid;
	font-size: 1.25em;
}
/*.linkbox2 .imitate_table {
	cursor: pointer;
}*/
.linkbox2 a{
	text-decoration: none;
}
.displaybox .linkbox {
	font-size: 1.25em;
}
.colorbox {
	background-color: #5BBF21;
	color: #000;
	padding: 1em;
	/*border-radius: 0.5em;*/
	/*border: 0.2em solid #66CC33;*/
}
.colorbox2 {
	background-color: #CC99CC;
	padding: 1em;
	/*border-radius: 0.5em;*/
	border: 0;
}
.colorbox3 {
	background-color: #8E47AD;
	color: #FFF;
	/*padding: 1em;*/
	/*border-radius: 0.5em;*/
	border: 0;
}
.colorbox3 a {
	color: #fff;
}
.colour_header_box, .colour_header_box2 {
	border: .1em #ccc solid;
}
.colour_header_box h2 {
	font-size: 1.5em;
	background-color: #D39EAF;
	padding: 0.5em 1em;
}
.colour_header_box a, .colour_header_box2 a {
	padding: 0 1em;
	display: inline-block;
}
.colour_header_box2 h2 {
	font-size: 1.5em;
	background-color: #FCB514;
	padding: 0.5em 1em;
}
span#pdfwarn {
	display: none;
	font-size: .75em;
	color: orange;
}
.calendartable {
	border-spacing: 0.5em 1em;
	border-collapse: separate;
	border: 0.1em solid #ccc;
}
.calendartable td:first-child {
	border: 3px double #ccc;
	font-size: 1.5em;
	text-align: right;
	background-color: #D39EAF;
	color: #fff;
}
.calendartable td:nth-child(1){
	width: 20%;
}
.calendartable td:nth-child(2){
	text-align: center;
}
.actions {
	display: inline;
	position: relative;
}
.action_menu {
	display: none;
	background-color:#fff;
	width: 225px;
	position: absolute;
	z-index: 98;
	color: #6e6e6e;
	top: 26px;
	right:0;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #818181;
	/*-webkit-box-shadow: 0px 0px 20px 4px #818181;
	-moz-box-shadow: 0px 0px 20px 4px #818181;*/
	box-shadow: 0px 0px 20px 4px #818181;
}
.action_menu:before {
	background: url(../images/tip_grey_arrow_up.gif) transparent no-repeat ;
	height: 6px;
	width: 10px;
	/*border: solid;
	border-color: #818181 transparent;
	border-width: 0 6px 6px 6px;*/
	top: -5px;
	content: "";
	right: 25px;
	position: absolute;
	z-index: 99;
}

.action_menu_inner {
	width: 225px;
	float:right;
}

.action_menu.on {
	display: inline-block;
}

div.no_overflow {
	overflow:visible;
}
textarea.action_comment {
	resize: none;
	height:150px;
	width:380px;
	border:1px solid #ccc;
	padding: 4px;
	font-family: arial;
	font-size: 0.8em;
}
textarea.email_body {
	resize: none;
	height:250px;
	width:580px;
	border:1px solid #ccc;
	padding: 4px;
	font-family: arial;
	font-size: 0.9em;
}

.actions_menu a {
	line-height: 2em;
	color: #474747;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	margin-bottom: 2px;
	border-left: 2px solid #fff;
}
.actions_menu a:hover,
.actions_menu a.on {
	background-color: #e0e0e0;
	border-left: 2px solid #000;
}
hr{
	border: 0;
	border-top: 1px solid #818181;
}

.action_menu_expansion {
	float: left;
	display: none;
}
.highlighted {
	background-color: #ffffcc;
}

.password_recovery {
	padding: 10px;
}

#recovery_form {
	background-color: #fff;
	padding: 20px;
}

#recovery_form p {
	margin-top: 15px;
}

#recovery_form label {
	display: block;
	font-weight: bold;
}

#recovery_form input[type='password'] {
	display: inline-block;
	margin-top: 10px;
	font-style: italic;
	color: #888;
}

#view_matches_tbl .match_it {
	font-size: 1em;
}
.dataTables_scroll {
	margin: 10px 0;
	font-size: 0.8em;
}

/* pagination style */
.pagin {
	padding: 2px 0;
	margin: 0 0 0 10px;
	font-size: 1em;
	font-weight: bold;
	overflow:visible;
	display: inline-block;
}
@media screen and (max-width: 1060px) {
	.pagin {
		padding: 2px 0;
		margin: 1em 0;
		display: block;
	}
}
.pagin * {
	margin: 0 2px;
	padding: .5em 1em;
}
.pagin a {
	border: solid 1px #666666;
	background-color: #EFEFEF;
	color: #666666;
	text-decoration: none;
}
.pagin a:visited {
	border: solid 1px #666666;
	background-color: #EFEFEF;
	color: #60606F;
	text-decoration: none;
}
.pagin a:hover, .pagin a:active {
	border: solid 1px #8E47AD;
	background-color: white;
	color: #8E47AD;
	text-decoration: none;
}
.pagin span {
	cursor: default;
	border: solid 1px #808080;
	background-color: #F0F0F0;
	color: #B0B0B0;
}
.pagin span.current {
	border: solid 1px #8E47AD;
	background-color: #8E47AD;
	color: white;
}

/* TinyMCE specific rules */
body.mceContentBody {
	background: #FFF;
	font-family:Arial;
	font-size:14px;
	line-height:150%;
	text-align:left;
}

.mceContentBody a {
   
}
/*textarea {
	resize: none;
}*/
.email_subject {
	width: 567px;
	margin-bottom: 4px;
}
.downform{
	display: inline;
	float: right;
}

#resultstable0 {
	height: 40em;
	overflow: auto;
}
#resultstable0 h2 {
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	padding: 0.25em 0 0.25em 0.25em;
}
.paginate_div {
	padding: 2px 0;
}
.paginate_div a {
	padding: 3px 5px;
	border-radius: 0.4em;
	color: #fff;
	line-height: 2em;
	margin: 0 1px;
}
.paginate_div .current {
	background-color: #8e47ad;
}
#modalmask, #toolboxmask {
	position:absolute;
	top:0px; /* start from top */  
	left:0px; /* start from left */  
	height:100%; /* cover the whole page */  
	width:100%;  
	z-index: 9000;
	//background-color:#55575A;
		background-color:#fff;
	display:none;
}
#modalBox {
	display: none;
	position: fixed;
	width:95%;
	max-width: 75em;
	height: auto;
	min-height: 18em;
	z-index: 10000;
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	background: #f8f8f8;
	font-size: 0.9em;
	line-height: 1em;
	font-weight: normal;
	float: right;
	overflow: auto;
	/*-webkit-box-shadow: 0px 7px 35px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 35px 0px rgba(0,0,0,0.75);*/
	box-shadow: 0px 7px 35px 0px rgba(0,0,0,0.75);
}

#draghandle {
	padding: 10px;
	cursor: move;
	background-color: #3598DC;
	color: #fff;
}
#modalcontent {
	margin: 0 auto;
	overflow: auto;
	height: auto;
	font-size: 1em;
	line-height: 1.2em;
}
#modalcontent .display {
	min-width: auto;
}
#modalcontent h2:hover,
.addform h4:hover {
	cursor: move;
}
.modalclose {
	font-size: 1.5em;
	font-family: verdana;
	line-height: 1.5em;
	font-weight: bold;
	color: #7b7b7b;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url("../images/modal-close.png") 0px 0px no-repeat;
	height: 42px;
	width: 42px;
	z-index: 11000;
}
.error h4 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: capitalize;
	line-height: 1.5em;
	color: #E3170D;
}
.warn {
	color: #fff;
	background-color: #f08a24;
	margin: 10px 0px 10px 0;
	padding:15px 10px 15px 60px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-size: 1em;
	line-height: 1.5em;
	box-shadow: 1px 1px 5px #646566;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	border-radius: 5px;
}
/*select.passed, select.failed, textarea.passed, textarea.failed {
	background-position: right 22px top 50%;
}
div.passed, div.failed {
	background-position: left 0 top 50%;
}
.passed {
	background: url("../images/accept.png") no-repeat 98%;
}
.failed {
	background: url("../images/Close-Delete-circle.png") no-repeat 98%;
}*/
input::-ms-clear {
	display: none;
}
.padded {
	padding: .5em;
}
.gotborder {
	border: .1em #ccc solid
}
img.infographic {
	width: 175px;
}
.validation-help {
	display: none;
}
/*tracker.php navigation form*/
#displayfrm {
	width: 50%;
}
#displayfrm label {
	display: inline-block;
	width: 10rem;
}
#displayfrm input[type="text"] {
	width: unset;
}
#displayfrm input[type="submit"] {
	width: 6rem;
}
#trackerdata {
	white-space:nowrap;
}