﻿/* START HTML BUTTONS */

.btn_div_size1
{
    background-color:Transparent;
    padding-top:3px;
    padding-bottom:4px;
    white-space:nowrap;
}

.btn_div_size2
{
    background-color:Transparent;
    padding-top:8px;
    padding-bottom:8px;
    white-space:nowrap;   
}

.btn_div_size3
{
    background-color:Transparent;
    padding-top:12px;
    padding-bottom:12px;
    white-space:nowrap;   
}




a.btn_color1_size1 /*green small*/
{
    border:#A1BF4A 1px solid; 
    background:#ACC75C url(htmlbuttons/htmlButton_sliver-green.jpg) top repeat-x;
    font-size:11px;
    color:#000000; 
    font-weight:bold;
    white-space:nowrap;
    text-align:center;
    padding-left:5px;
    padding-right:5px;
    padding:3px;
    margin:0px;
    margin-right:3px;
    /* float:left; */
    
}

a.btn_color1_size1:hover
{
    background:#ACC75C; 
    text-decoration: none;
}

a.btn_color2_size1 /*gray beige*/ 
{
    border:#CCCCCC 1px solid; 
    background:#DDDDCF url(htmlbuttons/htmlButton_sliver-beige.jpg) top repeat-x;
    font-size:11px;
    color:#000000; 
    font-weight:bold;
    white-space:nowrap;
    text-align:center;
    padding-left:5px;
    padding-right:5px;
    padding:3px;
    margin:0px;
    margin-right:3px;
    /* float:left; */
    
}

a.btn_color2_size1:hover
{
    background:#DDDDCF; 
    text-decoration: none;
}

a.btn_color3_size1 /*red small*/ 
{
    border:#A61900 1px solid; 
    background:#A81900 url(htmlbuttons/htmlButton_sliver-red.jpg) top repeat-x;
    font-size:11px;
    color:#ffffff; 
    font-weight:bold;
    white-space:nowrap;
    text-align:center;
    padding-left:5px;
    padding-right:5px;
    padding:3px;
    margin:0px;
    margin-right:3px;
    /* float:left; */
}

a.btn_color3_size1:hover
{
    background:#A81900; 
    text-decoration: none;
}






a.btn_color1_size2 /*green large*/
{
    border:#A1BF4A 1px solid; 
    background:#ACC75C url(htmlbuttons/htmlButton_sliver-green.jpg) top repeat-x;
    font-size:13px;
    color:#000000; 
    font-weight:bold;
    white-space:nowrap;
    text-align:center;
    padding:7px;
    padding-left:10px;
    padding-right:10px;
    margin-right:3px;
    /* float:left; */
    
}

a.btn_color1_size2:hover
{
    background:#ACC75C; 
    text-decoration: none;
}

a.btn_color2_size2 /*gray large*/ 
{
    border:#CCCCCC 1px solid; 
    background:#DDDDCF url(htmlbuttons/htmlButton_sliver-beige.jpg) top repeat-x;
    font-size:13px;
    color:#000000; 
    font-weight:bold;
    white-space:nowrap;
    text-align:center;
    padding:7px;
    padding-left:10px;
    padding-right:10px;
    margin-right:3px;
    /* float:left; */
}

a.btn_color2_size2:hover
{
    background:#ddddcf; 
    text-decoration: none;
}

a.btn_color3_size2 /*red large*/ 
{
    border:#A61900 1px solid; 
    background:#A81900 url(htmlbuttons/htmlButton_sliver-red.jpg) top repeat-x;
    font-size:13px;
    color:#ffffff; 
    font-weight:bold;
    white-space:nowrap;
    text-align:center;
    padding:7px;
    padding-left:10px;
    padding-right:10px;
    margin-right:3px;
    /* float:left; */
}

a.btn_color3_size1:hover
{
    background:#A81900; 
    text-decoration: none;
}



a.btn_color1_size3 /*green XL*/
{
    border:#A1BF4A 1px solid; 
    background:#ACC75C url(htmlbuttons/htmlButton_sliver-green.jpg) top repeat-x;
    font-size:28px;
    color:#000000; 
    font-weight:bold;
    white-space:nowrap;
    text-align:center;
    padding:10px;
    padding-left:20px;
    padding-right:20px;
    margin-right:3px;
    /* float:left; */
    
}

a.btn_color1_size3:hover
{
    background:#ACC75C; 
    text-decoration: none;
}











a.savesubmitcontinue
{
    border:#A1BF4A 1px solid; 
    background:#ACC75C url(htmlbuttons/htmlButton_sliver-green.jpg) top repeat-x;
    font-size:11px;
    color:#000000; 
    font-weight:bold;
    white-space:nowrap;
    text-align:center;
    padding:3px;
    padding-left:10px;
    padding-right:10px;
    margin-right:3px;
    
}

a.savesubmitcontinue:hover
{
    background:#ACC75C; 
    text-decoration: none;
}

a.cancelback
{
    border:#CCCCCC 1px solid; 
    background:#DDDDCF url(htmlbuttons/htmlButton_sliver-beige.jpg) top repeat-x;
    font-size:11px;
    color:#000000; 
    font-weight:bold;
    white-space:nowrap;
    text-align:center;
    padding:3px;
    padding-left:5px;
    padding-right:5px;
    margin-right:3px;
    
}

a.cancelback:hover
{
    background:#ddddcf; 
    text-decoration: none;
}

/* END HTML BUTTONS */
