/* Minification failed. Returning unminified contents.
(200,17): run-time error CSS1038: Expected hex color, found '#fffffffff'
 */
.ui-content
{
    margin:0;
    padding:0;
}

.ui-btn
{
    /*background :linear-gradient(#ffd400, #faa000) repeat scroll 0 0 #faa000;*/
    border-width:1px;
    margin:0.2em 0;
}

a:link.ui-btn {
    text-decoration: none;
}

.ui-btn-text
{
    color:#111111;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 1em;
}

.ui-collapsible-set { margin: 0; }

.ui-collapsible-set .ui-collapsible.ui-block
{
    width:100%;
    padding:0;
}

.ui-collapsible
{
    margin:0px;
}

.ui-checkbox .ui-btn.ui-mini, .ui-radio .ui-btn.ui-mini { margin: 0 0; }

.ui-grid-a .ui-block-a .ui-btn, .ui-grid-b ui-block-a .ui-btn, .ui-grid-c ui-block-a .ui-btn, .ui-grid-d ui-block-a .ui-btn, .ui-grid-e ui-block-a .ui-btn, .ui-grid-solo .ui-btn
{
    margin-left: 0;
}

.ui-grid-a .ui-block-b .ui-btn, .ui-grid-b ui-block-c .ui-btn, .ui-grid-c ui-block-d .ui-btn, .ui-grid-d ui-block-e .ui-btn, .ui-grid-f ui-block-e .ui-btn, .ui-grid-solo .ui-btn
{
    margin-right: 0;
}

.ui-checkbox .ui-btn-text,
.ui-radio .ui-btn-text
{
    font-size: 1em;
}

input.ui-input-text
{
    background: #ffffff;
    color: #000000;
}

.ui-content
{
    background:white;
}

label.ui-input-text, .ui-field-contain label
{
    color:#bf6c00;
    font-size:1em;
    text-shadow:none;
}

.ui-body 
{
    color:#000;
    font-size:1em;
    text-shadow:none;
}

.ui-focus,
.ui-btn:focus {
	-moz-box-shadow: inset 0px 0px 3px 		#387bbe /*{global-active-background-color}*/, 0px 0px 3px 		#387bbe /*{global-active-background-color}*/;
	-webkit-box-shadow: inset 0px 0px 3px 	#387bbe /*{global-active-background-color}*/, 0px 0px 3px 		#387bbe /*{global-active-background-color}*/;
	box-shadow: inset 0px 0px 3px 			#387bbe /*{global-active-background-color}*/, 0px 0px 3px 		#387bbe /*{global-active-background-color}*/;
}

