a{ text-decoration: none; }
a:hover {    text-decoration: underline; }

a.stdlink
{
    font-family: tahoma;
    font-size: 11px;
}

/** table that lists steps for forms **/
table.steps 
{
    color: blue;
    font-family: tahoma;
    font-size: 11px;
    border: solid 1px #c9c9c9;
    background-color: f5f5f5;

}
table.steps td
{
    padding-left: 4px !important;
    padding-right: 4px !important;
    padding-bottom: 1px !important;
    padding-top: 1px !important;
}

/** formats the section text **/
span.sectionhead1
{
        color: rgb(4,93,46) ;
        font-family: Tahoma;
        font-size: 14px;
        font-weight: bold; 
        text-decoration: underline;
}

td.itemtitle
{
    color: rgb(4,93,46);
    text-align: left;
    border-bottom: solid 1px rgb(4,93,46);
    font-family: Verdana;
    font-size:12pt;
    font-weight: bold;
    padding-left: 2px;
}




span.alert
{
    color: red;
}

body.mainbody
{
    margin: 0px;
    font-family: tahoma;
    font-size: 11px;
    z-index: 1;
}
body.mainbody a { color: rgb(0,16,148); text-decoration: none; }
body.mainbody a:link  { color: rgb(4,93,46); }
body.mainbody a:visited { color: rgb(4,93,46); }
body.mainbody a:active { color: rgb(4,93,46); }
body.mainbody a:hover { text-decoration: underline; }

/** page structure header **/
table.header
{
   
}
table.header td.logo1
{
    width: 250px;
    height: 120px;
    background-image: url("/ami/images2/bg2.jpg");
    background-position: bottom left; 
    background-repeat: no-repeat;
    vertical-align: top;
    text-align: left;
}
table.header td.bar1
{
    
    background-image: url("/ami/images2/bg2.jpg");
    background-position: bottom left; 
    
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    color: rgb(9,48,28);
    
    padding-right: 10px;
    padding-top: 2px;  

    vertical-align: top;

}
table.header td.bar1 a
{
    color: rgb(9,48,28);
    font-weight: bold;
}
table.header td.bar2
{
    background-color: #faefbd;
    font-family: tahoma;
    font-size: 11px;
    text-align: left;
    
    vertical-align: top;
    padding-top: 2px;        
}    

table.header td.navbar
{
    padding-right: 10px; 
    font-family: tahoma; 
    font-size: 11px; 
    padding-top: 1px; 
    padding-bottom: 1px;
    color: white;  
    background-color: #f1d767;

}
table.header td.content
{
    font-family: tahoma; 
    font-size: 11px; 
    height: 400px;
    vertical-align: top;
}
table.header td.copybar
{
    padding-right: 15px; 
    padding-left: 15px;
    font-family: tahoma; 
    font-size: 11px; 
    padding-top: 0px; 
    padding-bottom: 0px;
    color: white;  
    text-align: right;
    background-color: rgb(59,131,93);
    border-top: solid 1px rgb(91,165,126);
    border-bottom: solid 1px rgb(7,77,40);

}


input.g_stdbutton
{
	border: solid 0px !important;
	BACKGROUND-IMAGE: url('/ami/images2/bgstrip.gif') !important;
	font-size: 10px !important;
	color:#000000 !important;
	BORDER-RIGHT: #045d2e 1px solid !important;
	PADDING-RIGHT: 1px !important;
	BORDER-TOP: #045d2e 1px solid !important; 
	PADDING-LEFT: 1px; FONT-SIZE: 10px !important; 
	PADDING-BOTTOM: 1px !important; 
	BORDER-LEFT: #045d2e 1px solid !important;
	PADDING-TOP: 1px !important; 
	BORDER-BOTTOM: #045d2e 1px solid !important;
	Font-Family: arial,helvetica,sans-serif !important;	
	font-weight:bolder !important;
    text-align: center !important;
}



