﻿/*
Description:    Styles used for ADS
*/

body {
    display: block;
    margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;

    font-size: 14px;
	width: 100%;

    font-family: Century Gothic;

}

Input[type=submit] {
    height: 40px;
}

.UserInfo
{
	font-size: 13px;
	font-weight: bold;
}

a[readonly] , a[disabled]
{ 
  color: Silver;
  text-decoration: none;
  background-color: Transparent;
  border-style: none;
  font-weight: bold;
}

input[disabled][type="text"], input[readonly], select[disabled], select[readonly], textarea[disabled], textarea[readonly], checkbox[disabled]
{ 
	text-decoration: none;
	color: black;	
	background-color: Transparent;
	border-style: none;
	font-weight: bold;
}

.normal					{font-size:12px;}

.hrBlue					{width:765px; color:#0066CC; background-color:#0066CC; height:2px;}

ul						{margin:0px; padding: 0px 0px 10px 20px;}
textarea 				{resize: none;}

#container				{width:770px; margin: 0 auto;}
#header					{border: solid 1px #99CCFF; background-color:#0066CC; width:770px;}
#content				{width:770px; min-height:200px;}
#footer					{width:770px;}
#EZDiv					{width:760px; padding:5px; border:solid 2px #0066CC;}

#divHeader              {border: solid 1px #99CCFF;background-color:#0066CC; width:770px;}
                        
#tblNavMenu             {background-color:#0066CC; width:770px; text-align:center;}
#tblImportant			{border-style:solid; border-color:#0066CC; 
							border-width:medium; width:615px; }
#tblLogin, #tblSetPIN, #tblChangePIN   
                        {background-color:white; border-style:solid; border-color:#0066CC; 
							border-width:medium; width:300px; text-align:left; padding:0px;}
#divTip   
                        {border-style:solid; border-color:#0066CC; 
							border-width:medium; text-align:left; padding:3px;
							width:490px; font-size: 0.9em; }

#tblMain, #tblMainControls		
			            {font-size:14px; color:black; min-width:650px;
}
                        
h1,h2,h3			        {text-align:center; margin-bottom:2px;
                        font-size:32px; color:blue;}
                        
.centerAlign			{text-align:center;}
                                                  
.centerpara             {text-align:center; 
                        font-size:12px; color:black;}
                        
.leftpara               {text-align:left; 
                        font-size:12px; color:Black;}
.leftAlign				{text-align:left;}
.leftMargin30			{margin-left:30px;}
.leftPadding30			{padding-left:30px;}
.leftPadding60			{padding-left:60px;}
.leftPadding90			{padding-left:90px;}

.rightpara              {text-align:right; font-size:12px; color:Black;}
.rightAlign				{text-align:right;}                         

.logininput             {width:100px; background-color:White; 
							border-style:solid; border-color:Gray; border-width:thin; color:Gray; }
                        
.ADSNavButton			{background-color:#99ccff; color:White; width:130px; 
							border:solid 1px black;
							font-weight:bold; height:22px;
							text-align:center; padding-bottom:3px;}
.ADSNavButton2 {
    background-color: #99ccff;
    color: White;
    border: solid 1px black;
    font-weight: bold;
    height: 22px;
    text-align: center;
    padding-bottom: 3px;
}

.ADSNavButton:Hover		{background-color:White; color:Black;}

.divStatus				{background-color:#99ccff; color:White; width:173px; 
							border:solid 1px black;
							height:17px; text-align:center;
							padding:1px;padding-top:2px;}