.ui-btn-up-theme-btn-a
{
    background: #ffd400; /* Old browsers */
    background: -moz-linear-gradient(top, #ffd400 0%, #faa000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd400), color-stop(100%,#faa000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd400 0%,#faa000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd400 0%,#faa000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffd400 0%,#faa000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffd400 0%, #faa000 100%) #faa000; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd400', endColorstr='#faa000',GradientType=0 ); /* IE6-9 */

    border:#ea8200 solid 1px;
}

.ui-btn-hover-theme-btn-a
{
    background: #faa001; /* Old browsers */
    background: -moz-linear-gradient(top, #faa001 0%, #ffd400 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faa001), color-stop(100%,#ffd400)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #faa001 0%,#ffd400 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #faa001 0%,#ffd400 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #faa001 0%,#ffd400 100%); /* IE10+ */
    background: linear-gradient(to bottom, #faa001 0%, #ffd400 100%) #ffd400; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa001', endColorstr='#ffd400',GradientType=0 ); /* IE6-9 */

    border:#ea8200 solid 1px;
}

.ui-btn-up-theme-btn-c, .ui-btn-hover-theme-btn-c
{
    border: #ea0000 solid 1px;
}

.ui-btn-up-theme-btn-c .ui-btn-text,
.ui-btn-hover-theme-btn-c .ui-btn-text
{
    color:#ffffff;
    text-shadow: 0 1px 0 #000;
}

.ui-btn-up-theme-btn-c
{
    background: #ffad9d; /* Old browsers */
    background: -moz-linear-gradient(top, #ffad9d 0%, #d03322 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffad9d), color-stop(100%,#d03322)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffad9d 0%,#d03322 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffad9d 0%,#d03322 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffad9d 0%,#d03322 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffad9d 0%, #d03322 100%) #d03322; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad9d', endColorstr='#d03322',GradientType=0 ); /* IE6-9 */
    
}

.ui-btn-hover-theme-btn-c
{
    background: #d03322; /* Old browsers */
    background: -moz-linear-gradient(top, #d03322 0%, #ffad9d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d03322), color-stop(100%,#ffad9d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d03322 0%,#ffad9d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d03322 0%,#ffad9d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d03322 0%,#ffad9d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d03322 0%, #ffad9d 100%) #ffad9d; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d03322', endColorstr='#ffad9d',GradientType=0 ); /* IE6-9 */
}

.ui-navbar .ui-btn
{
    background: #a1a1a1; /* Old browsers */
    background: -moz-linear-gradient(top, #a1a1a1 0%, #dbdbdb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1a1a1), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a1a1a1 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a1a1a1 0%,#dbdbdb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a1a1a1 0%,#dbdbdb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a1a1a1 0%, #dbdbdb 100%) #dbdbdb; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */

    border:#c4c4c4 solid 1px;
    border-top:#a1a1a1 solid 1px;
}

.ui-navbar .ui-btn-active,
.ui-radio .ui-btn-active,
.ui-popup-header
{
    background: #fdbf00; /* Old browsers */
    background: -moz-linear-gradient(top, #fdbf00 0%, #faa300 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdbf00), color-stop(100%,#faa300)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdbf00 0%,#faa300 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdbf00 0%,#faa300 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdbf00 0%,#faa300 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fdbf00 0%, #faa300 100%) #faa300; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdbf00', endColorstr='#faa300',GradientType=0 ); /* IE6-9 */

    border:#ea8200 solid 1px;
}


.ui-header, .ui-footer
{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e7e7e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e7e7e7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%) #e7e7e7; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
}

.ui-block-gradient
{
    background: #fffffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%) #f1f1f1; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */

    border-bottom : #d3d3d3 1px solid;
    padding: 0 0.5em
}

.ui-corner-top {
	-moz-border-radius-topleft: 		.2em;
	-webkit-border-top-left-radius: 	.2em;
	border-top-left-radius: 			.2em;
	-moz-border-radius-topright: 		.2em;
	-webkit-border-top-right-radius: 	.2em;
	border-top-right-radius: 			.2em;
}
.ui-corner-bottom {
	-moz-border-radius-bottomleft: 		.2em;
	-webkit-border-bottom-left-radius: 	.2em;
	border-bottom-left-radius: 			.2em;
	-moz-border-radius-bottomright: 	.2em;
	-webkit-border-bottom-right-radius: .2em;
	border-bottom-right-radius: 		.2em;
}
.ui-corner-right {
	-moz-border-radius-topright: 		.2em;
	-webkit-border-top-right-radius: 	.2em;
	border-top-right-radius: 			.2em;
	-moz-border-radius-bottomright: 	.2em;
	-webkit-border-bottom-right-radius: .2em;
	border-bottom-right-radius: 		.2em;
}
.ui-corner-left {
	-moz-border-radius-topleft: 		.2em;
	-webkit-border-top-left-radius: 	.2em;
	border-top-left-radius: 			.2em;
	-moz-border-radius-bottomleft: 		.2em;
	-webkit-border-bottom-left-radius: 	.2em;
	border-bottom-left-radius: 			.2em;
}
.ui-corner-all {
	-moz-border-radius: 				.2em;
	-webkit-border-radius: 				.2em;
	border-radius: 						.2em;
}




.ui-btn-corner-all
{
    border-radius: 0.2em;
}

.ui-collapsible-set .ui-collapsible-heading .ui-corner-top,
.ui-collapsible-heading .ui-corner-top
{
    border-top-left-radius:0;
    border-top-right-radius:0;
}

.ui-collapsible-set .ui-collapsible-heading .ui-corner-bottom,
.ui-collapsible-heading .ui-corner-bottom
{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}

input.ui-input-text, textarea.ui-input-text
{
    margin:0.15em 0;
}

.ui-page-header
{
    padding-left:0.5em;
}

.ui-header .ui-btn-inner,
.ui-footer .ui-btn-inner,
.ui-mini .ui-btn-inner { padding-left: 2px; padding-right: 2px; }
