﻿body
{
	behavior: url('../../Stylesheet/csshover.htc');
}
div#ButtonContainer 
{
	min-height:0px;
	max-height:100px;
}
.button 
{
	color:#ED7B1B;	
	font-family: verdana,arial,Tahoma, sans-serif;
	font-size:9pt;
	height:39px;
}
div#ButtonContainer .button, .btnClass {
    /*background-image:url('../../Images/ButtonControl/spriteBtn.gif');
	background-repeat:no-repeat;
	background-position:right bottom;*/
    background: #f19729;
    background: -moz-linear-gradient(top, #f19729 0%, #ed7e22 45%, #ea681c 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f19729), color-stop(45%, #ed7e22), color-stop(100%, #ea681c));
    background: -webkit-linear-gradient(top, #f19729 0%, #ed7e22 45%, #ea681c 100%);
    background: -o-linear-gradient(top, #f19729 0%, #ed7e22 45%, #ea681c 100%);
    background: -ms-linear-gradient(top, #f19729 0%, #ed7e22 45%, #ea681c 100%);
    background: linear-gradient(to bottom, #f19729 0%, #ed7e22 45%, #ea681c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19729', endColorstr='#ea681c', GradientType=0 );
    -webkit-box-shadow: 0px 0px 5px 1px rgba(171,166,171,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(171,166,171,1);
    box-shadow: 0px 0px 5px 1px rgba(171,166,171,1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 26px;
    padding-right: 7px;
    position: relative;
    text-decoration: none;
    float: left;
}
div#ButtonContainer .button .btnWrapper
{
	/*background-image:url('../../Images/ButtonControl/spriteBtn.gif');*/
	background-repeat:no-repeat;
	background-position:left bottom;
	height:26px;
	white-space:nowrap;
	position:relative;
	padding-left:5px;
}
.btnClass {
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 26px;
    white-space: nowrap;
    position: relative;
    padding-left: 5px;
    border: 0;
    color: #fff;
    font-weight: 600;
}
.white {
	/*background-color:#FFFFFF;*/
}
.text
{
	float:left;
	font-family: verdana,arial,Tahoma, sans-serif;
	font-size:9pt;
	text-align:center;
	font-weight:bold;
	line-height:21px;
	color:#ffffff;
}
.button:hover
{
	text-decoration:none;
	cursor:pointer;
}

/***************Button Lists*******************/
div#ButtonListContainer 
{
	height:26px;
}
div#ButtonListContainer ul 
{
     padding: 0px 0px 0px 0px; 
     margin: 0px 0 0 0; 
     list-style-type: none;
     text-decoration: none ; 
}
div#ButtonListContainer li
{
    padding:0 0 0 0;
    margin-right:20px;
    float: left; 
}

/***************End Button Lists*******************/


