@charset "UTF-8";
/* CSS Document */

.module_format
{
	float: left;
	margin-top: 7px;
	margin-right: 7px;
	background-color: #1E1E1E;
	padding: 2px;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.module_header
{
	float: left;
	height: 26px;
	background-color: #000;
	background-image: url(../images/module_headerbackground.jpg);
	background-repeat: repeat-x;
	margin-bottom: 2px;
	border: solid;
	border-width: 1px;
	border-color: #000;
	padding-top: 8px;
	padding-left: 4px;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
}

.link_header
{
	height: auto;
	background-position: center;
	font-size: 13px;
	padding: 2px;
}
.module_linkbody
{
	}

.module_body
{
	float: left;
	border: solid;
	border-width: 1px;
	border-color: #000;
	background-color: #000;
	background-image: url(../images/module_bodybackground.jpg);
	background-repeat: repeat-x;
	padding: 4px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

.module_body a
{
	color: #72bf00;
	text-decoration: none;
}

.module_body a:active
{
	color: #72bf00;
	text-decoration: none;
}

.module_body a:hover
{
	color: #72bf00;
	text-decoration: underline;
}

.module_body ul 
{
	list-style-type: disc;
	list-style-position: inside;
}

.module_body ol 
{
	list-style-type: decimal;
	list-style-position: inside;
}

.module_body ul,ol li ul,ol
{
	padding-left: 12px;
}

.module_body h1,h2,h3,h4,h5,h6
{
	padding-bottom: 2px;
	padding-top: 6px;
}

.module_body h1
{
	font-size:18px;
	font-weight: normal;
}

.module_body h2
{
	font-size:18px;
	font-weight: normal;
	color: #72bf00;
}

.module_body h3
{
	font-size:16px;
	font-weight: normal;
}

.module_body h4
{
	font-size:16px;
	font-weight: normal;
	color: #72bf00;
}

.module_body h5
{
	font-size:14px;
	font-weight: normal;
}

.module_body h6
{
	font-size:14px;
	font-weight: normal;
	color: #72bf00;
}

.module_body p
{
	padding-bottom: 8px;
}

.module_body table
{
	border-collapse: separate;
}


.module_c1
{
	width: 230px;
}

.module_c1 .module_header
{
	width: 224px;
}

.module_c1 .module_body
{
	width: 220px;
}

.module_c2
{
	width: 471px;
}

.module_c2 .module_header
{
	width: 465px;
}

.module_c2 .module_body
{
	width: 461px;
}

.module_c3
{
	width: 712px;
}

.module_c3 .module_header
{
	width: 706px;
}

.module_c3 .module_body
{
	width: 702px;
}

.module_c4
{
	width: 953px;
}

.module_c4 .module_header
{
	width: 947px;
}

.module_c4 .module_body
{
	width: 943px;
}

.coverflowModule
{
	float: left;
	margin-top: 7px;
	margin-right: 7px;
	background-color: #1E1E1E;
	padding: 2px;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.videosModule
{
	float: left;
	margin-top: 7px;
	margin-right: 7px;
	background-color: #1E1E1E;
	padding: 2px;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}