/* STRUCTURE INFO */
body {
	margin: 0;
	padding: 0;
	background-image: none;
	background-color: #FFFFFF;
	/* text-align: center; */
}
DIV#outer {
	margin: 0px auto 0px auto;
	padding: 0;
	width: 100%;
}
DIV#main, DIV#header, DIV#hdr_nav, DIV#footer {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px; 
}

DIV#hdr_nav {
	display: none;
}

DIV#hdr_top_border {
	display: none;
}
/* The below is required to stop extra space being added above and below the image in Firefox and Opera */
DIV#hdr_top_border IMG {
	display: block;
}
DIV#hdr_content {
	margin: 0;
	padding: 0;
	background-image: none;
	background-color: #FFFFFF;
	width: 100%; 
	height: 70px;
	float: left;
}
DIV#hdr_logo {
	float: left;
	padding-left: 5px;
}
DIV#hdr_news {
	display: none;
}

DIV#body {
	margin: 0;
	padding: 0px 5px 5px 5px;
	background-image: none;
	background-color: #FFFFFF;
	width: 98%; 
	float: left;
}

P#MicroSites {
	display: none;
}

DIV#TGIC {
	display: none;
}

/* Because the next rule is more SPECIFIC it will override the rule in the page CSS */
TD.FeaturesColumn DIV.MajorFeature {
	width: 100%;
}

TD.FeaturesColumn TABLE.ProdSpecsTable {
	width: 100%;
}

DIV#ftr_top_border {
	display: none;
}
/* The below is required to stop extra space being added above and belovw the image in Firefox and Opera */
DIV#ftr_top_border IMG {
	display: block;
}

/* Section Links Navigation */
DIV#section_nav {
	display: none;
}

/* GENERIC STYLE INFO */
P, PRE {
	margin: 3px 0 3px 0;
	padding: 0;
	font-family: "Meta Plus Book", "Trebuchet", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-size: 13px;
	line-height:14px;
}

STRONG, B {
	font-weight: bold;
	color: #336699;
}

H1, H2, H3, H4, H5, H6 {
	font-family: "Meta Plus Book", "Trebuchet", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

H1 {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 14pt;
	font-weight: normal;
	color: #003366;
	text-align: left;
}

H2 {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 12pt;
	font-weight: normal;
	color: #006699;
	text-align: left;
}

H3 {
	margin: 3px 0 3px 0;
	padding: 0;
	font-size: 11pt;
	font-weight: normal;
	color: #3366CC;
	text-align: left;
}

H4 {
	margin: 3px 0 3px 0;
	padding: 0;
	font-size: 10pt;
	font-weight: normal;
	color: #003366;
	text-align: left;
}

H5 {
	margin: 3px 0 3px 0;
	padding: 0;
	font-size: 9pt;
	font-weight: bold;
	color: #003366;
	text-align: left;
}

H6 {
	margin: 3px 0 3px 0;
	padding: 0;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
	color: #003366;
}

OL LI, UL LI {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-size: 13px;
	line-height:14px;
	text-align: left;
}

UL LI {
	list-style-type: circle;
}

#FullWidth { width: 100%;}

/* SPECIFIC NAMED STYLE INFO */
P.SmallText, SPAN.SmallText, .SmallText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999
}
a.SmallText:Link, a.SmallText:Active, a.SmallText:Visited {
	color: #999999;
	text-decoration: underline;
}
a.SmallText:Hover {
	color: #999999;
	text-decoration: none;
}

SPAN.Capitalised { text-transform: capitalize }

P.SectionLink {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:13px;
	font-weight: normal;
	color: #336699;
	text-align: right;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}
