/*  --------------------------------------------------
	This file is for defining styles used in product that 
	compliment a theme dependant on a theme.  Example might
	be the product workspace UI elements.
	--------------------------------------------------  */
	
/* ---------------------------------------------------- 
  TADPOLE EXTENDED / MODIFIED FOR Web Analysis CONTENT
   ---------------------------------------------------- */
	
.HYA_bodySettings { 
 margin: 0 0 0 0;
 background-image: URL("images_analyzer/body_masthead_bg.jpg");
 background-repeat: repeat-x;
 background-color: #e5eaef;
}	

.HYA_contentArea { 
 padding-right: 4pt; 
 padding-top: 0pt; 
 position:relative; 
 width: 100%; 
 height: 90%; 
 z-index: 1; 
 overflow: auto;
 background-color: #e5eaef;
}

.objPalette TABLE.outerTable_disabled {
 height: 103%;
 width: 100%;
 background-color: #e1b79c;
}
.objPalette TD.header_disabled{
 height: 19px;
 width: 100%;
 text-indent: 10px;
 background-image: URL("images_product/objPalette_header_disabled.gif");
 background-position: top left;
 background-repeat: repeat-x;
 font: bold 70% verdana;
 color: #f3ddce;
 white-space: nowrap;
}
.objPalette TD.header_rtEdge_disabled{
 background-image: URL("images_product/objPalette_header_rt_edge_disabled.gif");
 background-position: top right;
 background-repeat: no-repeat;
}

.tabs TD.selCenter {   
 cursor: pointer;
}

.tabs TD.unselCenter {
 cursor: pointer;
}

.tabs TD.selCenter {
	border-left: 1px solid #B8C8D5; 
  	border-right: 1px solid #B8C8D5; 
  	border-top: 0px solid #B8C8D5; 
  	border-bottom: 1px solid #D1DAE1; 
  	padding-top: 4px; 
  	padding-bottom: 6px; 
  	padding-left: 4px; 
  	padding-right: 4px;
}

.tabs TD.unselCenter {
	border-left: 1px solid #F5F9FC; 
  	border-right: 1px solid #DAE1E7; 
  	border-top: 0px solid #B8C8D5; 
  	border-bottom: 1px solid #9BB9CF; 
  	padding-top: 4px; 
  	padding-bottom: 6px; 
  	padding-left: 4px; 
  	padding-right: 4px;
  	font: normal 65% Verdana, Arial, Helvetica, sans-serif;
 	color: #1F4B6B;
 	white-space: nowrap;
	}
/* ---------------------------------------------------- 
  Tadpole Content Area
   ---------------------------------------------------- */
fieldset {
/* border: 1px solid #BBC4CF; */
}
.draw_fieldset td.topLeft {
 background-image: url("images_global/field_set_corner_leftTop.gif");
 background-position: top left;
 background-repeat: no-repeat; 
 width: 8px;
 height: 8px;
}
.draw_fieldset td.middleLeft {
 border-left: 1px solid #BBC4CF;; 
}
.draw_fieldset td.bottomLeft {
 border-left: 1px solid #BBC4CF; 
 border-bottom: 1px solid #BBC4CF;
 width: 8px;
 height: 8px;
}
.draw_fieldset td.content {
 border-top: 1px solid #BBC4CF;
 border-bottom: 1px solid #BBC4CF;
 }
 .draw_fieldset td.topRight {
 border-top: 1px solid #BBC4CF;
 border-right: 1px solid #BBC4CF; 
 height: 8px;
 width: 8px;
}
 .draw_fieldset td.middleRight {
 border-right: 1px solid #BBC4CF; 
}
 .draw_fieldset td.bottomRight {
 background-image: url("images_global/field_set_corner_rightBottom.gif");
 background-position: bottom right;
 background-repeat: no-repeat; 
 height: 8px;
 width: 8px;
}
  .draw_fieldset td.topRight_logon {
 border-top: 1px solid #BBC4CF;
 border-right: 1px solid #BBC4CF; 
 background-color: #FFFFFF;
 height: 8px;
 width: 8px;
 }
  .draw_fieldset td.middleRight_logon {
 border-right: 1px solid #BBC4CF; 
 background-color: #FFFFFF;
}
 .draw_fieldset td.bottomRight_logon {
 background-image: url("images_global/field_set_corner_rightBottom_logon.gif");
 background-position: bottom right;
 background-repeat: no-repeat; 
 height: 8px;
 width: 8px;
}

