@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
}
html{ overflow-y:scroll; }

html,body{
	
	margin:0 auto;
	font-family:Verdana, Geneva, sans-serif;	
	font-size:14px;
	margin:0 auto;
	padding:0;
        /*min-height: 100%;  real browsers */
	/*height: auto !important;  real browsers */
	height: 100%; /* IE6 bug*/ 	
}

a:active, a:focus{ outline:none; }

#dialog-confirm{
	font-size:11px;
}
#dialog-warning{
	font-size:11px;
}
#dialog-user{
    font-size:13px;
}
#dialog-css{
    font-size:13px;
}
#dialog-editor{
    font-size:13px;
}
#dialog-duplicate{
    font-size:13px;
}
#dialog-confirm-delete{
    font-size:13px;
}
.err{
	border-color:#FF0000;
}
.clear {
	clear:both;
}
.hide{
    display:none;
}
ul {
	list-style: none;
	padding:0;
	margin:0 auto;
}
#login a{
	text-decoration:none;
	color:#DDD000;
	font-size:13px;
}

/* Style CSS Document */
#all{
	min-height:100%;
	position:relative;
}

#main{
	width:1000px;
	margin:0 auto;	
	display: block;        
	min-height: 100%; /*real browsers */
	height: auto !important;  /*real browsers */
	height: 100%;  /*IE6 bug*/ 
}
#head_back {
	width:100%;
	margin:0 auto;	
	display: block;        
	/*min-height: 100%; /*real browsers */
	min-height: 50px;
	height: auto !important;  /*real browsers */
	height: 100%;  /*IE6 bug*/ 
	background-color:#1bbc9b;
}
#logo{
	height:63px; 
	float:left;
	width:318; 
	height:63px;
	margin-left:70px; 
}
#login{
	float:right;
	margin-top:10px;
	margin-right:70px;
	color:#fff;
	font-size:13px;
}

#space{
	clear:both;
	height:50px;
}
#menu{
	width:100%;
	/*margin-left:75px;*/
  	min-height:80px !important;
	text-align:center;
}
#content{ 	
	margin:0 auto;
	/*margin:40px 0 0 75px;*/
	font-size:13px;
	/*width:100%;
	min-height:300px;*/
	width:850px;
	height:100%;
	
}
/*-------------new-----------------*/

#header_content{
	background:url(../images/content/title_content.png) no-repeat;
	height:51px;	
	margin:30px 0 0 0;
}
#name_content{
	font-size:18px;
	color: #1bbc9b;
	float:left;
	margin:12px 0 0 15px;
}
#btn_add img{
	float:right;
	margin:10px 10px 0 0;	
}
#title_content{
	background:url(../images/content/title_bg.png) repeat-x center;
	height:30px;
	color:#fff;
	font-size:12px;	
}
#bg_content{
	background:url(../images/content/bg_content.png) repeat-y;
}
#bottom_content{
	background:url(../images/content/bottom_content.png) no-repeat;
	height:12px;
}
/*-----------end new-------------------*/
#footer{	
	background:#303030;
	width:100%; 
	height:28px;
	color:#fff;
	font-size:11px;
	text-align:center;
	padding-top:10px;

	/*margin-top:-38px;	
	position:relative;
   	left:0px;
   	bottom:0px;*/
	position:absolute;
	bottom:0;     
}
<!-- mim -->
#login{
}

#form_content {
	width:845px;
	min-height:150px; 
	display:block;
}
#form_content ul {
	list-style: none;
	padding: 20px 0 30px 0;
}
#form_content li {
	/*padding: 10px 10px;*/
	padding: 10px 10px 0 5px;
}
#form_content label {
    color: #000000;
    display: inline-block;
    text-align: right;
    width: 350px;
}
#access_incorrect {
	color:#666666;
}
<!-- end mim -->


/*    manage_calendar   */
