@charset "UTF-8";
/* CSS Document */

.float_left
{
	float: left;
	width: auto;
	height: auto;
}

.float_right
{
	float: right;
	width: auto;
	height: auto;	
}

.float_clear_both
{
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
}

.width_5percent   { width: 5%; }
.width_10percent  { width: 10%; }
.width_15percent  { width: 15%; }
.width_20percent  { width: 20%; }
.width_25percent  { width: 25%; }
.width_30percent  { width: 30%; }
.width_35percent  { width: 35%; }
.width_40percent  { width: 40%; }
.width_45percent  { width: 45%; }
.width_50percent  { width: 50%; }
.width_55percent  { width: 55%; }
.width_60percent  { width: 60%; }
.width_65percent  { width: 65%; }
.width_70percent  { width: 70%; }
.width_75percent  { width: 75%; }
.width_80percent  { width: 80%; }
.width_85percent  { width: 85%; }
.width_90percent  { width: 90%; }
.width_95percent  { width: 95%; }
.width_100percent { width: 100%; }

.width_0px { width: 0; }
.width_1px { width: 1px; }
.width_5px { width: 5px; }
.width_10px { width: 10px; }
.width_15px { width: 15px; }
.width_20px { width: 20px; }
.width_25px { width: 25px; }
.width_30px { width: 30px; }
.width_35px { width: 35px; }
.width_40px { width: 40px; }
.width_45px { width: 45px; }
.width_50px { width: 50px; }
.width_55px { width: 55px; }
.width_60px { width: 60px; }
.width_65px { width: 65px; }
.width_70px { width: 70px; }
.width_75px { width: 75px; }
.width_80px { width: 80px; }
.width_85px { width: 85px; }
.width_90px { width: 90px; }
.width_95px { width: 95px; }
.width_100px { width: 100px; }
.width_110px { width: 110px; }
.width_115px { width: 115px; }
.width_120px { width: 120px; }
.width_130px { width: 130px; }
.width_140px { width: 140px; }
.width_150px { width: 150px; }
.width_160px { width: 160px; }
.width_170px { width: 170px; }
.width_180px { width: 180px; }
.width_190px { width: 190px; }
.width_200px { width: 200px; }
.width_300px { width: 300px; }
.width_400px { width: 400px; }
.width_500px { width: 500px; }
.width_600px { width: 600px; }
.width_700px { width: 700px; }
.width_800px { width: 800px; }
.width_900px { width: 900px; }
.width_1000px { width: 1000px; }
.width_1100px { width: 1100px; }
.width_1200px { width: 1200px; }


.height_5px  { height: 5px; overflow: hidden; }
.height_10px { height: 10px; overflow: hidden; }
.height_15px { height: 15px; overflow: hidden; }
.height_20px { height: 20px; overflow: hidden; }
.height_25px { height: 25px; overflow: hidden; }
.height_30px { height: 30px; overflow: hidden; }
.height_35px { height: 35px; overflow: hidden; }
.height_40px { height: 40px; overflow: hidden; }
.height_45px { height: 45px; overflow: hidden; }
.height_50px { height: 50px; overflow: hidden; }

.height_55px { height: 55px; }
.height_60px { height: 60px; }
.height_65px { height: 65px; }
.height_70px { height: 70px; }
.height_75px { height: 75px; }
.height_80px { height: 80px; }
.height_85px { height: 85px; }
.height_90px { height: 90px; }
.height_95px { height: 95px; }
.height_100px { height: 100px; }

.float_left_5percent
{
	float: left;
	width: 5%;
	height: auto;		
}

.float_left_10percent
{
	float: left;
	width: 10%;
	height: auto;		
}

.float_left_15percent
{
	float: left;
	width: 15%;
	height: auto;		
}

.float_left_20percent
{
	float: left;
	width: 20%;
	height: auto;		
}

.float_left_25percent
{
	float: left;
	width: 25%;
	height: auto;		
}

.float_left_70percent
{
	float: left;
	width: 70%;
	height: auto;
}

.float_right_30percent
{
	float: right;
	width: 30%;
	height: auto;
}

.float_right_75percent
{
	float: right;
	width: 75%;
	height: auto;	
}




.float_right_75percent p
{
	width: 99%;
	max-width: 540px;
	color: rgb(25,25,25);
}

.marginTop_10px
{
	margin-top: 10px;
}

.marginTop_20px
{
	margin-top: 20px;
}

.marginTop_30px
{
	margin-top: 30px;
}

.marginBottom_1px { margin-bottom: 1px; }
.marginBottom_5px { margin-bottom: 5px; }
.marginBottom_10px { margin-bottom: 10px; }
.marginBottom_15px { margin-bottom: 15px; }
.marginBottom_20px { margin-bottom: 20px; }
.marginBottom_25px { margin-bottom: 25px; }
.marginBottom_30px { margin-bottom: 30px; }
.marginBottom_35px { margin-bottom: 35px; }
.marginBottom_40px { margin-bottom: 40px; }
.marginBottom_45px { margin-bottom: 45px; }
.marginBottom_50px { margin-bottom: 50px; }

.align_bottom
{
	top: auto;
	bottom: 0px;
}

.align_top
{
	top: 0px;
	bottom: auto;
}

.align_left
{
	left: 0px;
	right: auto;
}

.align_right
{
	left: auto;
	right: 0px;
}

.textAlign_left
{
	text-align: left;
}

.textAlign_center
{
	text-align: center;
}

.textAlign_right
{
	text-align: right;	
}

.overflow_hidden
{
	overflow: hidden;
}

.overflow_scroll
{
	overflow: scroll;
}

.overflow_auto
{
	overflow: auto;
}

.overflow_inherit
{
	overflow: inherit;
}

.overflow_visible
{
	overflow: visible;
}

.paddingLeft_1px { padding-left: 1px; }
.paddingLeft_5px { padding-left: 5px; }
.paddingLeft_10px { padding-left: 10px; }
.paddingLeft_15px { padding-left: 15px; }
.paddingLeft_20px { padding-left: 20px; }
.paddingLeft_25px { padding-left: 25px; }
.paddingLeft_30px { padding-left: 30px; }
.paddingLeft_35px { padding-left: 35px; }
.paddingLeft_40px { padding-left: 40px; }
.paddingLeft_45px { padding-left: 45px; }
.paddingLeft_50px { padding-left: 50px; }

.bgcolor_lightgrey { background-color: rgb(245,245,245); }


.ul_horizontal_menu
{
	list-style-type: none;
}

.ul_vertical_menu
{
	list-style-type: none;
}

.li_horizontal_menu
{
	list-style:none;	
	margin-left: 0px;
	padding-left: 0px;
}


.containerdesc
{
	position: absolute;
	font-size: 10px;
	background-color: #FFC;
	z-index: 10;
	border-right: 1px solid rgb(230,230,230);
	border-bottom: 1px solid rgb(230,230,230);
	display: none;
}	
