@charset "utf-8";
/* CSS Document */
/**
* Author: Yejj
* Version: 1.0
* Last Changed by Yejj
* Last Update : 2011-10-12
*/

/* Reset */ 
html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
menu, ol, ul { list-style: none; }
body, button, input, select, textarea, option, optgroup { font:12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
fieldset , img { border:0 }
table { border-collapse: collapse; border-spacing: 0; }
sup { vertical-align:text-top; } /*上标*/
sub { vertical-align:text-bottom; } /*下标*/
address, cite, dfn, em, var { font-style: normal; }
input, button, textarea, select { font-size: 100%; }
code, kbd, pre, samp { font-family:'courier new',courier,monospace;}
abbr[title]{ border-bottom: 1px dotted; cursor: help; }
input{ border:0 none; }

/*clear*/
.clear { clear:both; }
.clear_l { clear:left; }
.clear_r { clear:right; }

/* clearfix */
.clearfix {display: block;} 
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; } /* End hide from IE-mac */

/* html5 css style */
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display:block;}

/*清除chrome Safari浏览器中的外边框*/
input,button,select,textarea{outline:none} 

/* IE6下默认不缓存背景图片 */
.zoom { *zoom: 1; }
html {
	  zoom:expression(function(ele) {
          ele.style.zoom = "1";
          document.execCommand("BackgroundImageCache", false, true);
     }
     (this));
}

/* error,alert,notice,success,info  */
.error, .alert, .notice, .success, .info { padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error, .alert { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.notice { background: #fff6bf; color: #514721; border-color: #ffd324;}
.success { background: #e6efc2; color: #264409; border-color: #c6d880;}
.info { background:#d5edf8; color:#205791; border-color: #92cae4;}
.error a, .alert a { color: #8a1f11; }
.notice a { color:#514721; }
.success a { color:#264409; }
.info a { color:#205791; }

/* Common colors */
.red_c { color: red; }
.green_c { color: green; }
.blue_c { color: blue; }
.yellow_c { color: yellow; }

/* float */
.float_l { float:left; }
.float_r { float:right; }

/* loading */
.loading { background:url(../images/loading.gif) no-repeat scroll 50% 50% #FFF; }
