/*------------------------------------------------------
CSS Created for P&G dynamic website
Copyright 2004 Michael Moore
DataShepherd Ltd.
------------------------------------------------------*/

/*------------------------------------------------------
We have thought about adding the feature to span the page
the enitre width of the browser. There are a couple of points
to be raised here. The ability to span the header 100% though
keep the content the same width, or the entire content spanned
100%.
------------------------------------------------------*/

table tr td { vertical-align: top; }

/*------------------------------------------------------
SPLASH PAGE
------------------------------------------------------*/
#SplashEnter {
	padding: 4px 20px 4px 20px;
	margin: 0;
	width: 0;
	border: 1px #000000 solid;
	text-decoration: none;
	background: #FFFFFF;
}
a #SplashEnter {
	text-decoration: none;
	color: #2f7601;
}
a:hover #SplashEnter {
	text-decoration: none;
	color: #005060;
	background: #DDDDDD;
}
/*------------------------------------------------------
BODY
------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: center;
	background: #6F9611 url('../images/bg_images/body_6F9611_left.gif') repeat-y top center;
}
#Container {
	background: transparent;
	position: relative;
	margin: auto;
	padding: 0;
	border: 0;
	width: 760px;
	text-align: left;
}
/*------------------------------------------------------
HEADER
------------------------------------------------------*/
#Header {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	border: 0;
	margin: 0;
	width: 760px;
	height: 25px;
	text-align: left;
	background: #666666 url('../../uploads/_website_files_/metroid-ZM.jpg') no-repeat top right;
}
#Lang {
	margin: 0;
	position: absolute;
	top: 1px;
	right: 0;
	padding-right: 10px;
	border: 0;
	font-weight: 700;
	text-align: right;
	background: transparent;
	z-index: 100;
    vertical-align: middle; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
#Lang a {
	color: #FFFFFF;
	text-decoration: none;
}
#Lang a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*------------------------------------------------------
NAVIGATION
------------------------------------------------------*/
.MainNav, #Nav {
	position: absolute;
	top: 25px; 
	left: 0px;
	padding: 0;
	margin: 0;
	border: 0;
}
#Nav {
	width: 760px;
}
#Nav ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-align: center;
	overflow: auto;
	height: 22px;
	background: #DDDDDD url('../../uploads/_website_files_/navOff.gif')  ;
}
#Nav ul li {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
	border: 0;
 	text-transform: uppercase;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
	background: #DDDDDD url('../../uploads/_website_files_/navOff.gif')  ;
}


#Nav ul li a, #Nav ul li.left a, #Nav ul li.right a, #Nav ul li.rightselectednav a, #Nav ul li.leftselectednav a, #Nav ul li.selectednav a {
	padding-left: 15px;
	padding-right: 15px;
 	margin: 0;
	display: block;
	border-right: 1px #CCCCCC solid;
	color: #000000;
	text-decoration: none;
	background: #DDDDDD url('../../uploads/_website_files_/navOff.gif')  ;
}
#Nav ul li.left a {
	border-right: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
}
#Nav ul li.right a {
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
}
#Nav ul li.rightselectednav a {
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	color: #000000;
	background: #AAAAAA url('../../uploads/_website_files_/navOn.gif')  ;
}
#Nav ul li.leftselectednav a {
	border-right: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	color: #000000;
	background: #AAAAAA url('../../uploads/_website_files_/navOn.gif')  ;
}
#Nav ul li.selectednav a {
	color: #000000;
	background: #AAAAAA url('../../uploads/_website_files_/navOn.gif')  ;
}
#Nav ul li a:hover, #Nav ul li.left a:hover, #Nav ul li.right a:hover {
	cursor: pointer;
	color: #000000;
	background: #AAAAAA url('../../uploads/_website_files_/navOn.gif')  ;
}
/*------------------------------------------------------
SUB NAVIGATION
------------------------------------------------------*/
#SideNav {
	position: absolute;
	top: 47px;
	left: 0px;
	padding: 0;
	margin: 0;
	border: 0;
    width: 180px;
}
#Sub {
	margin: 0;
	padding: 4px;
}
#Sub ul {
	border: 0;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	text-align: left;
}
#Sub ul li a {
	padding: 4px;
 	margin: 0;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	text-decoration: none;
	display: block;
	text-align: left;
