/* Global style for images */

img{
margin: 0;
padding: 0;
border: none;
}

/* HEADER STYLES START */	

#header{
margin: 0;
padding: 0;
background: #FFF;
float: left;
clear: both;
width: 100%;
border-bottom: 1px solid #000;
}

#brandarea{
float: left;
margin: 0;
padding: 0;
background: transparent;
}

#directories{
margin: 0 0 0 0;
padding: 0;
text-align: right;
background: transparent;
float: right;
}

#directories .diritem{
margin:0 5px 0 0;
padding:5px 3px 0 3px;
background:transparent;
float: left;
}

#directories .diritem a:link, #directories .diritem a:visited{
font-size:0.7em;
color:#000;
background:transparent;
text-decoration: underline;
}

#directories .diritem img{
margin:0 5px 0 0;
padding: 0;
float: left;
}

/* HEADER STYLES END */	

/* --------------------------------------------- */

/* TOOLBAR STYLES START */

#toolbar{
margin: 0;
padding:0;
background:#336699;
height: 26px;
float: left;
}

#pagename{
float:left;
margin:0 0 0 8px;
padding:4px 0 0 0;
background:transparent;
}

#pagename .Head{
	font-size:1.0em;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

#tools{
margin:0 5px 0 0;
padding:3px 0 0 0;
float:right;
background:transparent;
}

#tools p{
font-size:0.65em;
padding: 0;
margin: 0;
background:transparent;
float: left;
}

#tools a:link, #tools a:visited{
color:#FFF;
text-decoration:underline;
background:transparent;
margin-right: 10px;
}

#tools img{
margin-right: 2px;
padding: 0;
background:transparent;
border: none;
float: left;
}

#headersearch{
margin-top: 1px;
padding:2px 2px 2px 2px;
border:1px solid #000;
background:#CCC;
float:right;
}

#headersearch form{
margin: 0;
padding: 0;
}

#headersearch img{
margin-right: 5px;
padding: 0;
float: left;
}

#headersearch input{
font-size:1em;
margin-right: 2px;
padding:1px 0 0 2px;
border-top:1px solid #5d747c;
border-right:1px solid #5d747c;
border-bottom:1px solid #aaa;
border-left:1px solid #aaa;
width:127px;
color:#333;
background:#fff;
float:left;
}

#headersearch p{
margin: 0;
padding: 0;
font-size:0.65em;
color:#fff;
background:transparent;
}

#headersearch a:link,#headersearch a:visited{
color:#333;
background:transparent;
}

/* TOOLBAR STYLES END */

/* --------------------------------------------- */

/* TAB STYLES START */


#tabarea{
	height: 19px;
	clear: both;
	margin: 0;
	padding: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #7EA9D3;
}

#tabarea ul{ 
  	position:relative;	
	margin: 0;
	padding: 0;
  	top:4px;
  	left:14px;
  	border-top: 1px solid #000;
  	border-bottom: 1px solid #000;
  	border-left: 1px solid #000;  
  	background: #fff;  	
	/*height: 17px;	*/
	float: left;
}

#tabarea ul li{
	float: left;
	display: inline;
	list-style: none;
	text-align:center;
	margin: 0;
	padding: 0;		
}

#tabarea li a{
	display: block;	
	color:#000;
	font-size: 0.7em;
  	font-weight: bold;
	text-decoration: none;		
	border-right: 1px solid #000;		
  	border-bottom: 0px;
	margin:0;
	padding: 0 5px 1px 5px;
	width: auto;
}

#tabarea li a:hover {
	background: #ccebf5;
	color:#000;
}

.tabselected{
	color:#fff !important;
	background: #336699 !important;
	/*font-weight:bold;	*/
}

/* TAB STYLES END */

/* --------------------------------------------- */

/* BREADCRUMB STYLES START */

a.NormalCrumb, a.NormalCrumb:link, a.NormalCrumb:visited, a.StartCrumb, a.StartCrumb:link, a.StartCrumb:visited 
{
	display:block; 
	width:auto;
	background:#d2d1c6  url(toggle_gray_down.gif) no-repeat left; 
	border-bottom:1px solid #000; 
	border-left:1px solid #000; 
	border-right:1px solid #000; 
	margin-top:0px; 
	text-align: left; 
	text-decoration:none; 
	font-size: 10px;
	font-weight: bold; 
	color:#000; 
	line-height:19px; 
	overflow:hidden; 
	padding: 0 5px 1px 20px;
	background-position: 3 50%;
}

