
/*** /css/secondarynavigation.css ***/
#secondarynavigation {
	margin : 0px;
	padding : 0px;
	width : 182px;
	overflow : hidden;
	border-right : 1px solid #d6d6d6;
	border-bottom : 1px solid #d6d6d6;
	background-color : #efefef;
}
#secondarynavigation a:link, 
#secondarynavigation a:visited, 
#secondarynavigation a:active, 
#secondarynavigation a:hover {
	display : block;
	width : 100%;
	color : #000;
	text-decoration : none;
}
#secondarynavigation a:link.mainitem, 
#secondarynavigation a:visited.mainitem, 
#secondarynavigation a:active.mainitem {
	padding-left : 19px;
	padding-top : 3px;
	padding-bottom : 3px;
	border-top : 1px solid #d6d6d6;
	background-color : #fff;
}
#secondarynavigation a:hover.mainitem {
	padding-left : 19px;
	padding-top : 3px;
	padding-bottom : 3px;
	border-top : 1px solid #d6d6d6;
	background-color : #e3e3e3;
}
#secondarynavigation a:link.mainitemActive, 
#secondarynavigation a:visited.mainitemActive, 
#secondarynavigation a:active.mainitemActive {
	padding-left : 19px;
	padding-top : 3px;
	padding-bottom : 3px;
	border-top : 1px solid #d6d6d6;
	background-color : #e3e3e3;
}
#secondarynavigation a:hover.mainitemActive {
	padding-left : 19px;
	padding-top : 3px;
	padding-bottom : 3px;
	border-top : 1px solid #d6d6d6;
	background-color : #e3e3e3;
}

#secondarynavigation a:link.sub, 
#secondarynavigation a:visited.sub, 
#secondarynavigation a:active.sub, 
#secondarynavigation a:hover.sub
{
	background-image : url(/images/blt_darrow.gif);
	background-repeat : no-repeat;
	background-position : 169px 7px;
}

#secondarynavigation a:link.subitem, 
#secondarynavigation a:visited.subitem, 
#secondarynavigation a:active.subitem, 
#secondarynavigation a:hover.subitem {
	padding-left : 27px;
	padding-top : 4px;
	padding-bottom : 3px;
	background-color : #f6f6f6;
}
#secondarynavigation a:hover.subitem {
	background-color : #e3e3e3;
}

#secondarynavigation a:link.subitemActive, 
#secondarynavigation a:visited.subitemActive, 
#secondarynavigation a:active.subitemActive, 
#secondarynavigation a:hover.subitemActive {
	padding-left : 27px;
	padding-top : 4px;
	padding-bottom : 3px;
	background-color : #f6f6f6;
	background-image : url(/images/blt_sarrow.gif);
	background-repeat : no-repeat;
	background-position : 17px 8px;
}
#secondarynavigation a:hover.subitemActive {
	background-color : #e3e3e3;
}

#panelHome {
	margin : 6px;
	padding : 0px;
	border : 1px solid #d6d6d6;
	background-color : #fff;
}
#panelHome div.header {
	font-weight : bold;
	padding : 8px 8px 0px 8px;
	color : #1b3067;
	/* background-color : #f00; */
}
#panelHome div.content ul {
	margin : 0px;
	padding : 6px 8px 3px 8px;
	list-style-type : none;
	/* background-color : #0f0; */
}
#panelHome div.content ul li {
	margin : 0px;
	padding : 0px;
	padding-bottom : 6px;
	list-style-type : none;
	line-height: 10pt;
	/* background-color : #0f0; */
}


