/***************************************
 Base
***************************************/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(/img/bg_head.jpg) repeat-x scroll left top;
	color: #000000;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
	overflow: scroll;
}

/***************************************
 General Style Info
***************************************/
a {
	color: #003d4c;
}
a:hover {
	color: #666666;
	text-decoration: none;
	/* background:#ffffff; */
}
a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-top: 20px;
	margin-left: 50px;
	width: 130px;
	height: 130px;
}
a.tooltip:hover span{
	display: block;
	position: absolute;
	border: 1px solid #cccccc;
	background: #ffffff;
	color: #003d4c;
}

a img {
	border: none;
}

p {
	margin-bottom: 10px;
}

em {
	font-size: 12px;
}

pre {
	padding: 1em;
}

ul,li {
	margin: 0;
}

.alphafilter {
	vertical-align: middle;
	margin-right: 5px;
}

hr.line {
	height: 1px;
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
}

ul.actions {
	margin: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul.actions li {
	margin: 0;
	padding: 2px 0px 2px 20px;
	background: transparent url(/img/bullet_go.png) no-repeat scroll -2px 4px;
	line-height: 180%;
	border-bottom: 1px dotted #CCCCCC;
}

/***************************************
 link button
***************************************/
a.link_btn_edit
 ,a.link_btn_del {
	color: #333333;
	margin: 0;
	padding: 3px 10px 3px 25px;
	line-height: 120%;
	text-decoration: none;
	background-color: #EEEEEE;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}

a.link_btn_edit:hover
 ,a.link_btn_del:hover {
	color: #000000;
	background-color: #E4E4E4;
	text-decoration: none;
}

a.link_btn_edit {
	background: url(/img/edit.png) no-repeat scroll 4px 2px;
}

a.link_btn_del {
	background: url(/img/delete.png) no-repeat scroll 4px 2px;
}

/***************************************
 menu
***************************************/
ul.menu {
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 71px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul.menu li {
	margin: 0;
	padding: 0;
	display: inline;
	background-color: #82C82F;
	text-decoration: none;
}

ul.menu li a {
	color: #FFFFFF;
	background-color: #82C82F;
	padding: 5px 10px;
	text-decoration: none;
	border-left: 1px solid #56BA0C;
	border-right: 1px solid #428D0A;
	border-top: 1px solid #428D0A;
}

ul.menu li a:hover {
	color: #FFFFFF;
	background-color: #4FAB0B;
	text-decoration: none;
}

ul.menu li a.active_menu {
	color: #FFFFFF;
	background-color: #4FAB0B;
	padding: 5px 10px;
	text-decoration: none;
	border-left: 1px solid #56BA0C;
	border-right: 1px solid #428D0A;
	border-top: 1px solid #428D0A;
}

/* sub */
ul.sub-menu {
	height: 25px;
	line-height: 25px;
	margin: 0 0 10px 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul.sub-menu li {
	margin: 0;
	padding: 0;
	display: inline;
}

ul.sub-menu li a {
	padding: 5px 10px;
}

ul.sub-menu li a:hover {

}

/* tab */
ul.tab_menu {
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul.tab_menu li {
	margin: 0;
	padding: 0;
	display: inline;
	text-decoration: none;
}

ul.tab_menu li a {
	margin: 0;
	padding: 3px 10px;
	color: #666666;
	background-color: #E4E4E4;
	text-decoration: none;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

ul.tab_menu li a:hover {
	margin: 0;
	padding: 3px 10px;
	color: #000000;
	background-color: #E4E4E4;
	text-decoration: none;
}

ul.tab_menu li a.active_menu {
	margin: 0;
	padding: 3px 10px;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
}

/***************************************
 h
***************************************/
h1,h2,h3,h4 {
	font-weight: normal;
}

h1 {
	color: #666666;
	margin: 0 0 5px 0;
	font-size: 18px;
}

h2 {
	color: #666666;
	padding: 2px 6px;
	font-size: 12px;
	border-left: solid 3px #CCCCCC;
	border-top: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
	border-right: dotted 1px #CCCCCC;
	margin: 0 0 5px 0;
}

h3 {
	color: #c6c65b;
	padding-top: 2em;
	font-size: 140%;
}

h4 {
	color: #c6c65b;
	padding-top: 0.5em;
	font-weight: normal;
}

/***************************************
 small
***************************************/
.s-att {
	font-size: 10px;
	color: #FF0000;
}

.s-exp {
	font-size: 10px;
	color: #666666;
}

.s-date {
	font-size: 10px;
	color: #666666;
}

/***************************************
 entry status
***************************************/
.entry_sts_join
 ,.entry_sts_abse
 ,.entry_sts_yet {
	margin: 3 0px;
	padding: 1px;
	display: block;
	text-align: center;
}

.entry_sts_join {
	color: #009900;
	background-color: #66FF99;
}

.entry_sts_abse {
	color: #CC0000;
	background-color: #FFBFCF;
}

.entry_sts_yet {
	color: #336666;
	background-color: #C5E9FE;
}

/***************************************
 etc
***************************************/
#user-nav {
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}

#user-nav a {
	text-decoration: none;
}

#sys_msg {
	margin: 10px 0;
	padding: 5px;
	color: #009900;
	background-color: #66FF99;
	border: solid 1px #009900;
}

/***************************************
 container
***************************************/
#container {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	text-align: left;
	width: 800px;
}

#content {
	width: 700px;
	margin: 10px;
}

#footer {
	clear: both;
	font-size: 10px;
	text-align: right;
	color: #666666;
	background-color: #EEEEEE;
	border-top: #CCCCCC solid 1px;
	margin: 15px 0 0 0;
	padding: 10px 10px 0 10px;
	height: 50px;
}

