/* CSS Document */

body.CorvStudios
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #565656;
	font-family: arial, "lucida console", sans-serif;
	font-size: smaller;
}
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;
}
td.content
{
	padding-left: 15px;
	padding-right: 15px;
}
td.button
{
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
}
td.buttonDropDown
{
	height: 29px;
	cursor: pointer;
	font-size: small;
	text-align: left;
}
div.dropDown
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: #345981;
	border: 1px solid #00048e;
	z-index:1;
}
div.block
{
	display: block;
	height: 22px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 7px;
}
div.menuItem
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a:link
{
	color: #4957a5;
	text-decoration: none;
}
a:visited
{
	color: #4957a5;
	text-decoration: none;
}
a:hover
{
	color: #0019a0;
	text-decoration: underline;
}
a:active
{
	color: #4957a5;
	text-decoration: none;
}
a.button:link
{
	color: #c9c9c9;
	text-decoration: none;
}
a.button:visited
{
	color: #c9c9c9;
	text-decoration: none;
}
a.button:hover
{
	color: #ffffff;
	text-decoration: none;
}
a.button:active
{
	color: #c9c9c9;
	text-decoration: none;
}
div.code
{
	background-color: #ffffff;
	color: #000066;
	display: block;
	padding: 15px;
}
img.ve
{
	border-width: 1px;
	border-style: solid;
	border-color: #ff6600;
}