div.content_body{
	padding: 20px 30px;
	display: none;
}

div.panelarea{
	padding-top: 15px;
	overflow: auto;
}


div.panel input[type="button"],
div.dialog input[type="button"]{
	height: 27px;
}

div.panel{
	width: 860px;
	height: 130px;
	float: left;
	margin: 5px;
	border:solid 1px #c0c0c0;
	border-radius: 10px;
	padding-bottom: 5px;
	opacity: 0.6;
}
div.panel.on{
	border:solid 1px #0080ff;
	box-shadow: 0px 0px 10px 0px #0080ff;
	border-radius: 10px;
	opacity: 1;
}
div.panel.off{
	border:solid 1px #c0c0c0;
	border-radius: 10px;
	opacity: 0.6;
}
div.panel:hover{
	border:solid 1px #0080ff;
	border-radius: 10px;
	opacity: 1;
}

table.panel{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
table.panel td{
	text-align: center;
}
.panel .icon{
	height: 99%;
	background-color: #ffffff;
}
.panel .name{
	color: #777777;
	font-size: 12px;
	height: 1%;
}
.panel .enabled{
	height: 1%;
}
.panel .button{
	height: 1%;
}
table.panel label,
table.panel input{
	cursor: pointer;
}

div.panel table.panel td.enabled{
	font-size: 14px;
	font-weight: bold;
    color: #555555;
    height: 1em;
}

input.eportal_url {
	width: 500px;
	background-color: #EEEEEE;
	border: solid 1px #CCCCCC;
	padding: 5px;
}
