body  
{
  background-color : #007301; 
  background-image: url('../images/bckg.jpg'); 
  background-repeat: repeat-x;
  vertical-align:middle; 
  text-align:center;
}

table.root
{
	vertical-align:middle; 
	text-align:center; 
	width:100%; 
	height:100%;
}

td.root
{
	vertical-align:middle; 
	text-align:center; 
}

table.view
{
	width:100%; 
	height:100%;
}

div.root
{
	width:1000px; 
	height:670px;
	background-color:White;
}

div.rootAll
{
	width:730px; 
	height:670px;
	background-color:White;
}

div.rootHeader
{
	float:left;
	text-align:left;
	vertical-align:middle;
	margin-bottom:2px;
	padding-bottom:2px; 
}

div.ticker
{
	float:right;
	text-align:left;
	vertical-align:top;
}

iframe.header 
{
	width:600px;
	height:15px;
}

div.rootFooter
{
	width:1000px;
	text-align:right;
	vertical-align:middle;
    margin-top:2px;
	padding-top:2px; 
}

div.title
{
	width:270; 
	height:100%;
	vertical-align:top; 
	text-align:center; 
}

#header { 
	width:100%;
	vertical-align:middle;
	height:20pt;
	background-image: url('../images/nav.jpg');   
}
td {
	color : #666666;
}
#title { 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 8pt; 
	font-weight : bold;
	white-space:nowrap; 
	color :  #1E8C39;  
}
table.text  
{
	font-family:Times New Roman, Arial, Helvetica, sans-serif; 
	font-size : 10pt;
	font-weight:lighter; 
}
td.list
{
	vertical-align:top;
} 
#text { 
	font-family:Times New Roman, Arial, Helvetica, sans-serif; 
	font-size : 10pt;
	font-weight:lighter; 
} 

a { color : #666666; text-decoration:underline; font-family : Times New Roman, Helvetica, sans-serif;}
a:link { color : #666666; text-decoration:underline; font-weight:bold; white-space:nowrap }
a:visited { color : #666666; text-decoration:underline; font-weight:bold; white-space:nowrap }
a:hover { color : #666666; text-decoration:none; font-weight:bold; white-space:nowrap }
a:active { text-decoration:underline; white-space:nowrap}

a.one { color:#005C9F; font-size: 12px; font-family : Arial, Helvetica, sans-serif; white-space:nowrap }
a.one:link { color:#005C9F; text-decoration:none; font-weight:normal; white-space:nowrap }
a.one:visited { color:#005C9F; text-decoration:none; font-weight:normal; white-space:nowrap }
a.one:hover { color:#999999; text-decoration:none; font-weight:normal; white-space:nowrap }
a.one:active { text-decoration: none; white-space:nowrap }

a.header  
{
	color:#FFFFFF; 
	font-size: 8pt; 
	font-family : Arial; 
	white-space:nowrap;
    width:20px;
    height:10px;
	padding:0.1em 0.6em 0.1em 0.6em;
}
	
a.header:link { color:#FFFFFF; font-size: 8pt; font-family : Arial; text-decoration:none; font-weight:normal; white-space:nowrap }
a.header:visited { color:#FFFFFF; font-size: 8pt; font-family : Arial; text-decoration:none; font-weight:normal; white-space:nowrap }

a.header:hover  
{ 
	color:#FFFFFF;
	font-size: 8pt; 
	font-family : Arial; 
	text-decoration:none; 
	font-weight:normal; 
	white-space:nowrap; 
    width:20px;
    height:10px;
	padding:0.1em 0.6em 0.1em 0.6em;
	background-image:url('../images/nav.jpg')
}
a.header:active { text-decoration: none; font-size: 8pt; font-family : Arial; white-space:nowrap }

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
	clear: both;
	border: 1px solid #963;
	height: 400px;
	overflow: auto;
	width: 940px;
	position:relative;
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	width: 940px
}


/* make the TH elements pretty */
table.dataTable th {
	background: #C96;
	border-left: 1px solid #EB8;
	border-right: 1px solid #B74;
	border-top: 1px solid #EB8;
	font-family:Times New Roman, Arial, Helvetica, sans-serif; 
	font-size : 10pt;
	font-weight: bold;
	padding: 4px 3px;
	text-align: center;
	white-space: nowrap;
}


/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
table.dataTable td, table.dataTable tr.row_0 td {
	background: #FFF;
	border-bottom: none;
	text-align: center;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px;
	font-family:Times New Roman, Arial, Helvetica, sans-serif; 
	font-size : 10pt;
}

table.dataTable tr.row_1 td {
	background: #EEE;
	border-bottom: none;
	text-align: center;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px;
	font-family:Times New Roman, Arial, Helvetica, sans-serif; 
	font-size : 10pt;
}

/* BUTTONS HOMEPAGE	*/

.buttonsContainer {
	width:702px;
	height:133px;
}

/* Action Links */

a.actionLinksHeader:hover {text-decoration: none; color:#1E8C39;}
a.actionLinksHeader:visited {text-decoration: none; color:#1E8C39;}

a.actionLinksDescription:hover {text-decoration: none; color:#666666;font-weight:normal;}
a.actionLinksDescription:visited {text-decoration: none; color : #666666;font-weight:normal}

.actionLinks {
	background: #DBE9FD url(../images/bg_mainBox.gif) no-repeat;
	border-bottom: 1px solid #9CB2E3;
	height:130px;
	}
.actionLinks p {
	margin: 0 0 0 20px;
	}
.actionLinks p a {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
	margin: 0;
	padding: 0 24px 20px 0px;
	}

div.actionLinksTab
{
	float: left;
	width: 230px;
	height:130px;
	padding: 0;
}	
	
.actionLinks h2 a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	color :  #1E8C39; 
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 23px 24px 10px 90px;
	padding-top:20px;
	}
	
.actionLinks h2 {
	position: relative;
	height:60px;
	padding:0;
	margin:5px;
	}
	
.actionLinks h2 img {
	position: absolute;
	top: 10px;
	left: 20px;
	}

.actionLinks div {
      cursor: pointer;
      }

div.investorSearchRoot
{
	width:1000px; 
	height:730px;
	background-color:White;
}

div.investorSearchRootAll
{
	width:1000px; 
	background-color:White;
}

div.investorSearchRootHeader
{
	width:100%;
	text-align:left;
	vertical-align:middle;
	margin-bottom:2px;
	padding-bottom:2px; 
}