@import "lightbox.css";

* html img,
* html .png {
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
		this.src = "../../../Images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
		this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

body {
	margin: 0px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.linkcontainer td{
	background-color: #000000;
	filter:alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
}
td.logo_area{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
td.middle_spacer {
	border-top: solid 1px #666666;
	width: 800px;
	text-align: center;
	vertical-align: middle;
	background-color: White;
}
td.shadow_right {
	background-image: url(../images/border_shadow_l.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
td.shadow_left {
	background-image: url(../images/border_shadow_r.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
td.body_content {
	padding: 5px;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat;
}
td.below_header{
	background-color: #1F1F1F;
	color: #CCCCCC;
	padding: 5px;
}
td.main_content_box {
	background-color: #FFFFFF;
	padding: 15px 15px 15px 15px;
}

td.horizontal_column {
	background-color: #000000;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 150px;
	display: table-cell;
	vertical-align: top;
}
td.bottom_link_container {
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
}

td.horizontal_center {
	background-color: #FFFFFF;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #333333;
	height: 150px;
	display: table-cell;
	vertical-align: top;
	background-image: url(../images/header_bg_gras.png);
}
td.header_column {
	height: 100px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: large;
	background-image: url(../images/header2_bg_red.png);
	background-position: top;
}
td.left_content {
	width: 200px;
	padding: 5px;
	vertical-align: top;
}

a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 25px;
}
a.main_link:hover{
	background-color:#333333;
	color: #FFFFFF;
}
a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_link:hover{
	color: #CCCCCC;
}
div.bottom_content{
	color: #FFFFFF;
	padding: 5px;
}
div.navigation {
	height: 25px;
	vertical-align: middle;
	text-align: center;
}
img
{
	border-style: none;	
}
ul.AspNet-Menu {
	height: 25px;
	vertical-align: middle;
	text-align: center;
}
a.AspNet-Menu-Link:active,a.AspNet-Menu-Link:visited,a.AspNet-Menu-Link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 25px;
	padding-left: 15px;
	padding-right: 15px;
/*width:50px;*/
}
/*
a.AspNet-Menu-Link:hover{
	background-color:#333333;
	color: #FFFFFF;
}
*/
a.AspNet-Menu-Link:hover, UL.AspNet-Menu UL a{
	background-color:#920000;
	color: #FFFFFF;
	filter:alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
/*width:50px;*/
}
a.AspNet-Menu-Link:active{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.hyperlinkbreadcrump, a.hyperlinkbreadcrump:visited, a.hyperlinkbreadcrump:active
{
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
a:hover.hyperlinkbreadcrump
{
	font-weight: bold;
}

h1
{
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 200%;
	font-weight: bold;
}
a
{
	color: #920000;
	text-decoration: none;
}
h3
{
	font-size: 125%;
	font-weight: bold;
}
h4 
{
	font-size: 110%;
	margin-top: 5px;
	margin-bottom: 2px;
	color: #333;
}
.AspNet-DataList CAPTION
{
	text-align: left;
	font-size: 110%;
	font-weight: bold;
}
.articlecomments .AspNet-DataList TABLE
{
	width: 100%;
	border-bottom: solid 1px #8a1d44;
}
DIV.moduletools
{
	border: solid 1px black;
}
