@charset "utf-8";
/* CSS Document */
body{
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}
#admin_content{
	width: 98%;
	margin: 20px auto;
	position: relative;
}

#top_bar{
	background: #EFEFEF;
	border: 1px solid #CCC;
	height: 70px;
	box-shadow: 1px 2px 3px #999999;
	position: relative;
}

#action_top{
	width:30%;
	position: absolute;
	left: 5px;
}

.buttonImage{
	padding: 10px;
	width: 65px;
	float: left;
	margin: 2px 5px 0;
	text-align: center;
	text-decoration:none;
}

.buttonImage:hover{
	background: #A2D5F9;
	border-radius: 10px;
}

#message{
	width:65%;
	margin:28px auto;
	text-align:left;
	font-size:14px;
	color:#F00;
	float:right;
}


#content{
	margin: 15px 0 0;
	border: 1px solid #CCC;
	box-shadow: 1px 2px 3px #999999;
}

#content form{
	width: 100%;
	margin: 15px;
}

.table_detail{
	width: 100%;
}
.table_detail th{
	background: #4285F4;
	color: #fff;
}
