/* 
 * Stylesheet for Helix Theme.
 */

/* HTML elements */
html,body {min-width:1200px; overflow-y:scroll;}/*去除浏览器下方横向滚动条overflow-x:hidden;*/
* {box-sizing:border-box;}
body {background-color:#ffffff; font-size:12px; line-height:1.4; font-family:"Helvetica Neue","Arial","Microsoft Yahei","微软雅黑",sans-serif; color:#222; word-wrap:break-word;}
body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, img, pre, form, fieldset, legend, button, input, textarea, th, a{margin:0; padding:0 ;border:0; outline:0; vertical-align:baseline;}

/*文字声明*/
h1,h2,h3,h4,h5,h6 {}
h3 {font-size:32px; margin-bottom:30px;}
h2 {font-size:20px; margin-top:20px;}
h3 {font-size:14px; margin-bottom:10px;}
p {font-size:14px;}

textarea {border:1px solid #eee;}
input {border:1px solid #08c; height: 32px; line-height: 32px;}
input[type=submit]{padding:0 20px;background-color: #08c;color: #fff;}
input[type=submit]:hover{padding:0 20px;background-color: #222;color: #fff;}
input[type=button]{padding:0 20px;background-color: #08c;color: #fff;}
input[type=button]:hover{padding:0 20px;background-color: #222;color: #fff;}
input[type=checkbox]{border:1px solid #08c; height: 24px; line-height: 24px;vertical-align: middle;}
select {height: 32px; line-height: 32px; border: 1px solid #08c;}

.ellipsisi {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;} /*超出容器的文本显示省略号*/
.cut {word-break:break-all;} /*将长的英文单词截为两段*/
ol,ul,li {}
a:link,a:visited{color:inherit;text-decoration:underline; color:#08c;}
a img, a {cursor:pointer;}
.clear {clear:both; display:block; visibility:hidden; height:0; line-height:0; content:".";}

/*头部*/
#logo {position:relative; float:left;}
#logo a {display:block; width:86px; height:50px;}
#account {float:right; margin-top:25px;}
#account a {line-height:20px; color:#08c;}
#account a:hover {color:#222; text-decoration:underline;}
#account span {padding:0 8px;}

/*尾部*/
.footer_info {padding:15px 0;}
.footer_info p {font-size:12px; line-height:24px; color:#ccc; text-align:center;}
.footer_info a {color:#ccc;}
.footer_info a:hover {color:#fff; text-decoration:underline;}
.footer_info span {padding:0 8px;}

/*导航*/
#nav {float:left; width:100%; padding-right:272px;} /*取消relative变为横向二级导航*/
#nav ul, #nav li {list-style-type:none;}
/* #nav .dropdown {display:inline-block;margin-left:5px;width:7px;height:4px;background:url(../images/dropdown.png) no-repeat center right;} */
#nav ul li {float:left; height:32px; line-height:32px;}
#nav ul li.current a {background-color:#08c;} 
#nav ul li.current a:hover {background-color:#222;}
#nav ul li.current a {color:#fff;}
#nav ul li a {color:#08c; padding:0 10px; display:block; text-align:center; text-decoration: none;}
#nav ul li a:hover {color:#fff; background-color:#222; -webkit-transition:background-color 0.3s linear; -moz-transition:background-color 0.3s linear; -o-transition:background-color 0.3s linear; transition:background-color 0.3s linear;} 
/*下拉二级导航*/
#nav .nav_down {display:none;}
#nav .nav_down a {background-color:#ddd;}
#nav ul li:hover .nav_down {display:block; position:absolute; top:32px; background-color:#ddd;}
#nav ul li:hover .nav_down ul li {height:32px; line-height:32px;}
#nav ul li:hover .nav_down ul li a {display:block; color:#08c; text-align:center;} 
#nav ul li:hover .nav_down ul li a:hover {color:#fff; background-color:#222; -webkit-transition:background-color 0.3s linear; -moz-transition:background-color 0.3s linear; -o-transition:background-color 0.3s linear; transition:background-color 0.3s linear;} 
 
/*二级导航*/
#sed_nav_wrapper {position:relative; float:left; width:100%; background-color:#ddd; overflow:hidden;}
#sed_nav {position:relative; float:left;}
#sed_nav ul, #sub_nav li {list-style:none;}
#sed_nav ul li {float:left; position:relative; height:32px; line-height:32px;}
#sed_nav ul li.current a {color:#222; font-weight:bold;} 
#sed_nav ul li.current a:hover {}
#sed_nav ul li a {color:#08c; background-color:#ddd; padding:0 10px; display:block; text-align:center;text-decoration:none;}
#sed_nav ul li a:hover {color:#fff; background-color:#222; -webkit-transition:background-color 0.3s linear; -moz-transition:background-color 0.3s linear; -o-transition:background-color 0.3s linear; transition:background-color 0.3s linear;}  
 
/*三级导航*/ 
#trd_nav {overflow:hidden; margin-bottom:10px;}
#trd_nav .tabs {float:left; overflow:hidden; width:100%;}
#trd_nav .tabs ul {overflow:hidden; padding-left:20px;}
#trd_nav .tabs ul li {overflow:hidden; margin-right:5px; position:relative; background:#ddd; border:1px solid #ddd; float:left; color: #222; border-radius:6px 6px 0 0;}
#trd_nav .tabs ul li a {display:block; cursor:pointer; font-weight:bold; padding:10px 15px; text-decoration:none;}
#trd_nav .tabs ul li:hover {background:#fff;}
#trd_nav .tabs ul li.current {background:#fff; border-bottom:1px solid #fff;}
#trd_nav .tabs ul li.current a {color:#222; cursor:default;}

/*My Page - sub_nav*/
#sub_nav_wrapper {width:100%; overflow:hidden; margin-top:-1px; padding:0 20px;}
#sub_nav {position:relative; float:left;}
#sub_nav ul, #sub_nav li {list-style:none;}
#sub_nav ul li {float:left; position:relative; height:32px; line-height:32px;}
#sub_nav ul li.current a {color:#fff; background-color:#08c;} 
#sub_nav ul li.current a:hover {background-color:#222;}
#sub_nav ul li a {color:#08c; background-color:#eee; padding:0 10px; display:block; text-align:center;}
#sub_nav ul li a:hover {color:#fff; background-color:#222; -webkit-transition:background-color 0.3s linear; -moz-transition:background-color 0.3s linear; -o-transition:background-color 0.3s linear; transition:background-color 0.3s linear;}  
 
/*developers 下拉导航
#nav .navdown {display:none;}
#nav .navdown a {display:block; text-align:center; height:32px; line-height:32px; color:#fff; background-color:#08c;}
#nav ul li:hover .navdown {display:block; position:absolute; top:32px;}
#nav ul li:hover .navdown a:hover {background-color:#222; -webkit-transition:background-color 0.3s linear; -moz-transition:background-color 0.3s linear; -o-transition:background-color 0.3s linear; transition:background-color 0.3s linear;}
*/

.option_bar {float:left; height:32px;}
.option_deco {float:left; width:120px; height:32px; line-height:32px; border:1px solid #08c;} 
.option_deco option {padding:5px 0;}

.search_bar {float:left; margin-left:20px; height:32px;}
.search_input {float:left; width:100px; height:32px; line-height:32px; color:#999; border-width:1px 0 1px 1px; border-style:solid none solid solid; border-color:#08c; border-image:none; padding:0 5px;}
.search_btn {float:left; width:32px; height:32px; display:block; background:#08c url(/images/search_btn_32_32.png) no-repeat scroll 0 0;}

/*自适应宽度*/
.fl {float:left;}
.column-1,.column-2,.column-3,.column-4,.column-5,.column-6,.column-7,.column-8,.column-8,.column-10 {position:relative; float:left; min-height:20px;}
.column-10 {width:100%;}
.column-7 {width:70%;}
.column-3 {width:25%;margin-left:5%;}

/*总框架*/
#wrapper {position:relative; float:left; width:100%;}
#head_wrapper {position:relative; float:left; width:100%; background-color:#fff; z-index:999; border-bottom:1px solid #ddd;}
#main_wrapper {position:relative; float:left; width:100%; background-color:#fff; overflow:hidden; padding:10px 0;}
#foot_wrapper {position:relative; float:left; width:100%; background-color:#222; margin-top:20px;}
#layout {position:relative; width:80%; margin:0 auto;}
.row {position:relative;}
.cont_box {overflow:hidden; margin-top:10px;}
.cont_box ul {list-style-type:disc; margin-left:1em;}
.cont_box ul li {list-style-type:disc; font-size:14px; margin-bottom:10px;}
.cont_box ul li a {color:#08c; font-weight:bold;}
.cont_box ul li a:hover {color:#222; text-decoration:underline;}
.cont_box h3 a {color:#08c;}
.cont_box h3:hover a {color:#222; text-decoration:underline;}
.cont_box .current {color:#222; font-size:24px;}
.cont_box p {margin-bottom:10px;}
.cont_box p a {font-weight:bold; color:#08c;}
.cont_box p a:hover {color:#222; text-decoration:underline;}
.cont_box .columns {margin-left:0; overflow:hidden;}
.cont_box .columns li {display:inline-block; width:40%; margin-right:5%; margin-bottom:10px;}
.cont_box .columns li a {color:#08c; font-size:14px; margin-bottom:10px;}
.cont_box .columns li a:hover {color:#222; text-decoration:underline;}
.cont_box .desc {}
.cont_box .warning {background-color:#fc0; font-weight:bold;}
.cont_box .info {border-bottom:1px solid #ddd; padding-bottom:10px; margin-bottom:20px;}
.cont_box .desc p {margin-bottom:10px;}
.cont_box .info span {color:#555; display:inline-block; width:25%; margin-right:5%;}

.minibox {position:relative; float:left; min-height:70px; margin-bottom:20px;}
.minibox_img {position:absolute; float:left; left:0; top:0; width:70px; height:70px; border-radius:10px; overflow:hidden;}
.minibox_info {position:relative; float:right; padding-left:90px; padding-right: 10px}
.minibox_info p {margin-bottom:0;}

/*slide轮播*/
.banner {position:relative; overflow:hidden; height:300px; margin:30px 0 0; background-color: #fafafa;}
.banner a.btn_left {z-index:9; position:absolute; width:36px; height:100px; left:0; top:100px; 
background-color:#08c;
background-image:url(../../../images/btn_left_16_30.png);
background-repeat:no-repeat;
background-position:9px 35px; 
display:inline-block;}
.banner a.btn_left:hover {background-color:#222; transition:.3s ease-in-out;}
.banner a.btn_right {z-index:9; position:absolute; width:36px; height:100px; right:0; top:100px; 
background-color:#08c;
background-image:url(../../../images/btn_right_16_30.png);
background-repeat:no-repeat;
background-position:9px 35px; 
display:inline-block;}
.banner a.btn_right:hover {background-color:#222; transition:.3s ease-in-out;}
.slide01 {position:absolute; overflow:hidden; width:100%; height:300px; left:0; top:0;}
.item_wrapper {position:relative; float:left; width:100%; height:300px;}
.item_wrapper .item_img {position:relative; width:100%; height:300px;}
.item_wrapper .item_img img {display:block; float:right; margin-right: 70px;}
.item_wrapper .item_info {position:absolute; left:0; top:0; width:60%; padding:60px 0 60px 60px; background:transparent none repeat scroll 0 0;}
.item_wrapper .item_info h2 {line-height:40px; height:40px; overflow:hidden;}
.item_wrapper .item_info p {line-height:20px; height:80px; overflow:hidden; margin-bottom:30px;}
.item_wrapper .item_info a {display:block; float:left; height:40px; line-height:40px; text-align:center; padding:0 20px; color:#fff; background-color:#08c; text-decoration: none;}
.item_wrapper .item_info a:hover {background-color:#222; -webkit-transition:background-color 0.3s linear; -moz-transition:background-color 0.3s linear; -otransition:background-color 0.3s linear; transition:background-color 0.3s linear;}

/*面包屑导航*/
.nower {position:relative; float:left; height:20px; line-height:20px; padding-left:5px;}
.nower a {color:#08c;}
.nower a:hover {color:#222; text-decoration:underline;}
.nower span {padding:0 5px;}

/* div#maindiv {
	margin:1em;
} */

/* form {
	margin:0;
}

img {
	border:0;
}

h1 {
	color: black;
	-webkit-mask-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.296875)), to(black));
}

h2 {
	margin-top: 30px;
	color: black;
	-webkit-mask-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.296875)), to(black));
}

h3 {
	margin-top: 30px;
	color: black;
	-webkit-mask-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.296875)), to(black));
}

ul {
	list-style-type: circle;
	margin: 0;
}

li {
	margin: 10px;
}

a {
	text-decoration:none;
	font-weight: bold;
	color: #A66B00;
	-webkit-transition-property: background-color, color, height, shadow;
	-webkit-transition-duration: 0.3s;
	-moz-transition-property: background-color, color, height, shadow;
	-moz-transition-duration: 0.3s;
	-o-transition-property: background-color, color, height, shadow;
	-o-transition-duration: 0.3s;
	transition-property: background-color, color, height, shadow;
	transition-duration: 0.3s;
}

a:hover {
	text-decoration: none;
	color: #A68B00;
	font-weight: bold;
}

th, td {
	text-align:left;
	border:none;
	border-collapse: collapse;
}

input[type="text"], input[type="password"], input[type="url"], input[type="email"], textarea {
	width: auto;
	border-radius: 6px;
	border: 1px solid #e6e6e6;
	padding: 3px;
	font-family:"Lucida Grande",sans-serif;
}

hr {
	border: 0;
	background-color: #E2E2E2;
	height: 1px;
} */

/* =header */
#header {
	background: white url("../images/header/header-bg.png");
	font-size:77%;
	margin: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-collapse: collapse;

}

#header-col1 {
  padding:10px;
}

#header-col1 img{
  padding:0;
  height: 30px;
/*  height: 50%;
  width: 50%;
*/}

#header-col1 h1 {
	padding: 0;
	margin: 0;
}

#header-col2 {
  text-align: right;
  padding: 0 7px 0 0;
  font-size: 10px;
  color: #7D88CC;
  text-shadow: 1px 1px white;
  font-weight: bold;
}

#header-line2 {
	background: #41495C url("../images/header/tabs-bg.png") repeat-x;
	text-align: right;
	padding-top: 10px;
}

#header-news {
	background-color: #41495C;
	display: table-cell;
}

#header-news span {
	background-color: #41495C;
	height: 200px;
}

/* /* =searchBox */
/* #searchBox {
  display: inline;
}

#searchBox a{
  font-size: 10px;
  margin-right: 10px;
  text-decoration:none;
  font-weight: bold;
  color: #A66B00;
  -webkit-transition-property: background-color, color, height, shadow;
  -webkit-transition-duration: 0.3s;
  -moz-transition-property: background-color, color, height, shadow;
  -moz-transition-duration: 0.3s;
  -o-transition-property: background-color, color, height, shadow;
  -o-transition-duration: 0.3s;
  transition-property: background-color, color, height, shadow;
  transition-duration: 0.3s;
}

#searchBox a:hover {
	text-decoration: none;
	color: #A68B00;
	font-weight: bold;
}


#searchBox span {
  display: inline;
  margin-left: 20px;
}

#searchBox span input[type=text] {
	padding-left: 20px;
	border-radius: 20px;
	border: 1px solid white;
	background-image: url(../images/search-logo.png);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	display: inline;
	width: 130px;
	margin-right: 7px;
	height: 10px;
}

#searchBox span input[type=submit] {
	display:none;
} */ */

/* =quicknavform */
#quicknavform {
	display: inline;
	color: white;
	float: left;
}

#quicknavform span {
	display: inline;
	color: white;
}

#quicknav {
	margin-left: 7px;
	width: 180px;
}

/* =tabGenerator */
.tabGenerator {
	font-weight:bold;
	border-collapse: collapse;
	height: 36px;
}

.tabGenerator tbody {
	margin-left: 50px;
}

.tabGenerator td {
	padding:0;
	margin: 0;
	vertical-align: middle;
}

.tabGenerator .tg-middle {
  background-color: #41495C;
  vertical-align: bottom;
}

.tabGenerator .tg-middle span {
	background-color: #41495C;
	margin-top: 0;
}

.tabGenerator .tg-middle span span {
	display: block;
	text-align:center;
	vertical-align: middle;
	height: 20px;
	border-bottom: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-top-right-border-radius: 6px;
	-webkit-top-left-border-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	background-color: #FFE673;
	line-height: 17px;
	color: black;
	text-shadow: 1px 1px #B2BFD9;
	margin: 0 2px;
	-webkit-transition-property: background-color, color, height, shadow;
	-webkit-transition-duration: 0.3s;
	-moz-transition-property: background-color, color, height, shadow;
	-moz-transition-duration: 0.3s;
	-o-transition-property: background-color, color, height, shadow;
	-o-transition-duration: 0.3s;
	transition-property: background-color, color, height, shadow;
	transition-duration: 0.3s;
}

.tabGenerator .tg-middle span span:hover {
	display: block;
	background-color: #FFE613;
	text-shadow: 1px 1px white;
	height: 30px;
}

.tabGenerator .tg-middle span span a {
	display: block;
	color: black;
}

.tabGenerator .tg-middle span.selected span {
	background-color: #FFE613;
	text-shadow: 1px 1px white;
	height: 30px;
}

.tabGenerator .tg-right span.selected span {
	display:none;
}

/*
	innertabs
*/
.innertabs .tabGenerator {
	font-weight:bold;
	border-collapse: collapse;
	height: 20px;
}

.innertabs .tabGenerator tbody {
	margin-left: 50px;
}

.innertabs .tabGenerator td {
	padding:0;
	margin: 0;
	vertical-align: middle;
}

.innertabs .tabGenerator .tg-middle {
  background-color: #F7F7F7;
  vertical-align: middle;
}

.innertabs .tabGenerator .tg-middle span {
	background-color: #F7F7F7;
	margin-top: 0;
}

.innertabs .tabGenerator .tg-middle span span {
	display: block;
	text-align:center;
	vertical-align: middle;
	height: 20px;
	margin: 0;
	border-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: #F7F7F7;
	line-height: 17px;
	color: black;
	text-shadow: 1px 1px white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.innertabs .tabGenerator .tg-middle span span:hover {
	display: block;
	background-color: white;
}

.innertabs .tabGenerator .tg-middle span span a {
	display: block;
	color: black;
}

.innertabs .tabGenerator .tg-middle span.selected span {
	background-color: white;
	text-shadow: 1px 1px white;
}

.innertabs .tabGenerator .tg-right span.selected span {
	display:none;
}

.topTab, a.topTab, a.topTab:visited, a.topTab:hover,
.topTabSelected, a.topTabSelected, a.topTabSelected:visited,
a.topTabSelected:hover {
  text-decoration: none;
  font-weight: bold;
  color: rgb(68, 68, 68);
  font-family: arial, helvetica, sans-serif;
  font-size: 0.9em;
}

.bottomTab, a.bottomTab, a.bottomTab:visited, a.bottomTab:hover {
  text-decoration: none;
  font-weight: bold;
  color: white;
  font-family: arial, helvetica, sans-serif;
  font-size: 0.9em;
}

.bottomTabSelected, a.bottomTabSelected, a.bottomTabSelected:visited, a.bottomTabSelected:hover {
  text-decoration: none;
  font-weight: bold;
  color: rgb(68, 68, 68);
  font-family: arial, helvetica, sans-serif;
  font-size: 0.9em;
}

.topLeft {
  vertical-align: top;
  text-align: left;
}

.middleRight {
  vertical-align: middle;
  text-align: right;
}

.pane {
  color: rgb(112, 112, 112);
  background-color: white;
}

.field-holder {
  clear: both;
}

/* Boxes (top / middle / bottom)
----------------------------------------------- */
.box-surround {
/*  margin-bottom: 1em;*/
	background-color: #F7F7F7;
	border: 1px solid #E2E3E4;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-bottom: 0;
}

.box-title-content {
	color: #808080;
	font-weight: bold;
	font-size: 13px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E2E3E4;
}


.box-content {
	border-bottom: 1px solid #E2E3E4;
	margin: 0;
	padding: 8px 8px 8px 18px;
}

.box-content p {
	margin: 0;
}


.box-middle {
  margin: 0;
  padding-left: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #808080;
  font-weight: bold;
}


/* widgets */

.widget {
	margin-top: 5px;
	background-color: #F7F7F7;
	border: 1px solid #E2E3E4;
	border-bottom: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-bottom: 10px;
}

.widget_titlebar {
	color: #808080;
	font-weight: bold;
	font-size: 13px;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E2E3E4;
	background: none;
}

.widget_titlebar_close img {
	width: 12px;
	height: 12px;
}

.widget_titlebar_minimize img {
	width: 12px;
	height: 12px;
}

.widget_titlebar_maximize img {
	width: 12px;
	height: 12px;
}

.widget_content {
	border-bottom: 1px solid #E2E3E4;
	margin: 0;
	padding: 8px;
}

.widget_content table {
	border-collapse: collapse;
	border: 1px solid #D5D5D5;
}
.widget_content table td {
	padding: 4px;
}

.even,
.bgcolor-grey {
	background-color: #fff3b8;
}

.odd,
.bgcolor-white {
	background-color: #ffffff;
}

/*
	listTable
*/

.listTable table {
	border-collapse: collapse;
}

.listTable table td{
	padding: 5px;
	border: 1px solid gray;
}

/*
	submenu
*/
.submenu {
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: 0;
	/*border-collapse: collapse;*/
	border-bottom: 1px solid #E2E3E4;
	border-spacing: 6px 0;
	padding-left: 0;
}

.submenu li {
	display: table-cell;
	margin-left: 5px;
	border: 1px solid #E2E3E4;
	height: 16px;
	padding: 5px;
	border-bottom: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-top-right-border-radius: 6px;
	-webkit-top-left-border-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	margin-right: 10px;
	background: white;
}

.submenu li:hover  {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7f7f7), to(white));
}



/* =ft (footer)
----------------------------------------------- */
#ft {
  text-align:center;
}

/* error_msg, warning_msg or feedback function
----------------------------------------------- */
.error {
	background-color: #bc008d; /* red */
	border: 0;
	padding: 7px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-shadow: 1px 1px #ff7c73;
	text-align: left;
	font-size: small;
	font-weight: normal;
	color: black;
	margin: 2px 3px 3px;
}

.warning_msg, .warning, .tips, .important {
	background-color: #ff8940; /* orange */
	border: 0;
	padding: 7px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-shadow: 1px 1px #fff5CA;
	text-align: left;
	font-weight: normal;
	font-size: small;
	margin: 2px 3px 3px;
}

.feedback {
	background-color: #b7f300; /* green */
	border: 0;
	padding: 7px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-shadow: 1px 1px #DFF59f;
	text-align: left;
	font-weight: normal;
	font-size: small;
	margin: 2px 3px 3px;
}

p.information {
	background-color: #ffcd73;
	border: 0;
	padding: 7px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-shadow: 1px 1px #DFF59f;
	text-align: left;
	font-weight: normal;
	font-size: small;
	margin: 2px 3px 3px;
}

#ffErrors {
	background-color: #ff4940; /* red */
	border: 1px solid red;
	padding: 7px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-shadow: 1px 1px #ff7c73;
	color: black;
	margin: 2px 3px 3px;
}

#ffErrors .error {
	background-color: #ff4940; /* red */
	border: 1px solid red;
	padding: 7px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-shadow: 1px 1px #ff7c73;
	color: black;
	margin: 2px 3px 3px;
}


/*
	footer
*/
.footer {
	padding: 10px;
	background: rgb(66, 69, 82) url("../images/header/header-bg.png");
	border-top: 1px solid #f7f7f7;
	margin-top: 20px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-bottom-right-border-radius: 6px;
	-webkit-bottom-left-border-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	text-align: center;
	color: #dcdcdc;
	text-shadow: 1px 1px white;
}

.footer img {
	float: right;
}

.info-box h2 {
	font-size: 1.3em;
	-moz-border-radius: 0.5em 0.5em 0 0;
	-webkit-border-radius: 0.5em 0.5em 0 0;
	border-radius: 0.5em 0.5em 0 0;
	color: white;
	background: #a63f00;
	padding: 3px 3px 3px 10px;
	margin: 0 -4px 0 -4px;
}

.info-box:nth-child(4n) h2 {
	background: #bf6730;
}
.info-box:nth-child(4n+1) h2 {
	background: #a68800;
}
.info-box:nth-child(4n+2) h2 {
	background: #a63f00;
}
.info-box:nth-child(4n+3) h2 {
	background: #bfa630;
}

.info-box {
	background: #f7f6f7;
	color: #565c5e;
	padding: 1px 4px 4px 4px;
	margin-bottom: 8px;
	-moz-border-radius: 0.5em 0.5em 0 0;
	-webkit-border-radius: 0.5em 0.5em 0 0;
	border-radius: 0.5em 0.5em 0 0;
}

.priority1 { background-color: #f3f4db}
.priority2 { background-color: #fcecc2}
.priority3 { background-color: #fde4aa}
.priority4 { background-color: #fcd986}
.priority5 { background-color: #fac955}

/* Activity Page */
#activity {
	display: table;
	width: 100%;
}

#activity_left {
	display: table;
	width: 100%;
}

#activity_right {
	margin-top:5px;
}

#activity_select {
	float: left;
}

#activity_label,
#activity_label_startdate,
#activity_label_enddate {
	font-weight:bold;
	margin-top:10px;
}

#activity_startdate,
#activity_enddate {
	float: left;
	margin-left: 5px;
}

#activity_submit {
	margin-top: 10px;
}

#activity_submit input {
	margin-top: 23px;
	margin-left: 5px;
}

.docman_editfile_title,
#docman_search_query_label {
	font-weight:bold;
}

/* Andybao */
/* Admin/Project Info/Notification setup/checkbox */
input.a_cbox {
    position: absolute;
    margin-left: 10px;
}
/* Admin/Project Info/Notification setup/Update */
input.a_submit_button {
    margin-top: 10px;
}
/* Admin/Stats/Refresh */
input.a_refresh_button {
    position: absolute;
    top: 67%;
}
/* Admin/VHOSTs/Create */
input.a_create {
    position: absolute;
    top: 75%;
}
/* Admin/Activity/Refresh */
input.a_activity_refresh_button {
    position: absolute;
    top: 10%;
}
/* Site Admin/string */
.a_site_admin_string {
    margin-left: 40px;
}
/* Site Admin/User Maintenance */
.a_site_admin_user_mt {
    margin-left: 45px;
}