/*
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: #FFFFFF url('../images/blank.gif')  ;
*/
}
/*
#Sub ul li a:hover {
	color: #000000;
	background: #DDDDDD url('../images/blank.gif')  ;
}
*/
#SubTitle {
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0 4px 0 4px;
	overflow: hidden;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-transform: none;
	background: #CCCCCC url('../../uploads/_website_files_/subnav_title.gif')  ;
}
/*--------------------------------------
Side Container
--------------------------------------*/
#Sub ul li.SubBlank {
	margin: 0 0 0 0;
	padding: 4px;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	background: #FFFFFF;
	font-size: 12px;
	text-align: left;
}
#Sub ul li.SubBlank a {
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
	text-decoration: underline;
	background: none;
	color: #2f7601;
}
#Sub ul li.SubBlank a:hover {
	color: #005060;
}
#SubLogin {
	margin: 0 0 0 0;
	padding: 4px;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	background: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}
#SubSpacer {
	margin: 0;
	padding: 0;
	border: 0;
	height: 4px;
	font-size: 1%;
	line-height: 1px;
}
/*------------------------------------------------------
SUB SUB NAVIGATION
------------------------------------------------------*/
#Sub ul li.subsubTitle {
	line-height: 20px;
	margin: 0;
	padding-left: 4px;
	overflow: hidden;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
	text-transform: none;
	background: #CCCCCC url('../../uploads/_website_files_/subnav_title.gif')  ; 
}
#Sub ul li.currentSub {
	margin: 0 0 0 0;
/*	padding: 3px 3px 3px 10px; */
/*	border-left: 1px #CCCCCC solid; */
/*	border-right: 1px #CCCCCC solid; */
/*	border-bottom: 1px #CCCCCC solid; */
	font-size: 12px;
	font-weight: bold; 
	color: #FFFFFF;
/*	color: #FFFFFF; */
	text-align: left;
	text-indent: 6px;
	background: #000000;
}
#Sub ul li.currentSub a, #Sub ul li.currentSub a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#Sub ul li.subsub a {
	margin: 0 0 0 0;
	padding-left: 10px;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url('../images/blank.gif') ;
}
#Sub ul li.subsub a:hover {
	color: #000000;
	background: #DDDDDD url('../images/blank.gif')  ;
}
/*------------------------------------------------------
MAIN
------------------------------------------------------*/
#MainContainer,#MainContent {
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	text-align: left;
	vertical-align: top;
	width: 100%;
	text-align: left;
}
#Main {
	position: absolute;
	top: 47px;
	left: 180px;
    width: 560px;
	margin: 0;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
