﻿.status
{
	position: relative;
	margin-bottom: 5px;
}

.status .msg
{
	position: absolute;
	right: 0;
	color: #f00;
}

.ruleContainer
{
	overflow: auto;
}

.treeDiv
{
	border: 1px solid #ccc;
	padding: 10px;
	width: 310px;
	overflow: auto;
	float: left;
}

.ruleDiv
{
	margin-left: 350px;
	overflow: auto;
}

.ruleContent
{
	margin-top: 10px;
}

.ruleMenu
{
	margin-bottom: 10px;
}

.ruleMenu ul
{
	background: url(../images/grad-3.jpg) repeat-x;
	border: 1px solid #ccc;
}

.ruleMenu li
{
	vertical-align: middle;
}

.ruleMenu a:link, .ruleMenu a:visited
{
	float: left;
	height: 1.6em;
	background: url(../images/grad-3.jpg) repeat-x !important;
	color: #3C8EC6;
	padding: 6px 10px 0 !important;
	text-decoration: none;
}

.ruleMenu a:hover, .ruleMenu a:active
{
	background: url(../images/grad-3_ov.jpg) repeat-x !important;
	color: #666;
	text-decoration: none;
}

.ruleTitle
{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}

.ruleTitle td
{
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

.subGrid
{
	width: 100%;
	background: #fcfcfc;
	margin-bottom: 10px;
}

/* Accordion */
.accHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accContent
{
	background-color: #D3DEEF;
	border: 1px solid #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

.myfields
{
	border: 1px solid #ddd;
	width: 100%;
}

.fields .title
{
	background: url(../images/grad-1.jpg) repeat-x;
	font-weight: bold;
	padding: 5px;
	color: #fff;
}

.fields td
{
	border: 1px solid #ddd;
	padding: 5px;
}

.fields td.head
{
	width: 135px;
	background: #f9f9f9;
	color: #369;
	text-align: right;
}

.fields textarea
{
	width: 99%;
	height: 60px;
}

.fields td.btns
{
	padding-top: 10px;
	border: none;
	text-align: center;
}

.fields td.btns input
{
	margin: 0 1px;
}

.line
{
	height: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #369;
}
.unitTitle 
{
	font-family: '微軟正黑體';
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	/*padding-left: 20px;
	line-height: 2.5;*/
	position: absolute;
	left: 305px;
	bottom: 10px;
}