@charset "utf-8";
/* CSS Document */

/*公用元素*//*FROM group_shares.php pdfs.php*/
body {
    font-family:Verdana, Geneva, sans-serif;
	font-size:12px; 
}
.toolBar{ height:62px; background-image:url(header_gradient.png); background-repeat:repeat-x;  border-bottom: 1px solid #ccc;}
ul.toolBarList li{ width:80px; height: 25px; background-color:white; border:#aaa solid 1px; float: left;
                    margin:10px 30px 5px 10px; text-align:center; padding-top:5px;}

.close{ font-size:16px; font-family: sans-serif; color:blue; cursor: pointer;}
.dialog{ position:absolute; display:none; width:400px; height:200px; border:2px solid;}
.dialogContent{padding: 5px 20px 5px 20px}


/*来自test_file.html*/
body{ font-size:14px; color:#444; line-height:1.5em;}



.order_menu{margin:auto; background-image:url(gray_bg1.png);-moz-border-radius: 10px; border-radius: 10px;
  -moz-box-shadow: 0 1px 3px #888;-webkit-box-shadow: 0 1px 3px #777; padding:20px; 	
	min-height:450px; width:680px;}
.order_menu ul{ margin-left:100px;}

.order_list{ margin:auto;list-style:none;}
ul.order_list li{ display:inline-block; float:left; margin-right:40px; margin-bottom:40px; }
ul.order_list li a, ul.order_list li a:link, ul.order_list li a:visited{ display:block; padding-top:10px;height: 30px; width:100px; text-decoration:none; text-align:center; border:solid 1px #39F; background-color:#CED2EF;}
ul.order_list li a:hover{ background-color:#eee; color:red;}
.order_content{margin:0 auto; width:600px; height:400px; padding:10px;font-family: "微软雅黑","黑体",sans-serif, serif ; background-image:url(css/gray_bg1.png); -moz-border-radius: 10px; border-radius: 10px;}
.clear_both{ clear:both; height:0px; width:100%; }

/*order_list.php*/
.order_list_tab{  border:1px #ccc solid;}
.content_list {width:100%; min-height:700px; }
.page_row{ margin:auto; width:800px; text-align:center;}
.page_row span{  width:35px; height:35px; margin:2px; border:#9CF 1px solid; background-color:#eee;  }
.page_curr a,.page_curr a:link,.page_curr a:visited,.page_curr a:hover{ color:red; text-decoration:none;}
.page_list a, .page_list a:link, .page_list a:visited{ color:#CCC; text-decoration:none;}
.page_list a:hover{ color:#F00; text-decoration:none;} 