/*** /CSS/win.css ***/
/* General Elements */
body { 
	background: #FFFFFF;
	font-family: arial, sans-serif;
	font-size : 11px;
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

td, tr, table {
	font-size : 11px;
	font-family:arial,sans-serif;
}

p {
	font-size : 11px;
	font-family:arial,sans-serif;
	line-height: 12pt;
	margin-bottom:10px;
	margin-top:10px;
}

a {
	color: #1562AD; 
	text-decoration: underline;
}

a.black {
	color: #000000; 
}
/* End General Elements */

/* Headings */
h1,h2,h3,h4,h5,h6 {font-family:Arial,Helvetica,sans-serif;}

h1 {
	font-weight: bold;
	font-size: 17px;
	margin-top: 0px;
	margin-bottom:5px;
}

h2 {
	font-weight: bold;
	font-size: 13px;
	color: #1B3067; 
	margin:0px;
	margin-bottom:5px;
	margin-top:10px;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	color: #333333;
}

h3.related {
	border-top: 1px solid #999999;
	padding-top:20px;
	margin-top:30px;
}
/* End Headings */

/* Lists */
ul {
	list-style-image: url("/images/bullet/square.gif");
	margin-top:10px;
	padding-left:30px;
	_padding-left:0px;
	_margin-left:30px;
}

ol {
    margin-top: 6px
}

li {
	font-size : 11px;
	font-family:arial,sans-serif;
	line-height: 11pt;
	list-style-position: outside;
}
#panelHome div.panelContent ul {
	margin : 0px;
	padding : 6px 8px 3px 8px;
	list-style-type : none;
	list-style-image: none;
}
#panelHome div.panelContent ul li {
	margin : 0px;
	padding : 0px;
	padding-bottom : 6px;
	list-style-type : none;
	list-style-image: none;
	line-height: 11pt;
}

div.panelContent ul {
	margin : 0px;
	padding : 0px;
	list-style-type : none;
	list-style-image: none;
	margin-top : 8px;
}

div.panelContent ul li {
	margin : 0px;
	padding : 0px;
	padding-left : 5px;
	padding-bottom : 3px;
	padding-top : 1px;
	_line-height: 14px;
}

div.panelContent ul.standard {
	list-style-image: url("/images/bullet/square.gif");
	margin-top:10px;
	padding-left:30px;
	_padding-left:0px;
	_margin-left:30px;
}

div.panelContent ul.standard li{
	font-size : 11px;
	font-family:arial,sans-serif;
	line-height: 10pt;
	list-style-position: outside;
}
/* End Lists */

/* Links */
a:link.panelMoreLink, 
a:active.panelMoreLink, 
a:visited.panelMoreLink {
	color : #000;
	background-image : url(/images/blt_panel_list_link.gif);
	background-position : 0px 3px;
	background-repeat : no-repeat;
	padding-left : 10px;
	font-weight : normal;
	font-size : 11px;
	text-decoration : none;
	outline:0;
}

a:hover.panelMoreLink {
	text-decoration : underline;
}

#metanavigation ul li a {
	color : #cfe0f4;
	text-decoration : none;
	margin-right : 0px;
	margin-left : 10px;
	padding-left : 9px;
	background-image : url(/images/meta_arrow.gif);
	background-repeat : no-repeat;
	background-position : 0px 4px;
}

#metanavigation ul li a:hover {
	text-decoration : underline;
}

a:link.footerlink, 
a:active.footerlink, 
a:visited.footerlink {
	color : #1562ad;
	text-decoration : none;
	margin-right : 9px;
	margin-left : 9px;
	outline:0;
}
a:hover.footerlink {
	text-decoration : underline;
}

a:link.panelHeaderLink, 
a:active.panelHeaderLink, 
a:visited.panelHeaderLink {
	color : #1b3067;
	background-image : url(/images/blt_panel_list_link.gif);
	background-position : 0px 3px;
	background-repeat : no-repeat;
	padding-left : 10px;
	text-decoration : none;
	font-weight : bold;
	display:block;
	outline:0;
}

a:hover.panelHeaderLink {
	text-decoration : underline;
}

a.panelListLink,
a:link.panelListLink, 
a:active.panelListLink, 
a:visited.panelListLink{
	color : #000;
	background-image: url(/images/blt_panel_list_link.gif);

	background-position : 0px 3px;
	background-repeat : no-repeat;
	padding-left : 10px;
	text-decoration : none;
	outline:0;
}

a:hover.panelListLink {
	text-decoration : underline;
	visibility:visible;
}

li a:link.panelListLink, 
li a:active.panelListLink, 
li a:visited.panelListLink {
	display: block;
	_width:99%;
	cursor:hand;
	outline:0;
}

li a:hover.panelListLink {
	text-decoration : underline;
}

div.homeTeaserLink a:link, 
div.homeTeaserLink a:active, 
div.homeTeaserLink a:visited {
	font-size : 12px;
	font-weight : bold;
	color : #1b3067;
	background-image : url(/images/blt_panel_list_link.gif);
	background-position : 0px 3px;
	background-repeat : no-repeat;
	padding-left : 10px;
	text-decoration : none;
	outline:0;
}

div.homeTeaserLink a:hover {
	text-decoration : underline;
}

div.homeTeaserLink {
	position : absolute;
	bottom : 2px;
	padding-left : 6px;
}
/* End Links */

