/* This styles the look and feel of the TOOLS pages */
/* Devised by Dorte Knights-Branch Oct2012; revised by Keith Johnson Nov2012 */

html {padding:0px; margin:0px;}
body {padding:0px; margin:0px; text-align:center; background-color:#fff; text-align:center; font-size:9pt; color:#666; font-family:verdana, arial, sans-serif;}

/*Styling of links */
a:link, a:visited {color:#5d8432;}
a:hover {color:#00f;}

/* Styles for the footer section of the pages */

.footer-list {
	list-style-type:none;
	margin:0;
	padding:0;
	}

.footer-list li {
	display:inline;
	}

#footer {
	font-family: verdana, arial, sans-serif;
	color: #18a;
	font-weight: normal;
}

/*Styling of headers and text */
h1 {color:#999; font-size:14pt; border-bottom:1px solid #999; font-weight:normal;}
h2 {color:#5d8432; font-size:12pt; font-weight:bold; margin:0px; padding:0px;}

.red {color:#f54804;}

.bodyblue {color:#00adef;}

.boldorange {color: #b85f29; font-weight: bold;}

.mainheadblack {
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.body13pt {
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.bodytextlabel {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5d8432;
}

.TT-options {
	font-style: italic;
	font-weight: bold;
	color: #00F;
}

.critical-error {
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
	color: red;
	}

/*Styling of tables */
table {font-size:10pt;}
table th {background-color:#707070; color:#ffffff; font-size:12px; padding:5px;}
table td.data {background-color:#efefef; font-size:12px; text-align:center;}
table td.dataright {background-color:#efefef; font-size:12px; text-align:right;}
table td.error {background-color:#ffffff; font-size:11px; color:#f54804; font-weight:bold;}

/*The main container of all content*/
#Container {position:relative; margin:20px auto 0px auto; padding:0px 0px 0px 0px; width:900px; text-align:left; background-color:#fff;}

/* Ensure radio buttons are aligned with labels */
.columnList {
	columns:auto 3
}
.columnList input[type='radio'], .columnList label  {
	vertical-align: bottom;
}
/* Notice to TOOLS Users -- If you change anything please take care to test it rigorously afterwards. */
