@charset "utf-8";
/* CSS Document */
.module_header table{
	border:0px;
	width:100%;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.module_heading{
	margin:0px 0px;
	padding:7px 0px 6px 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:11px;
	color:white;
	background-color:#0087B7;
	/*background-image:url(images/blue_header_middle_1px.jpg); */
	background-repeat:repeat-x;
}

.module_heading_left{
	background-image:url(images/blue_header_left_2px.jpg);
}

.module_heading_right{
	background-image:url(images/blue_header_right_2px.jpg);
}

.module_heading_visibility{
	width:10px;
	background-color:#0087B7;
	background-repeat:repeat-x;
	padding:5px 0px;
}

.module_heading_other{
	width:1px;
	overflow:hidden;
	background-repeat:no-repeat;
}

.module_heading_visibility{
	padding:0px 15px;
}
.module_content{
	font-family:Arial;
	color:black;
	font-size:14px;
	padding:10px 10px 10px 10px;
	background-image:url(images/mod_gradient.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
}


div.module_content p{

}

.module_content h1{
	font-family:Arial;
	color:black;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:0px;
}

.module_content h2{
	color:black;
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
}

.module_content h3{
	color:#333;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:0px;
}

.module_content h4{
	color:#333;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
}

.module_content h5{
	color:#333;
	font-size:10px;
	font-weight:bold;
}

.module_content h6{
	color:#333;
	font-size:10px;
}

.module_content li{
	margin-top:15px;
}

.module_content a{
	color:blue;
	text-decoration:underline;
}

.module_controls{
	float:right;
}
.module{
	text-align:left;
}
