﻿.cssButton, .cssButtonNoPIE {
	display: inline-block;
	outline: none;  
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	margin: 0;
	padding:0;
	vertical-align: baseline;
	font-family: "Trebuchet MS", Lucida Sans Unicode, Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1;
}

.cssButton:hover, .cssButtonNoPIE:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.cssButton:active, .cssButtonNoPIE:active {
	position: relative;
	top: 1px;
	border: solid 1px #a99180;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}

.ie7 .cssButton, .ie7 .cssButtonNoPIE {
	margin: 0 auto;
	overflow: visible;
	zoom: 1;
	*display: inline;
}

.ie7 .cssButton, .ie8 .cssButton {
	box-shadow: 0px 1px 5px rgba(164,164,164,.4);
	behavior: url(/_gfx/PIE.htc);
	position:relative;
	-pie-poll:true;
}

.cssButton img, .cssButtonNoPIE:active img{
	position: relative;
	top:2px;
}

.cssButtonLarge {
	font-size: 30px;
	line-height:30px;
	font-weight:bold;
	padding: 19px 67px;
}

.cssButtonIntegration {
	font-size: 20px;
	line-height:30px;
	font-weight:bold;
	padding: 15px 48px;
    width: 155px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
}

.cssButtonMedium {
	font-size: 23px;
	line-height:23px;
	font-weight: bold;
	padding: 14px 67px;
}

.cssButtonSmall {
	font-size: 17px;
	line-height:17px;
	font-weight: bold;
	padding: 6px 14px;
}

.cssButtonSmaller {
	font-size: 12px;
	line-height:12px;
	font-weight: bold;
	padding: 4px 9px;
}

.cssButtonMicro {
	font-size: 14px;
	line-height:14px;
	font-weight: bold;
	padding: 6px 12px;
}

.cssButtonLargeGreen {
	border: solid 1px #2ea508;
	background: url("/_gfx/buttons_menu/btnLargeGreenBg.gif") left top repeat-x #2ea508;
}
.cssButtonMediumGreen {
	border: solid 1px #2ea508;
	background: url("/_gfx/buttons_menu/btnMediumGreenBg.gif") left top repeat-x #2ea508;
}  
.cssButtonSmallGreen 
{
    border: solid 1px #2ea508;
	background: url("/_gfx/buttons_menu/btnGreenBg.gif") left top repeat-x #2ea508;
}
.cssButtonLargeBlue {
	border: solid 1px #017ea8;
	background: url("/_gfx/buttons_menu/btnLargeBlueBg.gif") left top repeat-x #146cb7;
}
.cssButtonMediumBlue {
	border: solid 1px #017ea8;
	background: url("/_gfx/buttons_menu/btnMediumBlueBg.gif") left top repeat-x #146cb7;
}
.cssButtonIntegrationBlue {
	border: solid 1px #017ea8;
	background: url("/_gfx/buttons_menu/btnLargeBlueBg.gif") left top repeat-x #146cb7;
}
.cssButtonSmallBlue {
	border: solid 1px #017ea8;
	background: url("/_gfx/buttons_menu/btnBlueBg.gif") left top repeat-x #146cb7;
}
.cssButtonLargeRed {
	border: solid 1px #ac1d28;
	background: url("/_gfx/buttons_menu/btnLargeRedBg.gif") left top repeat-x #bf3642;
}
.cssButtonMediumRed {
	border: solid 1px #ac1d28;
	background: url("/_gfx/buttons_menu/btnMediumRedBg.gif") left top repeat-x #bf3642;
}
.cssButtonSmallRed {
	border: solid 1px #ac1d28;
	background: url("/_gfx/buttons_menu/btnRedBg.gif") left top repeat-x #bf3642;
}
.cssButtonLargeYellow {
	border: solid 1px #dcb201;
	background: url("/_gfx/buttons_menu/btnLargeYellowBg.gif") left top repeat-x #ffcc00;
}
.cssButtonMediumYellow {
	border: solid 1px #dcb201;
	background: url("/_gfx/buttons_menu/btnMediumYellowBg.gif") left top repeat-x #ffcc00;
}
.cssButtonSmallYellow 
{
	border: solid 1px #dcb201;
	background: url("/_gfx/buttons_menu/btnYellowBg.gif") left top repeat-x #ffcc00;
}
.cssButtonSmallDisabled
{
    border: solid 1px #9a9995;
	background: #b1afac;
	text-shadow: none;
	box-shadow: none;
	cursor:default;
	top: 0px;
	border-radius: 4px;
}
.cssButtonSmallDisabled:active
{
    border: solid 1px #9a9995;
    box-shadow: none;
	top: 0px;
}

.gamePresentationMaxWidth
{
    width:450px;
    padding-left:5px;
    padding-right:5px;
}
