/*------------------------------------------------------
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%.
------------------------------------------------------*/

/*------------------------------------------------------
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: #000099;
}
a:hover #SplashEnter {
	text-decoration: none;
	color: #000000;
	background: #EEEEEE;
}
/*------------------------------------------------------
BODY
------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF url('/core/images/blank.gif') repeat-y top center;
}
#Container {
	background: transparent;
	position: relative;
	margin: auto;
	padding: 0;
	border: 0;
	width: 900px;
	text-align: left;
}
/*------------------------------------------------------
HEADER
------------------------------------------------------*/
#Header {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	border: 0;
	margin: 0;
	width: 900px;
	height: 115px;
	text-align: left;
}
#Lang {
	margin: 0;
	position: absolute;

/*
	right: 0;
 	top: 138px;
 */

 	top: 116px;

    left: 902px;



	padding-right: 10px;
	border: 0;
	font-weight: 700;
	text-align: right;
	background: transparent;
    vertical-align: middle; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

/* 
html>body #Lang { right: -10px; }
 */

#Lang a {
	color: #999;
	text-decoration: none;
}
#Lang a:hover {
	color: #999;
	text-decoration: underline;
}
/*------------------------------------------------------
NAVIGATION
------------------------------------------------------*/
.MainNav, #Nav {
	position: absolute;
	top: 115px; 
	left: 0px;
	padding: 0;
	margin: 0;
	border: 0;
}
#Nav {
	width: 900px;
}
#Nav ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-align: center;
	overflow: auto;
	height: 21px;
	/* background: #DDDDDD url('/uploads/_website_files_/navOff.gif')  ; */

background: #0D6533;

}
#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: bold;
	font-size: 10px;
	line-height: 20px;
	/* 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: 9px;
  padding-right: 15px;
  margin: 0 0 0 4px;
  display: block;
  /* border-right: 1px #BBBBBB solid; */
  color: #eee;
  text-decoration: none;
  /* background: #DDDDDD url('/uploads/_website_files_/navOff.gif')  ; */
  
  border-left: 2px #0D6533 solid;
  border-bottom: 1px #2F8755 solid;
  }

#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 
{
  color: #eee;
  border-left: 2px #4FA977 solid;
  border-bottom: 1px #4FA977 solid;
  }

#Nav ul li.rightselectednav a, #Nav ul li.leftselectednav a, #Nav ul li.selectednav a
, #Nav ul li a:hover, #Nav ul li.left a:hover, #Nav ul li.right a:hover 
{
  cursor: pointer;
  color: #FFFFFF;
  border-bottom: 1px #4FA977 solid;
  }
/*------------------------------------------------------
SUB NAVIGATION
------------------------------------------------------*/
#SideNav {
	position: absolute;
	top: 136px;
	left: 0px;
	padding: 0 0 8px 0;
	margin: 0;
	border: 0;
    width: 180px;
    /* background: url('images/main_green_side.gif'); */
    background: #0D6533 url('images/new_side_bottom.gif') repeat-x bottom left;
}
#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;
	text-decoration: none;
	display: block;
	text-align: left;
}
/*--------------------------------------
Side Container
--------------------------------------*/

#Sub ul li.SubBlank, #SubLogin 
{
  color: white;
  margin: 0px 0 10px 0;
  padding: 5px 10px 5px 10px;
  }
#Sub ul li.SubBlank b
{ 
  color: #5AB3EB;
  }

#Sub ul li.SubBlank a, #SubLogin a 
{
  color: #000000;
  }
#Sub ul li.SubBlank a:hover, #SubLogin a:hover 
{
  color: #000000;
  }
#SubLogin{ color: #000; }

#SubSpacer 
{
  margin: 0;
  padding: 0;
  border: 0;
  height: 4px;
  font-size: 1%;
  line-height: 1px;
  }

/*------------------------------------------------------
SUB SUB NAVIGATION
------------------------------------------------------*/

#Sub ul li.subsub a, #Sub ul li.currentSub a, #Sub ul li.subsubTitle, #SubTitle
{
  overflow: hidden;
  margin: 0px 0 10px 0;
  padding: 5px 10px 5px 8px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px #2F8755 solid;
  border-left: 2px #0D6533 solid;
  }
#SubTitle
{ 
  margin-top: 0;
  border-bottom: 0;
 }
#Sub ul li.subsubTitle, #SubTitle
{
  color: #5AB3EB;
  background: #0D6533;
  }

#Sub ul li.currentSub a 
{
  color: #eee;
  /* background: #FFFFFF; */
  border-bottom: 1px #4FA977 solid;
  border-left: 2px #4FA977 solid;
  }
