


.btnTable, .btnTable td
{
	border:solid 0px black;
	border-collapse:collapse;

	margin:0;
	padding:0;
	white-space:nowrap;
	cursor:pointer;

}

.btnTable
{
	display:inline-block;
	margin-left:3px;
}

img
{
	border-width:0px;
}

.btnGray
{
	cursor:pointer;
    -moz-user-input: disabled;
    -moz-user-select: none;
    color:White;
    font-size:8pt;
    height:19px;
    text-decoration:none;
}

.btnGray
{
	background-image:url(../images/buttons/GrayBTN_mid_small.jpg);
}

.btnSubitems
{
	position:absolute;
	background-color:#666;
	border:solid 1px black;
	z-index:3;
	margin-top:0px;
	margin-left:2px;
	display:none;
	font-size:8pt;
}

.btnSubitem
{
	cursor:pointer;
	border:solid 1px #666;
	color:White;
	padding:3px;
}

.btnHidden
{
	color:#666;
	height:1px;
	position:relative;
	overflow:hidden;
}

.btnSubitem:hover
{
	border:solid 1px #666;
	background-color:#777
}

/*this is a Safari specific css hack.  Alter at your own peril ye mighty, and despair*/
.btnTable{display:inline;#}





.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.btnBlue {
    background: transparent url(../images/buttons/BlueBTN_a.jpg) no-repeat scroll top right;
    color: white;
    display: block;
    float: left;
    font-size: 8pt;
    height: 19px;
    margin-right:3px;
    padding-right: 5px; 
    text-decoration: none;    
}


a.btnBlue:hover
{
	text-decoration: none;
	color: White;	
}

a.btnBlue:visited
{
	text-decoration: none;
	color: White;	
}


a.btnBlue span {
    background: transparent url(../images/buttons/BlueBTN_span.jpg) no-repeat;
    display: block;
    line-height: 11px;
    padding: 4px 8px 4px 13px;
} 



