@charset "utf-8";

* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

body {
	height:100%;
	background: #f9f9f9;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:100%;
	line-height: 1.4em;
	margin: 0;
}

a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #367889;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-bottom:0.8em;
  color: #000066;
}
h1 {
  font-size: 170%;
}
h2 {
  font-size: 160%;
}
h3 {
  font-size: 150%;
}
h4 {
  font-size: 140%;
}
h5 {
  font-size: 130%;
}
h6 {
  font-size: 120%;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

ul {
  margin: 20px 12px;
}
ul li {
  margin: 10px 12px;
}
p {
	margin: 0 0 1em 0;
}

#container {
	position:relative;
	text-align: left;
	min-height: 100%;
}
* html div#continer {
	height:100%;
}
body > #container {
        height: auto;
}

#header{
	border: 1px solid #456F9A;
	background: #5E87B0;
	height: 25px;
	padding: 8px;
	text-align: center;
	text-shadow: 0 1px 1px #194b7e;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 ), to( #497bae )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #6facd5 , #497bae); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #6facd5 , #497bae); /* FF3.6 */
	background-image:     -ms-linear-gradient( #6facd5 , #497bae); /* IE10 */
	background-image:      -o-linear-gradient( #6facd5 , #497bae); /* Opera 11.10+ */
	background-image:         linear-gradient( #6facd5 , #497bae);
}
#header h1 {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	margin: 0;
}
#header h1 a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	text-decoration: underline;
}
#content{
	width: 800px;
	margin:0 auto;

	clear: both;
	color: #333;
	padding: 10px 20px 30px 20px;
	overflow: auto;
}


#footer {
	border-top: 1px solid 		#B3B3B3;
	background: 			#eeeeee;
	clear: both;
	position:absolute;
    bottom:0px;
    height:30px;
    width:100%;
	text-align: right;
	text-shadow: 0 1px 1px #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0), to( #ddd)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f0f0f0, #ddd); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f0f0f0, #ddd); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f0f0f0, #ddd); /* IE10 */
	background-image:      -o-linear-gradient( #f0f0f0, #ddd); /* Opera 11.10+ */
	background-image:         linear-gradient( #f0f0f0, #ddd);

}
#footer a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #222;
	text-decoration:underline;
}
#footer-left {
	color: #666;
	margin: 5px 0 5px 15px;
	float: left;
}
#footer-right {
	color: #999;
	margin: 3px 15px 3px 0;
	float: right;
	font-size: 80%;
}

#loginArea {
	width: 350px;
}


/* table */
table {
	border:0;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}
th {
	padding:4px;
}
table tr td {
	padding: 6px;
}


.lists table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
.lists th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
.lists th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}


.lists th a.asc:after {
	content: ' ⇣';
}
.lists th a.desc:after {
	content: ' ⇡';
}
.lists table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
.lists table tr:nth-child(even) {
	background: #fff;
}
.lists td.actions {
	text-align: center;
	white-space: nowrap;
}
.lists table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}
.lists .ta-center {
	text-align: center;
}
.lists .ta-right {
	text-align: right;
}
.lists table tr.yes {
	background: #FFFF99;
}
.lists table td.yes {
	font-size: 120%;
	font-weight: bold;
}
.lists table td.no {
	font-size: 90%;
	color: #666;
}


/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .active {
	background: #efefef;
	color: #c73e14;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: none;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form .radio.required label:after {
	content: '';
	display: none;
}
form div.pagechange {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1%;
	width:98%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	margin: 0px 6px 0px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 10px 5px 0 0;
	padding: 0;
	line-height: 36px;
}
.radio {
	margin:0 0 3px 0;
}
.radio label {
	margin: 0;
	line-height: 36px;
	width: 95%;
}
.radio label:hover{
	background: #fff;
}

.radio-hor input[type=radio]{
	margin: 5px 5px 0 10px;
	display:inline;
	float:none;
	line-height: 1em;
}
.radio-hor label {
	display:inline;
	width: auto;
	margin-right: 5px;
	line-height: 1em;
}

input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
	min-width: 150px;
	padding: 5px;
}
form .pagechange input[type=submit] {
}
form .pagechange input[type=submit]:hover {
}

button {
	display: inline;
	font-size: 120%;
	width: auto;
	min-width: 150px;
	padding: 10px 30px;
}




/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}



/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}


dl.list_top dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 8.5em;
  border-left: solid 8px #CCC;
  padding-left: 5px;
  color: #000;
}

dl.list_top dd {
  margin-bottom: 0.8em;
  margin-left: 9.5em;
}


/* common */

.dynamic_explain {
	line-height: 1.4em;
}

form .required-normalstyle {
	font-weight: normal;
}
form .required-normalstyle label:after {
	content: '';
}

/* form */

.inputdate {
	vertical-align: middle;
	 width: auto;
}
