body {
	width: 100%;
	background: rgb(247,247,247);
	margin: 0px;
	font-size: 14px;
    line-height: 180%;
}

a {
	text-decoration: none;
}

#headerView {
	height: 44px;
	background: rgb(105,171,42);
	padding-left: 30px;
//			background: -moz-linear-gradient(center top, #cccccc, #cccccc 25%, #888888 50%, #444444 75%, #222222);
//			background: -webkit-gradient(linear, center top, center bottom, from(#cccccc), color-stop(25%, #cccccc), color-stop(50%, #888888), color-stop(75%, #444444), to(#222222));
	color: #ffffff;
	-moz-box-shadow: 0 0 5px #888888;
	-webkit-box-shadow: 0 0 5px #888888;
}

#headerView h1 {
	float: left;
	margin: 0px;
	height: 100%;
}

#logoutView {
	float: right;
	height: 100%;
	margin-top: 10px;
}

#logoutView * {
	float: left;
	margin-right: 10px;
}

#menuView {
	width: 250px;
	float: left;
	margin-top: 5px;
}

#menuView ul {
	padding: 0px;
	margin: 0px;
}

#menuView li {
	list-style: none;
	width: 100%;
	height: 30px;
	margin-top: 25px;
//	text-align: center;
	font-size: 12pt;
}

#menuView a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000000;
	background: #ffffff url(./images/menu-triangle.png) no-repeat right;
	text-indent: 60px;
	padding-top: 12px;
	border: 1px solid #cccccc;
//	-moz-box-shadow:0 0 5px #888888;
//	-webkit-box-shadow:0 0 5px #888888;
}

#menuView a:hover {
	color: #ffffff;
            
	background: #b2e830 url(./images/menu-triangle-hl.png) no-repeat right;
//	background: #5f9fd0 url(./images/menu-triangle-hl.png) no-repeat right;
//	border: 1px solid #000000;
}

#menuView a.selected {
	color: #ffffff;
	background: #9dc815 url(./images/menu-triangle-hl.png) no-repeat right;
//	border: 1px solid #000000;
}

#mainView {
	margin-top: 10px;
	position: absolute;
	left: 300px;
	width: 900px;
}

#breadCrumb {
	width: 100%;
	background: rgb(177,200,21);
	color: #ffffff;
	margin-top: 20px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome騾包ｽｨ */
	-moz-border-radius: 10px;   /* Firefox騾包ｽｨ */
}

#breadCrumb ul {
	margin: 0px;
	padding: 10px;
}

#breadCrumb li {
	 list-style: none;
	margin: 0px;
}

#breadCrumb a {
	 color: #ffffff;
}

#breadCrumb a:hover {
	 color: #5f9fd0;
}

#tabView {
	margin-top: 20px;
}

#tabView ul {
	 padding: 0;
	 margin: 0;
}

#tabView li {
	list-style: none;
	margin: 0;
	text-align: center;
	width: 100px;
	float: left;
}

#tabView a {
	 display: block;
	 background: #ffffff;
	 color: #000000;
	border: 1px solid #cccccc;
//	-moz-box-shadow:0 0 5px #888888;
//	-webkit-box-shadow:0 0 5px #888888;
	padding: 10px 10px;
}

#tabView a:hover {
	 background: #5f9fd0;
	 color: #ffffff;
}

#tabView a.selected {
	 background: #9dc815;
	 color: #ffffff;
}

#inputView {
	clear: both;
	border: 1px solid #cccccc;
	background: #ffffff;
	width: 100%;
//	-moz-box-shadow:0 0 5px #888888;
//	-webkit-box-shadow:0 0 5px #888888;
}

#inputView .required {
	color: red;
}

#inputView dl {
	margin: 0;
	padding: 0;
	width: 100%;
}

#inputView dt {
	clear: both;
	float: left;
	font-weight: bold;
	padding: 5px 0 5px 5px;
}

#inputView dd {
//	line-height: 1.4;
	margin-left: 8em;
	padding: 5px 5px 5px 10px;
}


#listView {
	  margin-top: 20px;
	  width: 100%;
	  background: #ffffff;
	  border: 1px solid #cccccc;
}

#listView table {
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
	width: 100%;
}

#listView th {
    background: #9f9fa0;
    color: #ffffff;
	border-bottom: 2px solid;
	padding: 10px 5px;
}

#listView tbody td {
    border-bottom: 1px solid #cccccc;
	padding: 5px 5px;
}

#listView a {
    color: #5f9fd0;
    font-weight: bold;
}

#listView a:hover {
//    color: #8888ff;
    color: #000080;
}

#listView .count {
	padding: 10px 10px;
}

#listView .page {
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	color: #83bee2;
}

#bottomView {
	padding-top: 10px;
	padding-bottom: 10px;
//	margin-left: 30px;
	margin-left: 10px;
	text-indent: 8em;
}

#saveButton {
	width: 200px;
	height: 40px;
}

#deleteButton {
	width: 200px;
	height: 40px;
	background: #f66;
	color: white;
	float: right;
	margin: 0px 20px;
}

#searchButton {
	width: 200px;
	height: 40px;
}

#messageLabel,#errorLabel {
	width: 600px;
	border: solid 1px #ee6;
	background: #ffa;
	margin-top: 10px;
	padding: 20px 20px;
}

.error {
	color: #f66;
}


#segmentView {
	margin: 20px;
	text-align: center;
}

#segmentView a {
	     padding: 20px 20px;
	     color: white;
	     background: #9DC815;
	     border-left: #ADE835 1px solid;
	     border-top: #ADE835 1px solid;
	     border-right: #5D8800 1px solid;
	     border-bottom: #5D8800 1px solid;
}

#segmentView a.selected {
	     padding: 20px 20px;
	     color: white;
	     background: #7DA800;
	     border-right: #ADE835 1px solid;
	     border-bottom: #ADE835 1px solid;
	     border-left: #5D8800 1px solid;
	     border-top: #5D8800 1px solid;
}



h3 {
  background-color: #9F9FA0;
  color: white;
  margin: 8px 0px 4px 0px;
  padding: 5px 10px;
  font-size: 12pt;
}
