/***************************************************************
	Stella International, Inc. 2005.
	Meters System.  Version 2.0.
	SKIN DESIGN For Hines Properties.
****************************************************************/

/* PRINT STYLES */

.printhide {
	
}
.screenhide {
	display: none;
}
.main {
	padding: 10px;
}
/* HTML STYLES */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
}
a, a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
h1 {
	font-size:12pt;
	color:#CC0000;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
h2 {
	font-size:10pt;
	color:#000000;
}
li 
{
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 0;
}
th {

    text-align:left;
}
/* CLASSES */

.footer {
	padding: 5px;
	font-size: 8pt;
	color: #666666;
	border: 1px solid #cccccc;
	background-color: #eaeaea;
	margin: 20px;
}
.footer a:link, .footer:visited {
	color: #666666;
}
.small 
{
    font-size:8pt;
}
.header {
	background-image: url(/images/bg_header.jpg);
	background-position:top;
	background-repeat:repeat-x; 
}
.headerlogo {
	padding-left: 10px;
}
.headerright {
	color: #FFFFFF;
	padding-right: 10px;
	padding-top: 6px;
}
.menubackground {
	border: 1px solid #cccccc;
	background-image:url(/images/bg_menu.jpg);
	background-position:left;
	background-repeat:repeat-y; 
}
.menubutton {
	border: 1px solid #cccccc;
	width: 168px;
	background-image:url(/images/bg_menu_button.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 1px;
}
.menubutton a, .menubutton a:visited, .menubutton a:link {
	color: #333333;
}
.menuheader {
	color: #FFFFFF;
	font-weight: bold;
	width: 170px;
	background-image:url(/images/bg_menu_header.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:8px;
	padding-bottom:2px;
}
.menuheader a, .menuheader a:visited, .menuheader a:link {
	color: #ffffff;
}
.menulogout {
	width: 170px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 1px;
}
.error {
	color: #CC0000;
	font-weight:bold;
}
.boxborder {
	border: 3px solid #cccccc;
}
.boxheader {
	font-weight: bold;
	color: #000000;
	background-color: #cccccc;
	border-bottom: 1px solid #000000;
}
.boxrow {
	background-color: #eaeaea;
}
 .formbutton
  {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
	font-weight: bold;
    color: #ffffff;
    border: 1px solid #333333;
	background-color: #00CC00;
  }
  .downloadlarge {
  	font-size: 15pt;
	font-weight: bold;
  }
 .tablereport {
 	border: 1px solid #333333;
 }
 .tablereport td {
	font-size:8pt;
 }
 .tablereport2 {
 	border: 1px solid #333333;
 }
.tablereport2 td {
	font-size:11pt;
 }
 .rowheader {
 	background-color: #696969;
	color: #ffffff;
	border-bottom: 1px solid #333333;
	font-weight: bold;
 }
  .rowheader a ,.rowheader a:link,.rowheader a:visited{
 	color: #ffffff;
 }
 .tableRow1 {
 	background-color: #eaeaea;
 }
 .tableRow2 {
 	background-color: #e0e0e0;
 }
 .tableRow3 {
 	background-color: #CCCCCC;
 }
 .tableRowWhite, .rowTableWhite {
 	background-color: #FFFFFF;
	border-bottom: 1px dashed #e8e8e8;
 }
 .linebreak {
 	page-break-after: always;
 }
 .large {
 	font-size:15pt;
 }
 .listitem {
	border-bottom: 1px solid #cccccc;
	background-color: #eaeaea;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 1px;
}