/*------------------------------------------------------
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: #D2792A;
}
a:hover #SplashEnter {
	text-decoration: none;
	color: #000000;
	background: #ffe7c6;
}
/*------------------------------------------------------
BODY
------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: center;
	background: #FEF5C3 url('images/body_custom_bg.gif') repeat-y top center;
}
#Container {
	position: relative;
	margin: auto;
	padding: 0;
	border: 0;
	width: 770px;
	text-align: left;
}
/*------------------------------------------------------
HEADER
------------------------------------------------------*/
#Header {
	position: absolute;
	top: 30px;
	left: 0px;
	padding: 0;
	border: 0;
	margin: 0;
	width: 770px;
	height: 100px;
	text-align: left;
	background: #333333;
}

.announce_header {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	border: 0;
	margin: 0;
	width: 754px;
	height: 143px;
	text-align: left;
	background: #ffffff;
    border: 3px black solid;
}

.announce_entry {
    margin-top: 5px; 
    font-size: 200%; 
    font-weight: bolder; 
    width: 100%; 
    text-align: center;
    position: relative;
    top: 3px;
    line-height: 26px;
}
.announce_entry a {
    padding: 2px;
	color: #660099;
	text-decoration: none;
	background: #FFFFFF 
}
.announce_entry a:hover {
	color: #FFFFFF;
	background: #000000;
}

#Lang {
	margin: 0;
	position: absolute;
	top: -18px;
	right: 0;
	padding-right: 10px;
	border: 0;
	font-weight: 700;
	text-align: right;
	background: transparent;
	z-index: 100;
}
#Lang a {
	color: #000000;
	text-decoration: none;
}
#Lang a:hover {
	color: #000000;
	text-decoration: underline;
}
/*------------------------------------------------------
NAVIGATION
------------------------------------------------------*/
.MainNav, #Nav {
	position: absolute;
	top: 130px; 
	left: 0px;
	padding: 0;
	margin: 0;
	border: 0;
}
#Nav {
	width: 770px;
}
#Nav ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-align: center;
	overflow: auto;
	height: 20px;
	background: #DDDDDD url('../nav_bg.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: bolder;
	font-size: 10px;
	line-height: 20px;
	background: #DDDDDD url('../nav_bg.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: #333333;
	text-decoration: none;
	background: #DDDDDD url('../nav_bg.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('../nav_over_bg.gif')  ;
}
#Nav ul li.leftselectednav a {
	border-right: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	color: #000000;
	background: #AAAAAA url('../nav_over_bg.gif')  ;
}
#Nav ul li.selectednav a {
	color: #000000;
	background: #AAAAAA url('../nav_over_bg.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('../nav_over_bg.gif')  ;
}
/*------------------------------------------------------
SUB NAVIGATION
------------------------------------------------------*/
#SideNav {
	position: absolute;
	top: 150px;
	left: 0px;
	padding: 0;
	margin: 0;
	border: 0;
	width: 185px;
}
#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: #660099;
	background: #FFFFFF url('')  ;
*/
}
/*
#Sub ul li a:hover {
	color: #000000;
	background: #ffe7c6 url('')  ;
}
*/
#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: bolder;
	color: #333333;
	text-decoration: none;
	text-transform: none;
	background: #CCCCCC url('../subnav_bg.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: 10px;
	text-align: left;
}
#Sub ul li.SubBlank a {
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
	text-decoration: underline;
	background: none;
	color: #D2792A;
}
#Sub ul li.SubBlank a:hover {
	color: #000000;
}
#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: 10px;
	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: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder; 
	color: #333333; 
	text-decoration: none;
	text-transform: none;
	background: #CCCCCC url('../subnav_bg.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: 10px;
	font-weight: bold; 
	color: #FFFFFF;
/*	color: #FFFFFF; */
	text-align: left;
	text-indent: 6px;
	background: #660099 url('../../../core/images/active_arrow.gif') no-repeat left center;
}
#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: #660099;
	text-align: left;
	background: #FFFFFF url('') ;

}
#Sub ul li.subsub a:hover {
	color: #000000;
	background: #ffe7c6 url('')  ;
}
/*------------------------------------------------------
MAIN
------------------------------------------------------*/
#MainContainer {
	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: 150px;
	left: 190px;
	width: 560px;
	margin: 0;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
