@import "ahj_navbar_0.css";
@import "ahj_titles_org.css";
body
{ 
    margin:auto;
    LINE-HEIGHT: 13pt;
    background-color:White;
 	FONT: x-small arial,helvetica,clean,sans-serif 
}
a
{
text-decoration: none;
color:#2E6194; 
cursor:hand;
}

.asmall
{
font-size: 11px;	
text-decoration: none;
color:#2E6194; 
cursor:hand;
}


a:hover
{
   text-decoration: underline;
   color:Red;
}

.link
{
text-decoration: none;
color:#2E6194; 
cursor:hand;
}

.link:hover
{
	text-decoration: underline;
   color:Red;
}


.linkcapitalize
{
text-transform:capitalize;
color:#2E6194; 
cursor:hand;
text-decoration: none;
}

.linkcapitalize:hover
{
  text-transform:capitalize;
  color:Red;
  cursor:hand;
  text-decoration: underline;
}

.PageLayOutWide
{
	font-family:verdana,arial,lucida,helvetica,tahoma,sans-serif;
	background-color:white; 
	height:200;
	margin-left:0px;	
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	WIDTH:1240px; 	
}

.PageLayOutNarrow
{
	font-family:verdana,arial,lucida,helvetica,tahoma,sans-serif;
	background-color:white; 
	height:200;
	margin-left:0px;	
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	WIDTH: 760px; 
}

.PageLayOutInner
{
	/*this is for the content table which is inside PageLayOutNarrow*/
	WIDTH: 100%; 		
	margin-left:5px;	
	margin-top:0px;
	padding-left:0px;	
	padding-right:0px;	
	background-color:white; 
	height:310;
}

.PageContent700
{
  /*this is for the this is a predefined at design time and will be inserted 
	inside PageLayOutInner table
  */
	/*expression(document.body.clientWidth < 800 ? "2" : "100")  ;*/
	WIDTH: 770px; 	
	background-color:white; 
	height:150;
}

.PageContent100
{
	/*Width:100%;*/
	WIDTH: 100%; 	
	background-color:white;
	height:150;
}

.PageHeader {
	WIDTH:100%; 	
}


.PageFooter  {
	WIDTH:100%; 	
}

.InnerFooter
{
 font-size:10px;
COLOR: white; 
FONT-FAMILY: 9; 
background-color:#0066CC;	 
}

.TextContent
{
	font-size: 12px;
    LINE-HEIGHT: 13pt;
}

.highlight { padding-left:5pt;padding-right:5pt; height:15pt; FONT-WEIGHT: bold; BACKGROUND: yellow; COLOR: black; TEXT-DECORATION: none }

.TextContentSmall
{
	font-size: 11px;
    LINE-HEIGHT: 12pt;
}
.warringText
{
	font-size: 11px;
    LINE-HEIGHT: 12pt;
    color:Red;
}
.TextContentLarge
{
	font-size: 13px;
}
.controlLabelS
{
	font-size: 10px;
    LINE-HEIGHT: 12pt;
}

.controlLabelM
{
	font-size: 11px;
    LINE-HEIGHT: 13pt;
}

.controlLabelL
{
	font-size: 12px;
    LINE-HEIGHT: 14pt;
}


.controlLabelLBold
{
  font-size: 12px;
  LINE-HEIGHT: 13pt;
font-weight: bold;
}
.controlLabelMBold
{
	padding-right:2px;
	font-size: 11px;
   LINE-HEIGHT: 15pt;
	font-weight: bold;
}

.textBoxS
{
	font-size: 11px;
}

.textBoxL
{
	font-size: 13px;
	margin-left:02px;
}

.textBoxM
{
	font-size: 13px;
   LINE-HEIGHT: 12pt;
	padding-left:2px;
	padding-right:2px;
}


.textBoxM_readonly
{
	font-size: 13px;
   LINE-HEIGHT: 12pt;
   background-color :Silver;
}

.warringtextS
{
	font-weight: normal; 
	color : Red;
	height:18px;	
}

.listboxS
{
  font-size:   10px;    
}
.ListDropDownS
{
  font-size:   12px;    
  height:20;
  width:45;
}

.ListDropDownM
{
  font-size:   12px;    
  height:20;
  width:145;
}

.ListBoxM
{
  font-size:   12px;    
  height:80px;
  width:145;
 
}

.ListBoxL
{
  font-size:   12px;    
  height:150px;
  width:200px;
}

.lableGrayM
{
	font-size: 11px;
	height:15;	
	color:DimGray;
	font-weight: bold;
    LINE-HEIGHT: 12pt;

}
.lableGrayS
{
	font-size: 10px;
	height:18;	
	color:DimGray;
	font-weight: bold;

}

.BlueLableMBold
{
	font-size: 14px;
	font-weight: bold;
	color:Blue;
	height:14px;	
    LINE-HEIGHT: 12pt;

}


