* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
}

table {
	font-size: 1em;
}

img {
	border: 0;
}

textarea {
	line-height: 150%;
}

#CurrentComment {
	width: 390px;
	height: 260px;
}

div.MainSheet {
	width: 1024px;
}

td.nolinetd {
	padding: 0 0 0 0; 
	margin: 0 0 0 0; 
	border-width: 0px; 
	background-color:#9FF;
	text-align: left;
}

td {
	padding: 0.8em 0.5em;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff #81b0e4 #81b0e4 #ffffff;
}

#TodoTable {
	width: 900px;
}

#HistoryTable {
	width: 900px;
}


caption {
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 2px;
}

#TodoCategory {
	width: 100px;
}

#TodoItem {
	width: 200px;
}

#TodoCurrentLevel {
	width: 50px;
	text-align: center;
}
#TodoTargetLevel {
	width: 50px;
	text-align: center;
}

#TodoAction {
	width: 400px;
}

#TodoDueDate {
	width: 100px;
	text-align: center;
}

#HistoryCategory {
	width: 100px;
}

#HistoryItem {
	width: 200px;
}

#HistoryCurrentLevel, #TodoTargetLevel {
	width: 30px;
	text-align: center;
}

#HistoryAction {
	width: 400px;
}

#HistoryStatus {
	width: 80px;
}

#HistoryDueDate {
	width: 100px;
	text-align: center;
}