/* common style sheet */

/*
 * Development settings
 */

/*
body 
{ 
	position: 		absolute;
	top: 			60px;
}

*/

/*
 * Runtime settings
 */

body 
{
	position: 		absolute;
	top: 			20px;
}

#style-list
{
	display:	none;
}



/*
 * Common Settings 
 */
p.footer 
{
/*	display:		none;
*/
	font-family:		verdana,arial;
	font-size: 		.6em;
	text-align:		center;
/*	font-weight:		bold;
*/
}

p.footlink
{
/*	display:		none;
*/
	font-family:		verdana,arial;
	font-size: 		.8em;
	text-align: 		center;
}

#style-list
{
	position:		absolute;
	top:			-60px;
	left:			0px;
	width:			100%;
	height:			60px;
	font-family:		verdana,arial;
	font-size:		70%;
	background-color:	#ffffff;
	color:			#555555;
}

#style-list ul
{
	float:			left;
	width:			100%;
	padding:		0;
	margin:			0;
	list-style-type:	none;
	display:		inline
}

#style-list a
{
	float:			left;
	width:			82px;	/* 1 + 3 + 82 + 3 + 1 = 90 */
	height:			35px;	/* 1 + 3 + 35 + 3 + 1 = 43 */
	text-decoration:	underline;
	text-align:		center;
	background-color:	#95b7cd;
	color:			#444444;
	padding:		3px 3px;
	border:			1px solid white;
}

#style-list a:hover 
{
	background-color:	#aaddee;
	color:			#555555;
	font-size:		100%;
	font-weight:		bold;
}

#style-list li, #style-list h3 
{
	display:		inline;
}

table.full
{
	width:			100%;
}

td.half
{
	width:			50%;
}