/* Form Elements */
input, select, textarea {
	font-family: arial, sans-serif;
	font-size : 11px;
	font-weight: normal; 
	color: #000000; 
}

.button 
{
	font-family: arial, sans-serif;
	color: #1B3067;
	background-color : #CFE0F4;
	cursor: hand;
	cursor: pointer;
	border-width: 2px;
	border-color: #1b3067;
	_border-color: #9EBFC7;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}
/* End Form Elements */

/* Panels & Design Elements*/
.cswmPB , .cswmPopupBox {
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}

.cswmIC, .cswmItemCell {
	border-bottom:1px solid #d6d6d6;
}

table#MainContentPanel > :first-child {
	vertical-align: top;
}

#infobox {
	position : realtive;
	margin : 0px;
	padding : 0px;
	padding-left : 19px;
	padding-right : 6px;
	padding-top : 10px;
	margin-top:10px;
	left : 0px;
	border-top : 1px solid #d6d6d6;
}

#infobox .header {
	color : #1b3067;
	font-weight : bold;
	font-size : 12px;
	margin-bottom : 7px;
}

#infobox .text {
	padding : 0px;
	line-height : 16px;
	margin-bottom : 10px;
}

#metanavigation {
	display:block;
	margin-top:8px;
}
#metanavigation ul {
	list-style-type : none;
	margin : 0px;
	padding : 0px;
}
#metanavigation ul li {
	color : #cfe0f4;
	display : inline;
	line-height: 10pt;
}

.searchpanel {
	display:block;
	margin-top:26px;
	margin-right:2px;
}

#copyright {
	display : block;
	margin : 0px;
	color : #87a6d5;
}

#footerlinks {
	display : block;
	width : 984px;
	margin-top:4px;
}

.StdTbl {
	border:solid 1px #1562ad;
}

.StdTbl2 {
	border:solid 1px #d6d6d6;
}

.tab {
	color:#ffffff;
	font-weight:bold;
	background: #1562ad;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	white-space:nowrap;
}

.tab2 {
	color:#1b3067;
	font-weight:bold;
	background: #e3e3e3;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	white-space:nowrap;
	border:solid 1px #d6d6d6;
	border-bottom:none;
}

td.searchcontainer {
	background-color : #cfe0f4;
}

div.panelHeader {
	background-color : #e3e3e3;
	color : #1b3067;
	font-weight : bold;
	font-size : 12px;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 5px;
}

div.panelHeader h1{
	margin:0px;
	background-color : #e3e3e3;
	color : #1b3067;
	font-weight : bold;
	font-size : 12px;
}


div.panelFooter {
	position:relative;
	bottom:15px;
	padding-left : 5px;
	height: 1px;
}

div.panelHeaderLink {
	background-color : #e3e3e3;
	color : #1b3067;
	margin-top : 16px;
	font-weight : bold;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 5px;
	width :  197px;
}

div.panelHeaderLinkWide {
	background-color : #e3e3e3;
	color : #1b3067;
	margin-top : 16px;
	font-weight : bold;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 5px;
	width :  295px;
}

div.panelContent {
	margin : 0px;
	padding : 0px;
	display : block;
}

div.panelContent p {
	margin : 0px;
	padding : 0px;
	margin-top : 7px;
	margin-left : 6px;
	line-height : 18px;
}

div.panelContainer {
	position : relative;
	border-left : 1px solid #d6d6d6;
	text-align: left;
}

#panelHome {
	padding : 0px;
	border : 1px solid #d6d6d6;
	background-color : #fff;
}
#panelHome div.panelHeader {
	padding : 8px 8px 0px 8px;
	color : #1b3067;
	font-weight:normal;
	
	background-color : #ffffff;
	font-size : 11px;

}

div.panelContainer {
	position : relative;
	border-left : 1px solid #d6d6d6;
}

div.imgFloatLeft div.header, 
div.imgHomeFloatLeft div.header {
	background-color : #e3e3e3;
	color : #1b3067;
	font-weight : normal;
	padding-top : 3px;
	padding-bottom : 2px;
	padding-left : 5px;
	margin-bottom : 1px;
}

div.specialTocHeader {
	position : relative;
	background-color : #e3e3e3;
	color : #1b3067;
	font-weight : bold;
	font-size : 12px;
	padding-top : 3px;
	padding-bottom : 2px;
	padding-left : 5px;
}

div.noBorder {
	border : none;
}

