body {
	background-color: #eee;
	font-family: "Trebuchet MS", sans-serif;
      font-size: 10pt;
}

div.wrapper {
	width: 1240px;
	margin: 0px auto;
	min-height: 600px;
	background-color: #fff;
	border: 1px solid #bbb;
}

div.header {

}

div.header div {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	margin: 5px 0 0 8px;
}

div.menu {
	height: 28px;
	margin: 0 0px 0 0 ;
}

div.submenu div {
	float: left;
	margin: 3px 0 0 10px;
}

div.menu a {
	color: #555;
	display: block;
	float: right;
	padding: 3px 10px;
	text-decoration: none;
}

div.mainmenu {
	margin-top: -18px;
	float: right;
	font-size: 14px;
}

div.mainmenu a {
	border: 1px solid #999;
        margin-right: -1px;
        -moz-border-radius-topleft: 8px;
        -webkit-border-top-left-radius: 8px;
        -opera-border-top-left-radius: 8px;
        -moz-border-radius-topright: 8px;
        -webkit-border-top-right-radius: 8px;
}

div.mainmenu a:hover {
	background-color: #fafafa;
}

div.mainmenu a.active {
	background-color: #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

div.submenu {
	clear: right;
	float: right;
      height: 20px;
	font-size: 12px;
	width: 100%;
	background-color: #f3f3f3;
	border-bottom: 1px solid #eee;
}

div.smallmenu {
    margin: 5px 0 0 0;
    padding: 5px;
    float: right;
    width: 60%;
}


div.menu a:hover {
	color: #333;
}

div.menu a.active {
	font-weight: bold;
	color: #000;
}

div.content {
	min-height: 600px;
	padding: 0 30px 10px 30px;
}

div.footer {
    text-align: center;
    font-size: 8pt;
    padding: 60px 0 30px 0;
    color: #666;
    clear: both;
}

a {
    color: #555;
}

a:hover {
    text-decoration:none;
}

div.toolbar {
    background-color: #f9f9f9;
    width: 1200px;
    padding: 0 20px 0 20px;
    margin: 0 0 5px -30px;
    height: 3.8em;
    border-bottom: 1px solid #f4f4f4;
}


h1 {
    float: left;
    margin-top: 10px;
    margin-bottom: 0;
}

h2 {
    margin-top: 10px;
    margin-bottom: 8px;
}

h3 {
    margin-top: 15px;
    margin-bottom: 3px;
}









div.loading img {
    margin: 100px 0 10px 0;
}

div.loading {
    color: #999;
    font-size: 9pt;
    text-align: center;
    height: 500px;
}
