
/* buttons' classes */

/* btnClass1 */
A.btnClass1, A.btnClass1:link, A.btnClass1:hover, A.btnClass1:active, A.btnClass1:visited
{
	cursor: hand;
	cursor: pointer;
	font-family: Tahoma, Arial, Sans-Serif;
	color: #3c3e3c;
	text-decoration: none;
	border: none 0px;
	background-color: Transparent ;
	letter-spacing: normal ;


}

TABLE.btnClass1
{
    margin-top: 1px;
	cursor: hand;
	cursor: pointer;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
	vertical-align: baseline;
	border:none 0px;
}
TABLE.btnClass1 TD
{
	font-size: 11px; padding: 0px; border: none 0px; padding-bottom:1px;vertical-align:middle;
}
TABLE.btnClass1 DIV
{
	width: 19px;
	height: 1px;
}
TABLE.btnClass2 TD
{
	font-size: 10px;padding: 0px; border: none 0px; padding-bottom:1px;vertical-align:middle;
}

TD.btnClass1_1
{
	height: 23px;/* height: 25px; */
	width: 19px;
	background-image: url(../images/button/btnClass1_1all.gif);
	background-repeat: no-repeat;
	background-position:0px 0px;
	padding-bottom: 1px;
}
TD.btnClass1_2
{
	height: 23px;/* height: 25px; */
	background-image: url(../images/button/btnClass1_2all.gif);
	color: #343234;
	/*padding-bottom : 2px;*/
	background-position: 0px 0px;
	padding-bottom: 1px;
}
TD.btnClass1_2 A
{
}
TD.btnClass1_3
{
	height: 23px;/* height: 25px; */
	width: 19px;
	background-image: url(../images/button/btnClass1_3all.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 1px;
}


/* btnClass2 */
A.btnClass2,A.btnClass2:link,A.btnClass2:hover,A.btnClass2:active,A.btnClass2:visited
{
	font-family: Tahoma, Arial, Sans-Serif;
	color: #3c3e3c;
	text-decoration: none;
	border: none 0px;
	background-color: Transparent ;
	letter-spacing: normal ;
}

TABLE.btnClass2
{
    margin-top: 1px;
	cursor: hand;
	cursor: pointer;
	border-collapse: collapse;
	border-spacing: 0;
	border:none 0px;

}
TABLE.btnClass2 DIV
{
	width: 11px;
	height: 1px;
}

/*
{
	padding-left: 0px;
	padding-right: 0px;
}
*/
TD.btnClass2_1
{
	height: 18px;
	width: 11px;
	background-image: url(../images/button/btnClass2_1all.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 1px;
}
TD.btnClass2_2
{
	height: 18px;
	background-image: url(../images/button/btnClass2_2all.gif);
	color: #343234;
	padding-bottom: 0px;
	background-position: 0px 0px;
	padding-bottom: 1px;
}
TD.btnClass2_3
{
	height: 18px;
	width: 11px;
	background-image: url(../images/button/btnClass2_3all.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 1px;
}
/* sql window - not a button css */
.dev_sql_win TD
{
   	font-size:11px;
	font-family: Tahoma, Arial, Sans-Serif;
}
