@CHARSET "UTF-8";

/* Generic HTML design */
html {
	height: 100%;
	padding: 0;	margin: 0;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 100%;
	background: #fafafa;
}

a img {
	border: none;
}
img {
    vertical-align: middle;
}

#page-top {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	left: 0px;
	right: 0px;
	width: 950px;
	background: #fff;
}
#page-container {
	margin: 0;
}
#page {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	left: 0px;
	right: 0px;
	width: 950px;
	background: #fff;
	min-height: 600px;
}
.page_button, .page_button:visited {
	display:block;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 20px;
	float:left;
	border-top: none;
	padding: 2px 7px 2px 7px;
	font-weight: bold;
}
.page_button:hover {
	padding: 3px 6px 1px 8px;
	text-decoration: none;
}
#content {
	width: 888px;
	margin-bottom: 30px;
}
#pagemenubar {
	height: 24px;
		
}
#page-bottom {
	margin: 0 auto 20px auto;
	padding: 2px 0 0 0;
	left: 0px;
	right: 0px;
	width: 950px;
	height: 30px;
	text-align: right;
	color: #bbb;
	clear: both;
}
#bottom {
	clear:both;	
}

#header {
	height: 85px;
	
}
#header-logo { float: left; margin-left: 15px; border: 0; }
#header-logo img { float: left; margin: 10px 0 0 15px; border: 0; }


#header-menu {
	float: right;
	text-align: right;
}
#header-menu span.header-link {
	display: inline-block;
	background: #eee;
	border-top: none;
	padding: 4px 10px 3px 10px;
	height: 16px;
	font-weight: bold;
}
#header-menu span.header-language {
	display: inline-block;
	background: #fff;
	border-top: none;
	padding: 4px 10px 3px 10px;
	height: 16px;
	font-weight: bold;
}
#header-menu a {
	color: #036;
	margin: 0 10px 0 10px;
}

#header-language {
	width: 200px;
	text-align: right;
	font-size: 15px;
}
#header-language a, #header-language a:link, #header-language a:visited, #header-language a:active {
	color: #99a;
	text-decoration: none;
}
#header-language a:hover {
	font-style: italic;
}
#header-language a.green {
	color: #5c8c2b;	
}

#menu {
	height: 35px;
	width: 950;
}
#menu-spacer {
	width: 530px;
	background: url('/images/menu-spacer.png') bottom left no-repeat;
}
#menu a, #menu div {float: left; display: block; text-indent: -3000px; height: 35px; }
#menu a.menu_cat_left {
	width: 103px;
	background: url('/images/menu_left.png') bottom left no-repeat;
}
#menu a.menu_cat_middle {
	width: 100px;
	background: url('/images/menu_middle.png') bottom left no-repeat;
}
#menu a.menu_cat_right {
	width: 98px;
	background: url('/images/menu_right.png') bottom left no-repeat;
}
#menu a.menu_mypage {
	width: 119px;
	background: url('/images/menu_mypage.png') bottom left no-repeat;
}
#menu a.menu_login {
	width: 60px;
	background: url('/images/menu_login.png') bottom left no-repeat;
}

#content{
	padding: 15px 15px 15px 15px;
	width: 918px;
	border: 1px #ddd solid;
	border-top: none;
	min-height: 600px;
}

.clear {
	clear: left;	
}
.clearboth {
	clear: both;	
}

small {
	font-size: 11px;
}

/* Default fonts */
h1 {
	font-size: 21px;
	font-weight: lighter;
	color: #5c8c2b;
}

h2 {
	font-size: 18px;
	font-weight: lighter;
	color: #9a9a9a;
}

h3 {
	color: #036;
	font-size: 16px;
}

h4 {
	color: #5c8c2b;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 4px 0;
	padding: 0;
}

h5 {
	color: #5c8c2b;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

hr {
	margin: 3px 0 10px 0;
	padding: 0;
	height: 1px;
	background: #9a9a9a;
	width: 100%;
	border: 0;
	clear: both;
}

center {
	margin: 0 auto 0 auto;
	padding: 2px 0 0 0;
	left: 0px;
	right: 0px;
	text-align: left;
	width: 400px;
	display: block;
}

p strong {	
	color: #777;
}

.error {
	color: #f00;
}
.error a {
	color: #f00;
}
.blue {
	color: #036;
}
.grey {
	color: #9a9a9a;
}
.right {
	text-align: right;
}
.available {
	float: right;
	color: #f00;
}

a {
	color: #5c8c2b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h3.button {
	color: #036;
	font-size: 14px;
	border: #036 1px solid;
	display:inline;
	padding: 4px 4px 2px 4px;
}
h3.button a {
	color: #036;
}
h3.button a:hover {
	text-decoration: none;
}

.reset_link {
	float: right;
}
.reset_link a {
	color: #f00;
	text-decoration: none;	
	font-size: 12px;
}
.reset_link a:hover {
	text-decoration: underline;
}

/* Step decorators */
#step-navigator {
	float: right;
	width: 175px;
	text-align: right;
	color: #999;
}
#step-navigator strong {
	color: #000;
	text-decoration: underline;
}
#step-container {
	width: 710px;
	float: left;
}