#Main a {
	text-decoration: none;
	color: #D2792A;
}
#Main a:hover {
	text-decoration: none;
	color: #000000;
}
td.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}
/*-------------------------------------------------
Blockquote
-------------------------------------------------*/
blockquote {
	margin: 0;
	padding: 4px;
	border: 1px #DDDDDD solid;
	text-indent: 22px;
	background: #EEEEEE url('../../core/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: 10px;
	line-height: 14px;
	color: #333333;
}
#Footer tr td p {
	border: 0;
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;

	text-align: center;
}
#Footer tr td p a {
	text-decoration: none;
	color: #D2792A;
}
#Footer tr td p a:hover {
	text-decoration: none;
	color: #000000;
}
/*------------------------------------------------------
FONT
------------------------------------------------------*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #330099;
	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: 10px;
	font-weight: bold;
	color: #330099;
	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: 12px;
	font-weight: bold;
	color: #330099;
	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: 10px;
	font-weight: bold;
	color: #6699cc;
	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: 10px;
	line-height: 14px;
	color: #333333;
}
p a {
	text-decoration: none;
	color: #D2792A;	
}
p a:hover {
	text-decoration: none;
	color: #000000;
}
.data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
}
strong {
	font-weight: bold;
}
.bullet {
	padding-left: 20px;
	background: url('../../../core/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;
}

/*------------------------------------------------------
TABLE
------------------------------------------------------*/
#List {
	width: 100%;
	border: 1px #cccccc solid;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
#List th {
	margin: 0;
	padding: 4px;
	line-height: 1em; 	
    border-bottom: 1px #CCCCCC solid;
	height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #840052;
	font-weight: normal;
	text-align: left;
	background: #333333 url('')  ;
}
#List tr.list-no-hover {
	margin: 0;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
/* added for non-detail lists  */
#List tr.list td {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#List tr.list:hover td, #List tr.list:hover td a {
	text-decoration: none;
	cursor: pointer;
	color: #ffce9c;
	background: #87C3DF;
}
#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: 558px;
	padding: 2px;
	height: 1em;
	margin: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
#PageResults .results {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}
#PageResults .page {
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	text-align: right;
}
/*------------------------------------------------------
FORMS
------------------------------------------------------*/
#HitCounter {
	padding: 2px;
	margin: 0;
	width: 0;
	border: 1px #CCCCCC solid;
	background: #EEEEEE;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	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: 10px;
	color: #333333;
	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: 10px;
	color: #333333;
	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: 10px;
	color: #333333;
	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: #FFFFFF;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}



#Search {
	color: #000000;
	position: absolute;
	right: 0;
	top: -15px;
	margin: 0;
	border: 0;
	width: 300px;
	text-align: right;
	background: transparent;
	z-index: 101;
}



.featureImage {
	float: right;
	padding: 3px;
	margin-left: 10px;
	border: 1px #CCCCCC solid;
	background: #FFFFFF;
}
.featureImage:hover {
	border: 1px #999999 solid;
	background: #FFFFFF;
}
.featureImageTable, .featureImageTableLeft, .featureImageTableRight {
	width: 20px;
	margin: 0px 6px 0px 6px;
	padding: 0;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}
.featureImageTable {
	align: center;
}
.featureImageTableRight {
	float: right;
}
.featureImageTableLeft {
	float: left;
}
.featureImageTable img, .featureImageTableRight img, .featureImageTableLeft img {
	border: 1px #CCCCCC solid;
	padding: 4px;
}
.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;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}
img.FeatureIcon {
	border: 1px #E6E6E6 solid;
	margin: 6px 10px 0 0;
	float: left;
	background: none;
}

#Main a img {
	padding: 0;
	border: 0;
	margin: 0;
}









