﻿body			{font-family:Arial, Sans-Serif; font-size: 0.8em}
.headline		{font-family:Trebuchet MS, Arial, Sans-Serif;font-size: 1.5em;font-weight: bold}
.med-headline	{font-family:Trebuchet MS, Arial, Sans-Serif;font-size: 1.0em;}
.panel-text		{font-size: 0.9em}
.small			{font-size: 0.9em}

/* the command bar */

.imgcmd 		{display:block;height:30px;border-right: groove 1px #e0e0e0}
.imgcmd span	{display:none;}
.jumpcmd		{display:block;height:30px}
.jumpcmd span	{display:none;}
.txtcmd			{display:block;height:30px;line-height:30px; font-size: 13px;font-weight:normal;text-decoration:none; color:White; padding: 0 4px 0 4px;font-family:Trebuchet MS, Arial, Sans-Serif;border-right: groove 1px #e0e0e0}
.txtcmd span	{vertical-align:middle}

#search			{background: url('/dashboard/xres/img_cmd/b_search.png') no-repeat 0 0;width:31px}
#contact		{background: url('/dashboard/xres/img_cmd/b_crm.png') no-repeat 0 0;width:26px}
#navigate		{background: url('/dashboard/xres/img_cmd/b_jump.png') no-repeat 0 0;width:31px}
#help			{background: url('/dashboard/xres/img_cmd/b_help.png') no-repeat 0 0;width:26px}
.std			{background: url('/dashboard/xres/img_cmd/b_all.png') repeat-x 0 0}
.sel			{background: url('/dashboard/xres/img_cmd/b_sel.png') repeat-x 0 0; color: #0034e0}

#search:hover,
#navigate:hover,
#contact:hover,
#help:hover,
.std:hover
{background-position: 0 -30px;}


/* the small bar for contacts drill-downs */
.smcmd			{display:block;height:20px;line-height:20px; font-size: 12px;font-weight:normal;text-decoration:none; color:White; font-family:Trebuchet MS, Arial, Sans-Serif}
.smcmd span		{vertical-align:middle}
.smcmd-lt		{background: url('/dashboard/xres/img_smcmd/bs_left.png') no-repeat 0 0; padding: 0 4px 0 9px;border-right: groove 1px #e0e0e0}
.smcmd-rt		{background: url('/dashboard/xres/img_smcmd/bs_right.png') no-repeat top right; padding: 0 9px 0 4px}
.smcmd-ct		{background: url('/dashboard/xres/img_smcmd/bs_txt.png') repeat-x 0 0; padding: 0 4px 0 4px;border-right: groove 1px #e0e0e0}
.smcmd-sel		{background: url('/dashboard/xres/img_smcmd/bs_sel.png') repeat-x 0 0; color: #0034e0; padding: 0 4px 0 4px;border-right: groove 1px #e0e0e0}

.smcmd-lt:hover,
.smcmd-ct:hover
{background-position: 0 -20px;}
.smcmd-rt:hover
{ background-position: right -20px}


.rc_box {background: url('/dashboard/xres/img_round/tl.png') no-repeat top left;}
.rc_top {background: url('/dashboard/xres/img_round/tr.png') no-repeat top right;}
.rc_bottom {background: url('/dashboard/xres/img_round/bl.png') no-repeat bottom left;}
.rc_bottom div {background: url('/dashboard/xres/img_round/br.png') no-repeat bottom right;}
.rc_content {background: url('/dashboard/xres/img_round/r.png') top right repeat-y;}
.rc_top div,
.rc_top,
.rc_bottom div, 
.rc_bottom {width: 100%;height: 10px;font-size: 1px;}
.rc_content, 
.rc_bottom {margin-top: -19px;}
.rc_content { padding: 0 10px;}

.linkblock a {color:#606060; text-decoration: none; padding: 2px 3px 2px 3px}
.linkblock a:hover {color:White; background-color:black; padding: 2px 3px 2px 3px }
.set-link {color:White; background-color:#0034e0; padding: 2px 3px 2px 3px }

/* old stuff we still need until I get things moved around better */

.tree {font-size:12px;}
.tree-root {font-weight:bold;}
.tree-leaf {}
.tree-act a {color:black}
.tree-hov  {background-color:#e6e6e6;}
.tree-inact,.tree-inact a {font-style:italic;color:#7e7e7e;text-decoration:none;}
.tree-bord-inact {border:solid 1px #7e7e7e;padding:0 1px 0 1px;margin:0 2px 0 2px;background-color:white}
.tree-bord-act {border:solid 1px black;padding:0 1px 0 1px;margin:0 2px 0 2px;background-color:White}
.tree-act-t a {color:Black;text-decoration:none;}
.tree-act-t a:hover {color:black;text-decoration:underline;}

table.results {border-collapse:collapse;}
table.results th {padding:2px 0 2px 0;background-color:#0034e0;text-align:left; color:White; font-family: Trebuchet MS, Arial, Sans-Serif }
table.results td {padding:3px 0 2px 0}

table.pipeline {border-collapse:collapse;}
table.pipeline th {text-align: left}
table.pipeline td {vertical-align: top; text-align: left; padding: 3px 0 2px 0}
table.pipeline img {vertical-align: top; padding-bottom: 2px; border: 0 none}

.warningBox
{
	
	visibility:hidden;
	padding: 5px 5px 5px 5px;
	width: 300px;
}



.linkoff a {color:black;text-decoration:none}

.popupMenu 
{
	font-size:12px;
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}

.popupHover {
	background-color:#F5F7F8;
}
.popupNote 
{
	font-size:12px;
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	
border:1px outset white;padding:2px 4px 2px 2px;
width: 250px
}
.popupImg {margin: 0 0 0 4px}
.watermarked {
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	


/* end old stuff */