.ui_button {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 8px 16px 8px 16px;
	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;
	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;
	border: 1px solid #bbb;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-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 {
	color: #333;
	background-color: #e6e6e6;
}
.ui_button:first-child {
	*margin-left: 0;
}
.ui_button:disabled {
	background-position: 0 0;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	color: #AAA;
	-webkit-box-shadow: none;
       	-moz-box-shadow: none;
	box-shadow: none;
}
.ui_button_blue:hover {
        color: #fff;
	background-color: #1C85EE;
}
.ui_button_blue {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #1E90FF;
	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);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	cursor: pointer;
}
.ui_button_green:hover {
        color: #fff;
	background-color: #22BD22;
}
.ui_button_green {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #32CD32;
	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);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	cursor: pointer;
}
.ui_button_red:hover {
        color: #fff;
	background-color: #FF4500;
}
.ui_button_red {
	color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        background-color: #FF6347;
        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);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
	cursor: pointer;
}
.ui_button_orange:hover {
        color: #fff;
	background-color: #FF8C00;
}
.ui_button_orange {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        background-color: #FFA500;
        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);
	-webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
	cursor: pointer;
}
.ui_button_small {
        padding: 5px 10px 5px 10px;
}
.ui_button_large {
        padding: 10px 20px 10px 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 */
}
.ui_menu a {
	font-size: 11px;
	white-space: nowrap;
	display: block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: none;
	padding: 8px 8px;
	color: #555;
	text-decoration: none;
}
.ui_menu li:first-child a {
        border-left: 1px solid #ddd;
	border-radius: 4px 0 0 4px;
}
.ui_menu li:last-child a {
        border-radius: 0 4px 4px 0;
}
.ui_menu li.selected a {
        background: #e8e8e8;
}
.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: #F7F7F7;
        border-top: #ddd 1px solid;
        border-bottom: #ddd 1px solid;
        border-right: #ddd 1px solid;
	-webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
	overflow: hidden;
}
.ui_table th {
        padding: 5px;
        sheight: 25px;
	color: #555;
	font-weight: normal;
	background-color: #eee;
        border-left: #ddd 1px solid;
	white-space: nowrap;
}
.ui_table td {
        padding: 5px;
	border-top: #ddd 1px solid;
        border-left: #ddd 1px solid;
	white-space: nowrap;
}
