/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	border-right: #cad5ea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	}
.MainMenu_MenuIcon {
	background-color: #cad5ea; 
	border-left: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #3399ff;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #fef568; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
.text_top {
	font-family: tahoma, arial;
	font-size: 10px;
	font-weight: bold;
	color: #3399ff;
}
.bg_menu {
	background-image: url(images/bg_menu_out.gif);
	background-position: 1px;
	background-repeat:repeat-x;
}

.text_copyright {
	font-family: tahoma, arial;
	font-size: 11px;
	color: #000000;
}
a.menu1:link {
	font-family: tahoma, arial;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration:none;
}
a.menu1:visited {
	font-family: tahoma, arial;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration:none;
}
a.menu1:hover {
	font-family: tahoma, arial;
	font-size: 12px;
	font-weight: bolder;
	color:#FFFF33;
	text-decoration:none;
}
a.menu1:active {
	font-family: tahoma, arial;
	font-size: 12px;
	font-weight: bolder;
	color:#FFFF33;
	text-decoration:none;
}

a.menu2:link {
	font-family: tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	color: #0066ff;
	text-decoration:none;
}
a.menu2:visited {
	font-family: tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	color: #0066ff;
	text-decoration:none;
}
a.menu2:hover {
	font-family: tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	text-decoration:none;
}
a.menu2:active {
	font-family: tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	text-decoration:none;
}

.text_menuleft {
	font-family: tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	color: #0066ff;
}
.text_menu {
	font-family: tahoma, arial;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	background-image:url(images/menu7.gif);
	background-position:1px;
	background-repeat:repeat-x;
	height:27px;
	padding-left:5px;
}
.menu1{
	font-family: tahoma, arial;
	font-size: 12px;
	font-weight: bolder;
	color:#FFFF33;
	text-decoration:none;
}
.text_nho {
	font-family: tahoma, arial;
	font-size: 11px;
	color: #000000;
	line-height:20px;
}
.text_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.text_copyright {
	font-family: tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

a.menu1:link {
	font-family:Arial, tahoma, verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
a.menu1:visited {
	font-family:Arial, tahoma, verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
a.menu1:hover {
	font-family:Arial, tahoma, verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FBF66F;
	text-decoration:none;
}
a.menu1:active {
	font-family:Arial, tahoma, verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FBF66F;
	text-decoration:none;
}
.text_xanh {
	font-family: Arial, tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	color: #0062a3;
}
.text_title {
	font-family: tahoma, arial, verdana;
	font-size: 16px;
	color: #014069;
}
.text_sp {
	font-family: tahoma, arial, verdana;
	font-size: 20px;
	color: #FFFFFF;
}
.text_date {
	font-family: Arial, tahoma, verdana;
	font-size: 11px;
	color: #0062a3;
}
.text_nho {
	font-family: Arial, tahoma, verdana;
	font-size: 12px;
	color: #000000;
}
a.menu2:link {
	font-family: Arial, tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	color: #0062a3;
	text-decoration:none;
}
a.menu2:visited {
	font-family: Arial, tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	color: #0062a3;
	text-decoration:none;
}
a.menu2:hover {
	font-family: Arial, tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	text-decoration:none;
}
a.menu2:active {
	font-family: Arial, tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	text-decoration:none;
}


#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;


	line-height: 20px;
	}

#tabarea ul{ 
  	position:relative;	
	margin: 0;
	padding: 0;
  	
  	border-top: 1px solid #ff0000;
  	border-bottom: 1px solid #ff0000;
  	border-left: 1px solid #ff0000;  
  	
	
	float: left;
}

#tabarea ul li{
	float: left;
	display: inline;
	list-style: none;
	text-align:center;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;		
}

#tabarea li a{
	display: block;	
	color:#000000;
	font-size: 0.7em;
  	font-weight: bold;
	text-decoration: none;		
	border-right: 1px solid #ff0000;		
  	border-bottom: 0px;
	margin:0;
	padding: 0 5px 1px 5px;
	width: auto;
}

#tabarea li a:hover {
	background: #FFCC33;
	color:#000;
}

.tabselected{
	color:#fff !important;
	background: #FF0000!important;
	/*font-weight:bold;	*/
}

/* TAB STYLES END */

/* --------------------------------------------- */

/* BREADCRUMB STYLES START */

a.NormalCrumb, a.NormalCrumb:link, a.NormalCrumb:visited
{
	display:block;
	width:auto;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	margin-top:0px;
	text-align: left;
	text-decoration:none;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #000000;
	line-height: 20px;
	background-image: url(images/NormalCrumb.gif);
}

a.StartCrumb, a.StartCrumb:hover, a.StartCrumb, a.StartCrumb:link, a.StartCrumb:visited  {
	display:block;
	width:auto;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	margin-top:0px;
	text-align: left;
	text-decoration:none;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #000000;
	line-height: 20px;
	background-image: url(images/menu1.gif);
	background-position: left top;
}

/* 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;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	text-align: left;
	text-decoration:none;
	font-size: 10px;
	color:#ffffff;
	overflow:hidden;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-color: #FFFFFF;
	line-height: 20px;
	background-image: url(images/NormalNode.gif);
}

a.NormalNode:hover, a.StartNode:hover {
	display:block;
	width:auto;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	margin-top:0px;
	text-align: left;
	text-decoration:none;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #000000;
	line-height: 20px;
	background-image: url(images/NormalCrumb.gif);
}

a.StartNode {border-top:1px solid #ffffff; background:#FFFFFF;line-height: 20px;}

/* 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;
}








#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: 100;
    color: black;
		padding-left: 5px;
}

.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;
}

.border_LR {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #006633;
	border-left-color: #006600;
}

.TextBasket {
	font-size: 10px;
	color: #0099FF;
	font-weight: bold;
}

.LinkBasket {
	font-size: 12px;
}

.CheckOutOrderTable 
{
	font-size: 12px;
}
.SettingNormal {
	font-size: 12px;
}