/* ---------------------------------------------------- 
  Tadpole Tree
   ---------------------------------------------------- */

.tree TR {
 padding-bottom: 0px; 
}
.tree .selected {
 background-color: #BFCBD6;
 color: #ffffff;
}

/* ---------------------------------------------------- 
   ---------------------------------------------------- */

.groupbox TR.body {
 cursor: default;
}
.groupbox TR.altbody {
 cursor: default;
}

/* ---------------------------------------------------- 
  Web Analysis FRAMEWORK / LAYOUT
   ---------------------------------------------------- */
.HYA_framework_masthead {
position:absolute;
z-index:2;
}

.HYA_framework_splitter {
overflow:none;
position:absolute;
left: 198px;
height:31px;
z-index:1;
border-left: 3px double #A3B1BD;
cursor: e-resize;
}

.HYA_framework_objectpallet {
overflow:none; 
position:absolute; 
top: 91px;
border-right: 1px solid #A3B1BD; 
background-color: #d3dbe2;
}

.HYA_framework_objectpallet_content { 
overflow:auto; 
position:absolute; 
top: 91px;
background-color: #d3dbe2;
vertical-align: top;
}

.HYA_framework_content {
overflow:auto; 
position:absolute; 
top: 91px;
left:204px;
}

.HYA_framework_obj_tabs {
position:absolute; 
overflow:hidden; 
height:20px; 
left: 0px; 
bottom: -1px; 
padding: 0px; 
border-right: 1px solid #A3B1BD; 
background-color: #58768d;
}

.HYA_framework_content_tabs {
position:absolute; 
overflow:hidden; 
bottom: -2px; /* Note: If you want to hide the content tabs set "bottom" to "-21" inside the JSP */
padding: 0px; 
background-color: #58768d;
}

/* ---------------------------------------------------- 
  	objtabs
   ---------------------------------------------------- */
.objtabs TABLE.objTabRow  {
 border-left: 0px solid #f7f8fa;
 border-right: none;
 border-bottom: none;
 border-top: none;
}
.objtabs TD.selLeft {  
 background-image: URL("images_product/obj_tabs_left_sel.gif");
 background-position: bottom right;
}
.objtabs IMG.selLeft {
 height: 17px;
 width: 7px;
}
.objtabs TD.selLeftBottom {
 background-image: URL("images_product/obj_tabs_left_sel_bottom.gif");
}
.objtabs IMG.selLeftBottom {
 height: 1px; 
 width: 7px;
}
.objtabs TD.selCenter {  
 background-image: URL("images_product/obj_tabs_ctr_sel.gif");
 background-position: bottom;
 font: normal 70% Verdana, Arial, Helvetica, sans-serif;
 color: #1F4B6B;
 white-space: nowrap;
 vertical-align: top;
}
.objtabs TD.selCenterBottom {
 background-image: URL("images_product/obj_tabs_ctr_sel_bottom.gif");
}
.objtabs IMG.selCenterBottom {
 height: 1px;
}
.objtabs TD.selRight {  
 background-image: URL("images_product/obj_tabs_right_sel.gif");
 background-position: bottom left;
}
.objtabs IMG.selRight {  
 height: 17px;
 width: 7px;
}
.objtabs TD.selRightBottom {
 background-image: URL("images_product/obj_tabs_right_sel_bottom.gif");
}
.objtabs IMG.selRightBottom {
 height: 1px; 
 width: 7px;
}
.objtabs TD.unselLeft {
 background-image: URL("images_product/obj_tabs_left_unsel.gif");
 background-position: bottom;  
 cursor: pointer;
}
.objtabs IMG.unselLeft {  
 height: 17px;
 width: 7px; 
}
.objtabs TD.unselLeftBottom {
 background-image: URL("images_product/obj_tabs_left_unsel_bottom.gif"); 
 cursor: pointer;
}
.objtabs IMG.unselLeftBottom {
 height: 1px; 
 width: 7px; 
}
.objtabs TD.unselCenter {
 background-image: URL("images_product/obj_tabs_ctr_unsel.gif");
 background-position: bottom;
 padding-right: 0px;
 font: normal 70% Verdana, Arial, Helvetica, sans-serif;
 color: #1F4B6B;
 white-space: nowrap;
 vertical-align: top; 
 cursor: pointer;
}
.objtabs TD.unselCenterBottom {
 background-image: URL("images_product/obj_tabs_ctr_unsel_bottom.gif"); 
 cursor: pointer;
}
.objtabs IMG.unselCenterBottom {
 height: 1px;  
}
.objtabs TD.unselRight {
 background-image: URL("images_product/obj_tabs_right_unsel.gif");
 background-position: bottom; 
 cursor: pointer;
}
.objtabs IMG.unselRight {  
 height: 17px;
 width: 7px;
}
.objtabs TD.unselRightBottom {
 background-image: URL("images_product/obj_tabs_right_unsel_bottom.gif"); 
 cursor: pointer;
}
.objtabs IMG.unselRightBottom {
 height: 1px; 
 width: 7px;
}
.objtabs TD.objtabFiller {
 background-image: URL("images_product/obj_tabs_filler.gif");
 background-position: top;
 background-repeat: repeat-x; 
}
.objtabs IMG.objtabFiller {
 height: 1px; 
}

