@charset "utf-8";

html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	min-height:100%;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: rgb(56,56,56);
	cursor:default;
	text-align:center;
}

td {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
.menu {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	text-decoration:none;
}

.menu:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#F30;
	text-decoration:none;
	border-bottom:dotted 1px #F30;
}

.box_title {
	font-size:12px;
	vertical-align:bottom;
	padding-bottom:5px;
	font-weight:bold;
}

h2 {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	width:100%;
	background:#0095DD;
	padding:5px 0 5px 0;
	line-height:100%;
	margin:0;
}

.bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5000;
}

.transparent {
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

#content {
	width:990px;
	height:100%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.demolink {
	color:#333;
	text-decoration:none;
}

.screenshots_table {
	background-color: #F5F5F5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCC;
	cursor:pointer;
}

.link {
	color:rgb(56,56,56);
	text-decoration:none;
	border-bottom:dotted 1px #000;
}

.link:hover {
	color:#F30;
	text-decoration:none;
	border-bottom:dotted 1px #F30;
}


.home_link {
	color:#666;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

.home_link:hover {
	color:#F30;
}



/* middle aligned content
#content {
	width:990px;
	height:500px;
	position:relative;
	top:50%;
	margin-top:-250px;
	margin-left:auto;
	margin-right:auto;
}
*/