.button {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#444;
	font-family: 'Lucida Grande',Arial,sans-serif;
	padding: 2px 3px;
	margin-right: 2px;
	font-size: 12px;
	font-weight: bold;
	vertical-align:middle;
	text-decoration: none !important;
	background:url(/img/button/background_button.gif) repeat-x left top;
}

.button.blue{
	background:url(/img/button/tab_blue_rev.gif) repeat-x left top;
}

.button.grnBut {
	background: #00A0F0;
	color: #fff;
}

.button.sm, .button.blue.sm {
	font-size: 9px;
}

INPUT.button:disabled {
	color: #aaa;
	background: none;
	/* background-color: #ddd; */
}

.PsRndBut {
	float: left;
	width: 135px;
	height: 28px;
	padding: 0;
	margin: 5px 0 5px 0;
	text-decoration: none !important;
	background-color: #aaa;
	border: none;
	cursor: pointer;
}

A.PsRndBut:hover { background-color: #e3a102 !important; }
A.PsRndBut:active { background-color: #FFB200 !important; }

.PsRndBut DIV {
	position: relative;
}

.PsRndBut DIV IMG {
	border: none;
}

.PsRndBut DIV SPAN {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 135px;
	margin-top: 7px;
	text-align: center;
	font-family: 'Lucida Grande','Tahoma',Verdana,Arial,sans-serif;
	font-size: 11px !important;
	font-weight: bold;
	text-decoration: none !important;
	color: #fff;
}

A.PsRndBut.grn1 { background-color: #A0D700; }
A.PsRndBut.blu1 { background-color: #1897DB; }
A.PsRndBut.blu2 { background-color: #2696d3; }

.PSRndBut.disabled { cursor: default; background-color: #BFBFBF; }
.PSRndBut.disabled DIV SPAN { color: #e4e4e4; }

a.blue-button {
        width: 110px;
        height: 25px;
        background-image: url(/img/button/blue-button.png);
        display: block;
        text-align: center;
        line-height: 25px;
        color: white;
        text-decoration: none;
}

a.blue-button:hover {
        background-position: 0 -25px;
        text-decoration: underline;
}

DIV.fButton {}

DIV.fButton A, DIV.fButton A:visited {
	display: block;
	float: left;
	padding-right: 9px;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none !important;
	background: transparent url(/img/button/fb_right.png) no-repeat scroll right top;
}

DIV.fButton A:hover {
	color: #333;
	text-decoration: underline !important;
}

DIV.fButton A STRONG {
	display: block;
	padding-left: 9px;
	color: #333;
	line-height: 24px;
	text-shadow: 0 1px 0 #fff;
	background: transparent url(/img/button/fb_left.png) no-repeat scroll left top;
}

DIV.fButton A.fbBlue {
	background-image: url(/img/button/fb_right-fbBlue.png) !important;
}

DIV.fButton A.fbBlue:hover {
	color: #fff;
}

DIV.fButton A.fbBlue STRONG {
	background-image: url(/img/button/fb_left-fbBlue.png);
	color: #fff;
	text-shadow: 0 1px 0 transparent;
}

