/******************************************************************************
		<body>
******************************************************************************/
BODY {
	background-color		:		#DDFFDD ;
/*
	background-image		:		url(./img/bg.gif) ;
	background-repeat		:		no-repeat ;
	background-attachment	:		fixed ;
	background-position		:		right bottom ;
*/
	color					:		#002200 ;
}

FORM {
	padding					:		  0px ;
	margin					:		  0px ;
}

/******************************************************************************
		<input>
******************************************************************************/
INPUT,TEXTAREA,SELECT {
	background-color		:		#F8FFF8 ;
	border					:		  1px	solid	silver ;
	color					:		darkgreen ;
}

/******************************************************************************
		<a>
******************************************************************************/
A {
	font-weight				:		bold ;
	text-decoration			:		none ;
}
A:link {
	color					:		#8888DD ;
}
A:visited {
	color					:		#AAAADD ;
}
A:active {
	color					:		#7777EE ;
}
A:hover {
	color					:		#FF5555 ;
}

/******************************************************************************
		<table>
******************************************************************************/
TABLE {
	table-layout			:		fixed ;
	empty-cells				:		show ;
	border-collapse			:		collapse ;
	border-spacing			:		  0px ;
}

TD {
	border					:		  0px ;
	margin					:		  0px ;
	padding					:		  0px ;
	text-align				:		center ;
	vertical-align			:		middle ;
}

TD.week {
	font-weight				:		bold ;
	text-size				:		110% ;
	border					:		  1px	darkgreen	solid ;
	border-bottom			:		  2px	darkgreen	dotted ;
	width					:		120px ;
}

TD.day {
	background-color		:		white ;
	border					:		  1px	darkgreen	solid ;
	width					:		120px ;
}

TD.day_none {
	border					:		  1px	darkgreen	solid ;
	width					:		120px ;
}

TD.img {
	border					:		  1px	darkgreen	solid ;
	vertical-align			:		top ;
	height					:		 90px ;
	width					:		120px ;
	font-size				:		  0 ;
}

TD.form {
	border					:		  1px	darkgreen	solid ;
}

TD.in_left {
	width					:		 80px ;
	text-align				:		right ;
	padding					:		  4px ;
}

TD.in_right {
	width					:		640px ;
	text-align				:		left ;
	padding					:		  4px ;
}

TD.logo {
	font-size				:		  0 ;
}

/******************************************************************************
		other tags
******************************************************************************/
IMG {
	border					:		  0px ;
	margin					:		  0px ;
	padding					:		  0px ;
}

OL,UL {
	margin-top				:		  0px ;
	margin-bottom			:		  0px ;
}

.text {
	width					:		 85% ;
	margin					:		  0px ;
	margin-top				:		  8px ;
	margin-bottom			:		  8px ;
	padding					:		 16px ;
	font-size				:		 90% ;
	border					:		  2px dotted silver ;
	font-weight				:		normal ;
	background-color		:		#F8FFF8 ;
}