span.boldtext1
{
    font-family: tahoma;
    font-size: 11px;
    color: #045d2e;
    font-weight: bold;
}
/* ******************** Standard List Table ****************/
    table.stdlist
    {
        margin: 3px;
        font-family: tahoma;
        font-size: 11px;
        background-color: #ffffff;
        border-collapse: collapse;
        border: none;    
    }
    table.stdlist td.v1item
    {
        background: #ffffff;
        padding-left: 11px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        text-align: left;
        vertical-align: top;
        border-bottom: dotted 1px #c9c9c9;

    }
    
    table.stdlist td.v1header 
    {

        padding-right: 5px;
        padding-left: 11px;
        padding-top: 2px;
        padding-bottom: 2px;    
        text-align: left;
        vertical-align: top;
        background-color: #ffffff;
        border-bottom: dotted 1px #c9c9c9;
        font-weight: bold;

    }
    
    table.stdlist td.v1sectionhead1 
    {
    
        text-align: left;
        vertical-align: top;
        border-bottom: solid 1px rgb(4,93,146);
        color: rgb(4,93,146) ;
        font-family: Tahoma;
        font-size: 14px;
        font-weight: bold;
        padding-left: 3px;
        padding-right: 3px;
    }    
    table.stdlist td.v1sectionhead2
    {
    
        text-align: left;
        vertical-align: top;
        color: #126b3c ;
        font-family: Tahoma;
        font-size: 14px;
        font-weight: bold;
        padding-left: 6px;
        padding-right: 3px;
        padding-top: 10px;
        text-decoration: underline;
    }    

            /** ---------- */
    table.stdlist td.h1item
    {
        background: #ffffff;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        text-align: center;
        vertical-align: top;
        border: solid 1px #c9c9c9;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;


    }
    
    table.stdlist td.h1header 
    {

        text-align: center;
        vertical-align: top;
        border: solid 1px #c9c9c9;
        font-weight: bold;
        color: white;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        BACKGROUND-IMAGE: url('/ami/images2/bgstripa.gif');
        background-repeat: repeat-x;
        background-position: bottom left;
        background-color: rgb(4,93,46);
    }
    table.stdlist td.h1pageselect
    {

        text-align: right;
        font-family: arial;
        vertical-align: top;
        border: solid 1px #c9c9c9;
        color: white;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        BACKGROUND-IMAGE: url('/ami/images2/bgstripa.gif');
        background-repeat: repeat-x;
        background-position: bottom left;
        background-color: rgb(4,93,46);
    }    
    td.h1pageselect select
    {
        font-family: arial;
        font-size: 10px;
    }
    
    table.stdlist td.h1header a
    {

        color: white;
        font-weight: bold;

    }        
    
    table.stdlist td.h1sectionhead
    {
    

        text-align: left;
        vertical-align: top;
        border: none;
        color: rgb(4,93,46) ;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;

    }    

    
/* ******************** Standard Menu Table ****************/         
table.stdmenu
{
    border: none;
    font-family: tahoma;
    font-size: 11px;
    width: 100%;
    border-collapse: collapse;

}

table.stdmenu td.norightedge
{
    color: green;
    border-right: solid 1px #c9c9c9;
    padding: 10px;
    vertical-align: top;

}
table.stdmenu td.rightedge
{
    color: green;
    padding: 10px;
    vertical-align: top;

}


table.stdmenu td.spacebottom
{
    height:10px;
    border-bottom: solid 1px #c9c9c9;

}
table.stdmenu td.spacetop
{
    height:10px;
    border:none;

}


/* ******************** Standard Input Table ****************/         

table.stdinput 
{
    color: black;
    text-align: left;
    border: none;
    border-collapse: collapse;
    font-family: tahoma;
    font-size:8pt;
    padding-left: 0px;

}
table.stdinput td
{
    color: black;
/*    border: solid 1px pink; */    
    padding-right: 5px;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}
table.stdinput td.title
{

    text-align: right;
    vertical-align: top;
    white-space: normal;

}
table.stdinput td.titlehead
{
    font-weight: bold; 
    text-align: left; 
    padding-left: 10px;
    vertical-align: middle;
    white-space: normal;

}
table.stdinput td.field
{

    text-align: left;
    vertical-align: middle;
    white-space: normal; 
     

}
table.stdinput input
{
    color: black;
    text-align: left;
    border: solid 1px #c9c9c9;
    font-family: tahoma;
    font-size:8pt;
    padding-left: 2px;
}

table.stdinput textarea
{
    color: black;
    text-align: left;
    border: solid 1px #c9c9c9;
    font-family: tahoma;
    font-size:8pt;
    padding-left: 2px;
}