#Sub ul li.subsub a
{
  color: #eee;
  background: transparent;
  }
#Sub ul li.subsub a:hover, #Sub ul li.currentSub a:hover
{
  color: #fff;
  /* color: #4FA977; */
  /* background: #00804D; */
  border-bottom: 1px #4FA977 solid;
  }

/*------------------------------------------------------
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: 136px;
	left: 180px;
    width: 720px;
	margin: 0;
	padding: 10px;
	text-align: left;
	vertical-align: top;
    border-top: 3px #0D6533 solid;

   background: transparent url('images/new_main_top.gif') repeat-x top left;



}
html>body #Main { width: 700px; }


#Main a {
	text-decoration: underline;
	color: #000099;
}
#Main a:hover {
	text-decoration: none;
	color: #000000;
}
td.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}
/*-------------------------------------------------
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: 10px 0 0 0px;
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;

/*     border-top: 10px #0D6533 solid;
 */
}
#Footer p {
	border: 0;
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;

	text-align: center;
}
#Footer p a {
	text-decoration: underline;
	color: #000099;
}
#Footer p a:hover {
	text-decoration: none;
	color: #000000;
}
/*------------------------------------------------------
FONT
------------------------------------------------------*/
h1 {
	font-family: Lucida Grande, Helvetica, Trebuchet MS, Verdana, Sans-Serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-transform: none;
	text-decoration: none;
	margin-top: 0.0em;
	margin-bottom: 0.2em;
	line-height: 1em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-transform: none;
	text-decoration: none;

	margin-top: 0.0em;
	margin-bottom: 0.2em;
	line-height: 1em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-transform: none;
	text-decoration: none;
	margin-top: 0.0em;
	margin-bottom: 0.2em;
	line-height: 1em;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	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: #666666;
}
p a {
	text-decoration: underline;
	color: #000099;	
}
p a:hover {
	text-decoration: none;
	color: #000000;
}
.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: 0;
	padding: 4px;
    max-width: 700px;
    width: expression(this.width >= 699 ? 700 : this.width);
}
.featureImageTable:hover img, .featureImageTableRight:hover img, .featureImageTableLeft:hover img {
	border: 0;
}
.featureImageTable table, .featureImageTableRight table, .featureImageTableLeft table {
	width: 100%;
	border: 0;
	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: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #FFFFFF;
	font-weight: bolder;
	text-align: left;
	background: #006600 url('/core/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: #6699CC;
}
#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: 700px;
	padding: 2px;
	height: 1em;
	margin: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#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;
        color: #666666;
 	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: #666666;
	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: #666666;
	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: #666666;
	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;
}




/* ------------
   POLLER STUFF
   ------------ */
.poller
{
  /* The poller box */
  /* float:right;		 */
  /* width:150px; */
  /* height:220px;  */
  padding:5px;	
  /* border:3px double #317082; */
  /* background-image:url("../images/question.gif"); */
  /* background-repeat:no-repeat; */
  /* background-position: center center; */
  margin:0px;
  /* text-align:left; */
  }



.poller_question, .poller_waitMessage, .poller_results
{
  margin-top:0px;
  padding: 0px;
  margin: 0px;
  }


/* Poller title above radio buttons */
.pollerTitle
{
  margin-top:0px;
  margin-bottom:5px;
  font-weight:bold;
  color: #5AB3EB;
  }

/* Label for each radio button */
.pollerOption
{
  margin:0px;
  color: #fff;
  }

/* Label for each option above graph - i.e. results */
.result_pollerOption
{
  margin:0px;
  font-size:0.8em;
  color: #fff;
  }

/* Title of poller - when ajax shows the results */
.result_pollerTitle
{
  margin-top:0px;
  margin-bottom:5px;
  font-weight:bold;
  color: #5AB3EB;
  }

/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
.result_pollGraph img
{
  float:left;
  }

/* The <div> tag where the percentage result is shown */
.result_pollGraph div
{
  float:left;
  height:16px;
  background-repeat:repeat-x;
  color: #fff;
  font-size:0.9em;
  line-height:16px;
  }

/* Graph div - parent of both the corner images and the div displaying percentage votes */
.result_pollGraph
{	
  height:16px;
  color: #fff;
  }

/* Message when Ajax is working getting restults fromt the server */
.poller_waitMessage
{
  display:none;	
  color: #fff;
  }	

.result_totalVotes
{
  clear:both;
  font-size:0.8em;
  margin-top:10px;
  font-style:italic;
  color: #fff;
  }








