@CHARSET "UTF-8";
img{
	border: none;
}
a{
	color: #DDDD00;
}

body {
	/*background-color: #787566;*/
	background-color: #BBBABD;
}

body,form,table,div,textarea,pre {
	margin: 0;
	font-size: 12px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	padding: 0;
}

div.banner {
	background: #22211C;
	height: 30px;
	color: white;
	font-weight: bold;
	padding: 10px;
	font-size: 25px;
}

div.menu_bar_container{background-color: #646256;height: 25px; background-image: url("menubar_bg.jpg");background-repeat: repeat-x;}
div.menu_bar { color: white;font-weight: bold;margin: 7px 0 0 10px}
div.menu_bar a{ color: white; }


td.main_content {
	vertical-align: top;
	display: inline;
}

div.content_nav {
	background: #4C4A3E;
	height: 30px;
	color: white;
	padding: 12px 0 0 20px;
	font-size: 16px;
}

td.main_content div.content{
	padding: 10px 20px;
}
td.main_content div.content a{
	color: blue;
}

div.footer {
	padding-top: 5px;
	background: #22211C;
	height: 20px;
	color: #eee;
	text-align: center;
	font-size: 12px;
}

table.list a{color: blue;}
table.list{
	border: solid 2px #333;
	background-color: #ddd;	
}
table.list td,table.list th{
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	padding: 5px 5px 0 5px;
	white-space: nowrap;
}
table.form_tb{
	line-height: 30px;
	margin-left: 10px;
}

table.form_tb th{
	text-align: right;
}

fieldset {
	margin-left:0px;
}
legend{
	color: white;font-weight: bold;
}
option {
	background-color: #eee;
}

input {
	background-color: #eee;
}
textarea {
	background-color: #eee;
}

div.pagination{margin: 2px}
div.pagination a,div.pagination .gap,div.pagination .current{margin-left: 2px;}
div.pagination .current{font-weight: bold;color: purple;}

table.list tr.clear_pad td{padding: 0}
table.list td.pad0{padding: 0}
table.list td.none_border_right, table.list th.none_border_right{
	border-right: none;
}
table.list td.none_border_bottom, table.list th.none_border_bottom{
	border-bottom: none;
}
table.list tr.r0{background-color:#eef89D}
table.list tr.r1{background-color:#e3ffdD}

/*自动完成*/
.suggestionsBox {
    position: relative;
    left: 0px;
    margin: 0px 0px 0px 0px;
    width: 184px;
    background-color: #fff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #000;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
    list-style-type:none; 
}

.suggestionList li {
	margin: 0px;
	padding: 0px;
    cursor: pointer;
    list-style-type:none;
    line-height: 20px;
}

/*.suggestionList li:hover {
   background-color: #659CD8; 
}*/



#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em; 
}
#nav a{
	display:block;
	padding:0px 5px;
	
	color:#fff;
	text-decoration:underline;
}
#nav a:hover{
	background-color:#aaa;
	color:#333;
}
#nav li{
	float:left;
	position:relative;
}
#nav ul {
	position:absolute;
	display:none;
	width:12em;
	top:1.5em;
}
#nav li ul a{
	width:12em;
	height:auto;
	float:left;
	background-color: #333;
}
#nav ul ul{
	top:auto;
}	
#nav li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}