#center-full {
	width: 800px;
}

#center-left {
	float: left;
	width: 365px;
	margin-bottom: 20px;
}

#center-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 425px;
}

.outer-box {
	background-color: #EEEEEE;
	border: #CCCCCC solid 1px;
	margin: 0 0 0 0;
	padding: 10px;
}

.inner-box {
	background-color: #FFFFFF;
	border: #CCCCCC solid 1px;
	margin: 0 0 0 0;
	padding: 10px;
}

.inner-box .panel {
	margin-bottom: 20px;
}

/***************************************
 header
***************************************/
#header {
	margin: 0 0 20px 0;
	padding: 0px;
	height: 100px;
	position: relative;
	width: 800px;
}

#header #logo {
	position: absolute;
	top: 20px;
	left: 0px;
	font-size: 28px;
}

#header #logo a {
	text-decoration: none;
}

#header #menu {
	height: 24px;
	position: absolute;
	top: 75px;
}

#header #menu a {
	padding: 5px 10px 5px 10px;
	height: 24px;
	background-color: #82C82F;
	border-left: 1px solid #56BA0C;
	border-right: 1px solid #428D0A;
	border-top: 1px solid #428D0A;
	color: #FFFFFF;
	text-decoration: none;
}

#header #menu a:hover {
	background-color: #4FAB0B;
}

/***************************************
 pagination
***************************************/
#pagination {
	margin-bottom: 10px;
}

#pagination a,em {
	padding: 2px 10px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}

#pagination a:hover {
	background-color: #E4E4E4;
}

#pagination em {
	font-style: normal;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

/***************************************
 table
***************************************/
.cakeSqlLog {
	width: 800px;
}

table.cakeSqlLog {
	margin-top: 10px;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	clear: both;
	padding: 0;
	margin: 0 auto;
	white-space: normal;
	border-collapse: collapse;
}

table.cakeSqlLog th {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 4px 4px;
	border-collapse: collapse;
}

/*table.cakeSqlLog td {
	text-align: left;
	padding: 4px 8px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}*/
table.cakeSqlLog tr td {
	border: 1px dotted #CCCCCC;
	padding: 4px 4px;
	vertical-align: top;
	text-align: left;
	border-collapse: collapse;
}

table.cakeSqlLog table tr.altRow td {
	background: #f4f4f4;
}

table.cakeSqlLog table td.actions {
	white-space: nowrap;
}

/***************************************
 scaffold show
***************************************/
div.related {
	clear: both;
	display: block;
}

dl {
	line-height: 2em;
	margin: 0em 1em;
	float: left;
	width: 400px;
}

