﻿/* Typography */
h1 { font-size: 18px; color: #000; padding: 10px 0px 10px 0px; }
h2 { font-size: 16px; color: #1F79A5; padding: 5px 0px 5px 0px; }
h2 a:link { color: #1F79A5; font-size: 16px; text-decoration: none; }
h2 a:visited { color: #1F79A5; font-size: 16px; text-decoration: none; }
h2 a:hover { color: #1F79A5; font-size: 16px; text-decoration: underline; }
h2 a:active { color: #1F79A5; font-size: 16px; text-decoration: none; }
h3 { font-size: 14px; color: #000; padding: 5px 0px 5px 0px; }
h3 a:link { color: #000; font-size: 13px; text-decoration: none; }
h3 a:visited { color: #000; font-size: 13px; text-decoration: none; }
h3 a:hover { color: #000; font-size: 13px; text-decoration: underline; }
h3 a:active { color: #000; font-size: 13px; text-decoration: none; }
h4 { font-size: 14px; color: #1F79A5; padding: 5px 0px 5px 0px; }
p { line-height:120%; color: #000; padding: 5px 0px 5px 0px; }

/* Homepage column height */
.h130 { height: 140px; }
.h90 { height: 90px; }
.h70 { height: 70px; }
.h55 { height: 55px; }
.h50 { height: 50px; }

/* icons NAV */
.icon-nav a img { border:none; }
.icon-nav a:link { text-decoration: none; }
.icon-nav a:visited { text-decoration: none; }
.icon-nav a:hover { text-decoration: none; }
.icon-nav a:active { text-decoration: none; padding: 0px 0px 0px 0px; }

/* menu styles */
.r_menu { width: 190px; margin: 0px 10px 0px 0px; }
.r_menu H3 {
	padding: 8px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #E5B53B;
	color: #2B6686;
}
.r_menu UL {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 15px;
	list-style-type: none;
}

.r_menu UL LI {
	list-style-image: url(/graphics/global/yellow-bullet.jpg);
	padding-bottom: 0px;
}
.r_menu a:link { color: #1F79A5; font-size: 12px; text-decoration: none; padding-left: 0px; }
.r_menu a:visited { color: #1F79A5; font-size: 12px; text-decoration: none; padding-left: 0px; }
.r_menu a:hover { color: #1F79A5; font-size: 12px; text-decoration: underline; padding-left: 0px; }
.r_menu a:active { color: #1F79A5; font-size: 12px; text-decoration: none; padding-left: 0px; font-weight: normal; }

.aMenu_ON { color:#000; }

/* BARS Yellow and Blue */
.headerblue {
	background: url(/graphics/global/sub-header-full.jpg) no-repeat top left;
	width: 758px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.headerblue800 {
	background: url(/graphics/global/sub-header-full_800.jpg) no-repeat top left;
	width: 800px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.headerblue2 {
	background: url(/graphics/global/sub-header-blue2c.jpg) no-repeat top left;
	width: 550px;
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.headeryellow {
	background: url(/graphics/global/sub-yheader-full.jpg) no-repeat top left;
	width: 758px;
	margin-top: 10px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.headeryellow2 {
	background: url(/graphics/global/sub-header2.jpg) no-repeat top left;
	width: 550px;
	margin-top: 10px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.headeryellow3 {
	background: url(/graphics/global/sub-header3.jpg) no-repeat top left;
	width: 338px;
	margin-top: 10px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.btn100 {
background: url(/graphics/global/btnag_mi.jpg) top center no-repeat #EBF0F3;
padding: 3px 0px 5px 0px;
text-align: center;
width: 100px;
}

/* typography for tabs - default jQuery Tabs */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	width:95%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #eaeaea;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	border: 1px solid #eaeaea;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width:95%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 12px;
}
.tab_content H3 {
	padding: 8px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #E5B53B;
	color: #2B6686;
}


/* BEGIN ADDED STYLES FOR TRIMBLE GENERIC TABLE see www.trimble.com/ir_sec.html for example  */
.tblInfoInfo {
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
	empty-cells: show;
}

.tblInfoInfo strong{
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	color: #333333;
	font-size: 8pt;
}

.tblInfo td{
	Background: #FFFFFF;
	padding: 2px 4px 2px 4px;	
	border-bottom: 1px #CCCCBB solid;
	border-Left: 1px #CCCCBB solid;
	border-right: 1px #CCCCBB solid;
	border-top: 1px #CCCCBB solid;
	font-size: 8pt;	
}

.tblInfo td img{

}

.tblInfo td.col{
	Background: #EEEEDD;
	padding: 2px;
	border-bottom: 1px #CCCCBB solid;
	border-Left: 1px #CCCCBB solid;
	border-right: 1px #CCCCBB solid;
	border-top: 1px #CCCCBB solid;
}

.tblInfo td.empty {
	Background: #EEEEEE;
	padding: 2px;
	border-bottom: 1px #CCCCBB solid;
	border-Left: 1px #CCCCBB solid;
	border-right: 1px #CCCCBB solid;
	border-top: 1px #CCCCBB solid;
}


.tblInfo tr{
	text-align: left;
	vertical-align: middle;
	Border: 0px;
}

.tblInfo tr.header2 td{
	Background: #EEEEDD;
	padding: 4px 2px 4px 2px;	
	text-align: center;
}


