﻿body,div,ul,ol,li,h1,p
{
 padding: 0;
  margin: 0;
    /*margin-left: 0;*/
    /*margin-right: 0px;*/
    /*margin-top: 0;*/
    /*width: 666px;*/
    /*height: 952px;*/
}
html {

}
body {

padding: 0;
margin: 0;
width: 100%;
height: 100%;
background:url(../Img/body_background.png) repeat left top;
}
.wrapper
{
    position:relative;
	margin:0 auto;
	width:900px;
	/*border:1px solid #F00;*/
 
	background:url(../Img/home.png) no-repeat;
	/*height:expression(document.documentElement.clientHeight);*/
	
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear :both;
	visibility: hidden;
}
.clear {
	display: inline-table;
}
/*      header    */
.header
{
	width:900px;
	height:179px;
	/*border:1px solid #F00;*/
}
.header_title
{
	width:900px;
	height:144px;
	
}
.admin
{
    float:right;
    font-size:12px;
    
    /*border-right:1px solid #000;*/
    margin:125px 5px 0px 0px ;
    padding:0px 5px 0px 5px;
    display:block;
    cursor:pointer;
}
.admin_text
{
    color:Black;
    text-decoration:none;
}
.admin_text:hover
{
    color:#b3b3aa;
}
.user
{
    float:right;
    font-size:12px;
    border-right:1px solid #000;
    /*border-right:1px solid #000;*/
    margin:125px 0px 0px 0px ;
    padding:0px 5px 0px 5px;
    display:block;
    cursor:pointer;
}
.user_text
{
    color:Black;
    text-decoration:none;
}
.user_text:hover
{
    color:#b3b3aa;
}
.home
{
  float:right;
  /*font-weight:bold;*/
  
  font-size:12px;
  border-right:1px solid #000;
  /*border-right:1px solid #000;*/
  margin:125px 0px 0px 0px ;
  padding:0px 5px 0px 5px;
  display:block;
  cursor:pointer;
  text-decoration:none;
}
.home_text
{
    color:Black;
    text-decoration:none;
}
.home_text:hover
{
    color:#b3b3aa;
}
.header_List
{
	width:900px;
	height:35px;
}

/*  header_List */
.header_List ul
{
	/*border:1px solid #F00;*/
	margin:0px 0px 0px 0px;
	padding:7px 0px 0px 0px;
}

.header_List ul li 
{
	display:block;
	float:left;
	border-left: 1px solid #a6a69d;
	list-style-type: none;
	font-size:15px;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
    width: 58px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 5px;
    padding-bottom: 0px;
}
.header_List ul li:hover
{
	background-color:#a6a69d;
}
.HeyLink
{
    text-decoration:none;
    color:White;
    font-size: medium;
    text-align: center;
}

/*  Content  */
.Content
{
    
	width:900px;
	
	/*height:expression(document.documentElement.clientHeight-180);*/
}
.Content_List
{
	width:154px;
	height:530px;
	float:left;
}
.MainContent
{
    
	width:746px;
	overflow: auto;
	float:left;
	/*height:expression(document.documentElement.clientHeight-180);*/
}
.Content_List ul
{
	/*border:1px solid #F00;*/
	margin:5px 0px 0px 0px;
	padding:5px 10px 0px 10px;
    overflow-y : scroll;
    overflow-x : hidden;
    height: 900px;
}
.Content_List ul li
{
	display:block;
	border-bottom: 1px inset #FFF;
	list-style-type: none;
	font-size:16px;
	color:#FFF;
	padding:10px 0px 10px 15px;
	text-decoration:none;
	cursor:pointer;
    height: 38px;
    width: 121px;
}
.Content_List ul li:hover
{
  background-color:#f2f7fa;
}
.Left_List_Link
{
    text-decoration:none;
    /*color:#94aec3;*/
    color:#3b5998;
}
.Left_List_Link:hover
{
    /*color:#3b5998;*/
    color:#94aec3;
}