a.NormalCrumb:hover, a.StartCrumb:hover {color:#000; background:#ccebf5 url(toggle_gray_down.gif) no-repeat left; background-position: 3 50%;}
a.StartCrumb {border-top:1px solid #000;}

/* BREADCRUMB STYLES END */

/* --------------------------------------------- */

/* LEFTMENU STYLES START */

a.NormalNode, a.NormalNode:link, a.NormalNode:visited, a.StartNode, a.StartNode:link, a.StartNode:visited
{
	display:block; 
	width:auto;
	background:#FFFFFF  url(toggle_gray_right.gif) no-repeat left; 
	border-bottom:1px solid #000; 
	border-left:1px solid #000; 
	border-right:1px solid #000; 
	margin-top:0px; 
	text-align: left; 
	text-decoration:none; 
	font-size: 10px;
	font-weight: bold; 
	color:#000; 
	line-height:19px; 
	overflow:hidden; 
	padding: 0 5px 1px 20px;
	background-position: 3 50%;
}

a.NormalNode:hover, a.StartNode:hover {color:#000; background:#ccebf5 url(toggle_gray_right.gif) no-repeat left; background-position: 3 50%;}

a.StartNode {border-top:1px solid #000; background:#FFFFFF;}

/* LEFTMENU STYLES END */

/* --------------------------------------------- */








#localfooter{
	margin-top: 15px;
	padding: 7px 0 0 0;
	border-top:1px solid #eee;
	background:transparent;
	clear:both;
}

#localfooter p{
	margin: 0;
	padding: 0;		
	font-size: 0.7em !important;
}

#globalfooter{
	clear:both;
	margin:15px 0 4px 0;
	padding:2px 0 5px 0;
	background: #edede8;
}

#globalfooter a:link, #globalfooter a:visited{
	color:#006080;
}

#globalfooter p{
	margin:0 0 0 10px;
	padding: 0;
	font-size:0.65em;
	line-height:2em;
	text-align:center;
	color:#006080;
}

/* This div contains the content div for normal 3 column pages with nav */	

#main{
	margin: 0 0 0 188px;
	padding: 0 0 10px 0;
	border-top: 1px solid #e7e7e1;
	border-bottom: 1px solid #e7e7e1;
	border-left: 1px solid #e7e7e1;
	background: #fff url(/DotNetNukeDev/Portals/_default/Skins/bhpbilliton/cornerContent.gif) no-repeat top left;
	position: relative;
}

/* This div contains the content div for 2 column pages without nav (globalutilties - feedback etc ) */	

#globalutils {	
	margin: 8px 0 0 10px;
	padding: 0 0 10px 0;
	border-top: 1px solid #e7e7e1;
	border-bottom: 1px solid #e7e7e1;
	border-left: 1px solid #e7e7e1;
	background: #fff url(cornerContent.gif) no-repeat top left;
	position: relative;
}

/* Body content container */	

#ContentPane{
	margin: 10px 170px 0 10px;
	padding: 0;
}

/* Column for related items and links */

#relatedcolumn{
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px 3px 0 10px;
	padding: 0;
	width: 160px;
}

/* Content container for related items and links. 
	relateditemone is for related docs, relateditemtwo is for related links */

.relateditemone,.relateditemtwo{
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #e7e7e1;
	background: #fff;
}

/* Styles for first level tabbed navigation. Nav is built using an inline list */




a.sel, a.sel:link, a.sel:visited 
{
	display:block; 
	width:auto;
	background:#d2d1c6  url(toggle_gray_down.gif) no-repeat left; 
	border-bottom:1px solid #000; 
	border-left:1px solid #000; 
	border-right:1px solid #000; 
	margin-top:0px; 
	text-align: left; 
	text-decoration:none; 
	font-size: 0.6em; 
	font-weight: bold; 
	color:#000; 
	line-height:19px; 
	overflow:hidden; 
	padding: 0 5px 1px 20px;
	background-position: 3 50%;

}

a.sel, a.sel:link, a.sel:visited {color:#000; background:#e58900;}
a.sel:hover {color:#000; background:#ccebf5 url(toggle_gray_down.gif) no-repeat left; background-position: 3 50%;}
a.first {border-top:1px solid #000; background:#d2d1c6;}



.Clear
{
	line-height: 10px;
	background: transparent;
}

/* DotNetNuke Styles */

a:link, a:visited {
}

a:hover {
}

Body
{
    background-color: white;
}

.Head   {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size:  12px;
    font-weight: bold;
    color: #000;
}

.SubHead    {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

.SubSubHead {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

.Normal
{
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalTextBox
{
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold
}

A.OtherTabs:link, A.OtherTabs:visited, A.OtherTabs:active 
{
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
	text-decoration: none;
    color:#006699;
}

A.OtherTabs:hover    {
    color:#CC3300;
    text-decoration:    none;
}

/* Custom Styles */

Body
{
	margin: 0;
	padding: 0;
	color: #000;
	font: 90%/1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
}

