﻿* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}
body {
	cursor: default;
	font: 1em Arial, Tahoma, Helvetica, sans-serif;
}


input, button, textarea, select {
	font-size: .8em;
}
.f-text, select {
	border: 1px solid #369;
	padding: 2px;
}
.f-button, button {
	background: #369 url(images/button-bg.gif) repeat-x 0 50%;
	border-bottom: 1px solid #036;
	border-left: 1px solid #9cf;
	border-right: 1px solid #036;
	border-top: 1px solid #9cf;
	color: #fff;
	font-weight: bold;
}


#menu {
	height: 100%;
	width: 150px;
}
#menu div.menu-header {
	font-size: 1em;
	font-weight: bold;
	color: black;
	padding: 3px 0px 3px 10px;
}

#menu div.menu-headerR {
	color: maroon;
    font-weight: bold;
    font: 1.5em Mistral,Arial;
	
}




#menu table.menu-headerBottom {
 padding : 3px 10px 3px 8px;
 border-bottom: 2px solid #cccc99;
}



#menu a, #menu a:visited, #menu span, #menu div.menu-end {
	background-color: #ffffff;
	color: #000;
	display: block;
	font-size: .8em;
	padding: 3px 2px 3px 8px;
	text-decoration: none;
	 width:130px;
}


#menu img {
	padding-right:6px;
	border:solid 0px;
}


#menu a, #menu a:visited {
	border-bottom: 1px solid #eee;
}

#menu a:hover, #menu a:active {
	background-color: #c4d5e7;
	border-left: 3px solid #999;
	padding-left: 5px;
}
#menu span {
	font-style: italic;
	font-size: .8em;
}
#menu div.menu-end {
	font-size: 0;
	height: 5px;
	line-height: 0;
	margin-bottom: 7px;
}

#main-content {
	padding: 10px;
}

#footer {
	color: #999;
    font: .9em Arial;
}

