body {
	background: #616161;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

* {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 800px;
	background: #ffffff;
	text-align: center;
	margin: 0px auto;
}

#wrapper {
	width: 800px;
	text-align: left;
	float: left;
	position: relative;
	background-image: url(../img_layout/admin_bg.gif);
}

#headerTop {
	background-color: #29486D;
	background-image: url(../img_layout/masthead.gif);
	background-repeat: no-repeat;
	height: 100px;
}

#headerTop h1 {
	width: 470px;
	margin-left: 330px;
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}


#mainAdmin {
	text-align: left;
	min-height: 500px;	
}

#dirAdmin {
	padding-top: 20px;
	float: left;
	width: 175px;
}


#dirAdmin ul {
	list-style-type: none;
	margin-left: 20px;
	margin-bottom: 10px;
}

#dirAdmin ul li {
	margin-bottom: 5px;
}

#dirAdmin ul li a {
	color: #112830;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#dirAdmin ul li a:hover {
	color: #666666;
}

#contentAdmin {
	float: left;
	width: 625px;
}
#contentAdmin p.logSucc {
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
}
#sectionAdmin {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#sectionAdmin h1 {
	font-family: Palatino, Times, "Times New Roman";
	font-size: 18px;
	margin-bottom: 20px;
	color: #29486D;
}
#sectionAdmin p {
	color: #666666;
	margin-bottom: 15px;
	font-size: 12px;
}
#sectionAdmin p label {
	width: 130px;
	display: block;
	float: left;
}
#sectionAdmin p span {
	font-size: 10px;
	margin-top: 5px;
	display: block;
	color: #294860;
	margin-left: 130px;
}
#sectionAdmin p.addsuccess {
	font-size: 14px;
	color: #669933;
}
#sectionAdmin #tableAdminList {
	width: 500px;
}
#sectionAdmin th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5A862E;
	padding-bottom: 15px;
}
#sectionAdmin td {
	font-size: 12px;
	color: #666666;
	padding-right: 10px;
	padding-bottom: 10px;
}

p.imageType {
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 15px;
	padding-bottom: 15px;
}