* {
	margin: 0;
	padding: 0;
	font-family: Sans-Serif;
	text-decoration: none;
	text-shadow: 0 1px 1px #222;
	color: White;
}

i {
	color: #999999;
	font-style: normal;
}

p {
	text-align: center;
	font-weight: 500;
}

html {
	width: 100%;
	background-color: #444;
	background-image: url("http://images.brins0.net/Backgrounds/dark-city_Dizorb_dot_com.jpg");
	background-attachment: fixed;
}

hr {
	margin: 2px 0 5px 0;
}

img {
	border: none; 
}

table {
	width: 100%;
}

.container {
	margin: 0px auto 0px auto;
	padding: 25px 25px 0px 25px;
	width: 996px;
}

.left {
	font-weight: 700;	
	vertical-align: top;
}

.right {
	width: 100%;
	text-align: right;
}

.tile {
	border: 1px Solid #000;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 5px;
	height: 240px;
	width: 320px;
	float: left;
	background-color: rgba(5, 5, 5, 0.85);
}

.tile:hover {
	border: 1px Solid #BBB;
	background-color: rgba(30, 30, 30, 0.85);
}

.module-content {
	position: relative;
	top: -68px;
	height: 198px;
	padding: 6px 6px 4px 6px;
	overflow: hidden;
}

.module-title {
	position: relative;
	top: -68px;
	padding: 0 10px 0px 6px;
	color: White;
	font-size: 24px;
}

.module-icon {
	position: relative;
	top: 170px;
	left: 250px;
	width: 64px;
	height: 64px;
}

.mobile-tag {
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 0;
	background-image: none;
}

/* Links */
a {	
	color: #a2c8ff;
	padding: 0 0 1px 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url("./site_images/link.png");
}
.external {
	color: #9dff7c;
	background-image: url("./site_images/external-link.png");
}
.internal {
	color: #ffb28a;
	background-image: url("./site_images/internal-link.png");
}
.disabled {
	color: #444444;
	background-image: url("./site_images/disabled-link.png");
}
.no-icon {
	color: #444444;
	background-image: none;	
	padding: 0 0 1px 5px;
}

/* Module Specific CSS */

.module-content li {	
	list-style: none;
}

#overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: White;
	background-image: url("./site_images/overlay-background.png");
}

#overlay-content {
	width: 50%;
	margin: 25%;
	border: 1px solid White;
	background-image: url("./site_images/overlay-background.png");
	padding: 10px;
}

#overlay-content a {
	width: 100%;
	padding: 0px;
	border: none;
}

#overlay-content img {
	border: none;
}

.trillian {
	position: fixed;
	bottom: 2px;
	left: 6px;
}