table.stdinput select
{
    color: black;
    text-align: left;
    border: solid 1px #c9c9c9;
    font-family: tahoma;
    font-size:8pt;
    padding-left: 2px;
}


table.stdinput input.radiocheck
{

    border: none;

}
/* ******************** Standard Input Table ****************/         


/* ******************** Standard section Table ****************/         
table.stdsection 
{
    color: black;
    text-align: left;
    border: none;
    font-family: tahoma;
    font-size:8pt;
    border-collapse: collapse;

}
table.stdsection td
{
    padding-right: 5px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
table.stdsection td.sectiontitle
{
    color: rgb(4,93,46);
    text-align: left;
    border-bottom: solid 1px rgb(4,93,46);
    font-family: arial, helvetica, sans-serif;
    font-size:12pt;
    font-weight: bold;
    padding-left: 2px !important;

}

table.stdsection td.withborder
{
    border: solid 1px #c9c9c9;
    color: #333;
    text-align: left;
    vertical-align: top;
    background-color: #ffffff;
    white-space: normal;
}
table.stdsection td.noborder
{
    color: black;
    border: none;
    text-align: left;
    vertical-align: top;
    background-color: #ffffff;    
    white-space: normal;


}


/************ STANDARD SEARCH TABLE ***************/

table.stdsearch 
{
    color: black;
    text-align: left;
    border: none;
    font-family: tahoma;
    font-size:8pt;
    padding-left: 2px;
    border-collapse: collapse;
}
table.stdsearch td.header
{
    color: white;
    font-weight: bold;
    border: solid 1px #c9c9c9;
    padding-right: 5px;
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    BACKGROUND-IMAGE: url('/ami/images2/bgstripa.gif');
    background-repeat: repeat-x;
    background-position: bottom left;
    background-color: rgb(0,16,148);
}
table.stdsearch td.title
{
    color: black;
    border: none;
    padding-right: 5px;
    padding-left: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: right;
    vertical-align: middle;
    white-space: normal;
    width:40%;

}
table.stdsearch td.field
{
    color: black;
    border: none;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    vertical-align: top;
    white-space: normal;
    width:60%;    


}
table.stdsearch input
{
    color: black;
    text-align: left;
    border: solid 1px #c9c9c9;
    font-family: tahoma;
    font-size:8pt;
    padding-left: 2px;
}
table.stdsearch select
{
    color: black;
    text-align: left;
    border: solid 1px #c9c9c9;
    font-family: tahoma;
    font-size:8pt;
    padding-left: 2px;
}


table.stdsearch input.radiocheck
{

    border: none;

}

/********* regular table with padding ***********/
table tblpad
{

    margin: 2px;

}
table.tblpad td
{
    padding-left: 3px;
    padding-right: 3px;

}

/********* p Table ************/

table.ptable
{

    font-family: Tahoma; 
    font-size: 12px;
    margin: 4px;
    border-collapse: collapse;

}
table.ptable td
{
    padding-left: 3px;
    padding-right: 3px;
}
table.ptable td.ccell
{
    text-align: center;
    vertical-align: middle;
    border: solid 1px rgb(0,16,148);
	BACKGROUND-IMAGE: url('/ami/images2/bgstripa.gif');
	font-weight:bolder;	                
    color: white;
    background-repeat: repeat-x;
    background-position: bottom left;
    background-color: rgb(4,93,46);  
}
table.ptable td.mcell
{
    text-align: left;
    vertical-align: bottom;
    width: 100px;

    font-weight: bold;
    padding-left: 0px;
    text-decoration: underline;
    color: rgb(4,93,46);
}
table.ptable td.pcell
{
    text-align: center;
    vertical-align: middle;

    font-size: 11px;
    border-bottom: solid 1px #888888;
    border-left: solid 1px #888888;
    border-right: solid 1px #888888;
    background-color: #eeeeee;
    padding-left: 10px;
    padding-right: 10px;
}            
table.ptable td.submit
{
    text-align: center;
    padding-top: 10px;
    border-top: solid 1px #c9c9c9;
}
table.ptable td.option
{
    text-align: center;
    border-bottom: dashed 1px #c9c9c9;
    border-right: dashed 1px #c9c9c9;
    width: 40;
}
table.ptable td.ns
{
    text-align: center;
    font-style: italic;
    color: #c9c9c9;
    border-bottom: dashed 1px #c9c9c9;

}    
table.ptable td.modname
{
    text-align: left;

    color: black;
    border-right: solid 1px #888888;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 3px;

}                                     
span.disabledop
{
    color: #c9c9c9;
}

/*************** POP UP TABLE cLASS ***********/
table.popnotice
{
    font-family: tahoma; 
    font-size: 11px;

}
table.popnotice td.arrow
{



}
table.popnotice td.title
{
    border: solid 1px green; 
    padding-left: 3px; 
    background-color: green; 
    color: white; 
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align:left;

}
table.popnotice td.closebtn
{
    border: solid 1px green;
    color: white;
    background-color: green;
    text-align: right;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
}
table.popnotice td.text
{
    border: solid 1px green;
    background-color: #ffeeee;
    padding: 4px;
    

}

/********* New section teplate ***********/

table.mainsec
{
    border: none;
    
}
table.mainsec td.sec_title
{
    padding-left: 2px;
    border-bottom: solid 1px rgb(4,93,46);

}
table.mainsec td.sec_body
{
    padding-top: 3px;
    padding-left: 15px;
}
table.mainsec h1
{
    font-family: tahoma;
    font-size: 14px;
    
}
table.mainsec h2
{
    font-family: tahoma;
    font-size: 12px;
    
}
table.pagemenu
{
    text-align: left;
    margin: 0px; 
    width: 100%;
    font-family: tahoma; 
    font-size: 8pt;
}
table.pagemenu td.sectitle
{
    border-bottom: solid 1px rgb(4,93,46); 
    font-weight: bold; 
    font-size: 14px;
    vertical-align: bottom;
    color: rgb(4,93,46);
    font-family: arial, helvetica, sans-serif;

}
table.pagemenu td.sectitle2
{
    
    font-weight: bold; 
    font-size: 13px;
    vertical-align: bottom;
    color: #0000cc;
    padding-top: 15px;
    text-decoration: underline;

}
table.pagemenu  td.secnote
{
    border: none;
    color: red; 

    padding-left: 15px; 
    vertical-align: top
}
table.pagemenu td.menulist
{
    padding-left: 10px;
    padding-right: 10px;
}
table.pagemenu td.regcontent
{
    padding-left: 15px;
    padding-right: 10px;
}
table.pagemenu td.subsec
{
    padding-left: 20px;

}

fieldset.ami_std
{
    margin-bottom: 10px;
    padding: 10 10 10 10;
}

fieldset.ami_std legend
{
    font-family: arial;
    font-size: .8em;
    font-weight: bold;
    color: #444444;
    white-space: normal;
}

input.ami_text
{
    color: black;
    text-align: left;
    border: solid 1px #c9c9c9;
    font-family: tahoma;
    font-size:8pt;
    padding-left: 2px;
}

textarea.ami_textarea
{
    color: black;
    text-align: left;
    border: solid 1px #c9c9c9;
    font-family: tahoma;
    font-size:8pt;
    padding-left: 2px;
}

select.ami_select
{
    color: black;
    text-align: left;
    border: solid 1px #c9c9c9;
    font-family: tahoma;
    font-size:8pt;
    padding-left: 2px;
}


input.ami_radio
{
    border: none;
}

input.ami_checkbox
{
    border: none;
}
a.white:link, a.white:visited, a.white:active
{
    color: white;
    font-weight: bold;
}        

table.growform
{
    border-collapse: collapse;
    margin: 10 0 10 0;
    border: solid 1px #c9c9c9;
}
table.growform td.gftitle
{
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    background-color: #eeeeee;
    border: solid 1px #c9c9c9;
    padding: 2 4 2 4;
}
table.growform td.gfcontent
{
    padding: 4 20 4 20;
    border: solid 1px #c9c9c9;
}



table.stdinput2 
{
    color: black;

    border-collapse: collapse;
    font-family: tahoma;
    font-size:8pt;
    margin: 4 0 4 0;
}
table.stdinput2 td.title
{

    text-align: right;
    vertical-align: top;
    padding: 3 2 3 7;

}
table.stdinput2 td.titlehead
{
    font-weight: bold; 
    text-align: left; 
    vertical-align: middle;
    padding: 5 7 3 7;

}
table.stdinput2 td.field
{
    padding: 3 7 3 2;
    text-align: left;
    vertical-align: top;
}


