#overlay{ background-image: url(images/overlay.png); }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	min-height:550px;
	padding-bottom:20px;
}

table {
	vertical-align:top;
}

td {
	font-size:12px; /* default */
	vertical-align:top;
}

ul {
  list-style: circle url(images/circleBullet.png); /* wide image for the bullet */
  margin: .5em .5em 0 25px;  /* bullet image is in left margin */
  padding-left: 0;
}
ul li {
  margin-left: 0;
  padding-left: 0;     /* distance between marker and text */
  margin-bottom: .5em; /* a little spacing between list items */
}

ul.featureList {
  list-style: square url(images/checkBullet.png); /* wide image for the bullet */
  margin: .5em .5em 0 25px;  /* bullet image is in left margin */
  padding-left: 0;
}

ul.bbList {
  list-style: square url(images/blueboxBullet.png); /* wide image for the bullet */
  margin: .5em .5em 0 25px;  /* bullet image is in left margin */
  padding-left: 0;
}

.transON { 
/*
	background-color: tan; opacity:.70;filter: alpha(opacity=70); -moz-opacity: 0.7; 
*/
	opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5; 
	background-color: #000;
	back\ground-color: transparent;
	background-image: url("images/blank.gif");
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}

a img { border: none; }

a.download 
{
	background: url("images/download.png") 0 0 no-repeat;
	padding-left: 15px;
}
A.download:link {text-decoration: none; }
A.download:visited {text-decoration: none; }
A.download:active {text-decoration: none; }
A.download:hover 
{
	text-decoration: underline; 
}

a.component 
{
	background: url("images/componentBullet.png") 0 0 no-repeat;
	padding-left: 15px;
}
A.component:link {text-decoration: none; }
A.component:visited {text-decoration: none; }
A.component:active {text-decoration: none; }
A.component:hover 
{
	text-decoration: underline; 
}

a.arrowLink
{
	background: url("images/arrow.png") 0 0 no-repeat;
	padding-left: 15px;
}
A.arrowLink:link {text-decoration: none; }
A.arrowLink:visited {text-decoration: none; }
A.arrowLink:active {text-decoration: none; }
A.arrowLink:hover 
{
	text-decoration: underline; 
}

a.data
{
	background: url("images/dataBullet.png") 0 0 no-repeat;
	padding-left: 15px;
}
A.data:link {text-decoration: none; }
A.data:visited {text-decoration: none; }
A.data:active {text-decoration: none; }
A.data:hover 
{
	text-decoration: underline; 
}

a.flashMovie
{
	background: url("images/flash.png") 0 0 no-repeat;
	padding-left: 15px;
}
A.flashMovie:link {text-decoration: none; }
A.flashMovie:visited {text-decoration: none; }
A.flashMovie:active {text-decoration: none; }
A.flashMovie:hover 
{
	text-decoration: underline; 
}

a.pdf 
{
	background: url("images/pdfBullet.png") 0 0 no-repeat;
	padding-left: 15px;
}
A.pdf:link {text-decoration: none; }
A.pdf:visited {text-decoration: none; }
A.pdf:active {text-decoration: none; }
A.pdf:hover 
{
	text-decoration: underline; 
}

.sectionHeader
{
	background-image:url("images/bg_menu.gif"); 
	background-repeat:repeat-x;
	height: 22px;
	font-size:14px;
	font-family:Arial;
	color: white;
	vertical-align:bottom;
	font-style: regular;
	font-weight: regular;
	text-align:center;
	padding:3px;
}

#logo{float:left; background-image:url(images/tie_logo.gif); width:274px; height:213px;}
#topheader{float:left;left:0px; width:98%; height:175px; 
/*
background-color:#F0F0F0; 
*/
background-image:url(images/wireframeTile.JPG); 
background-repeat:repeat-x;
position:relative;}
#toplinks{position:absolute; right:10px; top:10px;}
#menu{float:left; left:0px; width:98%; height:32px; background-image:url(images/bg_menu.gif); background-repeat:repeat-x;cursor:hand; top:0px;position:relative;}
.submenu {
	/* clear:both; */
	left:0px; width:470px; top:210px; height:32px; background-image:url(images/bg_submenu.gif); 
	background-position:top; background-repeat:repeat-x; position: absolute; text-align: center; }
