/* CSS Document */
body.CorvStudios
{
	margin: 0px;
	background-color: #565656;
	font-family: arial, "lucida console", sans-serif;
	font-size: 0.9em;
}
h1,h2,h3,h4,h5
{
	margin: 0px;
	display: inline;
	color: #000099;
}
.blue
{
	display:inline;
	color: #000099;
}
li
{
	text-align: left;
}
td.navBar
{
	background-image: url('/includes/Images/bar.gif');
	background-repeat: repeat-x;
	width: 960px;
	height: 29px;
	color: #c9c9c9;
}
td.topBar
{
	background-image: url('/includes/Images/topBar.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 19px;
}
td.bottomBar
{
	background-image: url('/includes/Images/bottomBar.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 16px;
	text-align: center;
	text-shadow:#003475 0px -1px 1px;
	font-size: 0.7em;
	color: #ffffff;
}
td.content
{
	padding-left: 15px;
	padding-right: 15px;
	background-color:#ebebeb;
}
img.image
{
	border: 2px #6b6b6b solid;
}
/* Nav Bar */
div.button
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 1em;
	font-weight: bold;
	text-shadow:#003475 0px -1px 1px;
}
td.buttonDropDown
{
	height: 29px;
	cursor: pointer;
	text-align: left;
}
div.dropDown
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: #345981;
	border: 1px solid #00048e;
	z-index:1;
}
div.menuItem
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.9em;
	font-weight: bold;
}
/* Front Page Images */
td.box
{
	width: 300px;
	height: 180px;
	border: 3px #006cf1 solid;
	border-spacing-top: 15px;
}
table.fill
{
	width: 300px;
	height: 180px;
}
div.faded
{
	background-color: rgba(0, 14, 145, 0.5);;
	width: 100%;
}
table.fill:hover div.faded
{
	background-color: rgba(0, 14, 145, 0.9);;
	width: 100%;
}
span.boxName
{
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px;
}
a.box:link,a.box:visited,a.box:active
{
	color: #8b8b8b;
	text-decoration: none;
	outline: none;
}
a.box:hover
{
	color: #e1e1e1;
	text-decoration: none;
	outline: none;
	letter-spacing: 1px;
}
/* Links */
a:link,a:visited,a:active
{
	color: #4957a5;
	text-decoration: none;
}
a:hover
{
	color: #0019a0;
	text-decoration: underline;
}
a.nav:link,a.nav:visited,a.nav:active
{
	color: #c9c9c9;
	text-decoration: none;
}
a.nav:hover
{
	color: #ffffff;
	text-decoration: none;
}
/* News */
td.news_title
{
	font-size: 1.4em;
	font-weight: bold;
	color: #000099;
	text-shadow: #ffffff 1px 1px -1px;
}
/* Blog */
p
{
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.3em;
}
td.blog_sidebar
{
	background-color: #CCCCCC;
	border: 1px #AAAAAA solid;
	color: #3636a7;
	text-align: left;
}
div.date_sidebar
{
	color: #5e5e5e;
	text-align: right;
}
/* Tutorials */
h3.inprog
{
	color: #565656;
}
h3.coming
{
	color: #808080;
}
div.code
{
	background-color: #ffffff;
	color: #000066;
	display: block;
	padding: 15px;
	border: 1px #cdcdcd solid;
}
img.ve
{
	border-width: 1px;
	border-style: solid;
	border-color: #ff6600;
}
