/* Global settings */
body {
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	margin: 10px;
	font-size: 12px;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1,h2 {
	font-weight: bolder;
	margin-top: 0;
}
h1 {
	font-size: 18px;
}

/* Header settings */
#header {
	background: url("images/tun_strip.png") repeat-x center;
	height: 32px;
}
#header #logo {
	height: 48px;
	width: 60px;
}

/* Navbar settings */
#leftcol {
	background-color: transparent;
	left: 10px;
	position: absolute;
	top: 52px;
	width: 150px;
}
.leftmenu {
	background-color: #a4a4a4;
	border: 2px solid #5f5f5f;
	margin: 0;
	padding: 0;
}
.leftmenu .nav_title {
	background-color: #9c1929;
	border-bottom: 2px solid #5f5f5f;
	color: #fff;
	font-weight: bold;
	height: 2em;
	line-height: 2em;
	text-align: center;
}
.leftmenu .nav_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.leftmenu .nav_menu ul li {
	background-color: #c6c6c6;
	border-bottom: 2px solid #5f5f5f;
	display: block;
	margin: 0;
	padding: 0;
}
.leftmenu .nav_menu ul li.menu_last {
	border-bottom: 0;
}
.leftmenu .nav_menu ul li a {
	color: #000;
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 2em;
	line-height: 2em;
	margin: 0;
	padding-left: 5px;
	text-align: left;
	text-decoration: none;
}
.leftmenu .nav_menu ul li a:hover {
	background-color: #9c1929;
	color: #fff;
}
.leftsub {
	background-color: #fff;
	border: 2px solid #5f5f5f;
	margin: 0;
	padding: 0;
}
.leftsub .submenu_title {
	background-color: #9c1929;
	border-bottom: 2px solid #5f5f5f;
	color: #fff;
	font-weight: bold;
	height: 1.5em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: center;
}
.leftsub .submenu div.row {
	border-bottom: 2px solid #fff;
	clear: both;
	font-size: 10px;
	height: 1.5em;
	line-height: 1.5em;
}
.leftsub .submenu div.row span.item {
	background-color: #ddd;
	display: block;
	float: left;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	white-space: nowrap;
	width: 10px;
}
.leftsub .submenu div.row span.desc {
	background-color: #ddd;
	display: block;
	margin-left: 22px;
	padding-left: 5px;
}
.leftsub .submenu div.row#submenu_last  {
	border-bottom: 0;
	clear: both;
	font-size: 10px;
	height: 1.5em;
	line-height: 1.5em;
}

/* Main content settings */
#content {
	margin-left: 150px;
	padding: 10px 0 10px 10px;
	text-align: left;
	vertical-align: top;
}
#content div.form {
	clear: both;
	padding-top: 2px;
}
#content div.form span.label {
	float: left;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	width: 14em;
}
#content div.form span.label_login {
	float: left;
	text-align: right;
	white-space: nowrap;
	width: 6em;
}
#content div.form span.field {
	padding-left: 15px;
	text-align: left;
}
#content td {
	background-color: #ddd;
	padding-left: 3px;
	padding-right: 3px;
	}
#content th {
	background-color: #9c1929;
	color: #fff;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}
#content th a {
	color: #fff;
	text-decoration: underline;
}