img.block {
	display : block;
}

.pageTools {
	border:1px solid #1b3067;
}

.pageTools th {
	color: #1B3067;
	border-bottom:1px solid #1b3067;
	background-color: #efefef;
	text-align: left;
	font-size: 10px;
	padding:5px;
	font-weight:bold;
}

.pageTools td {
	text-align: left;
	font-size: 10px;
	padding:5px;
	background-color: #ffffff;
}

.pageTools p {
	font-size: 10px;
}

.orderTblRow TD {
	border-bottom:1px solid #FFFFFF;
}

tr.alternating {
	background-color:#e3e3e3;
}
tr.row td {
	padding : 3px 6px 3px 6px;
}

.floatRight {
	float : right;
}
.marginRight {
	margin-right : 6px;
}

.standardTable {
	border: 1px solid #d6d6d6;
}
.standardTable .headerRow td {
	font-size: 13px;
	background-color: #efefef;
	border-bottom: 1px solid #d6d6d6;
	font-weight: bold;
	color: #1b3067;
}

/* End Panels & Design Elements*/

/* Primary Navigation */
#primarynavigation {
	display : block;
	left : 0px;
	top : 81px;
	width : 995px;
}
#primarynavigation a.main {
	position : relative;
	margin-top : 10px;
	padding-top : 10px;
	font-weight : bold;
	font-family : arial;
	font-size : 12px;
}

.primaryNavigationLink {
	text-decoration:none;
	color : #1b3067;
}

.primary {
	color : #1b3067;
	font-weight : bold;
	padding-left : 10px;
	padding-right : 9px;
	height : 21px;
	border-right : 1px solid #d6d6d6;
	cursor : pointer;
	font-size : 12px;
}

.sub {
	background-image : url(/images/blt_darrow_primary.gif);
	background-position : right;
	background-repeat : no-repeat;
	padding-right : 22px;
}
.home {
	width : 154px;
	padding-left : 19px;
}
.over {
	background-color : #e3e3e3;
}
/* End Primary Navigation */

/* Other Text Styles*/
table.litBox {
	font-family:arial,sans-serif;
	border: 1px solid #999999;
}

.figPart {
	font-weight : bold;
	color : White;
	background-color: #006699;
	font-style:normal;
}

.searchtext {
	border : none;
	font-family : arial;
	font-size : 11px;
	color : #1b3067;
	background-color : #cfe0f4;
	margin : 0px;
	padding : 0px;
	margin-left : 6px;
	margin-right : 6px;
	width : 148px;
}

.litNote {
	font-size: 11.5 px; 
	font-style: italic;
}

.litPdf {
	font-size: 9.5 px;
	font-weight: normal;
}

.superscript {
	position: relative;
	top:-2px;
	font-size: 7pt;
	line-height : 5pt;
}

.subscript {
	position: relative;
	top:+2px;
	font-size: 7pt;
	line-height : 5pt;
}

.itemTitle {
	font-weight: bold;
	font-size: 10pt;
	font-family: arial,helvetica,sans-serif;
}

.legend {
	font-style: italic;
	line-height:12pt;
}

p.figureTitle {
	font-weight: bold;
	font-size: 10pt;
	margin-top : 20pt;
}

p.tableTitle {
	font-weight: bold;
	font-size: 10pt;
	margin-top : 20pt;
}

P.reference, TD.reference {
	font-style: italic;
}

.revTableTitle {
	font-weight : bold;
	color : White;
}

