@charset "utf-8";
#btn2 {
	background-image: url(img/cgn_10.jpg);
	float: left;
	height: 378px;
	width: 100%;
	background-repeat: repeat-x;
	margin-bottom: 20px;
}
#btn3 {
	float: left;
	
	width: 100%;
	background-color: #FFF;
}



#web4 {
	height: 100%;
	width: 100%;
	background-color: #FFF;
	float: left;
}
#web5 {
	height: 100%;
	width: 100%;
	background-color: #FFF;
	float: left;
}



.a1 {
	color: #B50007;
}
.a2 {
	color: #EE8100;
}
.a3 {
	color: #F09220;
}
.a4 {
	color: #000;
}




#new {
	float: left;
	height: 3%;
	width: 70%;
	line-height: 30px;
	font-weight: bold;
	color: #EE8100;
	margin: 1%;
}
#sea {
	float: left;
	height: 3%;
	width: 26%;
	line-height: 30px;
	font-weight: bold;
	color: #000;
	margin: 1%;
	text-align: right;
}


body {
	margin: 0px;
	/*background-color: #666;*/
}

a:link {
	color: #EE8100;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #EE8100;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FC0;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FC0;
	text-decoration: none;
	font-weight: bold;
}


#content {
	height: 100%;
	width: 100%;
	float: left;
}
#basic-modal {
	float: right;
	position: fixed;
}



#top {
	height: 13%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	font-size: 95%;
}


#web1 {
	height: 100%;
	width: 100%;
	background-color: #FFF;
	float: left;
}

#mid {
	height: 100%;
	width: 100%;
	clear: left;
	padding-bottom: 5px;
}
#main {
	float: left;
	height: 100%;
	width: 100%;
}


#btn {
	background-image: url(img/cgn_10.jpg);
	float: left;
	height: 90px;
	width: 100%;
	background-repeat: repeat-x;
}
#btn1 {
	background-image: url(img/cgn_10.jpg);
	float: left;
	height: 190px;
	width: 100%;
	background-repeat: repeat-x;
}
#web1 #content table{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#web1 #content td,th{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

#left {
	float: left;
	height: 68%;
	width: 30%;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
}
#right {
	float: left;
	height: 53%;
	width: 66%;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
}
#p_left {
	float: left;
	height: 68%;
	width: 40%;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
}
#p_right {
	float: left;
	height: 53%;
	width: 56%;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
}
#pcp_left {
	float: top;
	height: 200px;
	width: 98%;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
	overflow-y:auto;
}
#pcp_right {
	float: bottom;
	height: 400px;
	width: 98%;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
	overflow-y:auto;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-in.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
	width:50px;
	height:25px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  /*background-color: #49afcd;*/
  background-color:#5D7B9D;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
.btn-in {
  color: #ffffff;
  font-size:20px;
  font-weight:bolder;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color:#5D7B9D;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  /*border-color: #2f96b4 #2f96b4 #1f6377;*/
  border-color: #5D7B9D #5D7B9D #5D7B9D;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-in:hover,
.btn-in:focus,
.btn-in:active,
.btn-in.active,
.btn-in.disabled,
.btn-in[disabled] {
  color: #ffffff;
  background-color: #369;/*#2f96b4;
  *background-color: #2a85a0;*/
}
.btn-in:active,
.btn-in.active {
  /*background-color: #24748c \9;*/
  background-color: #06C;/*#5D7B9D;*/
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
#header {
	background-image: url(img/cgn_01.jpg);
	height:0px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center;
}

#nav {
	background-image: url(img/cgn_03.jpg);
	float: left;
	width: 100%;
	background-repeat: repeat-x;
	height: 37px;
	margin: 0px;
}
#top #nav ul {
	margin: 10px;
	list-style-type: none;
}
#top #nav li {
	display: block;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}
#top #nav a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#top #nav a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#top #nav a:hover {
	color: #FC0;
	text-decoration: none;
	font-weight: normal;
}
#top #nav a:active {
	color: #FC0;
	text-decoration: none;
	font-weight: normal;
	
}
#top #nav #bt {
	height: 35px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size:18px;
	
}
input:focus{
	background:#FF6;
}
select:focus{
	background:#FF6;
}