body{
	background			: #F8F8F8;
	margin				: 0px;
	padding				: 0px;
}
body,tr,th,td{
	font-family			: Tahoma,Arial,Helvetica,sans-serif; 
	font-size			: 11px;
	list-style-image	: url(../images/arrow.gif);
	
}

#logo{
	background			: transparent url(../images/bm_logo.png) top center no-repeat;
	height				:75px;
	float				:center;
	width				:100%;
}

#left_shadow{
	background			: white url(../images/bm_05.gif) repeat-y;
	width				:17px;
	height				:100%;
}

#right_shadow{
	background			: white url(../images/bm_07.gif) repeat-y;
	width				:15px;
	height				:100%;
}

#mainmenucontainer{
	margin-top			: 3px
}

#leftmodules{
	float				: left;
	width				: 164px;
	margin-top			: 6px;
}
#mainbody{
	float				: right;
	width				: 546px;
	margin-left			: 5px;
	margin-top			: 6px;
}

#bottom{
	width				:580px;
	height				:28px;
	text-align			:left;
	font-style			:italic;
	font-weight			:normal;
	color				:#787878;
	font-size			:13px;
	background			: #cccccc url(../images/bm_12.gif) left repeat-x;
}

#topmenu {
	float				: none;
	background			: transparent url(../images/bm_01.gif) top left repeat;
	max-width			: 770px;	
	padding-bottom		: 4px;
	margin-bottom		: 0px;
	height				: 25px;
}

#navibrush {
	font				: 11px Tahoma, Arial, Helvetica, sans-serif;
	margin				: 0px;
	padding				: 1px 4px 0px 4px;
	width				: auto;
}

#navibrush #navlist ul {
	margin				: 0;
	white-space			: nowrap;
	padding				: 0;
}

#navibrush #navlist li {
	display				: inline;
	vertical-align		: middle;
	background			: transparent;
	line-height			: 22px;
	padding				: 0px;
}

#navibrush #navlist a {
	padding				: 1px 8px 1px 16px;
	vertical-align		:middle;
	font-family			:Tahoma, Arial, Helvetica, sans-serif;
	font-size			:11px;
	font-weight			:bold;
	line-height			:18px;
}

#navibrush #navlist a:link, #navibrush #navlist a:visited {
	color				: #333333;
	text-decoration		: none;
}

#navibrush #navlist a:hover {
	color				: #008000;
	background			: transparent url(../images/bullet_yellow.png) left center no-repeat;
	text-decoration		: none;
}

#navibrush #active a:link, #navibrush #active a:visited, #navibrush #active a:hover {
	background			: transparent url(../images/bullet_red.png) left center no-repeat;
	color				: #A30000;
	text-decoration		: underline;
}

a{
	text-decoration		: none;
	color				: #A30000;
	font-weight			:normal;
}
a:hover{
	text-decoration		: underline;
}

.inputbox, .button{
	border				: 1px solid #999999;
	font-family			: Tahoma, Arial, Helvetica, sans-serif; 
	font-size			: 12px;
}
