﻿/* Content Buttons */
a.btnSm, a.btnMed, a.btnLrg, a.btnXLrg, a.btnSm-act, a.btnMed-act, a.btnLrg-act, a.btnXLrg-act
{
	position:relative;
	display: inline-block;
	margin:0px;
	text-align:center;
	vertical-align:middle;
	line-height:42px;
	outline: none;
	border: 0px;
	font-size:11pt;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
} /* IE6 */
a.btnSm-act, a.btnMed-act, a.btnLrg-act, a.btnXLrg-act { /*color:#CE630A !important;*/ }

a.btnSm:link, a.btnSm:visited, a.btnSm:hover, a.btnSm:active, 
a.btnMed:link, a.btnMed:visited, a.btnMed:hover, a.btnMed:active, 
a.btnLrg:link, a.btnLrg:visited, a.btnLrg:hover, a.btnLrg:active,
a.btnXLrg:link, a.btnXLrg:visited, a.btnXLrg:hover, a.btnXLrg:active,
a.btnSm-act:link, a.btnSm-act:visited, a.btnSm-act:hover, a.btnSm-act:active, 
a.btnMed-act:link, a.btnMed-act:visited, a.btnMed-act:hover, a.btnMed-act:active, 
a.btnLrg-act:link, a.btnLrg-act:visited, a.btnLrg-act:hover, a.btnLrg-act:active ,
a.btnXLrg-act:link, a.btnXLrg-act:visited, a.btnXLrg-act:hover, a.btnXLrg-act:active 
{ color:#ffffff !important; text-decoration:none !important; }

a.btnSm:after, a.btnMed:after, a.btnLrg:after, a.btnXLrg:after, a.btnSm-act:after, a.btnMed-act:after, a.btnLrg-act:after, a.btnXLrg-act:after
{ content: ""; display: block; clear: both; margin:0px;}

.btnSm { width:42px; height:40px; background: url('../images/buttons/btnSm.gif') no-repeat 0px 0px; }
.btnSm-act { width:42px; height:40px; background: url('../images/buttons/btnSm.gif') no-repeat 0px -40px; }

.btnMed { width:132px; height:40px; background: url('../images/buttons/btnMed.gif') no-repeat 0px 0px; }
.btnMed-act { width:132px; height:40px; background: url('../images/buttons/btnMed.gif') no-repeat 0px -40px; }

.btnLrg { width:190px; height:40px; background: url('../images/buttons/btnLrg.gif') no-repeat 0px 0px; }
.btnLrg-act { width:190px; height:40px; background: url('../images/buttons/btnLrg.gif') no-repeat 0px -40px; }

.btnXLrg { width:280px; height:40px; background: url('../images/buttons/btnXLrg.gif') no-repeat 0px 0px; }
.btnXLrg-act { width:280px; height:40px; background: url('../images/buttons/btnXLrg.gif') no-repeat 0px -40px; }

a.btnSm cufon, a.btnSm:visited cufon, a.btnSm:visited:hover cufon, a.btnSm:hover cufon, a.btnSm:active cufon,
a.btnMed cufon, a.btnMed:visited cufon, a.btnMed:visited:hover cufon, a.btnMed:hover cufon, a.btnMed:active cufon,
a.btnLrg cufon, a.btnLrg:visited cufon, a.btnLrg:visited:hover cufon, a.btnLrg:hover cufon, a.btnLrg:active cufon,
a.btnXLrg cufon, a.btnXLrg:visited cufon, a.btnXLrg:visited:hover cufon, a.btnXLrg:hover cufon, a.btnXLrg:active cufon
{ margin-top:10px; }