@import url(../../../setglinc/css/google_opensans.css); 

body {
	font-family: "OpenSans", Arial, sans-serif !important;
	
	color: #fff;
	margin: 0;
	padding: 0;
	
	background: #242943;
}

a:hover {
	color: #fff;
}

a:link {
	color: #fff;
}

a:visited {
	color: #fff;
}

.general_inner {
	padding: 5px;
	float: none !important;
	float: left;
	font-size: 12px;
	text-align: left;
	margin: 10px;
	
}
table.moduletable {
	width: 100%;
	margin-bottom: 2px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}


table.moduletable th {
	
	/*border-bottom: 1px solid #dddddd;*/
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: top;
	text-align: center;
}

table.moduletable td {
	font-size: 12px;
	padding: 3px;
	margin: 0px;
	font-weight: normal;
	border: solid 1px rgba(212, 212, 255, 0.1);
	text-align: left;
	/*color: #000;*/
}

table.moduletable td:nth-child(1) {  
  background: url(../../../setglimg/module_box_transparency10.png) 0 0 repeat;
	color: #fff;
}

table.moduletable td:hover {
	background: url(../../../setglimg/module_box_transparency10.png) 0 0 repeat;
	color: #fff;
}
p.copyright {
	font-size: 10px;
	font-weight: normal;	
}
table.moduletable_live {
	width: 100%;
	margin-bottom: 2px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable_live th {
	
	border-bottom: solid 1px rgba(212, 212, 255, 0.1);
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: top;
	text-align: center;
}

table.moduletable_live tr {
	border-bottom: solid 1px rgba(212, 212, 255, 0.1);;
}


table.moduletable_live tr:hover td {
	background: url(../../../setglimg/module_box_transparency10.png) 0 0 repeat;
}

table.moduletable_live td {
	font-size: 12px;
	padding: 3px;
	margin: 0px;
	font-weight: normal;
}