.fTable {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana;
	font-size: 10px;
	line-height: 1.5em;
	color: #666666;
	background: #e4e4e4;
}
.fTable .fBreak {
	border-right: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
}
.fTable .fBreak hr {
	background: #e4e4e4;
	height: 0 !important; height: 1px;
	border-bottom: 0 !important; border-bottom: 1px #FFFFFF solid;
	border-bottom: 0 !important; border-top: 1px #CCD4DA solid;
}
.fTableTL {
	margin: 0;
	padding: 0;
	width: 30%;
	background: url('images2/form_t.gif') repeat-x top left;
}
.fTableTR {
	width: 70%;
	margin: 0;
	padding: 0;
	height: 10px;
	text-align: right;
	background: url('images2/form_t.gif') repeat-x top left;
}
.fTableL {
	width: 30%;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px #CCCCCC solid;
	background: #e4e4e4;
	text-align: right;
	font-weight: bold;
}
.fTableM {
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	background: #e4e4e4;
}
.fTableR {
	padding-right: 10px;
	text-align: left;
	border-right: 1px #CCCCCC solid;
	background: #e4e4e4;
}
.fTableSubmit {
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	border-right: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	background: #e4e4e4;
}
.fTableBL {
	margin: 0;
	padding: 0;
	height: 10px;
	background: url('images2/form_b.gif') repeat-x bottom left;
}
.fTableBR {
	margin: 0;
	padding: 0;
	height: 10px;
	text-align: right;
	background: url('images2/form_b.gif') repeat-x bottom left;
}





/*-----------------------------------------------------------
List 
-----------------------------------------------------------*/
div.L1 {
	padding: 2px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-shadow: #234C74 0px 1px 2px;
	color: #FFFFFF;
	background: url('images/LOne_bg.gif') repeat-x top left;
}
td.L2 {
	padding: 4px 0 4px 0;
	border-top: 1px #E6E6E6 solid;
}
td.L2, td.L3, td.L4, td.L5, td.L6, td.L7 {
	padding: 4px 0 4px 0;
	vertical-align: top;
	line-height: 16px;
	background: #FFFFFF;
}
/*----------------------------------------
details with groups.
----------------------------------------*/
td.L2 .Info_Details {
	float: left;
	font-weight: bold;
}
td.L3 .Info_Details {
	float: left;
	font-weight: bold;
}
td.L4 div.Info_Details {
	float: left;
	font-weight: bold;
}
td.L5 div.Info_Details {
	float: left;
	font-weight: bold;
}
td.L6 div.Info_Details {
	float: left;
	font-weight: bold;
}
td.L7 div.Info_Details {
	float: left;
	font-weight: bold;
}
/*----------------------------------------
padding for table of docs. different levels
----------------------------------------*/
#LContainer2 {
	width: 100%;
	padding: 0;
	border-left: 1px #E6E6E6 solid;
	border-right: 1px #E6E6E6 solid;
	border-bottom: 1px #E6E6E6 solid;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
#LContainer3 {
	width: 100%;
	padding-left: 20px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
#LContainer4 {
	width: 100%;
	padding-left: 20px;
	border: 0;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
#LContainer5 {
	width: 100%;
	padding-left: 20px;
	border: 0;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
#LContainer6 {
	width: 100%;
	padding-left: 20px;
	border: 0;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
#LContainer7 {
	width: 100%;
	padding-left: 20px;
	border: 0;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
#Container3 td, #Container4 td, #Container5 td, #Container6 td, #Container7 td {
	border-top: 1px #999999 solid;
}
/*--------------------------------------
more stuff
--------------------------------------*/
td.LMore {
	background: #EEEEEE;
}
td.LMore a {
	font-weight: bold;
	text-decoration: underline;
	text-shadow: #BBBBBB 0px 1px 2px;
	color: #666666;
}
td.LMore a:hover {
	color: #333333;
}
#Info_btn {
	float: right;
	cursor: pointer;
}
#Download_btn a {
	color: #0099FF;
	text-decoration: underline;	
}
#Download_btn a:hover {
	color: #0066FF;
}
img.FeatureIcon {
	border: 1px #E6E6E6 solid;
	margin: 6px 10px 0 0;
	float: left;
	background: none;
}


/*////////////////////////////////////////////////////////////////////////
// END Resource List Styles
////////////////////////////////////////////////////////////////////////*/



.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: #46A3D8;
}
.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;
}
.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;
}