/* Buttons
================================================== */

.wButton, .wContentButton { 
	font-size: 10px !Important; 
	font-weight: bold; 
	text-transform: uppercase; 
	color: #FEFEFE !important; 
	/* height: 33px;  */
	text-align: center; 
	display: inline-block; 
	line-height: 33px; 
	background: url(../images/ui/widgetButtons.png) repeat-x;
	position: relative;
	cursor: pointer;
	
	/* Rounded Corners */
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
       
    behavior: url(/Scripts/PIE.htc);
    }
.wButtonTextLink {
	padding: 0 25px;
	line-height: 25px;
	}
a.wButton {
	padding: 0 25px;
	}

.wButtonTextLink .iconsweet {
	text-transform: none !Important;
	font-size: 22px;
	padding: 0 5px 0 0;
	vertical-align: text-bottom;
}

.wContentButton { display: block; margin-top: 32px; }

.wButton span {
	padding: 0 25px;
	display: inline-block;
	}

input.wButton { padding: 0 25px; cursor:pointer; }

@-moz-document url-prefix() {
	input.wButton { padding: 9px 25px 10px 25px; cursor:pointer; }
	}
@-moz-document url-prefix() {
	input#ctl00_main_btnInfoSave { padding: 9px 25px 10px 25px; cursor:pointer; }
}

.orangewB { background-position: 0 0; border: 1px solid #da9201; }
.orangewB:hover { background-position: 0 -36px; }
.orangewB:active { background-position: 0 -72px; }

.redwB { background-position: 0 -109px; border: 1px solid #803939; }
.redwB:hover { background-position: 0 -145px; }
.redwB:active { background-position: 0 -181px; }

.bluewB { background-position: 0 -218px; border: 1px solid #3573a8; }
.bluewB:hover { background-position: 0 -254px; }
.bluewB:active { background-position: 0 -290px; }

.greenwB { background-position: 0 -327px; border: 1px solid #6d8737; }
.greenwB:hover { background-position: 0 -363px; }
.greenwB:active { background-position: 0 -399px; }

.purplewB { background-position: 0 -436px; border: 1px solid #873862; }
.purplewB:hover { background-position: 0 -472px; }
.purplewB:active { background-position: 0 -508px; }

.bluishGreywB { background-position: 0 -545px; border: 1px solid #304149; }
.bluishGreywB:hover { background-position: 0 -581px; }
.bluishGreywB:active { background-position: 0 -617px; }



.lightwB {
	background-color: #f0f0f0;
	background-position: 0 -617px;
	border: 1px solid #d0d0d0;
	color: #666 !important;
	padding: 0 25px !important;
	}
.lightwB:hover { background-position: 0 -654px; }
.lightwB:active { background-position: 0 -689px; }
.lightwB .dropDownArrow {
	position: relative;
	left: 12px;
	top: 2px;
	}



.disabled {
	opacity: 0.7;
	filter: alpha(opacity:70);
}


/* Support Button */

#support_button {
	width: 203px;
	height: 48px;
	padding: 25px 0 0 12px;
	margin: 0 0 15px 0;
}
#support_button .labelLeft {
	font-family: 'FuturaLtBTLight',Helvetica,Arial,Verdana,sans-serif;
	font-wieght: normal;
	float: left;
	width: 130px;
	color: #e0e0e0;
	font-size: 22px;
	text-align: center;
}
#support_button .labelRight {
	float: left;
	width: 55px;
	color: #90c254;
	font-size: 35px;
	font-weight: bold;
	margin: 0 0 0 16px;
	text-align: center;
}


/* Large Buttons with Icons
================================================== */

.button_big {
	font-family: 'CorbelBold';
	color:#6c6c6c;
	display:inline-block;
	border:solid 1px #cfcfcf;	
	font-size:14px;
/* 	height: 2.78em; */
	line-height: 2.8em;
    background-color: #F0F0F0;
    background-image: -moz-linear-gradient(center top , #FFFFFF 0pt, #E0E0E0 100%);
	background-image: -webkit-linear-gradient(top,white 0,#E0E0E0 100%);
	background-image: linear-gradient(to bottom,white 0,#E0E0E0 100%);
    border-color: #CCCCCC #CCCCCC #AAAAAA;
    box-shadow: 0 0 1px #FFFFFF inset;
    text-shadow: 0 1px 0 #FFFFFF;
	padding:0px 20px;
	text-decoration:none;
	margin-bottom:5px;
	cursor: pointer;
	position: relative;
	
	/* Rounded Corners */
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;  
    behavior: url(/Scripts/PIE.htc);
    }
.button_big:hover{
	box-shadow:0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.08);
	}
.button_big:active{
    background-image: -moz-linear-gradient(center bottom , #FFFFFF 0pt, #E0E0E0 100%);
	background-image: -webkit-linear-gradient(bottom,white 0,#E0E0E0 100%);
	background-image: linear-gradient(to bottom,white 0,#E0E0E0 100%);	
	}
.button_big:hover span.iconsweet{
	color:#478CFE;
	}
.button_big span{
	font-size:18px;
	color:#606060;
	float:left;
	margin-top:-3px;
	padding-right:10px;
	}

.btn_grey{
	background-color: #787b83;
    background-image: -moz-linear-gradient(center top , #787b83 0pt, #44474e 100%);
	background-image: -webkit-linear-gradient(top,#787b83 0,#44474e 100%);
	background-image: linear-gradient(to bottom,#787b83 0,#44474e 100%);	
    border-color: #7a828d #7a828d #3d4046;
    box-shadow: 0 1px 0 rgba(152, 155, 160, 0.45) inset;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
	color:#f0f0f0;
}
.btn_grey:hover{
	box-shadow:0 1px 0 #a1a5af inset, 0 1px 3px rgba(0, 0, 0, 0.08);
	background: #5a5e67;
}
.btn_grey:hover span.iconsweet{
	color:#000;
}
.btn_grey:active{
	background-image: -moz-linear-gradient(center bottom , #787b83 0pt, #44474e 100%);
	background-image: -webkit-linear-gradient(bottom,#787b83 0,#44474e 100%);
	background-image: linear-gradient(to bottom,#787b83 0,#44474e 100%);	
}
.btn_grey span.iconsweet{
	color:#f0f0f0;
}







/* Small Buttons
================================================== */

.button_small {
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px !Important;
    font-weight: bold;
    line-height: 16px;
    padding: 4px 16px 4px;
    text-transform: uppercase;
	text-decoration:none;
	font-size:11px;
	display:inline-block;
	height: 15px;
	position: relative;
	
	/* Rounded Corners */
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;  
    behavior: url(/Scripts/PIE.htc);
}

input.button_small {
	height: 25px;
}


.button_small:hover { background-position:bottom; }

.button_small:active { background-position:center; }

.button_small span.iconsweet{
	float:left;
	font-size:16px;
	padding-right:8px;
	margin-top:-3px;
	margin-left:-8px;
}


.whitishBtn {
    background: #eee url(../images/whiteBtn.png) repeat-x scroll 0 0;
    border: 1px solid #cccccc;
    color: #555555;
	text-shadow: 0 1px 0 #FFFFFF;
	
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.greyishBtn {
    background: url(../images/greyishBtn.png) repeat-x scroll 0 0 transparent;
    border: 1px solid #cccccc;
    color: #555555;
	text-shadow: 0 1px 0 #FFFFFF;
	box-shadow: 0 1px 0 0 #252c32;
	-webkit-box-shadow:0 1px 0 0 #252c32;
}










