/* Main */

a:link, a:visited {
	color: #000;
}
a:active, a:hover {
	color: #666;
}
p.subtitle {
	font-size: small;
}
p.link {
	margin-left:auto;
	margin-right:auto;
	width:	50%;
	border: solid 1px #d0d0d0;
	padding: 4px;
	font-size: large;
	background: #f8f8f8;
	border-radius:	8px;
}
p.link a {
	text-decoration:none;
	color: #D00000;
}
p.link a:hover {
	background-color: #000000;
	color: #ffffff;
}
p.footer {
	font-size: small;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #a0a0a0;
}
p.footer a { color: #a0a0a0; text-decoration:none; }
p.footer a:hover { color: #202020; }
}
div.content {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
div.content div.plugin_warning
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 4px;
	padding-bottom:4px;
	
	font-size:16px;
	color:#909090;
}
div.content div.plugin_warning a			{ color:#707070; }
div.content div.plugin_warning a:hover	{ color:#404040; }

div.missing {
	margin: auto;
	position: relative;
	top: 50%;
	width: 193px;
}
div.missing a {
	height: 63px;
	position: relative;
	top: -31px;
}
div.missing img {
	border-width: 0px;
}
div#unityPlayer {
	cursor: default;
	height: 600px;
	width: 960px;
}

div.header
{
	font-size: large;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	text-align: left;
}
div.header div
{
	margin-top:	8px;
	display:inline-block;
}
div.header div.left
{
	position:	relative;
	left:		20px;
	top:		10px;
}
div.header div.right
{
	position:	absolute;
	top:		10px;
	right:		8px;
	text-align:	center;
}
table.icons span.check
{
	padding-left:	10px;
	background: 	url('../unity/check.png') no-repeat 0px 4px;
}
table.icons
{
	font-size:	10px;
}
table.icons td
{
	width:	60px;
}


ul.features
{
	text-align: left;
	list-style-type: disc;
	color:	#808080;
}
ul.features li span
{
	color:	#404040;
	font-size:	14px;
}
ul.features li strong
{
	font-size:	14px;
	color: 		#C04000;
}

body
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #fbfbfb;
	color: black;
	text-align: center;

	width:			980px;
	margin-left:	auto;
	margin-right:	auto;
	margin-top: 	0px;
	margin-bottom: 0px;
}
body div.main
{
	margin:	0px;
	padding:	0px 0px 40px 0px;
	border-left:solid 4px #E0E0E0;
	border-right:solid 4px #E0E0E0;
	background-color: #F0F0F0;
	position: relative;
	left: 115px;
}

p
{
	margin: 0px;
	padding: 0px;
}

p.otherpack
{
	text-align: right;
	padding-left: 16px;
	margin-top: -10px;
	color: #606060;
	font-size: 14px;
}

p.otherpack a
{
	font-weight: bold;
	color: #D00000;
}
p.otherpack a:hover
{
	background-color: #ffffff;
	color: #FF0000;
}

p.intro
{
	background: #f8f8f8;
	margin: 0 20px 0 20px;
	padding: 12px;
	text-align: left;
	font-size: 13px;
	border: solid 1px #e0e0e0;
	border-radius: 6px;
}

table.amenu
{
	padding: 0px;
	margin: 0xp;
	border-collapse: collapse;
	border: 0px;
	border-spacing:0;
	
	font-size:12px;
	width:100%;
}
table.amenu td
{
	border-right: solid 1px #b0b0b0;
	background: #e0e0e0;
	text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.4);
}
table.amenu th
{
	border-right: solid 1px #b0b0b0;
	background: #f0f0f0;
	text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.4);
}

table.top td a
{
	border-bottom: solid 1px #b0b0b0;
}
table.bottom td a
{
	border-top: solid 1px #b0b0b0;
	border-bottom: solid 1px #b0b0b0;
}
table.amenu td a
{
	padding-top:	8px;
	padding-bottom:	8px;
	
	display: block;
	
	color:	#303030;
	text-decoration: none;
}
table.amenu td a:hover
{
	color:	#fff;
	background: #b0b0b0;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

span.free
{
	font-weight: bolder;
	text-transform: uppercase;
}

p.otherassets
{
	color: #606060;
	font-size: 18px;
	margin-bottom: 12px;
	letter-spacing: 1px;
}

div.helpbox
{
	margin-left: auto;
	margin-right: auto;
	
	width: 500px;
	padding: 8px 8px 8px 38px;
	margin-top: -32px;
	margin-bottom: 8px;
	
	border: solid 1px #5293c4;
	border-radius: 8px;
	background: #e0ebf6 url('infobox.png') no-repeat 8px;
	
	text-align: left;
	color: #5293c4;
}

ul.playertab
{
	margin: 0px 0px 3px 24px;
	padding: 0px;
	text-align: left;
	font-size: 14px;
}

ul.playertab li
{
	padding: 8px 8px 4px 12px;
	display: inline;
	border-radius: 8px 8px 0px 0px;
	background-color: #c8c8c8;
}

ul.playertab li#selected
{
	font-weight: bold;
	background-color: #e0e0e0;
	color: #000;
}

ul.playertab li a
{
	text-decoration: none;
	border-bottom: dashed 1px #808080;
	padding-left: 2px;
	padding-right: 2px;
}
ul.playertab li a:hover
{
	text-decoration: none;
	color: #fff;
	background-color:#000;
	border-bottom: none;
	border-radius: 2px;
	padding-bottom: 1px;
}

div.content
{
	margin-top: auto;
	margin-left:auto;
	margin-right:auto;
	padding-top: 8px;
	background-color: #e0e0e0;
}

canvas
{
	padding: 0px;
	margin: 0px;
}

div#unityPlayer
{
	background-color: #e0e0e0;
}

/* Side menu */

/* Hide if screen width is too small */
@media (max-width: 1250px)
{
	.sidemenu
	{
		display: none !important;
	}
	
	div.main
	{
		left: 0px !important;
	}
}

.sidemenu
{
    width: 240px;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 20px;
    background-color: #f0f0f0;
	border-right: solid 4px #E0E0E0;
	color: #909090;
	
	text-align: left;
	line-height: 24px;
	font-size: 16px;
	text-indent: 14px;
}

/* JeanMoreno.com */
.sidemenu div.jmo a
{
	font-size: 22px;
	text-indent: 14px;
	text-decoration: none;
	width:100%;
	border: none;
	display: block;
}

/* Unity Assets */
.sidemenu div.title
{
	font-size: 22px;
	text-decoration: none;
	width:100%;
	border: none;
	display: block;
}

/* Links */
.sidemenu a
{
	display: block;
	text-indent: 20px;
	text-decoration: none;
	width:100%;
	border-bottom: solid 1px #d0d0d0;
	color: #404040;
}

.sidemenu a:hover
{
	background-color: #808080;
	color: #fff;
}

/* Selected Link */
.sidemenu div.selected
{
	display: block;
	text-indent: 20px;
	text-decoration: none;
	font-weight: bold;
	width:100%;
	background-color: #fbfbfb;
	border-bottom: solid 1px #d0d0d0;
}

/* Header */
.sidemenu div.header
{
	font-size: 18px;
	border-bottom: solid 1px #808080;
}

p.gallery_link
{
	margin: 12px auto 12px auto;
	width:	50%;
	border: solid 1px #d0d0d0;
	padding: 4px;
	font-size: large;
	background: #f8f8f8;
	border-radius:	8px;
}

/* p.gallery_link a { text-decoration: none; } */
p.gallery_link a:hover { background-color: #000; color: #fff; }