/* CSS Document */

body, html { height:100%;
	color: #444;
	font: 12px sans-serif;
	}
	
a:link, a:visited, a:active {text-decoration:underline;font-size:8pt;color:#3333CC;font-family:arial,verdana,arial,tahoma;font-weight:bold}
a:hover {text-decoration:none;font-size:8pt;color:red;font-family:arial,verdana,arial,tahoma;}	
a img { }
/*a:hover img { filter: Alpha(Opacity=60); background:#ffffff }*/

.navigation {	
	height: 33px;
}
.navigation a {
	border-right: 1px solid #AFBEC7;
	color: #FFFFFF;
	display: block;
	float: left;
	font: bold 10px sans-serif;
	line-height: 33px;
	padding: 0 23px;
	text-decoration: none;
}
.navigation a:hover {
	background:	 url(../images/bg_h_links.jpg);
	}


.subnavigation {	
	/*height: 25px;*/
}
.subnavigation a {
	padding: 0px 5px 2px 5px;
	color: #FFFFFF;
	font: bold 10px sans-serif;

	text-decoration: none;
}
.subnavigation a:hover {
	background: #FFFFFF; color:#000000;
	}


/* SIDE NAV
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size:12px;
	padding: 0px 0px 2px 5px;
	text-align:left;
}

#sectionLinks h3{
	padding: 10px 0px 2px 30px;
	border-bottom: 1px solid #000000;
}

#sectionLinks a:link, #sectionLinks a:visited {
	border-bottom:#AAA 0.8pt solid;
	color:#FFFFFF;
	display: block;
	background: url(http://pn/ServerWork/Website/KimberClarke/website/images/li.png) no-repeat left;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0px 3px 15px;
}

#sectionLinks a:hover{
	background-color:#FFF;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

h4 { color:#9F0000; font-size:14px;}
h3 {color:#B9965C; font-size:18px}
h5 { color:#9F0000; font-size:12px;}

.RecordColumnTD {
	background-color: #ECEBD4;
	color: #38372E;
	font-weight: bold; margin:10px 5px 10px 5px;
}
.RecordColumnTD TD {
	font-weight: bold; border:#aaaaaa 0.8pt solid; padding:2px 5px 2px 10px;
}
.RecordDataTD {
	background-color: #F7F7F7;
	color: #000000;
}

.RecordDataTD TD {
	background-color: #F7F7F7;
	color: #000000; border:#DDD 0.8pt solid; padding:2px 5px 2px 10px;
}

.RecordTitleTD {
	background-color:#FFCC00;
	color: #000000;
}

.RecordTitleTD TD {
	background-color:#FFCC00; text-transform:uppercase;
	color: #000000; border:#DDD 0.8pt solid; text-align:center; font-size:14px; font-weight:bold;
}

/*****  MENU - NAVIGATION ************************************************************/

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}


	