.emphasize {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.requiredField {
	color : Red;
	font-weight : bold;
}

p.footnote {
	font-style :italic;
	line-height: 12pt;
}

.footnote {
	font-style :italic;
}

.italic {
	font-style: italic;
}

.colHead {
	font-weight: bold;
}

.orderInfoHeader TD {
	font-weight: bold;
	border-bottom: solid 2px black;
}

TD .tblHeader {
	font-weight: bold;
	border-bottom: solid 1px #888888;
}

H2.orderInfoHeader  {
	border-top: solid 1px #CEE0F3;
	padding-top:5px;
	margin-top:40px;	
}

.darkblue {
	background-color: #1b3067;
}

.utilityLink {
	color:#D1DDEF;
}

.utilityLinkSmall {
	color:#D1DDEF;
	font-size:9px;
}

.contactInfo {
	color:#87A6D5;
	font-weight:bold;
}

.statusMsg {
	font-weight: bold;
}

.textOnDarkBackground {
	color:#ffffff;
}

.errorBullet {
	font-size: 15pt;
	font-weight: 700;
	color: #ED1A3B;
	padding-right: 5pt;
}

.error {
	color: #ED1A3B; 	
}

.status {
	color:darkgreen;
}

.fixedWidth {
	font-family: 'Courier New', Courier;
}

.BGColor1 {
	background-color: #006699;
}

.BGColor2 {
	background-color: #95C8FF;
}

.BGColor3 {
	background-color: #B9DAFF;
}

.BGColor4 {
	background-color: #DFF4FF;
}
/* End Other Text Styles*/

/* Standard Widths & Heights */
.heightSpacer{
	height:6px;
	width:1px;
}
.fullheight{
	min-height:100%;
	_height:100%;
}
.heightAllProducts{
	height:101px;
}

.height1{
	height:101px;
}
.height2{
	height:208px;
}
.height3{
	height:315px;
}
.height4{
	height:485px;
}
.heightAllProducts{
	height:132px;
}
.heightAllProducts{
	height:180px;
}
widthSpacer{
	width:6px;
	height:1px;
}
.width1{
	width:197px;
}
.width2{
	width:400px;
}
.width3{
	width:603px;
}
.width4{
	width:806px;
}
/* End Standard Widths & Heights */

/* Anything Else */
.hand{
	cursor:hand;
	cursor:pointer;
}

TABLE .spiffy {
	border: 1px #87A6D5 solid;
}

.orderInfoCtrl {
	padding-top:20px;
	padding-bottom:20px;
}

.catTOCApp TD {
	font-weight:bold;
	border-bottom:1px solid #888888;
	border-top:5px solid #FFFFFF;
	background: #EEF1F5
}

.catTOCRow TD {
	background: #EEEEEE;
	border-bottom:1px solid #FFFFFF;
}

.catTOCRowAlternate TD {
	background: #DFDFDF;
	border-bottom:1px solid #FFFFFF;
}

.catTOCRow UL, .catTOCRowAlternate UL {
	margin-left:17px;
}

.formOutline {
	border-top: #87A6D5; 
	border-right: #1B3067; 
	border-bottom: #1B3067; 
	border-left: #87A6D5;
	border-style: solid;
	border-width: 1px;
	padding-left: 5pt;
	padding-right: 5pt;
	padding-top: 5pt;
	padding-bottom: 5pt;
}
/* End Anything Else */

/*** /Assets/Kit/yui/R260/container/assets/container.css ***/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
.yui-overlay,
.yui-panel-container {
    visibility:hidden;
    position:absolute;
    z-index: 2;
}

.yui-tt {
    visibility:hidden;
    position:absolute;
    color:#333;
    background-color:#FDFFB4;
    font-family:arial,helvetica,verdana,sans-serif;
    padding:2px;
    border:1px solid #FCC90D;
    font:100% sans-serif;
    width:auto;
}

/*
    PLEASE NOTE: The <DIV> element used for a Tooltip's shadow is appended 
    to its root element via JavaScript once it has been rendered.  The 
    code that creates the shadow lives in the Tooltip's public "onRender" 
    event handler that is a prototype method of YAHOO.widget.Tooltip.  
    Implementers wishing to remove a Tooltip's shadow or add any other markup
    required for a given skin for Tooltip should override the "onRender" method.
*/

.yui-tt-shadow {
    display: none;
}

* html body.masked select {
    visibility:hidden;
}

* html div.yui-panel-container select {
    visibility:inherit;
}

* html div.drag select {
    visibility:hidden;
}

* html div.hide-select select {
    visibility:hidden;
}

.mask {
    z-index: 1; 
    display:none;
    position:absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
    background-color:#CCC;
}

/*

There are two known issues with YAHOO.widget.Overlay (and its subclasses) that 
manifest in Gecko-based browsers on Mac OS X:

    1) Elements with scrollbars will poke through Overlay instances floating 
       above them.
    
    2) An Overlay's scrollbars and the scrollbars of its child nodes remain  
       visible when the Overlay is hidden.

To fix these bugs:

    1) The "overflow" property of an Overlay instance's root element and child 
       nodes is toggled between "hidden" and "auto" (through the application  
       and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
       as its "visibility" configuration property is toggled between 
       "false" and "true."
    
    2) The "display" property of <SELECT> elements that are child nodes of the 
       Overlay instance's root element is set to "none" when it is hidden.

PLEASE NOTE:  
  
    1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are 
       applied only for Gecko on Mac OS X and are added/removed to/from the 
       Overlay's root HTML element (DIV) via the "hideMacGeckoScrollbars" and 
       "showMacGeckoScrollbars" methods of YAHOO.widget.Overlay.
    
    2) There may be instances where the CSS for a web page or application 
       contains style rules whose specificity override the rules implemented by 
       the Container CSS files to fix this bug.  In such cases, is necessary to 
       leverage the provided "hide-scrollbars" and "show-scrollbars" classes to 
       write custom style rules to guard against this bug.

** For more information on this issue, see:

   + https://bugzilla.mozilla.org/show_bug.cgi?id=187435
   + SourceForge bug #1723530

*/

.hide-scrollbars,
.hide-scrollbars * {

    overflow: hidden;

}

.hide-scrollbars select {

    display: none;

}

.show-scrollbars {

    overflow: auto;

}

.yui-panel-container.show-scrollbars {

    overflow: visible;

}

.yui-panel-container.show-scrollbars .underlay {

    overflow: auto;

}

.yui-panel-container.focused {

}


/* Panel underlay styles */

.yui-panel-container .underlay {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}

.yui-panel-container.matte {

    padding: 3px;
    background-color: #fff;

}

.yui-panel-container.shadow .underlay {

    top: 3px;
    bottom: -3px;
    right: -3px;
    left: 3px;
    background-color: #000;
    opacity: .12;
    filter: alpha(opacity=12);  /* For IE */

}

/* 
   Workaround for Safari 2.x - the yui-force-redraw class is applied, and then removed when
   the Panel's content changes, to force Safari 2.x to redraw the underlay.
   We attempt to choose a CSS property which has no visual impact when added,
   removed, but still causes Safari to redraw
*/
.yui-panel-container.shadow .underlay.yui-force-redraw {
    padding-bottom: 1px;
}

.yui-effect-fade .underlay {
    display:none;
}

.yui-panel {
    visibility:hidden;
    border-collapse:separate;
    position:relative;
    left:0;
    top:0;
    font:1em Arial;
    background-color:#FFF;
    border:1px solid #000;
    z-index:1;
    overflow:hidden;
}

.yui-panel .hd {
    background-color:#3d77cb;
    color:#FFF;
    font-size:100%;
    line-height:100%;
    border:1px solid #FFF;
    border-bottom:1px solid #000;
    font-weight:bold;
    padding:4px;
    white-space:nowrap;
}

.yui-panel .bd {
    overflow:hidden;
    padding:4px;
}

.yui-panel .bd p {
    margin:0 0 1em;
}

.yui-panel .container-close {
    position:absolute;
    top:5px;
    right:4px;
    z-index:6;
    height:12px;
    width:12px;
    margin:0px;
    padding:0px;
    background:url(close12_1.gif) no-repeat;
    cursor:pointer;
    visibility:inherit;
    text-indent:-10000em;
    overflow:hidden;
    text-decoration:none;
}

.yui-panel .ft {
    padding:4px;
    overflow:hidden;
}

.yui-simple-dialog .bd .yui-icon {
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    margin-right:10px;
    float:left;
}

.yui-simple-dialog .bd span.blckicon {
    background: url("blck16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.alrticon {
    background: url("alrt16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.hlpicon {
    background: url("hlp16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.infoicon {
    background: url("info16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.warnicon {
    background: url("warn16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.tipicon {
    background: url("tip16_1.gif") no-repeat;
}

.yui-dialog .ft, 
.yui-simple-dialog .ft {
    padding-bottom:5px;
    padding-right:5px;
    text-align:right;
}

.yui-dialog form, 
.yui-simple-dialog form {
    margin:0;
}

.button-group button {
    font:100 76% verdana;
    text-decoration:none;
    background-color: #E4E4E4;
    color: #333;
    cursor: hand;
    vertical-align: middle;
    border: 2px solid #797979;
    border-top-color:#FFF;
    border-left-color:#FFF;
    margin:2px;
    padding:2px;
}

.button-group button.default {
    font-weight:bold;
}

.button-group button:hover, 
.button-group button.hover {
    border:2px solid #90A029;
    background-color:#EBF09E;
    border-top-color:#FFF;
    border-left-color:#FFF;
}

.button-group button:active {
    border:2px solid #E4E4E4;
    background-color:#BBB;
    border-top-color:#333;
    border-left-color:#333;
}

.yui-override-padding {
    padding:0 !important;
}

