/*----------------------- BEGIN COMMON -------------------*/
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
body {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	height: 100%;
	font-size=100%;
	text-align: center;
}
div.header_body {
	min-height: 100%;
	height=100%;
}
a img {
	border: 0;
}
img.separator {
	width: 100%;
	height: 1px;
	clear: both;
}
form {
	margin: 0;
}
a {
	text-decoration: none;
	font: normal 11px Verdana;
	color: #B4385B;
}

a:hover {
	text-decoration: underline;
}

/*----------------------- END COMMON -------------------*/

div#header div.banner {
	width: 820px;
	margin: 0 auto;
	background:url(img/page_back.gif) top left repeat-y;
	position: relative;
}

div.header_body {
	width: 820px;
	margin: 0 auto;
	background:url(img/page_back.gif) top left repeat-y;
	position: relative;
}

div#header {
	height: 197px;
	background: url(img/header_back.jpg) 0 59px no-repeat;
	position: relative;
}
div#header div.top_line {
	position: absolute;
	height: 59px;
	background: url(img/header_top_back.gif) top left repeat-x;
	top: 0;
	left: 0;
	width: 820px;
}

div#header a.abac {
	width: 186px;
	height: 59px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/logo_abac.jpg) top left no-repeat;
	display: block;
}
div#header a.balma {
	width: 190px;
	height: 59px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(img/logo_balma.jpg) top left no-repeat;
	display: block;
}



div#body {
	position: relative;
}


div#body div#content {
	margin-left: 180px;
	background: url(img/body_left_top_corner.jpg) top left no-repeat;
	min-height: 200px;
	padding: 15px 15px 25px;
	font: normal 11px Verdana;
	color: #000C4A;
	text-align: left;
}
div#top_line {
	position: absolute;
	top: 197px;
	left: 263px;
	width: 557px;
	height: 5px;
	background: url(img/body_top_back.gif) top left repeat-x;
	border: 0px solid green;
	z-index: 10;
}
div.top_line {
	position: absolute;
	top: 0;
	right: 0;
	width: 557px;
	height: 5px;
	background: url(img/body_top_back.gif) top left repeat-x;
}
div.top_line1 {
    position: absolute;
    top: 0;
    left: -240px;
    right: 0px;
    width: 557px;
    height: 5px;
    background: url(img/body_top_back.gif) top left repeat-x;
}

div#menu {
	width: 180px;
	float: left;
	background: url(img/left_menu_back.jpg) right top no-repeat;
	padding-top: 5px;
}
div#menu h3 {
	margin: 0;
	font: normal 12px Verdana;
	line-height: 29px;
	color: #FFF;
	height: 29px;
	text-align: left;
	padding-left: 12px;
}
div#menu ul {
	width: 178px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
div#menu ul li {
	width: 178px;
	height: 29px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	text-align: left;
	background: url(img/left_menu_li_back.gif) top left no-repeat;
}
div#menu ul li a {
	width: 178px;
	color: #B9B9B9;
	font: normal 12px Verdana;
	line-height: 28px;
	height: 28px;
	display: block;
	text-align: left;
	background: url(img/left_menu_li_back.gif) top left no-repeat;
	padding-left: 27px;
	text-decoration: none;
}
div#menu ul li a:hover {
	background: url(img/left_menu_a_back.gif) 17px 8px no-repeat;
	text-decoration: none;
}


div#footer {
	width: 820px;
	height: 35px;
	margin: -41px auto 0 auto;
	background: url(img/footer_back.gif) top left repeat-x;
	position: relative;
	font: normal 10px Verdana;
	line-height: 32px;
	color: #000C4A;
	padding-bottom: 3px;
}
div#footer div.left_side {
	width: 180px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/footer_left_back.gif) top left repeat-x;
}




div#header ul {
	width: 820px;
	height: 28px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(img/header_menu_back.gif) top left repeat-x;
	list-style: none;
	margin: 0;
	padding: 0 0 0 145px;
}
div#header ul li {
	float: left;
	font: normal 11px Verdana;
	line-height: 28px;
	height: 28px;
	background: url(img/menu_separator.gif) center left no-repeat;
}
div#header ul li a {
	display: block;
	font: normal 11px Verdana;
	line-height: 28px;
	height: 28px;
	color: #000C4A;
	padding: 0 15px;
}
div#header ul li.item1 {
	width: 100px;
	background: none;
}
div#header ul li.item2 {
	width: 100px;
}
div#header ul li.item3 {
	width: 100px;
}
div#header ul li.item4 {
	width: 100px;
}
div#header ul li.item5 {
	width: 109px;
}
div#header ul li.item6 {
	width: 92px;
}

h1 {
	margin: 0 0 5px 0;
	font: bold 14px Verdana;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid #01335B;
}
/* ------------------------------------------END ------------------------------------ */
TABLE.login_table {
	border: 1px solid black;
	margin-top: 150px;
}



DIV.header_links {
	float: left;
	width: 160px;
	}


DIV.main_div {
	margin-left: 160px;
	margin-top: 0px;
	}

.add_block {
	margin-left: 60px;
}

A {
	font-size: 14px;
	color: #0F5CA8;
	text-decoration: none;
}

A.alnk {
	font-size: 10px;
	color: #0F5CA8;
	text-decoration: none;
}

A:hover {
	color: #F26D00;
}


.main_div TABLE {
	border: 1px solid black;
	font-size: 12px;
	color: #0F5CA8;
}

.main_div TABLE TH {
	color: red;
	background: black;
}

.main_div TABLE TD {
	padding-left: 5px;
	padding-right: 5px;
}

.main_div TABLE TR:hover{
	background: #A29DAA;
}

TABLE.noHover TR:hover{
	background: white;
}

.manage {
	cursor: pointer;
	color: #0D8EA8;
}

.manage:hover {
	cursor: pointer;
	color: #A8480D;
}

INPUT {
	font-size: 12px;
}

SELECT {
	font-size: 12px;
}

TEXTAREA {
	font-size: 13px;
}

.default_manager_table{
	border: 1px solid black;
	font-size: 12px;
	color: #0F5CA8;
	margin-left: 60px;
}

.default_manager_table TH {
	color: red;
	background: black;
}

.default_manager_table TD {
	padding-left: 5px;
	padding-right: 5px;
}

.default_manager_table TR:hover{
	background: #A29DAA;
}

.main_form {
	margin-left: 60px;
}