/* ----------------------------------------------------
	OBJECT TAB ICON ROLLOVER
	--------------------------------------------------- */
.objRepos_Rollover a {
display:block;
width: 14px;
height: 14px;
background: url("images_product/vp_repos.gif") 0 0 no-repeat;
text-decoration: none;
overflow: hidden;
}

.objRepos_Rollover a:hover { 
background-position: 0 -14px;
}

.objInfo_Rollover a {
display:block;
width: 14px;
height: 14px;
background: url("images_product/vp_info.gif") 0 0 no-repeat;
text-decoration: none;
overflow: hidden;
}

.objInfo_Rollover a:hover { 
background-position: 0 -14px;
}

/* ----------------------------------------------------
   TASK TAB ROLLOVER
   ---------------------------------------------------- */
   
.taskTabSelRollover a {
display:block;
width: 14px;
height: 14px;
background: url("images_product/task_tabs_close_sel.gif") 0 0 no-repeat;
text-decoration: none;
overflow: hidden;
}

.taskTabSelRollover a:hover { 
background-position: 0 -14px;
}

.taskTabDisRollover a {
display:block;
width: 14px;
height: 14px;
background: url("images_product/task_tabs_close_ussel.gif") 0 0 no-repeat;
text-decoration: none;
overflow: hidden;
}

.taskTabDisRollover a:hover { 
background-position: 0 -14px;
}

/* ---------------------------------------------------- 
  ANLAYZER SPECIFIC CONTENT
   ---------------------------------------------------- */

/* ----------------------------------------------------
  TASK CONTROLS: FIRST - PREVIOUS - NEXT - LAST  
  ----------------------------------------------------- */
.taskFirst_Rollover a {
display:block;
width: 16px;
height: 16px;
background: url("images_product/task_tabs_first.gif") 0 0 no-repeat;
text-decoration: none;
overflow: hidden;
}

.taskFirst_Rollover a:hover { 
background-position: 0 -16px;
}

.taskFirst_Rollover_disabled a {
display:block;
width: 16px;
height: 16px;
background: url("images_product/task_tabs_first.gif") 0 0 no-repeat;
text-decoration: none;
background-position: 0 -32px;
overflow: hidden;
}

.taskPrev_Rollover a {
display:block;
width: 16px;
height: 16px;
background: url("images_product/task_tabs_prev.gif") 0 0 no-repeat;
text-decoration: none;
overflow: hidden;
}

.taskPrev_Rollover a:hover { 
background-position: 0 -16px;
}

.taskPrev_Rollover_disabled a {
display:block;
width: 16px;
height: 16px;
background: url("images_product/task_tabs_prev.gif") 0 0 no-repeat;
text-decoration: none;
background-position: 0 -32px;
overflow: hidden;
}

.taskNext_Rollover a {
display:block;
width: 16px;
height: 16px;
background: url("images_product/task_tabs_next.gif") 0 0 no-repeat;
text-decoration: none;
overflow: hidden;
}

.taskNext_Rollover a:hover { 
background-position: 0 -16px;
}

.taskNext_Rollover_disabled a {
display:block;
width: 16px;
height: 16px;
background: url("images_product/task_tabs_next.gif") 0 0 no-repeat;
text-decoration: none;
background-position: 0 -32px;
overflow: hidden;
}

.taskLast_Rollover a {
display:block;
width: 16px;
height: 16px;
background: url("images_product/task_tabs_last.gif") 0 0 no-repeat;
text-decoration: none;
overflow: hidden;
}

.taskLast_Rollover a:hover { 
background-position: 0 -16px;
}