#Main a {
	text-decoration: none;
	color: #2f7601;
}
#Main a:hover {
	text-decoration: none;
	color: #005060;
}
td.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
/*-------------------------------------------------
Blockquote
-------------------------------------------------*/
blockquote {
	margin: 0;
	padding: 4px;
	border: 1px #DDDDDD solid;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.5em;
	text-indent: 22px;
	background: #EEEEEE url('../images/quote_start.gif') no-repeat 4px 4px;
}
/*------------------------------------------------------
FOOTER
------------------------------------------------------*/
#Footer {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 0 0 0px;
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
#Footer p {
	border: 0;
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;

	text-align: center;
}
#Footer p a {
	text-decoration: none;
	color: #2f7601;
}
#Footer p a:hover {
	text-decoration: none;
	color: #005060;
}
/*------------------------------------------------------
FONT
------------------------------------------------------*/
h1 {
	font-family: Courier New, Courier, mono;
	font-size: 20px;
	font-weight: bolder;
	color: #444444;
	text-transform: none;
	text-decoration: none;
	margin-top: 0.0em;
	margin-bottom: 0.2em;
	line-height: 1em;
}
h2 {
	font-family: Courier New, Courier, mono;
	font-size: 18px;
	font-weight: bold;
	color: #444444;
	text-transform: none;
	text-decoration: none;

	margin-top: 0.0em;
	margin-bottom: 0.2em;
	line-height: 1em;
}
h3 {
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-transform: none;
	text-decoration: none;
	margin-top: 0.0em;
	margin-bottom: 0.2em;
	line-height: 1em;
}
h4 {
	font-family: Courier New, Courier, mono;
	font-size: 14px;
	font-weight: bolder;
	color: #666666;
	text-transform: none;
	text-decoration: none;
	margin-top: 0.0em;
	margin-bottom: 0.2em;
	line-height: 1em;
}
p {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
p a {
	text-decoration: none;
	color: #2f7601;	
}
p a:hover {
	text-decoration: none;
	color: #005060;
}
.data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}
strong {
	font-weight: bold;
}
.bullet {
	padding-left: 20px;
	background: url('../images/bullet_icon.gif') no-repeat left; 

}
.center {
	text-align: center;
}
/*------------------------------------------------------
IMAGES
------------------------------------------------------*/
.image {
	padding: 0;
	margin: 0;

	border: 0;
}
.headerImage {
	text-align: left;
	padding: 0;
	border: 0;
	margin: 0;
}
.featureImage {
	float: right;
	padding: 3px;
	margin-left: 10px;
	border: 1px #CCCCCC solid;
	background: #FFFFFF;
}
.featureImage:hover {
	border: 1px #999999 solid;
	background: #FFFFFF;
}
/*------------------------------------------------------
FEATURE IMAGE TABLE STYLES
------------------------------------------------------*/
.featureImageTable, .featureImageTableLeft, .featureImageTableRight {
	width: 20px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}
.featureImageTable {
	align: center;
	margin: 0px 6px 0px 6px;
}
.featureImageTableRight {
	float: right;	
   margin: 0px 0px 0px 6px;
}
.featureImageTableLeft {
	float: left;
	margin: 0px 6px 0px 0px;
}
.featureImageTableLeft {
	float: left;
	margin: 0px 6px 0px 6px;
}
.featureImageTable img, .featureImageTableRight img, .featureImageTableLeft img {
	border: 1px #CCCCCC solid;
	padding: 4px;
    max-width: 560px;
}
.featureImageTable:hover img, .featureImageTableRight:hover img, .featureImageTableLeft:hover img {
	border: 1px #999999 solid;
}
.featureImageTable table, .featureImageTableRight table, .featureImageTableLeft table {
	width: 100%;
	border: 1px #CCCCCC solid;
	background: #EDEEC2;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}
/*------------------------------------------------------
LIST SUMMARY
------------------------------------------------------*/
dl.list dd {
	margin: 0;
	padding: 0;
}
/*------------------------------------------------------
TABLE
------------------------------------------------------*/
#List {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
#List th {
	margin: 0;
	padding: 4px;
	line-height: 1.3em; 	
    border-bottom: 1px #CCCCCC solid;
	height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #444444;
	font-weight: normal;
	text-align: left;
	background: #EEEEEE url('../images/blank.gif')  ;
}
#List tr.list-no-hover {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
/* added for non-detail lists  */
#List tr.list td {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#List tr.list:hover td, #List tr.list:hover td a {
	text-decoration: none;
	cursor: pointer;
	color: #FFFFFF;
	background: #6f9611;
}
#List td {
	margin: 0;
	padding: 4px;
	overflow: hidden;
}
#List td a {
	text-decoration: underline;
}
#List td a:hover {
	text-decoration: underline;
}
#ListDetailOptions {
	padding: 0;
	height: 1.5em;
	border: 0;
	margin: 0;
}
#PageResults {
	width: 560px;
	padding: 2px;
	height: 1em;
	margin: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#PageResults .results {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}