.helpbody_td
{
	COLOR: #006699; 
	BACKGROUND-COLOR: #c4dfff;
}

.helpheader_td
{
	COLOR: #006699; 
	BACKGROUND-COLOR: #c4dfff;
	HEIGHT: 22px;
	text-align:center;
    FONT-WEIGHT: bold; 
    vertical-align:middle;
    BORDER-TOP: #003399 1px solid; 
    BORDER-BOTTOM: #006699 1px solid
}

.title_capitalize
{
 text-decoration: none;
 cursor:hand;
 text-transform:capitalize;
}
 
.title_capitalize:hover
{
  text-decoration: none;
  color:Red;
  text-transform:capitalize;
}
.button
{
	height:22;
	background-image:url(/ahj/AppResources/Images/bckgnd/Gen_btn_pkg.gif);
	background-repeat:repeat-x;
	background-color:Transparent;
	border-color:#6699cc;
	border-width:1px;
	text-decoration: none;
	border-style:solid;
	font-size: 12px;
	cursor: hand;
	color :Blue;
	padding-left :2px;
	padding-right :2px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align : center;
}
.button a
{
	text-decoration: none;
	color :Navy;
	cursor:hand;
}

.button:hover
{
	color :Red;
	background-color:Silver;
    text-decoration: none;
    cursor:hand;
}


.buttonImage60
{
	height:24;	
	width:60;
	padding-bottom:4;
	background-image: url(/ahj/AppResources/Images/bckgnd/Ge_btn_60.gif);
    background-color:transparent; 
    background-repeat:no-repeat;
	border-style:none;
	font-size: 11px;
	cursor: hand;
	color:Black;
 	text-align:center;
   	padding-top: 3px;
	display:block;
}

.buttonImage60:hover 
{ 
	TEXT-DECORATION: none;
    cursor:hand;
}

 .buttonImage80:hover 
{ 
	text-align:center;
TEXT-DECORATION: none;
    cursor:hand;
}
 .buttonImage100:hover 
{ 
    text-align:center;
	height:24;	
	width:110;
	background-image: url(/ahj/AppResources/Images/bckgnd/Ge_btn_100.gif);
    background-color:transparent; 
    background-repeat:no-repeat;
	border-style:none;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	cursor: hand;
	color:Black;
    DISPLAY: block;
    	text-decoration: none;

    }

.buttonImage80
{
	height:24;	
	width:85;
    background-image: url(/ahj/AppResources/Images/bckgnd/Ge_btn_80.gif);
    background-position:center center;
    background-color:transparent; 
    background-repeat:no-repeat;
	border-style:none;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 0px;
	cursor: hand;
	color:Black;
	display:block;
}

.buttonImage100
{
	text-align:center;
	height:24;	
	width:110;
	background-image: url(/ahj/AppResources/Images/bckgnd/Ge_btn_100.gif);
    background-color:transparent; 
    background-repeat:no-repeat;
	border-style:none;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	cursor: hand;
	color:Black;
    DISPLAY: block;
    	text-decoration: none;
}

.buttonblue140 
{
	font-weight:bold; 
	color:#FFFFFF; 	
	background-image: url(/ahj/AppResources/Images/bckgnd/blue_140.gif); 	
	/*background-color:transparent;*/
	margin: 0px; padding: 0px; border: none; 	
	cursor: hand; height: 26px; width: 140px; 
	BACKGROUND-REPEAT: no-repeat;
	text-align : center;
    DISPLAY: block;
} 
.buttonblue140 a
{
    color:white;
    text-decoration: none;
}

.buttonblue140 a:hover
{
    color:white;
    text-decoration: none;
}

.buttonblue70 
{
	font-weight:bold; 
	color:#FFFFFF; 	
	background-image: url(/ahj/AppResources/Images/bckgnd/blue_70.gif); 	
	/*background-color:transparent;*/
	margin: 0px; padding: 0px; border: none; 	
	cursor: hand; height: 26px; width:70px; 
} 
.buttonblue100 
{
	font-weight:bold;
	color:#FFFFFF; 	
	background-image: url(/ahj/AppResources/Images/bckgnd/blue_100.gif); 	
	/*background-color:transparent;*/
	margin: 0px; padding: 0px; border: none; 	
	cursor: hand; height: 26px; width: 100px; 
} 
.YellowButton
{ 
 	WIDTH: 108px; CURSOR: hand; 
	COLOR: #ffffff;
	HEIGHT: 21px;
	BACKGROUND-COLOR: #84C0DD; 
	TEXT-ALIGN: center;
	TEXT-DECORATION: none
}

.YellowButton:hover 
{ 
	TEXT-DECORATION: none;
	COLOR: #ffffff; 
}
.pagepath
{
	
	color: #FF8000;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
.title_Navy_S
{ 
	font-weight: bold;
	font-size: 11px;
    CO