dt {
	font-weight: bold;
	vertical-align: top;
}

dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/***************************************
 notices and errors
***************************************/
#flashMessage,.error {
	color: #FF0000;
	margin: 0;
}

.error-message {
	color: #FF0000;
	clear: both;
	margin: 5px 0 0 0;
}

.error em {
	font-size: 12px;
	color: #FF0000;
}

.notice {
	color: #656565;
	font-size: 14px;
	background-color: #f4f4f4;
	padding: 0.5em;
	margin: 1em 0;
	display: block;
}

.tip {
	color: #656565;
	background-color: #ddd;
}

/***************************************
 forms
***************************************/
input,textarea {
	font-size: 12px;
	padding: 2px 3px;
}

input[type=checkbox],input[type=radio] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

select {
	clear: both;
	vertical-align: middle;
	font-size: 12px;
	padding: 2px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

option {
	font-size: 14px;
	padding: 0 5px;
}

/*form {
	margin-top: 2em;
}
form div{
	vertical-align: text-top;
	margin-left: 1em;
	margin-bottom:2em;
}
form div.date{
	margin-left: 0em;
}
label {
	display: block;
	width: 140px;
	font-size: 14px;
	padding-right: 20px;
}
input[type=checkbox] {
	float: left;
	clear: left;
	margin: 2px 6px 7px 2px;
}

input, textarea {
	clear: both;
	display:block;
	font-size: 14px;
	font-family: inherit;
}
input[type=submit] {
	display: inline;
	vertical-align: bottom;
}
div.required {
	clear: both;
	color:#222;
	font-weight:bold;
}
div.optional {
	clear: both;
	color:#555;
}
div.submit {
	clear: both;
	margin-top: 40px;
	margin-left: 140px;
}
*/

/***************************************
 table
***************************************/
table {
	font-size: 12px;
}

th {
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	margin: 0 5px 0 0;
	padding: 5px;
	color: #666666;
}

td {
	padding: 5px;
}

/***************************************
 calendar
***************************************/
.holiday {
	font-size: 10px;
	color: #CC0000;
}

#calendar {
	width: 720px;
	padding: 9px;
	padding-top: 10px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}

#calendar h1 {
	display: inline;
	font-size: 14px;
	margin: 10px;
}

#calendar ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#calendar li {
	margin: 0;
	padding: 3px 0px 1px 18px;
	background: transparent url(/img/arr.png) no-repeat scroll 0px 5px;
	line-height: 120%;
	margin-bottom: 0px;
}

#calendar table {
	color: #333333;
	background-color: #FFFFFF;
	clear: both;
	padding: 0;
	margin: 10px auto 0px auto;
	white-space: normal;
	border-collapse: collapse;
}

#calendar table th {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 4px 4px;
	border-collapse: collapse;
}

#calendar table tr td {
	height: 80px;
	width: 100px;
	border: 1px dotted #CCCCCC;
	padding: 4px 4px;
	vertical-align: top;
	text-align: left;
	border-collapse: collapse;
}

#calendar table td {
	text-align: left;
	padding: 4px 8px;
}

#calendar table th.sun,#calendar table td.sun,#calendar table td.hol {
	color: #CC0000;
}

#calendar table th.sat,td.sat {
	color: #006699;
}

/*
#calendar table td.sun {
	background: #eee;
}

#calendar table td.sat {
	background: #e4e4e4;
}
*/ /***************************************
 holiday(admin)
***************************************/
#holiday {
	padding: 9px;
	padding-top: 10px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}

#holiday h1 {
	display: inline;
	font-size: 14px;
	margin: 10px;
}

#holiday table {
	color: #333333;
	background-color: #FFFFFF;
	clear: both;
	padding: 0;
	margin: 10px auto 0px auto;
	white-space: normal;
	border-collapse: collapse;
}

#holiday table th {
	text-align: left;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 4px 4px;
	border-collapse: collapse;
}

#holiday table tr td {
	border: 1px dotted #CCCCCC;
	padding: 4px 4px;
	text-align: left;
	border-collapse: collapse;
}

#holiday table td {
	text-align: left;
	padding: 4px 8px;
}
