.ui_button {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 5px 15px 5px 15px;
	margin: 2px;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #EFEFEF\9;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbb;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.ui_button:hover, .ui_button:focus, .ui_button:active {
	color: #333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.ui_button:active {
	background-color:
	#cccccc\9;
}
.ui_button:first-child {
	*margin-left: 0;
}
.ui_button:hover, .ui_button:focus { 
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
.ui_button:focus {
	outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.ui_button:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.ui_button:disabled {
	background-position: 0 0;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	color: #AAA;
	background-image: -moz-linear-gradient(top,#fff,#EFEFEF);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#EFEFEF));
	background-image: -webkit-linear-gradient(top,#fff,#EFEFEF);
	background-image: -o-linear-gradient(top,#fff,#EFEFEF);
	background-image: linear-gradient(to bottom,#fff,#EFEFEF);
	-webkit-box-shadow: none;
       	-moz-box-shadow: none;
	box-shadow: none;
}
.ui_button_blue:hover, .ui_button_blue:focus, .ui_button_blue:active {
	color: #fff;
	background-color: #15497c;
	*background-color: #113c66;
}
.ui_button_blue:active {
	background-color: #0e2f50\9;
}
.ui_button_blue {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #1d6cb0;
	background-image: -moz-linear-gradient(top,#2384d3,#15497c);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#2384d3),to(#15497c));
	background-image: -webkit-linear-gradient(top,#2384d3,#15497c);
	background-image: -o-linear-gradient(top,#2384d3,#15497c);
	background-image: linear-gradient(to bottom,#2384d3,#15497c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2384d3', endColorstr='#ff15497c', GradientType=0);
	border-color: #15497c #15497c #0a223b;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color: #15497c;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;		
}
.ui_button_red:hover, .ui_button_red:focus, .ui_button_red:active {
	color: #fff;
	background-color: #9b3621;
	*background-color: #702618;
}
.ui_button_red:active {
	background-color: #5e2014\9;
}
.ui_button_red {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #bf472f;
	background-image: -moz-linear-gradient(top,#df553a,#9b3621);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#df553a),to(#9b3621));
	background-image: -webkit-linear-gradient(top,#df553a,#9b3621);
	background-image: -o-linear-gradient(top,#df553a,#9b3621);
	background-image: linear-gradient(to bottom,#df553a,#9b3621);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2384d3', endColorstr='#ff15497c', GradientType=0);
	border-color: #9b3621 #9b3621 #0a223b;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color: #9b3621;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;		
}
.ui_button_orange:hover, .ui_button_orange:focus, .ui_button_orange:active {
        color: #fff;
        background-color: #cd781c;
        *background-color: #cd671c;
}
.ui_button_orange:active, .ui_button_orange:active {
        background-color: #b26b1e\9;
}
.ui_button_orange {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        background-color: #e59a0f;
        background-image: -moz-linear-gradient(top,#fdbc00,#cd781c);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#fdbc00),to(#cd781c));
        background-image: -webkit-linear-gradient(top,#fdbc00,#cd781c);
        background-image: -o-linear-gradient(top,#fdbc00,#cd781c);
        background-image: linear-gradient(to bottom,#fdbc00,#cd781c);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdbbfe', endColorstr='#cd781c', GradientType=0);
        border-color: #cd781c #cd781c #633b10;
        border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
        *background-color: #cd781c;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
}
.ui_button_small {
        padding: 2px 10px 2px 10px;
}
.ui_button_large {
        padding: 8px 20px 8px 20px;
}

.ui_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	border-radius: 4px;
	overflow: hidden;
	white-space: nowrap;
}
.ui_menu li {
	display: inline-block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
        background: #F7F7F7; /* Old browsers */
        background: -moz-linear-gradient(top, #F7F7F7 0%, #EDEDED 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#EDEDED)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* IE10+ */
        background: linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#EDEDED',GradientType=0 ); /* IE6-9 */
}
.ui_menu a {
	font-size: 11px;
	white-space: nowrap;
	display: block;
	border: 1px solid #ccc;
	border-left: none;
	padding: 6px 8px;
	color: #555;
	text-decoration: none;
}
.ui_menu li:first-child a {
        border-left: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
}
.ui_menu li:last-child a {
        border-radius: 0 4px 4px 0;
}
.ui_menu li.selected a {
        background: #dedede;
}
.ui_menu a:hover, .ui_menu a:active, .ui_menu a:focus {
        background: #e8e8e8;
}
.ui_menu li.disabled a {
        color: #aaa;
	background: #F7F7F7;
	cursor: default;
}

.ui_table {
	background-color: #F5F5F5;
        border-top: #ccc 1px solid;
        border-bottom: #ccc 1px solid;
        border-right: #ccc 1px solid;
	-webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
	overflow: hidden;
}
.ui_table th {
        padding: 5px;
        sheight: 25px;
	color: #444;
	background-color: #eee;
        border-left: #ccc 1px solid;
	white-space: nowrap;
}
.ui_table td {
        padding: 5px;
	border-top: #ccc 1px solid;
        border-left: #ccc 1px solid;
	white-space: nowrap;
}
