/******************
	General
	
default border:  #aaa
background grey: #999
dark orange:     #ffd03f
light orange:    #fff4c1
orange border:   #ff950c

*******************/

body {
	background: #fff url('../img/main-back.png') repeat-x top left;
	color: #454545;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin: 15px;
}

h1, h2, h3, h4 {
	margin: 10px 0 10px 0;
	padding: 0;
}

h1 {
	font-size: 18px;
}
h1.subtitle {
	margin: 10px 0 0px 0;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}

p {
	margin: 5px 0 8px 0;
}

a {
	color: #0049FF;
	font-weight: bold;
	text-decoration: none;
}

hr {
	border:0px; 
	border-top:1px dashed #bbb; 
	height:0px;
	margin: 15px 0;
}

/******************
	Layout
*******************/

#header {
	overflow: auto;
	border-top: 1px solid #ff950c;
	border-bottom: 1px solid #ff950c;
	background: #efefef;
	padding: 5px 15px 0;
}

#header #heading {
}
#header h1 {
	font-size: 20px;
	color: #ff950c;
	padding: 0 0 10px 0;
}

#header h1 span {
	vertical-align: super; 
	color: #666;
	font-size: 14px;
	padding-left: 10px;
}

#header #userinfo {
	float: right;
	text-align: right;
}

#header #userinfo p {
	margin: 0 0 3px 0;
	font-size: 10px;
	font-weight: bold;
}

#content {
	overflow: auto;
	background: #fff;
	margin: 0;
	padding: 15px;
	border: none;
}

#mainmenu {
	display: none;
}

#adminmenu {
	display: none;
}

#submenu {
	display: none;
}

#tabs {
	display: none;
}

div.menu {
	display: none;
}

div.filter {
	display: none;
}

h1.subtitle {
	display: none;
}
#footermenu {
	display: none;
}

