﻿/* CSS layout */
#masthead {
	border-style: none;
	background-color: white;
}

#masthead a {
	background-color:#FFFFFF;
	border-style: none;
}

#top_nav {
	padding-top: 4px;
	text-align: center;
	position: relative;
	width: 100%;
	background-color: #B1B1B1;
}
#page_content {
	margin-right: 4px;
	margin-left: 2px;
}
#footer {
	position: relative;
	width: 100%;
}

#siteBaseColor
{	
	background-color: #B1B1B1
}

a
{
	color: #3A66D5;
	text-decoration: none;	
}

a:hover
{
	background-color: #DEDEDE;	
}

.linkIcon
{
	width: 48%;
	text-align: center;
	top: 0px;
	position: relative;
	left: 0px;
	float: left;
	display: table-cell;
}

.linkIcon a {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif, "Lucida Console";
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.linkIcon a:hover {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif, "Lucida Console";
	font-size: small;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}

.imageStyle {
	border-style: none;
}

/* CSS layout */
.newsHead {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	padding: 2px;
	position: relative;
	width: 100%;
	vertical-align: middle;
	line-height: 40px;
	background-color: #E6E6E6;
	margin-bottom: 2px;
}

.supportMain {
	background-color: white;
	border-bottom-style: groove;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-color: #000000;
	border-bottom-color: #000000;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif, "Lucida Console";
	font-size: small;
	position: relative;
	width: 100%;
	margin-bottom: 4px;
}
/*
.supportMain a
{
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;		
	cursor: pointer;	
}

.supportMain a:hover
{
	background-color: #DDDDDD;
}*/

.newsItem {
	background-color: white;
	border-bottom-style: groove;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-color: #000000;
	border-bottom-color: #000000;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif, "Lucida Console";
	font-size: small;
	position: relative;
	width: 100%;
	margin-bottom: 4px;
}
.bigLetter {
	background-color: white;
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	text-transform: capitalize;
	border: 1px solid #000000;
	background-color: #C0C0C0;
	font-family: "Times New Roman", Times, serif;
	background-image: url('/images/site/ItemLetterBG.png');
	padding-right: 4px;
	padding-left: 4px;
	color: #000000;
}
.dateTime {
	background-color: #E6E6E6;
	font-family: Arial, Helvetica, sans-serif, "Lucida Console";
	font-size: x-small;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	display: table-cell;
}
.newsTitle {
	background-color: #E6E6E6;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	position: relative;
	width: 80%;
}

.sectionClass a {
	font-family: Arial, Helvetica, sans-serif, "Lucida Console";
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	color: black;
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	margin: 1px;
	border-bottom-style: groove;
	border-bottom-width: thin;
	border-bottom-color: #808080;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #C0C0C0;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	top: 0px;
	left: 0px;
}
.sectionClass a:hover {
	background-color: #6699FF;
}

.smallLink a
{
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}
.smallLink a:hover
{
	background-color: #6699FF;
}

.smallLink
{
	text-align: center;
	margin: 2px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif, "Lucida Console";
	font-size: x-small;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #808080;
}
#aboutTitle {
	background-color: #E6E6E6;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
}
#metalList {
	list-style-type: disc;
	list-style-image: url('/images/site/Headbanger.jpg');
}

/* CSS layout */
.linkBadge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
	width: 108px;
	float: left;
	vertical-align: middle;
	text-align: center;
}
.linkDescription {
	margin: 2px;
	padding: 4px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	width: 84%;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #808080;
	float: left;
}

.linkContainer a
{
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;		
	cursor: pointer;
}

.linkContainer a:hover
{
	background-color: #DDDDDD;
}

.linkContainer {
	padding: 2px;
	position: relative;
	width: 100%;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	border-bottom-style: groove;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	vertical-align: middle;
	margin-bottom: 4px;
	height: 100%;
	display: table;
	background-color: #FFFFFF;
}

/* CSS layout */
.galleryContainerIcon {
	border: 1px black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
	width: 128px;
	float: left;
	vertical-align: middle;
	text-align: center;
}
.galleryContainerDescription {
	margin: 2px;
	padding: 4px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	width: 82%;
	float: left;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #808080;
}

.galleryContainer a
{
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;		
	cursor: pointer;
}

.galleryContainer a:hover
{
	background-color: #DDDDDD;
}

.galleryContainer {
	padding: 2px;
	position: relative;
	width: 100%;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	border-bottom-style: groove;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	vertical-align: middle;
	margin-bottom: 4px;
	height: 100%;
	display: table;
	background-color: #FFFFFF;
}

#fadeBackground {
	filter: alpha (opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	background-color: #000000;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1024;
}

.imageWindowCaption a
{
	color: white;
	background: transparent;
	text-decoration: none;
}

.imageWindowCaption a:hover
{
	color: black;
	background: transparent;
	text-decoration: none;
}

.imageWindowCaption
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
	color: white;
	position: absolute;
	width: 100%;
	text-align: right;
	background: transparent;
}

#imageWindowImageDisplay
{
	position: absolute; 
	left: 5%; 
	top: 7%; 
	width: 90%; 
	height: 90%
}

#imageWindowCaptionCloseButton
{
	border	: 0px; 
	text-align: center; 
	vertical-align: middle
}

#imageWindow
{
	filter: alpha (opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	vertical-align: top;
	background: white;
	position: fixed;
	left: 5%;
	top: 5%;
	width: 90%;
	height: 90%;		
	z-index: 1025;
}

.downloadCategoryMessage {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif, "Lucida Console";
	font-size: x-small;
	font-weight: bold;
	color: black;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	width: 100%;
	background-color: #FFFFFF;
}

.downloadCategoryMessage #warning {
	color: red;
	text-decoration: underline;
}

.downloadCategoryMessage #emphasis
{
	color: navy;	
}

.downloadContainerdownloadIcon
{
	float: left; 
	width: 100px; 
	text-align: center; 
	vertical-align: middle
}

.downloadContainerdownloadDesc
{
	padding: 4px;
	border-left: 1px black dotted;
	font-family: Arial, Helvetica, sans-serif, 'Lucida Console';
	font-size: small;
	color: black;
	width: 89%;
	text-align: left;
	vertical-align: top;
	float: left;
}

.downloadContainerdownloadDate
{
	padding: 2px;
	float : right; 
	width: 100%; 
	font-family : Arial, Helvetica, sans-serif, 'Lucida Console'; 
	font-size:x-small; 
	font-weight: bold; 
	color: black; 
	width: 200px; 
	text-align: center; 
	vertical-align: middle	
}

/*.downloadContainer a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	width: 100%;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	cursor: pointer;
}

.downloadContainer a:hover
{
	background-color: #DDDDDD;
}*/

.downloadContainer {
	padding: 2px;
	position: relative;
	width: 100%;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	border-bottom-style: groove;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	vertical-align: middle;
	margin-bottom: 4px;
	height: 100%;
	display: table;
	background-color: #FFFFFF;
}