.finger_button {
	border: #5c8c2b 1px solid;
	background: #fdfdfd url('/images/finger_60.png') bottom right no-repeat ;
	padding: 9px;
	width:200px;
	color: #333;
	height: 48px;
	line-height: 20px;
	clear: both;
	margin: 0 0 15px 0;
	font-size: 14px;
	font-weight: bold;
}
.finger_button:hover {
	background-color: #f7f7f7;
	cursor: hand;
	text-decoration: none;
	padding: 10px 8px 8px 10px;
}

.step-start-code {
	border: #5c8c2b 1px solid;
	padding: 9px;
	width:260px;
	color: #333;
	height: 100px;
	line-height: 20px;
	clear: left;
	margin: 0 0 15px 0;
	
}
.step-start-code input[name=invite_code] {
	border: 1px solid #bbb;
	height: 35px;
	width: 200px;
	font-size: 23px;
	font-weight: bold;
	line-height: 35px;
	text-transform: uppercase;
	font-family: verdana;
	
}
.step-start-code input[type=image] {
	display: block;
	width:35px;
	height:35px;
	float: right;
	background: #fdfdfd url('/images/finger_60.png') bottom right no-repeat ;
	margin: 1px;
	border: 0;
}
.step-start-code input[type=image]:hover {
	cursor: hand;
	text-decoration: none;
	margin: 2px 0 0 2px;
}

.step-start-mode {
	border: #5c8c2b 1px solid;
	background: #fdfdfd url('/images/finger_60.png') bottom right no-repeat ;
	padding: 9px;
	float:right;
	width:200px;
	color: #333;
	height: 48px;
	line-height: 20px;
	clear: right;
	margin: 0 0 15px 0;
	
}
.step-start-mode big {
	color: #5c8c2b;
	font-size: 14px;
	font-weight: bold;
}
.step-start-mode:hover {
	background-color: #f7f7f7;
	cursor: hand;
	text-decoration: none;
	padding: 10px 8px 8px 10px;
}


.event-step1-mode {
	display: block;
	padding: 10px 0 10px 10px;
	min-height: 40px;
}
.event-step1-mode img {
	border: 0;
	margin-right: 10px;
	float: left;
}

.event-step1-mode:hover {
	background: #fafafa;
	text-decoration: none;
}


.step2-person-header {
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	font-weight: bold;
}
.step2-person-name, .step2-person-email, .step2-person-tlf, .step2-person-delete {
	padding: 3px 0 3px 5px;	
	display: block;
	float: left;
}
.step2-person-name { width: 250px; }
.step2-person-email { width: 250px; }
.step2-person-tlf { width: 150px; }
.step2-person-delete { width: 40px; }
.step2-person-delete a { color: #f00; text-decoration: none }
.step2-person-delete a:hover { text-decoration: underline; }
.step2-person-search {clear: left; }
.step2-person-search a:hover div { background: #eee; text-decoration: underline; }

#step2-group-add-button {
	border: #5c8c2b 1px solid;
	background: #fdfdfd url('/images/finger_60.png') bottom right no-repeat ;
	padding: 9px;
	float:left;
	width:310px;
	color: #333;
	height: 48px;
	line-height: 20px;
	
}
#step2-group-add-button big {
	color: #5c8c2b;
	font-size: 14px;
	font-weight: bold;
}
#step2-group-add-button:hover {
	background-color: #f7f7f7;
	cursor: hand;
	text-decoration: none;
	padding: 10px 8px 8px 10px;
}


.step-child-description {
	padding-left: 20px;
	margin: 0;
}
.step-child-description p, .step-child-description strong {
	margin: 0;
	font-size: 12px;
}

.step-table-row {
	clear: left;
	padding-top: 2px;
}
.step-table-row-edit {
	clear: left;
	padding-top: 2px;
}
.step-table-line {
	border-bottom: #ddd 1px solid;
	padding-top: 10px;
	clear: left;
}
.step-table-header {
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	font-weight: bold;
}
.step-table-edit {
	width: 50px; 
	float: left;
	padding: 3px 0 3px 5px;
}
.step-table-text {
	width: 180px; 
	float: left;
	padding: 3px 0 3px 5px;
}
.step-table-textnarrow {
	width: 60px; 
	float: left;
	padding: 3px 0 3px 5px;
	height: 16px;
}
.step-table-textwide {
	width: 265px; 
	float: left;
	padding: 3px 0 3px 5px;
}
.step-table-number {
	width: 120px;
	text-align:right;
	float: left;
	padding: 3px 0 3px 5px;
}
.step-table-numbernarrow {
	width: 80px;
	text-align:right;
	float: left;
	padding: 3px 0 3px 5px;
	height: 16px;
}
.step-table-indent {
	width: 160px;
	float: left;
	padding: 3px 0 3px 25px;
}
.step-table-indentwide {
	width: 245px;
	float: left;
	padding: 3px 0 3px 25px;
}
.step-table-indentnarrow {
	width: 130px; 
	float: left;
	padding: 3px 0 3px 25px;
}
.step-table-sum {
	width: 350px;
	text-align:right;
	float: left;
	padding: 3px 0 3px 5px;
}

