@charset "utf-8";
/* CSS Document */

/* BUTTON */
.button,.button:hover,.button:focus
{
	background-image:url('../images/buttons.png') ; 
	background-repeat: no-repeat;
    font-family: tahoma, helvetica, arial, sans-serif; 
	/* font-family:"Century Gothic", Helvetica, sans-serif; */
	font-size:12px;	
	zoom: 1;
	line-height: 20px;
	font-weight:bold;
	cursor:pointer;
}
.mediumbtn
{
	padding:2px 4px 2px 2px; 
	/* font-size:13px; */
}
.smallbtn
{
	padding:2px 6px;
	/* font-size:1.0em; */
}
.buttonblue {
	-moz-box-shadow:0 1px 0 #E5E5E5;
	background-position:0 -48px;
	border-color:#29447E #29447E #1A356E;
	border-style:solid;
	border-width:1px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.buttonblue:active
{
	background:#5B74A8 none;
}
.buttonwhite {
	-moz-box-shadow:0 1px 0 #E5E5E5;
	background-position:0 0px;
	border-color:#999999 #999999 #888888;
	border-style:solid;
	border-width:1px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	background-color:#EEEEEE;
}
.buttonwhite:active
{
	background:#EEEEEE none;
}

.buttonhover
{
	background-image:url('../images/buttons.png') ;
	background-repeat: no-repeat;
	background-position:0 192px;
	border:1px solid #FFF;
	padding:2px 6px;
	display: inline-block;
	height: 105px;
	width: 249px;
	vertical-align:middle;
	width:auto;
	height:auto;
	text-align:center;
}
.buttonhover:hover
{
	-moz-box-shadow:0 1px 0 #E5E5E5;
	background-position:0 0px;
	border-color:#999999 #999999 #888888;
	border-style:solid;
	border-width:1px;
	color:#333333;
	text-decoration:none;
	background-color:#EEEEEE;
}
.disabled:hover
{
	cursor:default;
}
.button img{
	float: left;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
}
