/* CSS Document */
.head{
  margin-top:0px;
  width: 100%;
  height: 85px;
  border-collapse:collapse;
  background-image:url(/k9scm/image1/head-bg.jpg);
  background-repeat:repeat-x;
}
.headIndex{
  margin-top:0px;
  width: 100%;
  height: 85px;
  border-collapse:collapse;
  background-image:url(/k9scm/image1/head-bg-index.jpg);
  background-repeat:repeat-x;
  border-bottom: #73a3d9 solid 1px;
}
.context{
  width:100%; height:400px; background:url(/k9scm/image1/center-bg.jpg) center top no-repeat; padding-top:100px; overflow:hidden;
}
.contextIndex{
  width:100%; height:700px; padding-top:0px; overflow:hidden;
}
.bottom{
  margin-top:0px;
  width: 100%;
  height: 80px;
  border-collapse:collapse;
  text-align:center;
  color:#666666;
}
.bottomIndex{
  margin-top:0px;
  width: 100%;
  height: 80px;
  border-collapse:collapse;
  text-align:center;
  color:#666666; 
}
.sweixin{float:center; width:28px; height:28px; margin:0 20px; background:url(/k9scm/image1/wblogo.jpg) -28px -28px no-repeat; cursor:  pointer; display:inline-block;}
.sweixin-index{float:center; width:30px; height:30px; margin:0 20px; background:url(/k9scm/image/help.png) no-repeat; cursor:  pointer; display:inline-block;}
.hpcnt{width:700px; height:60px; margin:0 auto; padding:0; overflow:hidden;}
.org{width:100%;height:28px;display:inline-block;}
/*
.menu{width:700px; height:54px; float:left; margin:0 13px 0 0; padding:0;list-style-type:none;}
.menu li{float:left;width:75px; height:54px; cursor:pointer; text-align:center; line-height:25px; color:#4c4c4c; font-weight:bold; font-size:15px;}
.menu li.sel, .menu li:hover{border-bottom:3px solid #f15433; color:#f15433;}
*/

.login{width:450px; height:283px; margin:0 auto; list-style-type:none;}
.login li{width:450px;}
.login li.toplog{height:20px; background:url(/k9scm/image1/login.png) 0 0 no-repeat;}
.login li.bottomlog{height:20px; background:url(/k9scm/image1/login.png) 0 -263px no-repeat; }
.login li.cntlog{width:380px; height:auto;min-height:233px;_height:233px; background:url(/k9scm/image1/loginframebg.png) left top repeat-y; padding:14px 20px 0 50px; vertical-align:top;}
.login li.cntlog .logbox{width:396px; height:auto; float:left;}
.login li.cntlog .logbox dt{width:396px; height:25px; line-height:25px; text-align:left; font-size:24px; color:#4C4C4C; margin-bottom:12px;}
.username{
  border: 0px;
  width: 227px;
  height: 31px;
  background-image:url(/k9scm/image1/code_input_bg.gif);
  background-repeat:no-repeat;
  font-size:16px;
  line-height:31px;
}

a.loginButton{
  display: -moz-inline-stack;
  display: inline-block;
  outline: none;
  -ms-outline-none: expression(this.hideFocus = "true"); 
  width: 100px;
  height: 32px;
  margin-top: 5px;
  background-image: url(/k9scm/image1/login_btn.jpg);
  background-repeat: no-repeat;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  color:#fff;
  font-size: 15px;
  font-weight: bold;
}
a.loginButton:hover{
  display: -moz-inline-stack;
  display: inline-block;
  outline: none;
  -ms-outline-none: expression(this.hideFocus = "true"); 
  width: 100px;
  height: 32px;
  margin-top: 5px;
  background-image: url(/k9scm/image1/login_btn_bg.jpg);
  background-repeat: no-repeat;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}

/* common styling */
/* set up the overall width of the menu div, the font and the margins */
.menu {
width:980px; 
margin:0; 
margin:0px;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:85px; 
height:30px; 
color:#fff; 
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#1291A9; 
line-height:30px; 
font-size:13px;
font-weight: bold;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#000; 
background:#cee4f7;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:31px; 
left:0; 
width:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#cee4f7; 
color:#000;
}
.menu ul li:hover #big li a {
width:150px;
display:block; 
background:#cee4f7; 
color:#000;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#72CFD7; 
color:#000;
}
.menu ul li:hover #big li a:hover {
background:#72CFD7; 
color:#000;
}

.panel{
  width: 500px;
  height: 200px;
  border:solid 1px #084679;
  border-collapse:collapse;
  border-spacing: 0px;
  text-align: left;
  padding: 0px;
}
.panel th{
  background-color:#084679;
  height: 3px;
}

.homeHead{
  width: 100%;
  text-align: center;
  height: 40px;
  margin-top: 10px;
}
.homeBody{
  margin: 0px auto;
  width: 1100px;
  height: 200px;	
}



