@CHARSET "UTF-8";

#notification {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding:  0.5em 20px;
	width:90%;
	margin:auto;
}
#notification > div {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
#notification.attention {
    background: #fffbcc;
    border-color: #e6db55;
    color: #666452;
}
#notification.information {
	background: #dbe3ff;
	border-color: #a2b4ee;
	color: #585b66;
}
#notification.success {
	background: #d5ffce;
	border-color: #9adf8f;
	color: #556652;
}
#notification.error {
	background-color: #ffcece;
	border-color:  #df8f8f;
	color:  #665252;
}

#codeigniter_profiler {border-top:2px solid #456;}

/****/

body {background:#fff;}
body.style01 {background:#f9ede2;}
body.style02 {background:#e9f0f6;}

#boundary {min-width:960px; width:960px; margin:0 auto; position:relative;}

#header {background:url(default.img/header01.png) no-repeat left bottom; font-size:12px; height:172px; }
.style01 #header {background-image:url(default.img/header01.png);}
.style02 #header {background-image:url(default.img/header02.png);}

#sptLeft {float:left; width:70%; display;inline;}
#sptRight {float:right; width:29%; display;inline;}

#logo {left:280px; top:10px; position:absolute; width:180px; height:50px;}

#quick_menu {color:#700; font-weight:bold; text-align:right; padding:2px;}
#quick_menu a {background:url(default.img/point.gif) no-repeat 0 -25px; padding:0 10px;}
#quick_menu a#bug_report {background:url(/p/img/icon/bug.png) no-repeat 0 -1px; padding-left:18px; color:#070;}

/* 原top:79px */
#login_area {color:#666; position:absolute; left:291px; top:66px; line-height:20px; z-index:999;}
#login_area a{color:#BB2211;}
#login_area .tip_msg {color:#ff0000; background:#fff; border:1px solid #aaa; padding:2px; z-index:999;}
#login_area .tip_msg a {background:#f21; padding:1px 2px; margin:0 1px; color:#fff; white-space:nowrap;
						border:1px solid #a32; border-width:0 1px 1px 0;}
#login_area .tip_msg a:hover {background:#710;} 
#login_area .tip_msg .fix_desc {color:#0000aa;}
	 
#web_path {position:absolute; text-align:right; width:95%; top:150px; z-index:999;}

#container {background:url(default.img/content01.png) repeat-y; display:inline-block; width:100%;}
.style02 #container {background:url(default.img/content02.png) repeat-y;}
#container2 {}

#content {min-height:380px; _height:380px; padding:0 16px 15px; margin-top:-3px; position: relative;}
#content2 {padding:20px 0px;}

#main {padding:0 35px 0 28px;}

#sidebar {width:248px; padding:0 5px 0 15px;}
#sidebar2 {padding-left:11px; position: relative;}

#bar { margin:6px}
.menu_bar {border-bottom:1px solid #906067; letter-spacing:-10px;}
.menu_bar li {display:inline-block; padding:2px 12px; background:#F4E6E6; margin-left:1px; *display:inline; *zoom:1;
		border:1px solid #fff; border-width:1px 1px 0 1px;}
.menu_bar li:hover {background:#edc; border-color:#641;}
.menu_bar li.active {background:#BB9BA0; border-color:#906067;}
.menu_bar li.active a {color:#EFEDED;}

ul.bar li {display:inline-block; *display:inline; *zoom:1; padding:1px 6px;}

ul.input_area {}
ul.input_area li {padding:1px; position:relative;}
ul.input_area li .inline_block {width:50%;}
ul.input_area label {padding:1px;}
ul.input_area label.title {width:120px; display:inline-block; text-align:right; vertical-align:top; margin-right:5px; color:#348;}
ul.input_area label.pointer {cursor: pointer;}
ul.input_area .note {color:#987; font-size:13px; padding-left:120px;}
ul.input_area .tab_content {padding-left:120px;}

ul.info_area {}
ul.info_area li {border-bottom:1px solid #eee; padding:1px 6px;}
ul.info_area label {width:120px; display:inline-block; margin-right:2px; color:#348;}
ul.info_area .note {color:#987; font-size:13px; padding-left:120px;}
ul.info_area .content {display:inline-block; vertical-align:top;}


#footer {clear:both; background-repeat:no-repeat; height:167px;}
.style01 #footer {background-image:url(default.img/footer01.png)}
.style02 #footer {background-image:url(default.img/footer02.png)}
#footer2 {padding-top:70px; padding-left:20px;}

.full #footer {clear:both; background:url(default.img/footer02.png) no-repeat;} 

#chihlee_logo {float:left; margin-right:10px; font-size:12px;}
#about_school {} 
#copyright {}

label.error {color:#ff0000; padding-left: 6px; border-left:3px solid #ff0000; margin:0 1px;}

#error_message { color:#f00; font-size:23px; text-align:center; padding-top:50px;} 
#login_now {text-align:center; border-top:1px solid #ddd; margin:5px 170px 0; padding-top:5px;}
#login_now a {display:block; padding:3px 0;} 

#error_message_bar {background:#fff; padding:0 3px; color:#f00; border-bottom:1px solid #edc;}
#error_message_bar img {padding:1px 3px;}

#port_header {}
#port_header ul li {display:inline-block; *display:inline; *zoom:1; padding:0 6px; margin:2px;
 						border:1px dotted #aaa;	}
#port_header ul li:hover {background:#fde;}
#port_header h1 {border-bottom:1px solid #baa; padding:0 6px; *zoom:1;}
#port_header h1 .back {font-size:12px; font-weight:normal; margin:0 2px; padding:1px 2px; background:#eee;}
	
#port_manage {padding:5px 8px; background:#dcc; display:block; zoom:1;}
					
#port_content {color:#b32; font-size:15px; margin-top:12px;
				_height:300px; min-height:300px;}


.pic_item {margin:0 auto; border:1px solid #ba9; background:#fed; padding:1px; display:inline-block; *display:inline; *zoom:1;
				text-align:center;}
.pic_item img {height:100%;}
.small_pic {width:50px; height:50px; display:block; overflow:hidden;}
.big_pic {width:75px; height:75px; display:block; overflow:hidden; }

#search_result {color:#e21; font-size:13px; margin-top:5px; background:#fff; display:inline-block;}
#search_result li {float:left; background:#edd; border:1px solid #dcc; margin:2px; padding:2px;}
#search_result li.title {color:#000; background:none; border:none;}
#search_result li.close {float:right; background:#fcc;}

.line {margin:15px auto 5px; border:1px solid #eee; background:#cbb; height:1px; font-size:1px; overflow:hidden; width:90%;}
.validate_error {font-size:13px; color:#f00; padding-left:3px; }

.high_talbe td {line-height:40px;}
/******************************************************** login */
#login #main { margin:30px;}
#login #main input { margin:3px; border:1px solid #aaa; padding:2px 3px;  vertical-align:middle;}
#login #main h1 {color:#c21; border-bottom:1px dotted #ccc; margin-bottom:10px;}
#login #main h2 {padding:5px 9px; color:#456; font-size:15px;}
#login #main .desc {color:#877;}
#login #main .input_area {margin:20px ;}
#login .block {padding:2px; margin:4px;}

				
#show_message {padding:20px 66px; color:red; text-align:center;}
#redirect {padding:20px 66px; margin-bottom:20px;}
#main_menu {background:#555; border:1px solid #322; display:inline-block; *display:inline; *zoom:1;}
#main_menu li {padding:0px;}
#main_menu a {color:#eee; display:inline-block; padding:1px 3px; border-right:1px solid #666;
	border-left:1px solid #444; border-bottom:1px solid #444;}
#main_menu a:hover {background:#333}
#main_menu li.logout {background:#043; border-left:1px solid #090}

.side_button{margin:0 50px;}
.icon_side {display:inline-block; *display:inline; *zoom:1; position:absolute; right:5px; top:5px;}
.icon_del {
    display: inline-block;
	cursor: pointer;
}
.icon_clip {
	position: relative;
	width: 18px;
	height: 18px;
	margin: 0;
}
.icon_flower {
	background: url("/job_p/css/default.img/platform.icon.png") no-repeat 0% 95%;
	background-image: url(/job_p/css/default.img/platform.icon.png);
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	background-attachment: initial;
	background-position-x: 0%;
	background-position-y: 95%;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	height: 18px;
	width: 18px;
}

.page_bar {margin:10px 0;  line-height:18px;}
.page_bar a {padding:3px 7px; margin:0; border:2px solid #B08D8D; background:#f2d9d9; 
				color:#568 !important; display:inline-block; }
.page_bar strong {padding:3px 7px; margin:0; color:#346; background:#BBAAAA; border:2px solid #996060;
					display:inline-block; }
					