﻿body {
	background-color: #4A4237;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
/* Forces vertical scroll bar to be visible */
#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/column.jpg');
	background-repeat: repeat-y;
	text-align: left;
	background-color: #FFFFFF;
}
#mainphoto {
	background-image: url('../images/main_photo.jpg');
	height: 185px;
	width: 700px;
}

/*注销*/
#zhuxiao
{
    float:right;
    width:35px;
    background-color:White;
    padding:2px;
}


#nav {
	background-color: #775d42;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	text-transform: capitalize;
	color:White;
}
#navlist a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bolder;
}
#navlist a:hover {
	color: #AF9981;
}
#shadow {
	height: 17px;
	width: 700px;
	background-image: url('../images/shadow.jpg');
	background-repeat: no-repeat;
}


#col1 {
	float: left;
	width: 500px;
	display: inline;
}
#col2 {
	float: left;
	width: 200px;
	display: inline;
}
#col1content {
	padding: 0px 15px 15px;
}
#footer {
	clear: both;
	height: 20px;
	width: 700px;
	background-image: url('../images/footer.jpg');
}
#col2content {
	padding: 2px;
	text-align:left;
	font-size:9pt;
}
.imageborder {
	padding: 5px;
	border: 1px solid #3A4A14;
	background-color: #F2F3F4;
}
.subhead {
	font-size: 11px;
	color: #78442C;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sidebar {
	margin-bottom: 10px;
	color: #666666;
	font-size: 10px;
	line-height: 140%;
}

#footer p {
	color: #EEEBE8;
	font-size: 9px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 15px;
}
a:link {
	color: #0059b4;
	text-decoration: none;
}
a:visited {
	color: #0059b4;
	text-decoration: none;
}
a:hover {
	color: #0059b4;
	text-decoration: underline;
}
a:active {
	color: #0059b4;
}

/*登录选项*/
#col1content ul {
	list-style-type: none;
	margin: 0;
}
#col1content ul li {
	height:50px;
	line-height: 50px;
	padding: 0px 0px 0px 15px;
}

/*错误提示*/
.error
{
    background:url('../images/error.jpg') no-repeat;
    width:450px;
    height:300px;
    margin:50px 10px;
}
.tip
{
    margin:10px;
    line-height:35px;
    padding:0px 0px 0px 32px;
    background:url('../images/wrong.jpg') no-repeat;
}

/*操作成功提示*/
.ok
{
    background:url('../images/ok.jpg') no-repeat;
    width:450px;
    height:300px;
    margin:50px 10px;
}
.oktip
{
    margin:10px;
    line-height:35px;
    padding:0px 0px 0px 32px;
}


/*显示列表*/
.showlist
{
    line-height: 50px;
	padding: 0px 0px 0px 15px;
	background: url('../images/submenu1.gif') no-repeat left center;
}

/*添加记录*/
#col1_add {
	width: 700px;
}

#col1content_add {
	padding: 0px 15px 15px;
}