#PageResults .page {
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	text-align: right;
}
/*------------------------------------------------------
FORMS
------------------------------------------------------*/
input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
 	border-top: 1px #AAAAAA solid;
 	border-left: 1px #CCCCCC solid;
 	border-right: 1px #CCCCCC solid;
 	border-bottom: 1px #CCCCCC solid;
	padding: 2px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-top: 1px #AAAAAA solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	padding: 2px;
}
button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-top: 1px #FFFFFF solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #AAAAAA solid;
	background: #EEEEEE;
	cursor: pointer;
	padding: 2px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-top: 1px #FFFFFF solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #AAAAAA solid;
	background: #EEEEEE;
	cursor: pointer;
	padding: 2px;
}
hr {
	width: 100%;
	height: 1px;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: 1px #EEEEEE solid;
	background-color: none;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}
/*----------------------------------------------------
Comments
----------------------------------------------------*/
#HitCounter {
	vertical-align: top !important; vertical-align: middle;
	padding: 2px;
	margin: 0;
	width: 0;
	border: 1px #CCCCCC solid;
	background: #EEEEEE;
}
.CommentCount {
	float: left;
	margin: 0;
	padding: 0 !important; padding-top: 4px;
	width: 120px;
	height: 20px;
	text-align: center;
	color: #666666;
	font-size: 9px;
	font-weight: normal;
	line-height: 20px;
	display: block;
	cursor: pointer;
	cursor: hand;
	background: url('../../../core/images/comment_bg.gif') no-repeat left top;
	background-color: none;
}
.CommentCount strong {
	font-weight: bold;
	color: #739BA8;
}
.NoComment {
	float: left;
	margin: 0;
	padding: 0 !important; padding-top: 4px;
	width: 100px;
	height: 20px;
	text-align: center;
	color: #666666;
	font-size: 9px;
	font-weight: normal;

	line-height: 20px;
	display: block;
	vertical-align: middle;
	display: block;
	cursor: pointer;
	cursor: hand;
	vertical-align: center;
	background: url('../../../core/images/comment_bg2.gif') no-repeat left top;	
	background-color: none;
}
.CommentCountFAQ {
	float: left;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 20px;
	text-align: center;
	color: #666666;
	font-size: 9px;
	font-weight: normal;
	line-height: 20px;
	display: block;
	cursor: pointer;
	cursor: hand;
	background: url('../../../core/images/comment_bg.gif') no-repeat left top;
	background-color: none;
}
.CommentCountFAQ strong {
	font-weight: bold;
	color: #739BA8;
}
.NoCommentFAQ {
	float: left;
	margin: 0;
	padding: 0 !important; padding-top: 4px;
	width: 100px;
	height: 20px;
	text-align: center;
	color: #666666;
	font-size: 9px;
	font-weight: normal;
	line-height: 20px;
	display: block;
	vertical-align: middle;
	display: block;
	cursor: pointer;
	cursor: hand;
	vertical-align: center;
	background: url('../../../core/images/comment_bg2.gif') no-repeat left top;	
	background-color: none;
}
/* end dry test */
.CommentsHeader {
	padding: 6px;
	font-weight: bold;
	font-size: 11px;
	border-left: 1px #CCCCCC solid;
	background: #EEEEEE solid;
}
.CommentIcon {
	width: 28px;
	height: 23px;
	padding: 2px;
	margin: 2px;

	border: 1px #CCCCCC solid;
	background: #FFFFFF;
	float: left;
}

.CommentsPosted {
	border-top: 1px #DDDDDD solid;
	padding: 6px;
	background: #EFEFEF;
}
.Comments {
	padding: 6px;
}
.CommentsForm {
	padding: 6px;
}