#contenttext{float:right; width:64%;}
#leftpanel{float:left; }
#footer{float:bottom; width:98%; background-color:#F0F0F0; padding:10px; text-align:center;}
#divSearch{position:relative; top:2; right:2; width:180px;}
#topcontent{
width:100%;
position:relative;
left:10px;
height:254px;
}

h1 { font-size:26px; }
h2 { font-size:22px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:14px; font-style:italic; }

#outerTable1{
	table-layout:fixed; 
	min-height:600px;
	padding-bottom:20px;
}
/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
}

p { font-size:12px;}

/*TEXT STYLES*/
.bodytext {
	/*font: 0.7em Tahoma, sans-serif;*/
	font-size: 14;
	color: #666666;
	padding-left: 30px;
	padding-top: 0px;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}


/*
h1 td, h1, h2, h3, h4, h5, h6, div.topnav, 
div.sidenav, div.sidesearch, div.sidequote, div.bottomnav, div.footer, small, 
{ font-family: Arial, Sans-Serif; }
*/

.transparentImage
{
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
}

.header
{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
/*
	background:transparent url(images/logobg.png) repeat top;
	*/
}

table.menutable
{
	/*
	background-color: #bde9d5;
	*/
	background-color:#eee;
	font-family: Courier New;
	font-style: bold;
	font-size: 11px;
	vertical-align: top;
	border:1px solid #348FAA;
	table-layout: fixed;
}

.footer
{

	background-color:#eee;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #348FAA;
}

td.dataCell
{
	border-color: black; 
	border-width: 1px;
	border-style: groove;
}

th.dataCell
{
	border-color: black; 
	border-width: 1px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-style: inset;
}

.bigTableCell
{
	font-size: 11;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	vertical-align: top;
	table-layout: fixed;
}

.menuitem {	
	/*
	background-color: #bde9d5;
	*/
	background-color:#eee;
	font-family: Courier New; 
	font-size: 18; table-layout: fixed; height: 32px; border-bottom-style: none; }
.menuitem A:link {text-decoration: none; color: black; 	}
.menuitem A:visited {text-decoration: none; color: black; }
.menuitem A:active {text-decoration: none; color: black; }
.menuitem A:hover 
{
	text-decoration: none; 
	border-bottom: 1px dotted #03C;
	font-weight: bold; 
	color: black;
}

input.readonlyText
{ 
	border-style: none; 
	border: none;
	text-decoration: none; 
	border-width: 0px;
	overflow: visible;
}

A.sidedynalink {font-size: 12px;}
A.sidedynalink:link {text-decoration: none; }
A.sidedynalink:visited {text-decoration: none; }
A.sidedynalink:active {text-decoration: none; }
A.sidedynalink:hover 
{
	text-decoration: underline; 
}

A.dynalink:link {text-decoration: none; }
A.dynalink:visited {text-decoration: none; }
A.dynalink:active {text-decoration: none; }
A.dynalink:hover 
{
	text-decoration: underline; 
}

p
{
	text-align: justify;
}

.statItem
{
	color: black;
	font-style: regular;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}

.statItem:hover
{
	background-color: blue;
	color: white;
	font-style: bold;
	text-decoration: none;
}

ul.statList
{
  list-style: square url(images/blueboxBullet.png); /* wide image for the bullet */
  margin: .5em .5em 0 25px;  /* bullet image is in left margin */
  padding-left: 0;
}

ol.statList
{
}

.afterReqInputPrompt
{
	content: " *";
	color: red;
}

input.longText
{
	width: 100%;
}

input.longCapText
{
	width: 100%;
	text-transform: none;
}

input.shortText
{
	width: 200px;
}

input.shortCapText
{
	width: 200px;
	text-transform: none;
}

.downloadCell
{
	vertical-align: top;
	border-left:1px solid gray;
	width: 122px;
	padding:20px;
}

.contentCellNoBorder
{
	text-align: justify;
	vertical-align: top;
	padding: 20px;
	font-size:12px;
/}

.contentCell
{
/*
	min-height:650px;
	*/
	text-align: justify;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;

/*
	background-color:#eee;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-x;
	
*/
	border-left:1px solid gray;
	font-size:12px;
/*	
	background-color: white;
	border-style: solid;
	border-color: black;
	border-width: 1px;
*/
}

