/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

.tabe
{
  visibility:hidden;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber 
{
   
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


.HeaderCss
{
    background-image: url(/manager/images/cellBack.jpg);
   
}
.GridHeaderCss
{
    background-image: url(/manager/images/cellBackDown.jpg);
	height: 25px;
	font-weight:bold;
	font-family:verdana;
	font-size:10px;
	color:white;
	z-index:504px;
	position:relative;
	top:expression(this.offsetParent.scrollTop);
	
}

.GridHeaderCssStatic
{
    background-image: url(/manager/images/cellBackDown.jpg);
	height: 25px;
	font-weight:bold;
	font-family:verdana;
	font-size:10px;
	color:white;
	<!--z-index:504px;
	position:relative;-!>

	
}
.TitleBg
{
	
    	background-image: url(/js/TitlesSh.jpg);
	background-position-y: top;
	height: 25px;
	font-weight:bold;
	color:white;
   
}
.TitleSh
{
	 background-image: url(/js/TitlesBg.jpg);

   
	background-position-y: top;
	height: 25px;
	font-size:12px;
	font-weight:bold;
	color:white;
   	font-family: Verdana, Arial;
	padding:3px;
}

.GreenTitle
{
   	  background-color:#CCDDEF;
   	  	background-position-y: top;
	height: 20px;
	font-size:10px;
	font-weight:bold;

   	font-family: tahoma, Arial;
	padding:3px;
}



.TitleSh a:link
{
  	
	font-weight:bold;
	color:white;
   	font-family: Verdana, Arial;
	
}
.lbBorders
{
    border-left: 1px solid;
    border-left-color: #CCDDEF;
    border-bottom: 1px solid;
    border-bottom-color: #CCDDEF;
    border-right: 1px solid;
    border-right-color: #CCDDEF;
}

.StaticHeader
{
    	background-image: url('/manager/images/StaticHeader.jpg');
	background-position-y: top;
	height: 25px;
   
}
.ButtonBg
{
	url('/manager/images/ButtonBg.jpg');
    	
	border-left:1px solid #C2C2C2; border-top:1px solid #C2C2C2; border-bottom:1px solid #C2C2C2; 				border-right:1px solid #C2C2C2; font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	background-image:url('/manager/images/ButtonBg.jpg');
	background-color:white;
	height:21px;
	vertical-align: middle;
	
   
}
.TitleTd
{
	font: bold 10px Verdana, sans-serif;
	text-align: right;
}

.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:left}

.tooltip span.top{padding: 30px 8px 0;
    background: url('/js/bt.gif') no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background:  url('/js/bt.gif') no-repeat bottom}



/*--------------------------------------------------
  Rounded border div
  --------------------------------------------------*/

div.rounded-box {
    position:relative;
    width: 9em;
    background-color:#f4f4f4;
  	padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;

    }


div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner
{position:absolute; width:20px; height:20px; background-color:#FFF; overflow:hidden;}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {position:relative; font-size:150px; font-family:arial; color:#f4f4f4; line-height: 40px;}



div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom: 0px; right:0px;}

div.top-left-inside {left:-8px}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px}
div.bottom-right-inside {left:-25px; top:-17px;}

div.box-contents {
	position: relative; padding: 30px; color:#000;
}

.txtBox
{
	color:#000;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;text-align:left;
	padding:3px;
	
}

.rownormal
{
	width: 200px; color:#000;height:20px;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;text-align:left;
	padding:3px;
	
}
.rowalternate
{
	width: 200px; color:#000;height:20px;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;text-align:left;
	background-color:#f1f1f1;
	padding:3px;
}

.rowover
{
	color:#000;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;text-align:left
	padding:3px;
}

.ShaddyTitle
{
	width: 200px; color:#ffffff;
	font:bold 15px/1.3 Arial,sans-serif;
	text-decoration:none;text-align:left;
	background-color:#6699cc;
	padding:3px;
}

/*===================Tab CSS ==================*/

.inactiveTab
{
    width: 84px;
    border-left: #000000 0px solid;
    border-right: gray 0px solid;
    border-top: #c5c5c5 0px solid;
    border-bottom: #000000 0px solid;
    padding: 0px;
    height: 28px;
    background-image: url(/Images/headerTab.gif);
    background-position: center;
}
    .ActiveTab
{
   
    width:84px;
    border-left:0px Solid #000000;
    border-right:0px Solid #000000;
    border-top:0px Solid #C5C5C5;
    border-bottom:0px Solid #C5C5C5;
    padding:0px;
    font-size:11px;
     background-image: url(/Images/headerBgSel.gif);  
    /*background-color:#6699cc; */
    height:28px;
    }

.ActiveTab A
{
    font-weight:normal;
    font-size: 10pt;
    font-family:  Tahoma, 'Times New Roman' , Verdana;
   
    color:white;
}
.inactiveTab A
{
    font-weight:normal;
    font-size: 10pt;
    font-family:  Tahoma, 'Times New Roman' , Verdana;
   
    color:#000000;
}


.HeaderRightTab
{
   
    border-left:0px Solid #000000;
    border-right:1px Solid #000000;
    border-top:0px Solid #C5C5C5;
    border-bottom:0px Solid #C5C5C5;
    padding:0px;
    font-size:11px;
    background-image: url(/Images/headerright.gif);
    /*background-color:#6699cc; */
    height:24px;
    }

.TitleHead
{
    /* background-color: #414e66; */
	background-color: #5c80b4;
	background-image: url(/Images/titleheadbg.gif);
	background-repeat: no-repeat;
    color: white;
    font-weight:bold;
    font-size: 2ex;
    text-align: left;
    padding-left:7px;
    height:18px;
}

.buttonsTd
{
    border-left:0px Solid #000000;
    border-right:1px Solid #000000;
    border-top:0px Solid #C5C5C5;
    border-bottom:0px Solid #C5C5C5;
    /*background-color: #b4c8dc;*/
    background-color: #bfbfbf;
    padding:3px;
    font-size:11px;

	
}