.taskLast_Rollover_disabled a {
display:block;
width: 16px;
height: 16px;
background: url("images_product/task_tabs_last.gif") 0 0 no-repeat;
text-decoration: none;
background-position: 0 -32px;
overflow: hidden;
}

/* ----------------------------------------------------
  REPORT WIZARD: Dim Browser selector  
  ----------------------------------------------------- */
.dimBrowser_Rollover a {
display:block;
width: 18px;
height: 18px;
background: url("images_product/btn_dimbrowser.gif") 0 0 no-repeat;
text-decoration: none;
overflow: hidden;
cursor: pointer;
}

.dimBrowser_Rollover a:hover { 
background-position: 0 -18px;
}

/*-----------------------------------------------------
Toolbar
--------------------------------------------------------*/
.HYA_toolbarz {
	padding-top: 5px; 
	}
   
/* ---------------------------------------------------- 
  Splash Page
   ---------------------------------------------------- */

.HYA_splash { 
 margin: 0 0 0 0;
 background-repeat: repeat-x;
 background-color: #e5eaef;
 text-align: center;
 vertical-align: middle;
 font: normal 65% verdana;
 color: #000000;
}

.HYA_splash_productName  {
 font-size: 12pt; 
 font-weight: 600; 
 color: #000000;
 vertical-align: bottom;
 FONT-FAMILY: Verdana, Helvetica, sans-serif;
  }

.HYA_splash_productNameSup  {
 font-size: 8pt; 
 font-weight: normal; 
 color: #000000;
 vertical-align: super;
 FONT-FAMILY: Verdana, Helvetica, sans-serif;
  }

 .HYA_splash_content  {
 font-size: 9pt; 
 color: #000000;
 vertical-align: top;
 FONT-FAMILY: Verdana, Helvetica, sans-serif;
 line-height: 18px;
  }

/* ---------------------------------------------------- 
  Tadpole Tree
   ---------------------------------------------------- */
.info TR.header {
 background-color: #bfcbd6;
 text-indent: 10px;
 height: 16px;
 vertical-align: bottom;
}
.info TR {
 padding-bottom: 2px;
}
.info TD {
 font: normal 65% verdana;
 color: #164466;
 white-space: nowrap;
}
.info TD.infoHeader {
 font: bold 65% verdana;
 color: #164466;
 white-space: nowrap;
}
.info TD.disabled {
 color: #839aad;
}
.info TD.expand {
 padding-left: 10px;
}
.info IMG.expandSpacer {
 height: 9px;
 width: 10px;
}
.info TD.docImg {
 padding-left: 3px;
 padding-right: 3px;
}
.info IMG.docImgSpacer {
 height: 15px;
 width: 15px;
}
.info .highlight {
 background-color: #e1e7eb;
}
.info .highlightDisabled {
 background-color: #e1e7eb;
}
.info A:link, .info A:visited {
 color: #45637a; 
 cursor: hand;
}
.info A:hover {
 color: #45637a;
}

/* --------------------------------
Tuple List form field
------------------------------*/
.tupleList {
background-color: white;
width: 200px;
}
.conditionList {
	width: 150px;
}
.restrictRulesList {
	width: 400px;
}
.RulesList {
	width: 400px;
}

/* ----------------------------------
Dialog Box specific styles
-----------------------------------*/

.dialogBox
{
	background:			#e5eaef;
	margin-left:		0px;
	margin-right:		0px;
	margin-bottom:		0px;
}

.hya_currentNode tr.fieldlabel {
  font: normal 80% Verdana, Arial, Helvetica, sans-serif;
  color: #164466;
  white-space: nowrap;
}

/* ----------------------------------
  List Box
  -----------------------------------*/

.list td {
  font: normal 80% Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  white-space: nowrap;
  padding-left: 2px;
  padding-right: 2px;
}

.list A:link, 
.list A:visited {
  text-decoration: none;
}

.list td.selected,
.list a.selected {
  color: #ffffff;
  background-color: #487599;
}

.content .list A:link, 
.content .list A:visited {
  font: normal 100% Verdana, Arial, Helvetica, sans-serif;
}

/* ----------------------------------
  Context Menu
  -----------------------------------*/

.contextmenu td {
  font: normal 70% verdana;
  color: #487599;
}

.contextmenu A:link,
.contextmenu A:visited {
  color: #487599;
}

.contextmenu hr {
  color: #487599;
  height: 1px;
}
