/*---------------------------*/
/*          Header           */
/*---------------------------*/

.left_fly {
	background-image: url(../images/bg/left_fly.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.right_fly {
	background-image: url(../images/bg/right_fly.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.header_top {
	background-image: url(../images/bg/header_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: bottom;
	line-height: 20px;
	height: 78px;
}
.menu {
	background-image: url(../images/bg/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	text-align: left;
	vertical-align: top;
	padding-left: 300px;
	line-height: 20px;
}
.menu A:link, .menu A:visited, .menu A:active {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;

}
.menu A:hover {
	font-size: 14px;
	color: #D7D7FF;
	font-weight: bold;
	text-decoration: none;
}

/*---------------------------*/
/*          Content          */
/*---------------------------*/

.content_forward {
	background-image: url(../images/bg/content_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	vertical-align: top;
}
.content {
	background-image: url(../images/bg/content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding-left: 60px;
	padding-top: 40px;
	height: 511px;
}

/*---------------------------*/
/*      Content - Left       */
/*---------------------------*/

.box {
	background-image: url(../images/bg/box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 14px;
	height: 154px;
}

/*---------------------------*/
/*          Images           */
/*---------------------------*/

.boxImage {
	border: 1px solid #DADADA;
	padding: 2px;
}

/*---------------------------*/
/*          Footer           */
/*---------------------------*/

.footer {
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	line-height: 18px;
	background-image: url(../images/bg/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 116px;
}

/*---------------------------*/
/*         Comanda           */
/*---------------------------*/

.com_erase_header {
	background-color: #d7e9f5;
	line-height: 22px;
	height: 22px;
}
.com_erase_row {
	vertical-align: middle;
	height: 24px;
	padding-right: 4px;
	padding-left: 4px;
	border-bottom: solid 1px #EDECEC;
}
.com_erase_row_over {
	vertical-align: middle;
	background-color: #eff4f8;
	height: 24px;
	padding-right: 4px;
	padding-left: 4px;
	border-bottom: solid 1px #EDECEC;
}