@charset "utf-8";
.slideshow{position:relative;}
.slideshow div{position:absolute;top:0;left:0;z-index:8;opacity:0.0;height:100%;width:100%;overflow:hidden;background-color:#FFF;}
.slideshow div.current{z-index:10;}
.slideshow div.prev{z-index:9;}
.slideshow div img{display:block;border:0;margin-bottom:10px;height:100%;width:100%;}

/* CSS Document */
body{
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	margin : 0px;	
	padding : 0px; 
	width:100%; 
	height:100%
}
#toolbar li{
			float:left;
			margin: 5px;
		}
ul li{
list-style-type :none;
}

#userinfo {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c0c0c0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c0c0c0)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ffffff, #c0c0c0); /* for firefox 3.6+ */
	font-size:12px;
	padding-top: 5px;	
	padding-bottom: 5px;	
	padding-left: 5px;
}
.top-button{color:#004b9b;float:right;margin-top:10px;padding-top:5px;height:30px;background-image:url("../images/indexhtml/logtitle.jpg");}

.big-btn {
	width: 80px;
	height:24px;
}

.round-btn {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: solid 1px #ABABAB;
}
.gray-btn{
	background: #D9D9D9;
	background: -webkit-gradient(linear, left top, left bottom, from(#D9D9D9), to(#F9F9F9));
	background: -moz-linear-gradient(top,  #D9D9D9,  #F9F9F9);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0 StartColorstr='#F9F9F9', EndColorstr='#D9D9D9');
}
.gray-btn:hover {
	background: #F9F9F9;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0 StartColorstr='#E9E9E9', EndColorstr='#C9C9C9');
}
.round-btn:active {
	position: relative;
	top: 1px;
}

#editor{
	clear:both;
	position:relative;
	cursor: default;
	background: #E9E9E9;
}
.top-button-static{background-color:#f0f0f0;}
.top-button-change{background-color:#red;}
.title{float:left;margin-top:70px;margin-left:70px;line-height:30px;}
.ui-layout-north span img{margin-left:20px;margin-top:8px;}
#demo-outer {height:50px;width:100%; margin:0 auto; }
.contentall{margin:auto;margin-top:10px;height:620px;width:70%;border:1px solid #000;background-color:#E3ECFB;padding-left:360px;}

.bg{background-color:#69F;}


.left-right-static{color:black;}
.left-right-change{color:red;}

.foot{position:relative;height:28px;margin-top:5px;margin-bottom:10px;width:100%;overflow:hidden;}
#foot_pager{position:absolute;left:3px; right:3px;top:0px;bottom:0px;overflow:auto;border:1px solid #c0c0c0;}
.page-button{margin-right:2px;margin-left:2px;margin-top:3px;}
.page-select{background-color: #c0c0c0;}

.page-static{color:black;background-image:url("../images/indexhtml/pagesize.gif");float:left;width:28px;height:28px;margin-top:1px;margin-left:5px;text-align:center;line-height:28px;}
.page-change{color:black;background-image:url("../images/indexhtml/pagered.gif");float:left;width:28px;height:28px;margin-top:1px;margin-left:5px;text-align:center;line-height:28px;}
.copyright {
	text-align:center;font-size:12px;margin-top:10px;
	background: #4B4B4B ;
	height : 30px;
	line-height: 30px;
	overflow:hidden;
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#4B4B4B), to(#818181));
	background: -moz-linear-gradient(top,  #4B4B4B,  #818181);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0 StartColorstr='#4B4B4B', EndColorstr='#818181');	
}


/*--------------------------------*/
.dialog_form {
			font-size:12px;
		}
.form-button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .3em 2em .35em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');

}

.form-button:hover {
	text-decoration: none;

	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.form-button:active {
	position: relative;
	top: 1px;
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
		