/*
 *	Main stylesheet for Webspace Works
 *	(c) 2005 RS-Tech Consulting Co., Ltd.
 *
 */
/*
 *	We define some basic styles that should get picked up by all browsers, including the nearly
 *	brain-dead
 */
/*
 *
 *	Now import the main styling for those browsers that are capable of understanding it.
 *	
 */
form, frameset {
 	margin: 0;
 	padding: 0;
 } 
body	{
		font-family:		"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
 		text-decoration:	none;
		color:				#333;
		background-color:	#999;
		font-size:			small;
		line-height:		1.3em;
}		
div, p, td, ol, ul, li, form, label, input, textarea, select, h1, h2, h3, h4, h5, h6	{
		font-family:		"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
 		text-decoration:	none;
		color:				#333;
}		
code {
	font-family: monaco, "courier new", courier, monospace;
	font-size: 0.95em;
}
/* Hide from ieMac \*/
* html code {font-size: small;}
/* Stop hiding */
h1	{
		font-size:			1.6em;
}
h2	{
		font-size:			1.4em;
}
h3	{
		font-size:			1.2em;
	}
h4	{
		font-size:			1em;
	}
h1, h2, h3, h4, h5, h6	{
		color:				#d4ab1d;
		font-weight:		bold;
		margin:				0;
		padding:			1em 0 0.2em 0;
		line-height:		1.2em;
}		
p {
	margin: 0;
	padding: 0 0 0.5em 0;
}
p.footnote {
	font-size:	0.83em;
	border-top: 1px solid #999;
	padding-top: 0.5em;
	margin-top: 1em;
}
ul {
	margin: 0 0 0.5em;
	padding:  0 0 0 2em;
}
a {
	color:					#49d;
	text-decoration:		none;
	font-weight:			bold;
}
a:visited {
	color:					#26b;
}
a:hover {
	color:					#333;
	text-decoration:		underline;
}
a:active, a:focus {
	color:					#c83;
}
img 		 { border: 0; }
img.download-icon {
	border:				none;
	margin:				0.25em 0.5em 0 0;
	float:				left;
}
sup			 { font-size: 0.6em; }
/*
 *	Some classes for modufying diaplay of things...
 */
.show-errmsg { color: #f00; display: block; }
.hide-errmsg { display: none; }
.warning	 { color: #f00; }
.accreditation { font-style: italic; }
.right		 { text-align: right; }
.center		 { text-align: center; }
.left		 { text-align: left; }
.toprule	{ border-top:	1px solid #666; margin-top:	0.5em; }
.inline		{display: inline; }
.block		{display: block; }