*
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin: 30px 0px 0px 50px;
}

a
{
	color: black;
}

table
{
	width: 820px;
	border-top: 1px solid #858585;
	border-left: 1px solid #858585;
	margin-bottom: 40px;
	font-size: 12px;
}

.harfTable
{
	width: 400px;
}

th, td
{
	border-bottom: 1px solid #858585;
	border-right: 1px solid #858585;
	height: 30px;
}

th
{
	background-color: #f5f5f7;
	width: 20%;
}

td
{
	background-color: white;
	width: 30%;
	text-align: left;
	padding-left: 10px;
}

#container
{
}

#header
{
	margin-bottom: 20px;
	margin-top: 10px;
}


#resultMessage
{
	position: absolute;
	top: 50px;
	left: 340px;
	color: darkorange;
}

#header #currentUserName
{
}

#header #currentUserImage
{
	position: absolute;
	left: 620px;
}

#content
{
	text-align: left;
}

.textBox
{
	width: 92%;
	padding: 3px 5px;
	overflow-x: hidden;
}

.textBoxLong
{
	width: 97%;
}

.selectBox
{
}

a
{
	border: 1px solid black;
	text-decoration: none;
	background-color: #f5f5f7;
	padding: 5px 10px;
}

a:hover
{
	border: 1px solid darkorange;
}

a:active
{
	background-color: orange;
	border: 1px solid black;
}

a:active
{
	position: relative;
	top: 1px;
	left: 1px;
}

#header #navigation a
{
	display: block;
	width: 100px;
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
}

.submitButton
{
	width: 5em;
	height: 2em;
	font-size: 20px;
	margin-bottom: 50px;
	position: relative;
	left: 550px;
}







#index #resultMessage
{
	margin-top: 30px;
	position: static;
}

#index #loginInfo
{
	margin: 30px 0px;
}






#calendar table
{
	width: 600px;
}

#calendar #container
{
	width: 900px;
}

#calendar #currentFiscalYear
{
	position: absolute;
	top: 220px;
	left: 800px;
	font-size: 12px;
	font-weight: bold;
}

#calendar #previousYear, #calendar #nextYear
{
	background-color: gray;
	color: white;
}

#calendar #addNewMeeting
{
	position: relative;
	left: 20px;
}

#calendar #monthList
{
	margin-top: 40px;
}

#calendar #monthList a
{
	padding: 2px 5px;
}

#calendar #meetingListTable
{
	width: 900px;
}

#calendar #meetingListTable #activeMeetingLine td
{
	background-color: palegoldenrod;
}

#calendar #meetingListTable td
{
	padding: 5px 5px;
	text-align: center;
}

#calendar #meetingListTable .attend
{
	width: 5%;
	padding-top: 8px;
}

#calendar #meetingListTable .edit
{
	width: 10%;
	padding-top: 8px;
}

#calendar #meetingListTable .attend a
{
	padding-top: 5px;
	text-decoration: none;
}

#calendar #meetingListTable .date
{
	width: 4%;
}

#calendar #meetingListTable .time
{
	width: 4%;
}

#calendar #meetingListTable .name
{
	width: 5%;
}

#calendar #meetingListTable .program
{
	width: 25%;
}

#calendar #meetingListTable .in_charge
{
	width: 8%;
}

#calendar #meetingListTable .place
{
	width: 10%;
}

#calendar #meetingListTable .message
{
	width: 10%;
}

#calendar #attendListTable th
{
	background-color: white;
}

#calendar #attendListTable #attendListYesHeader
{
	background-color: skyblue;
}

#calendar #attendListTable #attendListNoHeader
{
	background-color: pink;
}

#calendar #meetingListTable .calendarUpdate
{
	margin-right: 5px;
}










#memberEdit img
{
	margin-left: 50px;
	/*height: 120px;*/
}

#memberEdit .adminMemberEditSubmitButton
{
	bottom: 70px;
	margin-bottom: 0px;
}

#memberEdit #imageUploader
{
	font-size: 12px;
	text-align: left;
	width: 160px;
	display: inline;
	position: absolute;
	top: 115px;
	left: 680px;
	padding-bottom: 10px;
}

#memberEdit #imageUploader input
{
	width: 90%;
}

#memberEdit #imageUploader #uploadImageDelete
{
	margin-top: 20px;
	text-align: right;
	font-size: 12px;
}

#memberEdit .age
{
	margin-left: 5px;
}


#adminMembers #message
{
	margin-bottom: 10px;
}







#calendarEdit table
{
	width: 500px;
}

#calendarEdit .submitButton
{
	left: 350px;
}

#calendarEdit .textBox
{
	width: 96%;
	padding: 3px 5px;
	margin: 5px 0px;
	height: 26px;
}





#mailForm table
{
	width: 630px;
}

#mailForm table th
{
	width: 5%;
}

#mailForm textarea
{
	margin: 10px 0px;
	padding: 5px;
}

#mailForm .submitButton
{
	left: 500px;
}

#mailForm .textBox
{
	width: 96%;
	padding: 3px 5px;
	margin: 5px 0px;
	height: 26px;
}
