/*青*/


li > a[selected], li > a:active {
	background-image: url(../img/../img/listArrowSel.png), url(../img/selection.png) !important;
}	

li > a[selected="progress"] {
	background-image: url(../img/../default/loading.gif), url(../img/selection.png) !important;
}

/************************************************************************************************/

body > .toolbar {
	width:100%;
	height:50px;
	background-image: -moz-linear-gradient(top, #4477a1, #81a8cb);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #4477a1),color-stop(1, #81a8cb));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4477a1', endColorstr='#81a8cb'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4477a1', endColorstr='#81a8cb')"; /* IE8+ */
}	

.button {
	width:auto;
	height:auto;
	padding:0 10px;
	background-image: -moz-linear-gradient(top, #4477a1, #81a8cb);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #35668f),color-stop(1, #89b4db));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4477a1', endColorstr='#81a8cb'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4477a1', endColorstr='#81a8cb')"; /* IE8+ */
	-webkit-box-shadow: #1d496d 1px 1px 1px;
	-moz-box-shadow: #1d496d 1px 1px 1px;
	box-shadow: #1d496d 1px 1x 1px;
	-webkit-boder-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}

#backButton {
	-webkit-border-image: url(../img/backButtonBrdr.png) 0 8 0 14;
	-moz-border-image: url(../img/backButtonBrdr.png) 0 8 0 14;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #35668f),color-stop(1, #89b4db));
/*	background: url(../img/backButtonBack.png) repeat-x;*/
	-webkit-box-shadow:none;
}

/************************************************************************************************/

body > ul > li.group {
	opacity:0.7;
	background: url(../img/listGroup.png) repeat-x;
}

body > ul > li > a {
	background: url(../img/listArrow.png) no-repeat right center;
}

/************************************************************************************************/

.dialog > fieldset {
	background: url(../img/toolbar.png) #7388a5 repeat-x;
}

/************************************************************************************************/

body > .panel {
	background: #a3c3ea;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#a3c3ea), to(#fff));
}


/************************************************************************************************/
#preloader {
	display: none;
	background-image: url(../img/loading.gif), url(../img/selection.png),
	url(../img/blueButton.png), url(../img/listArrowSel.png), url(../img/listGroup.png);
}

.toolbar > h1.titleImg {
	background: url(../img/title-img.png) no-repeat top center;
	color: rgba(0,0,0,0);
}

.backButtonImg {
	width: 50px;
	background: url(../img/back-img.png) no-repeat center left,
	url(../img/backButtonBack.png) repeat-x top left !important;
	color: rgba(0,0,0,0);
}
/************************************************************************************************/
