﻿body
{
	margin: 0px;
	background-color: Black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color:Black;
}

a
{
	color: Black;
}

a:hover
{
	text-decoration:none;
}

.txbHomeInvitation
{
	font-size: 11px;
	width: 108px;
	height: 14px;
	border: solid 1px Black;
}

.subPageBackground
{
	background-image: url(../images/public/leatherBackground.jpg);
	padding-bottom: 35px;
}

.subPageContentBackground
{
	background-image: url(../images/public/subPageContentBackground.jpg);
	background-repeat: repeat-y;
	color: Black;
}

.profileimage
{
	display: none !important;
}

.subPageLeftNav
{
	margin-top:10px;
}

.subPageLeftNavSub
{
	margin-top:2px;
}

.sectionHeader
{
	font-size: 16px;
	font-weight:bold;
	line-height:24px;
	text-align:left;
	padding-top:20px;
}

.sectionHeader2
{
	font-size: 16px;
	font-weight:bold;
	line-height:24px;
	padding-top:20px;
}

.subSection
{
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	padding-top:10px;
}

.errorMessage
{
	color: Maroon;
	font-weight:bold;
}

.textbox
{
	border: solid 1px Black;
}
.textbox2
{
	border: solid 1px Black;
	font-size: 11px;
	width:150px;
}

.pressReleaseDate
{
	font-weight: normal;
	color: #000000;
}

.pressReleaseTitle
{
	font-weight: bold;
	font-size: 14px;
}


/************ MODAL WINDOW ***************/
#modalPage
{
display: none;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
position:fixed;

}
.modalBackground {
filter: Alpha(Opacity=80);
-moz-opacity:0.8;
opacity: 0.8;
width: 100%;
height: 100%;
background-color: Black;
position: absolute;
z-index: 500;
top: 0px;
left: 0px;

}
.modalContainer
{
position: absolute;
width: 582px;
left: 50%;
top: 50%;
z-index: 750;
}
.modal
{
position: relative;
top: -250px;
left: -300px;
z-index: 1000;
width: 582px;
height: 494px;
padding: 0px;
background-image: url(../images/site/trans-panel.png);
}