P.AttBox, Label.AttBox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal; color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;	
}
UL.AttBoxList {
	list-style-type: circle;
}
UL.AttBoxList LI, OL.AttBoxList LI {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;	
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

HR, HR.MyHR {
	color: #003366;
}
DIV.PseudoHR {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 80%;
	height: 1px;
	border-top: dotted 1px #3399CC;
}

/* Body Text Inline Links */
a.BodyText:Link, a.BodyText:Active, a.BodyText:Visited, a.BodyText:Hover { font-weight: normal; }
a.BodyText:Link, a.BodyText:Active, a.BodyText:Visited {
	color: #3399CC;
	text-decoration: underline;
}
a.BodyText:Hover {
	color: #003366;
	text-decoration: none;
}

a.SectionLink:Link, a.SectionLink:Active, a.SectionLink:Visited, a.SectionLink:Hover { font-weight: normal; }
a.SectionLink:Link, a.SectionLink:Active, a.SectionLink:Visited {
	color: #336699;
	text-decoration: underline;
}
a.SectionLink:Hover {
	color: #0066CC;
	text-decoration: none;
}

a.SectionLinkAdmin:Link, a.SectionLinkAdmin:Active, a.SectionLinkAdmin:Visited, a.SectionLinkAdmin:Hover { font-weight: normal; }
a.SectionLinkAdmin:Link, a.SectionLinkAdmin:Active, a.SectionLinkAdmin:Visited {
	color: #666666;
	text-decoration: underline;
}
a.SectionLinkAdmin:Hover {
	color: #999999;
	text-decoration: none;
}

a.MoreInfo:Link, a.MoreInfo:Active, a.MoreInfo:Visited, a.MoreInfo:Hover { font-weight: normal; }
a.MoreInfo:Link, a.MoreInfo:Active, a.MoreInfo:Visited {
	color: #336699;
	text-decoration: underline;
}
a.MoreInfo:Hover {
	color: #0066CC;
	text-decoration: none;
}

a.IncAdmin:Link, a.IncAdmin:Active, a.IncAdmin:Visited, a.IncAdmin:Hover { font-weight: normal; }
a.IncAdmin:Link, a.IncAdmin:Active, a.IncAdmin:Visited {
	color: #336699;
	text-decoration: underline;
}
a.IncAdmin:Hover {
	color: #FF6600;
	text-decoration: none;
}

/* For the Div that displays the email adddress if Javascript is turned off */
Div.EmailInfo { 
margin-left: auto; 
width: 175px; 
margin-right: auto;
padding: 5px; 
border: dotted 1px #003366; 
background-color:#6699FF; 
color:#003366; 
text-align:center; 
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:9pt;
}

/* FORM ELEMENTS */
FormBox, Input.FormBox, Select.FormBox, TextArea.FormBox { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal; color: #006699; background-color:#F5F5F5;}
FormBoxLoading, Input.FormBoxLoading, Select.FormBoxLoading, TextArea.FormBoxLoading { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #999999; background-color: #FFFFFF;}
Input.FormBtn { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 8.5pt; font-weight: bold; color: #FFFFFF; background-color: #336699; width: 60px;}

/* For Input field Labels */
Label { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #3399CC; text-align: right;}
SPAN.Required, .Required { font-weight: bold; color: #CC0000;}

/* Container elements for fields, the Legend is the text that appears for the "Fieldset container */
Fieldset { border: 1px solid #336699; margin-bottom: 5px; padding-bottom: 5px;}
Legend { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: normal; color: #003366;}

/* DROP QUOTES */
#drop_quote_alpha, #drop_quote_bravo {
	width: 150px; 
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
}
#drop_quote_alpha {
	float: right;
	border-top: 2px dotted #3399FF;
	border-bottom: 2px dotted #3399FF;
}
#drop_quote_bravo {
	float: left;
	border-top: 2px dotted #3399FF;
	border-bottom: 2px dotted #3399FF;
}
P.DropQuoteAlpha, P.DropQuoteBravo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: normal;
	color: #0066CC;
	font-size: 16px;
	line-height:18px;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}
P.DropQuoteAlpha {text-align: left;}
P.DropQuoteBravo {text-align: right;}

/* TABLES ROWS AND CELLS */

TD.AcroZip {
	display: none;
}

Caption {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #003366;
	text-align: center;
}

/* FormTable: Table to hold together form elements */
TABLE.FormTable, TABLE.SectionMainTable TABLE.FormTable {
	border: 1px dotted #999999;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
TABLE.FormTable TR TD, TABLE.SectionMainTable TABLE.FormTable TR TD {
	height: 20px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
}
TABLE.FormTable TR TD P {
	margin-top: 0px;
	margin-bottom: 0px;
}
TABLE.FormTable TH, TABLE.FormTable Caption {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
TABLE.FormTable TH {
	background-color:#003366;
}

/* FormTable2: Table to hold together form elements VERSION TWO */

TABLE.FormTable2 {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

TABLE.FormTable2 THEAD TR TD, TABLE.FormTable2 TFOOT TR TD, TABLE.SectionMainTable TABLE.FormTable2 THEAD TR TD, TABLE.SectionMainTable  TABLE.FormTable2 TFOOT TR TD {
	height: 10px;
	background-color:#DFEFFF;
}

/*
Originally I set up the corners as IDs thinking there would only be one per page
however there are ListTables and FormTables on the same page all with rounded corners
*/
TABLE.FormTable2 TD.CrnrTl, TABLE.FormTable2 TH.CrnrTl {
	background:#DFEFFF url("/images/layout/tbl_frm_crnr_tl.gif") left -1px no-repeat;
}
TABLE.FormTable2 TD.CrnrTr, TABLE.FormTable2 TH.CrnrTr {
	background:#DFEFFF url("/images/layout/tbl_frm_crnr_tr.gif") right -1px no-repeat;
}
TABLE.FormTable2 TD.CrnrBl {
	background:#DFEFFF url("/images/layout/tbl_frm_crnr_bl.gif") left bottom no-repeat;
}
TABLE.FormTable2 TD.CrnrBr {
	background:#DFEFFF url("/images/layout/tbl_frm_crnr_br.gif") right bottom no-repeat;
}

TABLE.FormTable2 TR TD, TABLE.SectionMainTable TABLE.FormTable2 TR TD {
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	background-color: #DFEFFF;
}
TABLE.FormTable2 TR TD LABEL, TABLE.SectionMainTable TABLE.FormTable2 TR TD LABEL {
	margin-left: 10px;
	margin-right: 5px;
}
TABLE.FormTable2 TR TD INPUT.FormBox, TABLE.FormTable2 TR TD SELECT.FormBox, TABLE.SectionMainTable TABLE.FormTable2 TR TD INPUT.FormBox, TABLE.SectionMainTable TABLE.FormTable2 TR TD SELECT.FormBox {
	margin-right: 10px;
}

/* For the SrchType and SrchText cells remove the left or right padding so the form fields butt together */
TABLE.FormTable2 TR TD.SrchType SELECT.FormBox {
	margin-right: 0px;
}

TABLE.FormTable2 TR TD INPUT.FormBtn {
	width: 75px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 0px;	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
}

/* SectionMainTable: Table for display of brief overview information about that section */
TABLE.SectionMainTable {
	width: 100%;
}
TABLE.SectionMainTable TR TD {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: top;
}
TABLE.SectionMainTable TR TD H2, TABLE.SectionMainTable TR TD P {
	text-align: center;
}

/* Apps List Table: All lists */
TABLE.ListTable { width: 100%; border: 1px solid black; padding: 0px; margin: 0px;}
TABLE.ListTable THEAD TR TH { background-color:#333333; padding: 0px; margin: 0px;}
TABLE.ListTable THEAD TR TH P { padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px; margin: 0px; }
TABLE.ListTable THEAD TR TH P, TABLE.ListTable THEAD TR TH P A { font-size: 10pt; font-weight: bold; text-align: center;}
TABLE.ListTable THEAD TR TH P, TABLE.ListTable THEAD TR TH P A:Link, TABLE.ListTable THEAD TR TH P A:Active, TABLE.ListTable THEAD TR TH P A:Visited { color: #FFFFFF; text-decoration: none;}
TABLE.ListTable THEAD TR TH P A:Hover { color: #FFFFFF; text-decoration: underline;}

TABLE.ListTable TBODY TR TD { background-color: #FFFFFF; padding: 0px; margin: 0px;}
TABLE.ListTable TBODY TR TD P, TABLE.ListTable TBODY TR TD UL LI { font-size: 8pt; color: #000000; padding-left: 2px; padding-right: 2px; margin: 0px;}
TABLE.ListTable TBODY TR.TableRowAlpha TD, TR.TableRowAlpha TD { background-color: #E6E6E6; }
TABLE.ListTable TBODY TR.TableRowBravo TD, TR.TableRowBravo TD { background-color: #FFFFFF; }

TABLE.ListTable TFOOT TR TD { background-color:#666666; padding: 0px; margin: 0px;}

TABLE.ListInfoTable { width: 100%; border-top: 1px solid black;}
TABLE.ListInfoTable TBODY TR TD P { color: #FFFFFF; font-weight: bold;}
Img.PagingIconLeft { padding-right:5px;}
Img.PagingIconRight { padding-left:5px;}

/* Apps List Table New Version: All lists */
TABLE.ListTable2 {
	width: 100%;
	margin: 0px;
	padding: 0px; 
	border-collapse: collapse;
}

TABLE.ListTable2 THEAD TR TH { background-color:#3399CC; padding: 0px; margin: 0px;}
TABLE.ListTable2 THEAD TR TH P { padding-left: 2px; padding-right: 2px; padding-top: 5px; padding-bottom: 5px; margin: 0px; }
TABLE.ListTable2 THEAD TR TH P, TABLE.ListTable2 THEAD TR TH P A { font-size: 10pt; font-weight: bold; text-align: center;}
TABLE.ListTable2 THEAD TR TH P, TABLE.ListTable2 THEAD TR TH P A:Link, TABLE.ListTable2 THEAD TR TH P A:Active, TABLE.ListTable2 THEAD TR TH P A:Visited { color: #FFFFFF; text-decoration: none;}
TABLE.ListTable2 THEAD TR TH P A:Hover { color: #FFFFFF; text-decoration: underline;}

TABLE.ListTable2 TBODY TR TD { background-color: #FFFFFF; padding: 0px; margin: 0px;}
TABLE.ListTable2 TBODY TR.TableRowAlpha:hover TD, TABLE.ListTable2 TBODY TR.TableRowBravo:hover TD { 
	background-color:#DFEFFF;
}
TABLE.ListTable2 TBODY TR TD P, TABLE.ListTable2 TBODY TR TD UL LI { font-size: 8pt; color: #000000; padding-left: 2px; padding-right: 2px; margin: 0px;}
TABLE.ListTable2 TBODY TR.TableRowAlpha TD, TR.TableRowAlpha TD { 
	background-color: #F0F8FF;
}
TABLE.ListTable2 TBODY TR.TableRowBravo TD, TR.TableRowBravo TD {
	background-color: #FFFFFF;
}

TABLE.ListTable2 TBODY TR.TableRowAlpha TD.leftcol P, 
TABLE.ListTable2 TBODY TR.TableRowBravo TD.leftcol P { 
	margin-left: 5px;;
}

TABLE.ListTable2 TBODY TR.TableRowAlpha TD.rightcol P, 
TABLE.ListTable2 TBODY TR.TableRowBravo TD.rightcol P { 
	margin-right: 5px;;
}

TABLE.ListTable2 TFOOT TR TD { background-color:#3399CC; padding: 0px; margin: 0px;}

/*
Originally I set up the corners as IDs thinking there would only be one per page
however there are ListTables and FormTables on the same page all with rounded corners
*/
TABLE.ListTable2 TD.CrnrTl, TABLE.ListTable2 TH.CrnrTl { 
	background:#3399CC url("/images/layout/tbl_crnr_tl.gif") left -1px no-repeat;
}
TABLE.ListTable2 TD.CrnrTr, TABLE.ListTable2 TH.CrnrTr {
	background:#3399CC url("/images/layout/tbl_crnr_tr.gif") right -1px no-repeat;
}
TABLE.ListTable2 TD.CrnrBl {
	background:#3399CC url("/images/layout/tbl_crnr_bl.gif") left bottom no-repeat;
}
TABLE.ListTable2 TD.CrnrBr {
	background:#3399CC url("/images/layout/tbl_crnr_br.gif") right bottom no-repeat;
}
DIV#tbl_ftr {
	position: relative;
	display: block;
	float: none;
	width: 100%;
	vertical-align: bottom;
}
DIV#paging_container {
	position: relative;
	display: block;
	float: none;
	width: 240px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
DIV#page_bck, DIV#page_rcrds, DIV#page_fwd {
	vertical-align: middle;
	height: 16px;
}
DIV#page_bck IMG, DIV#page_fwd IMG {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
DIV#page_bck {
	width: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
}
DIV#page_rcrds {
	width: 160px;
	position: absolute;
	top: 0px;
	left: 40px;
}
DIV#page_rcrds P {
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
DIV#page_fwd {
	width: 40px;
	position: absolute;
	top: 0px;
	left: 200px;
}

/* FOOTER INFO */
P.Footer { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; color: #FFFFFF; text-align: center;}
SPAN.FooterHeader { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; color: #FFFFFF; font-weight: bold;}
SPAN.FooterACN { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 6pt; color: #FFFFFF;}
SPAN.FooterDesc { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; color: #FFFFFF; font-weight: bold;}
SPAN.FooterInfo { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; color: #FFFFFF;}
a.FooterInfo:Link, a.FooterInfo:Visited, a.FooterInfo:Active { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; color: #FFFFFF;}
a.FooterInfo:Hover { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF; text-decoration: none;}
P.Copyright { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; color: #FFFFFF; text-align: center; padding-top: 0px; margin-top: 0px;}
