
html, body{margin: 0;padding: 0;}
h1{font-size:13px;}
h2{font-size:12px;}
h3{font-size:12px;}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
}
#tooltip h3, #tooltip div { margin: 0; }
/* GLOBAL RESET FOR ALL BROWSERS */


table{
	font: 11px verdana, arial, sans-serif;
}
html{
	height:100.5%;
}

body{
	background: #ffffff url("images/background.jpg") repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
}

#layout-container{
	float:left;
	width:100%;
	text-align:center;
}

#layout-body{
	width:800px;
	margin:0 auto;
	height:100%;
	
}

#fix-layout-header{float:left;width:100%; margin-top:25px;border-left:#000 1px solid;border-right:#000 1px solid;border-top:#000 1px solid;}
#layout-header{height:160px;}

#fix-layout-content{border-left:#000 1px solid;border-bottom:#000 1px solid;border-right:#000 1px solid;border-top:#000 1px solid;border-top:#000 1px solid;float:left;width:100%;background:transparent url("images/background-content.jpg") repeat-y scroll left top;}
#layout-content{float:left;}

#loading{background:transparent url("images/ajax-loader.gif") no-repeat scroll center center;height:300px;z-index:2;}

#content{float:left;width:620px;min-height:400px;text-align:left;margin-left:5px;margin-top:10px;/*background-color: #ff0000;*/}
#content > div{padding:5px;}
#menu{float:left;width:165px;min-height:400px;margin:0;}

#menu ul{margin:0;padding:0;text-indent:0;}
#menu ul li{
	margin:0;
	padding:0;
	text-align:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#menu ul li a{
	padding:0 0 0 15px;
	display:block;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	margin:3px 0;
}
#menu ul li a:hover{
	color:#fff;
	text-indent:5px;
}
#menu ul li a.menu-selected{
	background:transparent url("images/background-menu-selected.jpg") repeat-y scroll left top;
	color:#000000;
	text-indent:5px;
}

#content h1{background:transparent url("images/background-h1.jpg") repeat-y scroll left top;text-align:left;text-indent:10px;font-size:18px; font-family:verdana;}

#fix-layout-footer{background:transparent url("images/background-footer.jpg") no-repeat scroll left bottom;float:left;width:100%;border-left:#000 1px solid;border-right:#000 1px solid;border-bottom:#000 1px solid;}
#layout-footer{height:45px;padding:0 5px 0 5px;}
