body > * {
    background: transparent url(img/sidebar.png) top left no-repeat;
	font-family: arial;
	font-size: 14px;
	color: #000;
}

#sign {
	background: transparent url(img/sign.png) top center no-repeat;
	height: 36px;
}

.header {
	background: transparent url(img/logo.png) top center no-repeat;
    height: 38px;
	padding: 63px 0px 0px 32px;
}

.bodyset {
    padding: 0px 27px 10px 32px;
	line-height: 18px;
}

h1 {
	font-size: 16px;
	margin-bottom: 10px;
}

p {
    margin-bottom: 10px;
}

a {
	color: #7c0d2d;
	text-decoration: none;
}

.jobcont {
	background-color: #d8e0e0;
	padding: 12px 10px 12px 10px;
	margin-bottom: 2px;
}

.jobcont .hl {
	color: #7c0d2d;
}

.navlist {
	margin: 26px 0px 0px 24px;
	list-style-type: none;
}

.navlist a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	line-height: 18px;
	display: block;
}

/* @group Toolbar */

.toolbar {
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    padding: 10px;
    height: 45px;
    background: url(img/toolbar.png) #6d84a2 repeat-x;
    position: relative;
}

.black-translucent .toolbar {
	margin-top: 20px;
}

.toolbar > h1 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 10px;
    line-height: 1em;
    margin: 1px 0 0 -75px;
    height: 40px;
    font-size: 20px;
    width: 150px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

body.landscape .toolbar > h1 {
    margin-left: -125px;
    width: 250px;
}

.button, .back, .cancel, .add {
    position: absolute;
    overflow: hidden;
    top: 63px;
    left: 32px;
    margin: 0px;
    padding: 0px;
    width: 37px;
    height: 20px;
    line-height: 20px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    -webkit-border-image: url(img/btn_menu.png) 0 0 0 0;
}

.button.active, .back.active, .cancel.active, .add.active {
    -webkit-border-image: url(img/btn_menu.png) 0 0 0 0;	
}

.back {
    padding: 0px 0px 0px 6px;
    -webkit-border-image: url(img/btn_menu.png) 0 0 0 0;
}
/* @end */

/* @group Lists */

h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
    margin-top: 0;
}

ul {
	font-family: arial;
	font-size: 16x;
    color: #000;
    padding: 0;
    margin: 26px 26px 0px 32px;
}

ul li {
	background: transparent url(img/bg_ul.png) top left repeat-x;
    border: 1px solid #d9dbdf;
    list-style-type: none;
    padding: 10px 0px 8px 0px;
	height: 17px;
	text-align: center;
	margin-bottom: 3px;
}

ul.curmenu {
    margin: 0px 26px 15px 32px;
}

ul.curmenu li {
	background: transparent url(img/bg_ul_active.png) top left repeat-x;
    border: 1px solid #7c0d2d;
    list-style-type: none;
    padding: 10px 0px 8px 0px;
	height: 17px;
	text-align: center;
	margin-bottom: 3px;
	color: #fff;
}

ul li a {
	color: #000;
	display: block;
}