.divStatus:Hover		{background-color:white; color:Black;}	
.divStatus:Hover a		{color:Black;}					
.divStatus a			{color:White; text-decoration:none; font-weight:bold;}
.divStatus a:hover		{color:Black;}			

 .ADSButton              {background-color:#99ccff; color:White; border-style:solid; 
							border-color:#0066CC; border-width:medium; font-weight:bold;}   
 .ADSButton:Hover		{background-color:White; color:Black;}
							
 .ADSHelpButton			{background-color:#0066CC; border:solid 2px #DDDDDD; color: #FFFFFF; font-weight:bold; }                    
 .ADSHelpButton:Hover	{background-color:#FFFFFF; color: #0066CC;}                    
 .divPayments			{background-color:#99ccff; color:White;  border-style:solid;
							border-color:#0066CC; border-width:medium; 
							font-weight:bold; width:205px; }
.divPayments:Hover		{background-color:white; color:Black;}	
.divPayments:Hover a	{color:Black;}					
.divPayments a			{color:White; text-decoration:none;}
.divPayments a:hover	{color:Black;}		 
                                      
#pnlErrors              {width:100%; top:50px; left:0px;}

a.formText				{color:#000000; text-decoration:none;}
a.formText:hover		{color:#000000;}
a.formText:visited		{color:#000000;}

.red                    {color: red;}
.redFont                {color: red;}
.redWarning             {color: red; font-weight:bold; font-size:16px;}
.redWarningLarge        {color: red; font-weight:bold; font-size:18px;}
.greenBold              {color: green; font-weight: bold;} 
.redBold                {color: red; font-weight:bold;}
.warning                {font-weight:bold; font-size:16px;}
.warningNormal          {font-size:16px;}

/*#33ff99 test*/
/*#0066CC correct*/

.ADSTable                {border: 2px solid #0066CC; margin:auto; text-align: center;
	                        padding:5px; width: 100%;}

.ADSTableNoWidth         {border: 2px solid #0066CC; margin:auto; padding:5px;}

.ADSTd                   {padding: 1%;}

.tableborder            {border: 1px solid #0066CC;}

.continuebutton         {
	font-size: 14px;
	text-align: right;
	text-decoration: none;
	vertical-align: middle;
	width: 40%;
}
.backbutton             {
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	width: 40%;
}
.dateday                {
    TEXT-ALIGN: center;
    BORDER-RIGHT: medium none
}
.dateyear               {
    TEXT-ALIGN: center;
    BORDER-LEFT: medium none
}
.dateseparator          {
    BORDER-LEFT: medium none;
    WIDTH: 1mm;
    FONT-WEIGHT: bold;
    BORDER-RIGHT: medium none
}

.currencySymbol         {
    TEXT-ALIGN: center;
    BORDER-RIGHT: medium none;
    width:10px;
}
.currencyDollars        {
    TEXT-ALIGN: right;
    BORDER-LEFT: medium none;
    BORDER-RIGHT: medium none;
    width:60px;
}
.currencySeparator      {
    BORDER-LEFT: medium none;
    WIDTH: 1mm;
    FONT-WEIGHT: bold;
    BORDER-RIGHT: medium none;
}
.currencyCents          {
    TEXT-ALIGN: left;
    BORDER-LEFT: medium none;
    width:20px;
}

.redfont                {    
    color: red;
}

.warningtitle           {
    font-weight:bold; font-size:16px;
}

.errorMessages a{text-decoration:none; color:Red;}
.errorMessages h1,h2,h3{margin-bottom:2px; font-size:18px; color:red;}
.errorMessages ul{padding-left:180px;}


 /* styles for ARGovHeader */
 
@media print { #banner, #topnav, #logo, #arlogo, .noprint { display: none; } }
@media screen { #banner { margin-top:0px; margin-left:0px; margin-right:0px; } }

#banner{ background-color: #FFFFFF; width: 100%; height: 30px; border-bottom: 1px solid #747A7C; padding:0px; margin:0px;} 
#topnav{ margin-top:-18px;  text-align:right;  color: #747A7C; background-color: transparent;  font-size: 11px; position:relative; text-decoration:none; font-weight: bold; padding-right:10px;} 
#topnav a{ text-align:right;  color: #747A7C; background-color: transparent;  font-size: 11px; text-decoration:none;} 
#topnav a:hover { text-decoration:underline;} 
#logo { background-color: #FFFFFF; width:100px; height:25px; position:relative; margin:0px; padding-left:10px; padding-top:4px;}



/* styles for EXIT ADS Warning Message */

.ADSExitButton			{background-color:#CCCCCC; color:Black; width:65px; 
							border:solid 2px black;
							font-weight:bold; 
							text-align:center; padding-bottom:3px;}
.ADSExitButton:Hover		{background-color:White;}


.show			        {background-color:#99ccff; color:White; width:175px; 
							border:solid 1px black;
							font-weight:bold; height:22px;
							text-align:center; padding-bottom:3px;}
.show:Hover		        {background-color:White; color:Black;}


.close			        {background-color:#CCCCCC; color:Black; width:65px; 
							border:solid 2px black;
							font-weight:bold; 
							text-align:center; padding-bottom:3px;}
.close:Hover            {background-color:White;}

/*Styles for DimBackground*/
#DimBackground          { 
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	display:none; 
	text-align:left; 
	background:#000; /*dim color*/
	/*this part define's the opacity/transparency of the dim*/
	opacity: 0.7;-moz-opacity:0.70;filter: alpha(opacity=70); 
	z-index: 9999;

}

/*Styles for Message Box*/
#msgbox                 { 
	position:absolute; 
	top: 250px; /*default top position of the message box*/
	left: 50%; 
	margin-top: -100px; 
	margin-left: -150px; 
	z-index:10000;
	display:none;
	width:300px;
	height:auto; 
	/*border:5px solid #222; */
	background: #000; 
}
#msgbox img             {
	border:none; 
	margin:5px;
}
.close                  { 
	top:0px; 
	float:right; 
}
.printLarge	{font-size: 14px;}
	
.TDLink	{font-size: 16px; text-align: left;}
.TDLinkCenter	{font-size: 16px; text-align: center;}

.LockOff { 
         display: none; 
         visibility: hidden; 
      } 

.LockOn { 
         display: block; 
         visibility: visible; 
         position: absolute; 
         z-index: 999; 
         top: 0px; 
         left: 0px; 
         width: 105%; 
         height: 305%; 
         background-color: #ccc; 
         text-align: center; 
         padding-top: 20%; 
         
         filter: alpha(opacity=50); 
         opacity: 0.20; 
         
      } 

#idletimeout { background:#CC5100; border:3px solid #FF6500; color:#fff; text-align:center; font-size:12px; padding:10px; position:relative; top:0px; left:0; right:0; z-index:100000; display:none; }
#idletimeout a { color:#fff; font-weight:bold }
#idletimeout span { font-weight:bold }

.container .field input[type=text].datepicker { width: 70px; }

.navcontainer 
{
	height: 44px;
	}
	
.nav 
{
	height: 44px;
	}

.nav, .nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
.nav {
	margin-bottom: 1px;
	padding-left: 10px;
	}
	
.nav ul {
	float: left;
	list-style: none ;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
.nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
.nav li a, .nav li a:link {
	color: #fff;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 15px 12px 16px 12px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	}
	
.nav li a:hover, .nav li a:active, .current-cat {
	background: url(../images/nav-backgr-hover.png);
	background-repeat: repeat-x;
	color: #004876;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 15px 12px 16px 12px;
	text-decoration: none;
	}
	
.nav  li.current-cat a {
	color:#004876;
	}

.nav li:hover, .nav li.sfhover { 
	position: static;
}

.menuBackgroundBorder
{
    /*border-color: saddlebrown;
    border-top-color: saddlebrown;
    border-bottom-color: saddlebrown;
    border-left-color: saddlebrown;
    border-right-color: saddlebrown;*/
}

tr.menuBackground td
{		
   
    background-image: -webkit-linear-gradient(#e1e7f2, #e1e7f2 25%, #e6e6e6);
    
	background: #F5F5F5;
	background-image: -ms-radial-gradient(top center, circle cover, #e1e7f2, #e1e7f2 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #e1e7f2, #e1e7f2 25%, #e6e6e6);
    background-image: linear-gradient(#e1e7f2, #e1e7f2 25%, #e6e6e6);
    }
tr.menuBackground td:hover
{
    background-position: 0 -15px;
    color: #333;
    text-decoration: none;
}

.NumberList
{
/*	height: 44px; 
	width: 63px*/
	height: 34px; 
	width: 33px
}

a {
	color: #03357c;
    /*color: #ad6f00;*/
	text-decoration: none;
     font-weight: bold;
	}

a:hover {
	text-decoration: underline;
    font-weight: bold;
}

#outer 
{
	
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 756px;
	background-color: white;
}

#navCurve 
{
	background-position: right center; 
	padding-bottom: 50px;
	border: solid 2px;
	min-height: 250px;
}

#navCurve a {
	/*color: #E7E4E4;*/
	text-decoration: none;
	font-size: 16px;
	font-weight:bold;
}
#navCurve a:hover {
	/*color: #fff;*/
	text-decoration: underline;
	font-size: 16px;
	font-weight:bold;
}
#navCurve ul {
	padding: 30px 0 0 80px;
	margin: 0;
	z-index: 1;
}
#navCurve li {
	/*background: left center url('../images/bullet.gif') no-repeat;*/
	padding: 15px 0 8px 30px;
	margin: 0;
}

.navCurve1 /* Admin*/
{
	background: top right url('../images/IStockPhoto/iStock_000001970404XSmall.jpg') no-repeat;
}

.navCurve2 /* Employer Account*/
{
	background: url('../images/IStockPhoto/iStock_000005504266XSmall.jpg') no-repeat;
}

.navCurve3 /* Maintenance*/
{
	background: url('../images/IStockPhoto/iStock_000001970425XSmall.jpg') no-repeat;
}

.navCurve4 /* Notice*/ 
{
	background: url('../images/IStockPhoto/iStock_000003453153XSmall.jpg') no-repeat;
}

.navCurve5 /* Wage*/ 
{
	background: url('../images/IStockPhoto/iStock_000010705348XSmall.jpg') no-repeat;
}

.navCurve6 /* Wage*/ 
{
	background: url('../images/IStockPhoto/iStock_000002453497XSmall.jpg') no-repeat;
}

.navCurveReport /* Report*/
{
	background: url('../images/IStockPhoto/iStock_000007857366XSmall.jpg') no-repeat;
}

.navCurveAudit /* Audit*/
{
	background: url('../images/IStockPhoto/iStock_000012306687XSmall.jpg') no-repeat;
}


.navCurveServices /* Wage*/ 
{
	background: url('../images/IStockPhoto/iStock_000012264285XSmall.jpg') no-repeat;
}

.navCurveAdmin /* people*/ 
{
	background: url('../images/IStockPhoto/iStock_000011186297XSmall.jpg') no-repeat;
}

table.standardTable1
{	

    background-image: -webkit-linear-gradient(#e1e7f2, #e1e7f2 25%, #e6e6e6);
    
	/*background: #e1e7f2;*/
    background-image: -ms-radial-gradient(top center, circle cover, #e1e7f2, #e1e7f2 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #e1e7f2, #e1e7f2 25%, #e6e6e6);
    background-image: linear-gradient(#e1e7f2, #e1e7f2 25%, #e6e6e6);

/*	
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);

*/


    /*
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
*/
    
    
    /*
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=1);   
	*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000');*/
/*
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6)"; */
	/*
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6)); 
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); 
  background-image:    -moz-linear-gradient(top, #ffffff, #e6e6e6); 
  background-image:     -ms-linear-gradient(top, #ffffff, #e6e6e6); 
  background-image:      -o-linear-gradient(top, #ffffff, #e6e6e6); 
  background-image:         linear-gradient(top, #ffffff, #e6e6e6);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e6e6e6');

*/
	/*background: right url('../images/backgroud/StainlessSteel_small.png') repeat;*/
/*    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
    border: solid 1px;
    border-color: Black;
	/*padding:5; 	*/
	width:95%;		
}

.GridMain
{	
  padding: 12px;
}


.GridMain tr td
{	
  padding: 12px;
}

.GridMainSmall tr td
{	
  padding:2px;
}

.GridAlternatingRow
{	
	background-color: #F3F3F3;	
}

.GridAlternatingRow a
{
	text-decoration : underline;
}


.GridHeader
{
	padding:5px;
    background-color: #004876;
	/*background-image : url('../images/background2.png');*/

        /*background-image : url('../images/Master Page horizontal nav graphic_gold.png');*/

	background-repeat: repeat;
	color: White;
	font-weight : bold;
	height: 35px; 	
/*	
	background-color : #990000;
	font-weight : bold;
	color : White;
*/	
}


.GridHeader a
{
	font-weight : bold;
	color : White;
	
}

.Grid2RowHeader
{
	padding:5px;
	background-image : url('../images/background2.png');
	background-repeat: repeat;
	color: White;
	font-weight : bold;
	height: 70px; 
}

.GridSelectedRow
{
	background-color : #FFCC66;
	font-weight : bold;
	color : Navy;
}

.GridPager
{	
	background-color : #FFCC66;
	color : #333333;
	height: 35px; 	
	font-size: 14px;
	
}

.GridFooter
{
	background-image : url('../images/background2.png');
	background-repeat: repeat;
	font-weight : bold;
	color : White;
	height: 35px; 	
}

.GridRow
{
	background: right url('../images/StainlessSteel_small.png') repeat;
/*
	background-color : #FFFBD6;
	color : #333333;
*/
}

.GridRow a
{
/*	color : #333333;*/
	text-decoration : underline;
}

.GridRowClear
{
/*	background: right url('../images/backgroud/StainlessSteel_small.png') repeat;*/
/*
	background-color : #FFFBD6;
	color : #333333;
*/
}

.GridRowClear a
{
/*	color : #333333;*/
	text-decoration : underline;
}

.SideTable1
{
	background-image: url('../images/brown-3.png'); 
	background-repeat: repeat;
    min-width: 220px;
	/*margin: 0;
	border-right-style: solid;
	border-right-width: thin;	
	border-bottom-style: solid;
	border-bottom-width: thin;	
*/
}
.SideTable2
{
	background-image: url('../images/green-2.png'); 
	background-repeat: repeat;
    min-width: 220px;
	/*margin: 0;
	border-right-style: solid;
	border-right-width: thin;	
	border-bottom-style: solid;
	border-bottom-width: thin;	
*/
}
.SideTable3
{
	background-image: url('../images/brown-3.png'); 
	background-repeat: repeat;
    min-width: 220px;
	/*margin: 0;
	border-right-style: solid;
	border-right-width: thin;	
	border-bottom-style: solid;
	border-bottom-width: thin;	
*/
}

.slideOutOffset
{
	/* Place Holder in Master Page*/
}

.faded
{
    width: 100%; 
    /*background: url('../images/Transparent_black_bg.png') repeat; */
	min-height: 350px;
    height:100%;
    padding-top: 5px;
    margin-top:0px;    
    
}
.faded ul
{
    list-style: none;
}
.faded ul li
{
	/*margin-bottom: 30px;*/
}
.faded ul li a 
{
    background: url('../images/SideNav_Display.png') repeat;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 90%;
    color: #F0F0F0;
    text-transform: uppercase;
	font-size: 12px;
	text-align: right;
	padding: 12px 10px;
	margin-bottom:5px;
	margin-top:15px;
}
.faded ul li a:hover
{
    background: url('../images/SideNav_Hover.png') repeat;
    color: Black;
}

.faded ul li a[disabled]
{
    background: url('../images/SideNav_Disabled.png') repeat;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 90%;
    color: #888888;
    text-transform: uppercase;
	font-size: 12px;
	padding: 12px 10px;
	text-align: right;
	margin-bottom:5px;
	margin-top:15px;
}


.faded2
{
    width: 100%; 
    /*background: url('../images/Transparent_black_bg.png') repeat; */
	min-height: 350px;
    height:100%;
    padding-top: 5px;
    margin-top:0px;    
    
}
.faded2 ul
{
    list-style: none;
}
.faded2 ul li
{
	/*margin-bottom: 30px;*/
}
.faded2 ul li a 
{
    background: url('../images/Inquiry_Bg.png') repeat;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 90%;
    color: #F0F0F0;
    text-transform: uppercase;
	font-size: 12px;
	text-align: left;
	padding: 12px 10px;
	margin-bottom:5px;
	margin-top:15px;
}
.faded2 ul li a:hover
{
    background: url('../images/Transparent_black_bg.png') repeat;
    color: Black;
}

.faded2 ul li a[disabled]
{
    background: url('../images/Transparent_darker_black_bg.png') repeat;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 90%;
    color: #888888;
    text-transform: uppercase;
	font-size: 12px;
	padding: 12px 10px;
	text-align: left;
	margin-bottom:5px;
	margin-top:15px;
}


/* these are added by JH*/
  table.standardTable50 {
    background-image: -webkit-linear-gradient(#e1e7f2, #e1e7f2 25%, #e6e6e6);
    background: #e1e7f2;
    background-image: -ms-radial-gradient(top center, circle cover, #e1e7f2, #e1e7f2 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #e1e7f2, #e1e7f2 25%, #e6e6e6);
    background-image: linear-gradient(#e1e7f2, #e1e7f2 25%, #e6e6e6);
     border: solid 1px;
    border-color: Black;
	width:50%;
}

   table.standardTable50_noborder {
    background-image: -webkit-linear-gradient(#e1e7f2, #e1e7f2 25%, #e6e6e6);
    /*background: #ffffff;
    background-image: -ms-radial-gradient(top center, circle cover, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
     border: solid 1px;
    border-color: Black;*/
	width:50%;
}


  table.standardTable60 {
    background-image: -webkit-linear-gradient(#e1e7f2, #e1e7f2 25%, #e6e6e6);
    /*background: #e1e7f2;*/
    background-image: -ms-radial-gradient(top center, circle cover, #e1e7f2, #e1e7f2 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #e1e7f2, #e1e7f2 25%, #e6e6e6);
    background-image: linear-gradient(#e1e7f2, #e1e7f2 25%, #e6e6e6);
     border: solid 1px;
    border-color: Black;
	width:60%;
}

    table.standardTable60_noborder {
    background-image: -webkit-linear-gradient(#e1e7f2, #e1e7f2 25%, #e6e6e6);
    /*background: #ffffff;
    background-image: -ms-radial-gradient(top center, circle cover, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);*/
     /*border: solid 1px;
    border-color: Black;*/
	width:60%;
}


table.standardTable80{
    background-image: -webkit-linear-gradient(#e1e7f2, #e1e7f2 25%, #e6e6e6);
    /*background: #e1e7f2;*/
    background-image: -ms-radial-gradient(top center, circle cover, #e1e7f2, #e1e7f2 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #e1e7f2, #e1e7f2 25%, #e6e6e6);
    background-image: linear-gradient(#e1e7f2, #e1e7f2 25%, #e6e6e6);
    border: solid 1px;
    border-color: Black;
    width:80%     
}

table.standardTable70 {
    background-image: -webkit-linear-gradient(#e1e7f2, #e1e7f2 25%, #e6e6e6);
    /*background: #ffffff;*/
    background-image: -ms-radial-gradient(top center, circle cover, #e1e7f2, #e1e7f2 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #e1e7f2, #e1e7f2 25%, #e6e6e6);
    background-image: linear-gradient(#e1e7f2, #e1e7f2 25%, #e6e6e6);
    border: solid 1px;
    border-color: Black;
    width:80%     
}

table.standardTable100 {
    background-image: -webkit-linear-gradient(#e1e7f2, #e1e7f2 25%, #e6e6e6);
    /*background: #e1e7f2;*/
    background-image: -ms-radial-gradient(top center, circle cover, #e1e7f2, #e1e7f2 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #e1e7f2, #e1e7f2 25%, #e6e6e6);
    background-image: linear-gradient(#e1e7f2, #e1e7f2 25%, #e6e6e6);
     border: solid 1px;
    border-color: Black;
	width:100%;
}

/*JJH,10/25/2016 Added Section */
table.standardTable_details {
    background-image: -webkit-linear-gradient(#e1e7f2, #e1e7f2 25%, #e6e6e6);
    /*background: #ffffff;*/
    background-image: -ms-radial-gradient(top center, circle cover, #e1e7f2, #e1e7f2 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #e1e7f2, #e1e7f2 25%, #e6e6e6);
    background-image: linear-gradient(#e1e7f2, #e1e7f2 25%, #e6e6e6);

    border: solid 1px;
    border-color: Black;
    width:95%		
}

table.standardTable_details_noborder {
    background-image: -webkit-linear-gradient(#e1e7f2, #e1e7f2 25%, #e6e6e6);
    width:95%		
}


table.standardTabletabs_noborder {
    background-image: -webkit-linear-gradient(#e1e7f2, #e1e7f2 25%, #e6e6e6);
       width:95%		
}


/*JJH, Section End */







/*for Investigation Edit*/
table.standardTable1E {
    background-image: -webkit-linear-gradient(#e1e7f2, #e1e7f2 30%, #e6e6e6);
    /*background: #ffffff;*/
    background-image: -ms-radial-gradient(top center, circle cover, #e1e7f2, #e1e7f2 30%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #e1e7f2, #e1e7f2 30%, #e6e6e6);
    background-image: linear-gradient(#e1e7f2, #e1e7f2 30%, #e6e6e6);
    border: solid 1px;
    border-color: Black;
    width: 90%;
}

tr.border_bottom td {
  border-bottom:1pt solid black;
}	

/*02/11/2016: added by Jean*/
.largeSpace, #spacerDiv {
    width: 950px;
}

.RedHighlight
{
	background-image : url('../images/RedButtonFiller.png');
	color: White;
	font-weight : bold;
}


ul#menu li, ul#menu2 li  {
	display: block; 
	background: url("../images/menu-bg.gif");
	float: left; 
	margin: 0 0 0 0px; 
	}
ul#menu li a , ul#menu2 li a { 
	height: 30px; 
	color: darkblue;
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 5px 15px 0; 
	border: solid 1px transparent;
	}
ul#menu, ul#menu2
{ 
	width: 100%;
	height: 37px;
	font-weight: bold; 
	list-style-type: none;
	margin: 0; 
	padding: 0; 
	}
ul#menu li a.current, ul#menu2 li a.current{ 
	color: whitesmoke;
	background: #FFF url("../images/current-bg.gif") top left repeat-x;
	padding: 5px 15px 0; 
	border: solid 1px black;
    /*font-weight: bold;*/ 
    /*font-size: 1.5em;*/ 
	}

ul#menu li a:hover, ul#menu2 li a:hover{ 
	color: whitesmoke;
	background: #FFF url("../images/graphic_gold.png") top left repeat-x;
	padding: 5px 15px 0; 
	border: solid 1px black;
    /*font-weight: bold;*/ 
    /*font-size: 1.5em;*/ 
	}

.Highlight
{
	background-image : url('../images/RedButtonFiller.png');
	color: White;
	font-weight : bold;
}