/* --- Default stuff --- */
html
{
	overflow:scroll;
}
body
{
	color:#000000;
	background-color:#ffffff;
	cursor:default;
}
body.close_now
{
	cursor:pointer;
}
img
{
	border-style:none;
	font-size:smaller;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}
div.loginHeader
{
	float:right;
	padding:0.5em;
	margin:0.5em;
}
/* --- Layout --- */
div.all
{
	width:1000px;
	margin:0 auto;
}
div.main_menu
{
	width:210px;
	float:left;
	padding-right:10px;
}
div.main,div.main_wide
{
	margin-left:220px;
	padding-left:10px;
	border-style:none none none ridge;
	border-left-width:1px;
}
div.main
{
	margin-right:0px;
}
div.main_inner,div.main_inner_wide
{
	margin-left:0px;
}
div.main_inner
{
	margin-right:0px;
}
div.main_below
{
	clear:left;
}
span.menu_header_outside
{
	color:#008000;
	font-size:x-large;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}
span.menu_header_user
{
	color:#00A000;
	font-size:x-large;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}
/* --- Hyper links --- */
a:link
{
	color:#0000C0;
	background-color:transparent;
	cursor:pointer;
}
a:visited
{
	color:#0000C0;
	background-color:transparent;
}
a:hover
{
	color:#C00000;
	background-color:transparent;
	text-decoration:none;
}
a:active
{
	color:#00C000;
	background-color:transparent;
	text-decoration:none;
}
/* --- Lists --- */
ul
{
	margin-top:0.5em;
}
li
{
	margin-bottom:0.2em;
	padding-left:0.5em;
	text-indent:-0.5em;
}
/* --- Menu --- */
ul.menu_section
{
	font-weight:bold;
	margin-left:1.0em;
	padding-left:0.0em;
}
ul.menu_item
{
	font-weight:normal;
	margin-left:1.0em;
	padding-left:0.0em;
	margin-top:0.2em;
	margin-bottom:1.0em;
}
a.menu_section:link,a.menu_section:visited
{
	color:#800000;
	text-decoration:none;
}
a.menu_section:hover
{
	color:#008000;
}
a.menu_section:active
{
	color:#00C000;
}
a.menu_item:link,a.menu_item:visited
{
	text-decoration:none;
}
a.menu_sub_item:link,a.menu_sub_item:visited
{
	font-weight:bold;
	color:#00A000;
	text-decoration:none;
}
a.menu_sub_item:hover
{
	font-weight:bold;
	color:#A00000;
}
a.menu_sub_item:active
{
	font-weight:bold;
	color:#0000C0;
}
/* --- Common usage --- */
.header
{
	text-align:center;
}
.feature_out
{
	color:#000000;
	text-decoration:underline;
	cursor:pointer;
}
.feature_over
{
	color:#ff0000;
	text-decoration:none;
	cursor:pointer;
}
.name
{
	color:#00A000;
}
