﻿
    table.YelBtnLrg
    {
        background: transparent url(/include/images/buttons/reqinfobig.gif) no-repeat left top;
        width:334px;
        height:57px;
        overflow:hidden;
        vertical-align:middle;
        text-align:center;
        margin-right: auto;
        margin-left: auto;
    }
    
    table.YelBtnLrg:hover
    {
         background: transparent url(/include/images/buttons/reqinfobig.gif) no-repeat left bottom;
         cursor:pointer;
    }
    
    table.YelBtn
    {
        background: transparent url(/include/images/buttons/reqinfosmall.gif) no-repeat left top;
        width:240px;
        height:29px;
        overflow:hidden;
        vertical-align:middle;
        text-align:center;
        margin-right: auto;
        margin-left: auto;
    }
    
    table.GrnBtn
    {
    	width:240px;
    	height:30px;
    	overflow:hidden;
    	vertical-align:middle;
    	text-align:center;
        margin-right: auto;
        margin-left: auto;
        border: solid 1px #C6CBC5;
        background: #8CC643;
    }
    
    table.YelBtn.ExplicitButton
    {
    	border: solid 1px black;
    }
    
    
    
    table.GrnBtn.ExplicitButton
    {
    	border: solid 1px #5A6858;
    }
    
    table.GrnBtn a
    {
    	color: #5a6858;
    	font-weight:bold;
    	margin-left:auto;
    	margin-right:auto;
    	font-size:13pt;
    }
    
    table.YelBtn:hover
    {
         background: transparent url(/include/images/buttons/reqinfosmall.gif) no-repeat left bottom;
         cursor:pointer;
    }
    
    table.BluBtn
    {
        background: transparent url(/include/images/buttons/reqinfoblue.gif) no-repeat left top;
        width:240px;
        height:28px;
        overflow:hidden;
        vertical-align:middle;
        text-align:center;
        margin-right: auto;
        margin-left: auto;
    }
    
    table.BluBtn:hover
    {
         background: transparent url(/include/images/buttons/reqinfoblue.gif) no-repeat left bottom;
         cursor:pointer;
    }
     
    .YelBtn a,
    .YelBtnLrg a
    .BluBtn a
    {
        width:100%;
        text-decoration:none;
        color:Black;
        vertical-align:middle;
        text-align:center;
        font-weight:bold;
        cursor:pointer;
        margin:0px;
        padding:0px;
        display:block;
    }
    
    .YelBtn a
    {
        font-size: 10pt;
        height:29px;
    }
    
    .YelBtnLrg a
    {
        font-size: 15pt;
        height:57px;
    }
    
    
    table.GrnBtn td
    {
    	text-align:center;
    	vertical-align:middle !important;
    }
