
/* ------------------------------------- */

/* general styles */

* {
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

html, body, form, div, span, h1, h2, h3, h4, h5, h6, p, ul, ol, dt, dl, li, dd, a, img {
	padding: 0;
}

body, table, input, select, textarea {
	color: #26404d;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	font-family: arial;
}

body {
	background-color: #FFFFFF;
}

h1, p.h1 {
	margin: 0 0 5px 0;
	font-size: 19px;
	color: #f57c0e;
	font-weight: normal;
}

p {
	margin: 0 0 5px 0;
}

ul, ol, dt, dl {
	margin: 5px 0;
}

ul {
	list-style-image: url(/_sys/images/p.ul1.gif);
}

li, dd {
	margin: 0 0 5px 36px;
}

a {
	color: #0080c0;
	text-decoration: underline;
}

a:hover {
	color: #f57c0e;
	text-decoration: underline;
}

/* ------------------------------------- */

/* form elements */

input.text {
	margin: 1px 0;
}

input.checkbox {
	width: 15px;
	height: 15px;
	margin: 1px 0;
}

input.radio {
	width: 15px;
	height: 15px;
	margin: 1px 0;
}

input.file {

}

textarea.textarea {
	margin: 1px 0;
}

select.select {

}

input.button {
	color: #000000;
}

/* ------------------------------------- */

/* other */

a.selected, a.selected:hover {
	color: #f57c0e;
}

p.unactive, a.unactive, a.unactive:hover {
	color: #808080;
}

a.bn_menu,
a.bn_menu:hover,
a.bn_menu_last,
a.bn_menu_last:hover,
a.bn_menu_active,
a.bn_menu_active:hover,
a.bn_menu_last_active,
a.bn_menu_last_active:hover {
	display: block;
	width: 100%;
	height: 39px;
	background-color: #76bcdf;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
	padding: 11px 14px 0 14px;
	font-weight: bold;
	font-size: 14px;
}

a.bn_menu_last,
a.bn_menu_last:hover,
a.bn_menu_last_active,
a.bn_menu_last_active:hover {
	height: 40px;
}

a.bn_menu_active,
a.bn_menu_active:hover,
a.bn_menu_last_active,
a.bn_menu_last_active:hover {
	color: #ffe381;
}