/* title: Tyco Electronics CSS Stylesheet */

/* EXTRA STUFF */

/* This makes the layout fill the height of the screen */
body {
	position: absolute; /* body must fill the page */
	top: 0;
	left: 0;
	min-height: 100%;	/* min-height for mozilla */
	height: 100%;		/* and height for IE */
	
}

/* custom stuff */
BODY {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333399;
}
TD, INPUT, FORM {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1D2285;
}
INPUT {
	margin: 0;
	padding: 0;
	clear: right;
}

form {
	display: inline;
}
H1, H2, H3 {
	color: #333399;
}

A, A:link, A:visited {
	text-decoration: underline;
	color: #003765;
}

A:hover {
	color: #930000;
	text-decoration: underline;
}

/*     Tyco Link Styles             */

#tycoLink A:link {
	 text-decoration: underline;
	 font-size: 10px;
	 color: #FFFFFF;
	}

#tycoLink A:visited {
	 text-decoration: underline;
	 font-size: 10px;
	 color: #FFFFFF;
	}
	
#tycoLink A:hover {
	 text-decoration: underline;
	 font-size: 10px;
	 color: #cccccc;
	}

.searchbox {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	width: 150px;
	height: 30px;
	overflow: hidden;
	border: 1px solid; 
	border-color: #333399;	
	vertical-align: middle;
	background-color: #ffffff;
}

/* default classes */

.nav {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
A.nav, A.nav:link, A.nav:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
A.nav:hover {
	text-decoration: underline;
	color: #CCCCFF;
}
.textHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333399;
	font-style: italic;
}
.textBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3366CC;
	line-height: 20px;
}
.textNav {
	color: #1D2285;
}

.textDarkBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333399;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.bodysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.bodysmallblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3366CC;
}
.tblHead_dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333399;
	line-height: 24px;
	letter-spacing: 2px;
	font-style: italic;
}
.tblHead_bright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3366cc;
	line-height: 24px;
	letter-spacing: 2px;
	font-style: italic;
}

#Overview {
	border: 1px solid #769BBA;
	margin: 0px;
	padding: 5px;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}
#Overview th {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}


/*     Left Menu Styles             */

/* Group styles */
#leftMenu A, #leftMenu A:link, #leftMenu A:visited {
	text-decoration: underline;
	color: #1D2285;
}
#leftMenu A:hover {
	text-decoration: underline;
	color: #930000;
}

#leftMenu {
	width: 180px;	/* Make it 180px + 5px each side for padding */
	padding: 5px;	/* 5px gap on all sides so text doesnt go right to edge */
	display: block;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #1D2285;
	background-color: #ECEFF5;	
}
#leftMenu ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
#leftMenu ul li {
	display: block;
	background-image: url(arrow_lmenu.gif);
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
	padding-top: 0px;
	margin-left: 3px;
	vertical-align: top;
	line-height: 14px;
	list-style-type: none;
	list-style-image: none;
}

#leftMenu ul li a, #leftMenu ul li a:link, #leftMenu ul li a:visited {
	color: #004284;
	text-align: left;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#leftMenu ul li a:hover {
	color: #993300;
	text-decoration: underline;
}

/* All <hr> in the menu */
#leftMenu HR {
	text-align: center;
	height: 1px;
	color: #c0c0c0;
	width: 90%;
}


p {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; color: #003765}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #003765;
	list-style-type: square;
	line-height: 15pt
}

.indenttab {  font-family: Arial, Helvetica, sans-serif; font-size: x-small; text-indent: 2pt; clip:   rect(   )}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #006699; line-height: normal}
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #C9384A }
.tabtext {  font-size: 9pt; color: #003765}
.nav:link {text-decoration: none; color: #00CC99;}
.nav:visited {text-decoration: none; color: "#000000";}
.nav:hover {text-decoration: underline; color: #BBC4EE;}
h5 {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #003765}
#pbtitle{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; color: #003765;font-weight:bolder}
#Morestyle{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; color: #003765;font-weight:bolder}
#PageTitle{  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color:#C9384A ; line-height: 14pt}
#PageTitle2{  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color:#003765 ; line-height: 14pt}
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #003765}
#pbtitle{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; color: #003765;font-weight:bolder}
#Morestyle{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; color: #003765;font-weight:bolder}
#PageTitle2{  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color:#C9384A ; line-height: 14pt}
#PageTitle{  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color:#003765 ; line-height: 14pt}