@charset "utf-8";
/* CSS Document */
.g_module_header table{
	border:0px;
	width:100%;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.g_module_header .module_heading{
	margin:0px 0px;
	padding:7px 0px 6px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:white;
	background-image:url(images/gray_header_middle_1px.jpg); 
	background-repeat:repeat-x;
}

.g_module_header .module_heading_left{
	background-image:url(images/gray_header_left_2px.jpg);
}

.g_module_header .module_heading_right{
	background-image:url(images/gray_header_right_2px.jpg);
}

.g_module_header .module_heading_visibility{
	width:10px;
	background:url(images/gray_header_middle_1px.jpg);
	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{
	padding:10px 10px 10px 10px;
	background-image:url(images/mod_gradient.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
}

.module_content li{
	margin-top:15px;
}

.module_controls{
	float:right;
}

.module{
text-align:left;
}
