﻿/*AlHolol Brochure Style*/
body 
{
 	margin: 0;
  	padding: 0;
  	line-height: 125%;
  	font-family: Arial, Tahoma, Verdana, sans-serif;
  	font-size: 11px;
  	color: #999;
	background-color: #333;
}

#smart_header {
	height: 5%;
  	background-color: #333;
}

#smart_header a {
	color: #cccccc;
}

div#smart_header img {
	border: none;
}

div.text_link {
	float: right;
	padding: 10px 10px 0 0;
}

#smart_header div.image_holder {
	float: left;
	padding: 3px 0 0 10px;
}

#content_alholol {
	width: 100%; 
	height: 94%; 
	overflow: scroll;
	background-color: #055a90;
	border-top: 2px solid #222222;
	text-align: center;
}

.alholol_image_content {
	width: 608px;
	position: relative;
	margin: 0 auto;
	padding: 8px 0;
}

.alholol_top_bg {
	background: transparent url('../Images/alholol/alholol_table_bg_top.gif') no-repeat top left;
	height: 19px;
	width: 607px;
}

.alholol_content {
	background: transparent url('../Images/alholol/alholol_table_bg_content.gif') repeat-y top left;
	height: 700px;
	width: 617px;
	padding: 0 0 0 13px;
}

.alholol_bottom_bg {
	background: transparent url('../Images/alholol/alholol_table_bg_bottom.gif') no-repeat top left;
	height: 20px;
	width: 607px;
}

.alholol_image_3 {
	background: transparent url('../Images/alholol/alholol_image_3.gif') no-repeat top left;
	height: 171px;
	width: 606px;
}

#alholol_table {
	width: 180px;
	color: #000;
	font: 12px Arial, Tahoma;
}

#alholol_table td {
	text-align: right;
}

#alholol_table_p {
	width: 190px;
	color: #000;
	font: 12px Arial, Tahoma;
}

#alholol_table_p td {
	text-align: right;
}

.y_description {
	border-right: 1px solid #a3a290;
	width: 145px;
	padding-right: 6px;
	text-align :right;
}

.p_description {
	border-right: 1px solid #a3a290;
	width: 155px;
	padding-right: 10px;
}

.y_number {
	width: 33px;
	padding-right: 2px;
}


.y_description_light {
	background-color: #fffce9;
	height: 19px;
}

.y_description_dark {
	background-color: #fffac2;
	height: 19px;
}

.p_description_light {
	background-color: #fbdfed;
	height: 19px;
}

.p_description_dark {
	background-color: #f8c0d9;
	height: 19px;
}

.b_description_light {
	background-color: #d3f0fe;
	height: 19px;
}

.b_description_dark {
	background-color: #aae0fa;
	height: 19px;
}

.f_left {
	float: left;
	margin-right: 15px;
}