#step3-list ul {
	padding: 0;
	width: 700px;
}
#step3-list ul li {
	display: block;
	margin: 0 0 12px 0;
	border: #ccc dashed 1px;
	padding: 5px 5px 5px 35px;
}
#step3-list ul li.hand:hover {
	cursor: pointer;
	background: #f6f6f6;
}
#step3-list ul li p {
	padding: 0;
	margin: 0;
	color: #555;
}
#step3-list ul li ul li {
	margin: 0;
	border: none;
	color: #9a9a9a;
	padding: 5px 5px 5px 15px;
}
#step3-list ul li input[type="checkbox"] {
	float: left;
}
#step3-list ul li h5{
	text-indent: -30px;
	margin-bottom: 7px;
}
#step3-list ul li a {
	padding: 3px 1px 3px 1px;
	display: block;
	text-decoration: none;
}
#step3-list ul li a span a {
	padding: 0;
	text-decoration: underline;
	color: #000;
	clear: none;
}
#step3-list ul li input, #step3-list ul li select  {
	float: left;
	margin-bottom: 3px;
}
#step3-list ul li input {
	position: relative;
	left: -30px;
}

#step3-list ul li a:hover {
	text-decoration: none;
}

.formDefault {
	width: 500px;
	padding: 0; margin: 0;
}

.formDefaultTop {
	padding: 0; margin: 0;
	width: 500px;
}

.formDefaultRow {
	margin: 0; padding: 5px 0 5px 3px;
	clear: left;
	display: block;
}

.formDefaultLeft {
	display: inline-block;
	width: 170px;
	vertical-align: top;
	padding-top: 4px;
}

.formDefaultRight {
	display: inline-block;
	width: 310px;
}

.form_default_submit {
	margin: 0; padding: 15px 0 5px 10px;
	left;
}

.formDefaultError{
	margin: 0; padding: 0;
	color: #f00;
}
.formDefaultError ul{
	margin: 0; padding: 5px 0px 5px 15px;
}

.formDefaultHidden{
	margin: 0; padding: 0;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	clear: left;
}

.formDefaultHeader{
	margin: 0; padding: 5px 0 5px 3px;
	border: 1px solid #dedede;
	clear: left;
	background: #fafafa;
	font-weight: bold;
}

.formDefaultNote{
	margin: 0; padding: 5px 0 5px 3px;
	border: 1px solid #dedede;
	clear: left;
	background: #fafafa;
}

.formDefaultConfirm{
	margin: 0; padding: 5px 0 5px 3px;
	clear: left;
	color: #f00;
	text-align: right;
}

form {padding: 0; margin: 0;}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	height: 17px;
	border: 1px solid #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
input[type="radio"], input[type="checkbox"] {
	border: none;
	height: 14px;
	margin: 0 3px 0 4px;
}
input[type="text"], input[type="password"] {
	background-color: #FFFFFF;
	width: 250px;
}
input[type="submit"], input[type="reset"] {
	background-color: #FFFFFF;
	padding: 0 6px 0 6px;
}
input[type="file"] {
	position: relative;
}
input[type="text"][disabled], select[disabled], textarea[disabled] {
	border: 1px solid #CCCCCC;
	background-color: #fafafa;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	height: 17px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	float: middle;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	border: 1px solid #666666;
	float: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.search-field {
	height: 30px;	
	font-size: 16px;
	font-weight: lighter;
	color: #036;
}
.search-button {
	width: auto;
	height: auto;
	border: 0;
	padding: 0;
	margin: 0 0 10px 5px;
	float: left;
}


/* table manipulation */
.border_all {
	border: 1px solid #CCCCCC;
}
.border_top {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.border_bottom {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
.border_left {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}
.border_leftbottom {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.border_leftright {
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}
.border_leftrightbottom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.border_leftrighttop {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}
.border_lefttop {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}
.border_lefttopbottom {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.border_topbottom {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
.border_right {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
}
.border_rightbottom {

	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.border_righttop {
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}
.border_righttopbottom {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}

/* Front page */
#event-list {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#event-list li {
	width: 600px;
	clear: left;
	margin: 10px 0 35px 0;
	min-height: 50px;
}
#event-list li div {
	float: right;
	width: 80px;
}
#event-list a {
	border: #a9c988 1px solid;
	background: #fdfdfd url('/images/finger_60.png') bottom right no-repeat ;
	padding: 9px 30px 9px 9px;
	margin: 0 0 20px 0;
	float:left;
	width:500px;
	color: #333;
	min-height: 48px;
	line-height: 20px;
	clear: left;
	
}
#event-list a big {
	color: #5c8c2b;
	font-size: 14px;
	font-weight: bold;
}
#event-list a:hover {
	background-color: #f7f7f7;
	cursor: hand;
	text-decoration: none;
	padding: 10px 29px 8px 10px;
}

