
/*  --------------------------------------------------
	This file contains styles for the help system UI
	This is kennedy version
	--------------------------------------------------  */
	
/* 4/25/2007. george. tthe div.frameless style applies formatting for frameless help only.*/
div.frameless {
	margin-left: 0em;
	margin-right: 0em;
	}

body, button, input, td, th, li, p, textarea {
 font-family: Verdana, Tahoma, Helvetica, sans-serif;
}
body {
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 /* 2/12/2007. george. this was causing l10n issues. not critical to our formatting, previous usage was arbitrary.*/
 /* vertical-align: top; */
 }
 
a { 
 color: #000000;
 text-decoration: none;
}
a:link, a:visited {
 color: #000000;
}
a:hover { 
 color: #800080;
}
img.spacerRow {
 height: 25px;
 width: 5px;
}
input {
font: 80% Verdana, Tahoma, Helvetica, sans-serif
}
/* ---------------------------------------------------- 
  Tadpole Masthead
   ---------------------------------------------------- */
.masthead A:link, .masthead A:visited {
 font-family: Verdana, Tahoma, Helvetica, sans-serif;
 color: #afbac4;
 text-decoration: underline;
}
.masthead A:hover {
font-family: Verdana, Tahoma, Helvetica, sans-serif;
 color: #afbac4;
 text-decoration: underline;
}
.masthead TABLE.outerTable {
 width: 100%;
 background-image: URL("images_ui/toolbar_bg.gif");
}

.masthead {
  position:absolute;
  left:0px;
  top:0px;
  right: 0px;
}

/* ---------------------------------------------------- 
  Menu Styles 
   ---------------------------------------------------- */

   
.masthead TD.menubar_item {
 cursor: default;
 font-size:75%;
}  
   

/* ---------------------------------------------------- 
  Tadpole Minimized Masthead
   ---------------------------------------------------- */
.masthead TR.menubarRow_min {
 height: 27px; 
}
.masthead TD.menubar_min {
/*background-image: URL("images_ui/toolbar_bg.gif");
 background-repeat: no-repeat;*/
}
.masthead IMG.menubar_min {
 height: 27px;
}
.menubar_min A:link, .menubar_min A:visited {
font-family: Verdana, Tahoma, Helvetica, sans-serif;
 color: #ffffff;
 text-decoration: none;
}
.menubar_min A:hover {
font-family: Verdana, Tahoma, Helvetica, sans-serif;
 color: #ffffff;
 text-decoration: none;
}
.menubar_min TD {
 font: 70% Verdana, Tahoma, Helvetica, sans-serif;
 color: #ffffff;
 padding-bottom: 3px;
 padding-left: 11px;
 padding-right: 11px;
}
.masthead TD.toolbar_min {
background-image: URL("images_ui/toolbar_bg.gif");
 background-repeat: repeat-x;
}

.masthead TD.masthead_content_min { 
 padding-left: 19px;
 background-image: URL("images_ui/toolbar_bg.gif");
 background-repeat: repeat-x;
 text-align: right;
}



 

.masthead TD.menubar_item_hidden {
 cursor: default;
 display: none;
}

/* id selector for logo in frameless masthead (articles */
#framelessIdLogoImg
{
padding-top:5px;
padding-bottom:0px;
padding-right:0px;
padding-left:0px;
}



