/*body {
        background: url(imgs/bg.jpg);
        width: 100%;
        height: 100%;
        font-size: 11px;
        margin:0;
}*/

 		

#main {
    width: 988px;
    margin: auto;
    background-color: #FAFAFA;
}
#header {
    width: 100%;
    height: 160px;
    background: url(imgs/header.jpg) no-repeat;
}
#leftSide{
    float:left;
    background-color: #fdffe9;
    min-height: 600px;
}
#content{

}
#nav{
    min-height: 200px;
    background-color: #fdffe9;
}
#nav ul{
    list-style: none;
    position: relative;
    padding-left: 5px;
    margin-bottom: 1px;
    font-size: 9px;
}
#nav ul li{
    background: url(imgs/nav_bullet.jpg) no-repeat;
    background-position: 1px 5px;
    width: 250px;
}
#nav li ul{
    position: absolute;
    left: 25em;
    margin:-13px;
    z-index: 999;
    background-color: #feffe8;
    width: 300px;
    visibility: hidden;
}
#nav ul li:hover>ul{
    visibility: visible;
}
#nav li ul li{
    width: 300px;
}
#nav ul a{
    margin-left: 20px;
    display: block;
    font-weight: bold;
    text-decoration: none;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 10px;
    font-size: 10px;
    color: #666666;
}
#nav ul a:hover {
    color: #FFFFFF;
    background-color: #6d6f53;
}

#responseType {
    width: 55px;
    height: 23px;
    background-image: url(imgs/swither.png);
    margin-top: 5px;
    cursor: pointer;
}
.result {
    margin: 3px 0 3px 0;
    padding: 2px;
}
#sWord_result {
    text-align: left;
    background: #FFFFFF;
    width: 450px;
    border: solid 1px #E9E9E9;
    border-top: none;
    margin-right: auto;
    padding: 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #333333;
}
#rightSide{
    float:left;
    width: 65%;
}
#separator{
    float:left;
    width:5px;
    height:10px;
}
.clearer{
    clear: both;
}
.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}


html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}
   TABLE {
    border:1px solid #E9E9E9 ;
	margin: auto;
   }
   TD {
	border-bottom: 1px #999 dashed;
   }



.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}
#msg {
	font-size: 100%;
	position: fixed;
	display: none;
	width: 220px;
	height: 500px;
	left: 10px; 
	top: 22%; 
	padding: 10px; 
	background: #ffe; 
	border: 1px solid #333; 
	overflow-y:auto;
}  




xxx{
	font-size: 80%;
	font-weight: bold;
	}

 xx{
	font-size: 80%;
	
}

x{
    letter-spacing: 5px;
 }

