body
{
	background-image: url('/web-background-3.jpg');
	background-color: #222;
	background-attachment: fixed;
}

.contentBox
{
	width: 700px;

	margin: 5px;
	padding: 10px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;

	-webkit-box-shadow: 2px 2px 2px 2px #222;
	box-shadow: 2px 2px 2px 2px #222;

	background-color: #fff;
	font-family: Verdana;
	font-size: 14px;

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

h1
{
	margin-top: 3px;
}

tr:nth-child(even) {
    background-color: #DDDDDD;
}

tr:nth-child(odd) {
    background-color: #EFEFEF;
}

.legalText a
{
	color: #222;
}

.legalText
{
	text-align: center;
	background-color: rgba(200, 200, 200, 0.85);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	font-family: Verdana;
	font-size: 10px;
	color: #222;
	text-shadow: 1px 1px 1px #888;
}

th
{
	font-size: 14px;
}

td
{
	font-size: 14px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.modDescription
{
	background-color: #fffaf6;
	border: 1px dashed #999;
	padding: 5px;
}

#ageGate
{
	width: 500px;

	margin: 5px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	
	margin-bottom: 20px;

	-webkit-box-shadow: 2px 2px 2px 2px #222;
	box-shadow: 2px 2px 2px 2px #222;

	background-color: #fff;
	font-family: Verdana;
	font-size: 14px;
	
	color: #FFF;

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #505050 0%, #050505 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505050), color-stop(100%,#050505)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #505050 0%,#050505 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #505050 0%,#050505 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #505050 0%,#050505 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #505050 0%,#050505 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#050505',GradientType=0 ); /* IE6-9 */
	
}

#linkToSWFInfo
{
	color: #666; 	
	font-size: 10px;
}

#linkToSWFInfo a
{
	color: #666;
	text-decoration: none; 
	border-bottom:1px dotted;
}

#linkToSWFInfo a:hover
{
	text-decoration: none; 
	border-bottom:1px solid;
}

#oldVersionPopup
{
	display: none; 
	margin-left: 15px; 
	margin-right: 15px;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px; 
	border: 1px dashed #000;
}

/* Mobile / Responsive Design Overrides */
@media screen and (max-width: 730px)
{
	.contentBox, #ageGate
	{
		width: 95%;
		margin-top: 10px;
	}
} 

.textCopier:before{
        content:attr(title);
        display:inline;
}

