﻿.popup {
	display:none;
	position:absolute;
	top: 0px;
	left: 0px;
	/*
	height: 100%;
	*/
	width: 100%;
	background: url('../images/overlay.png') repeat;
	z-index:5000;
}

.popupContents {
	width:800px;
	height:525px;
	border:1px black solid;
	position:absolute;
	background:black url('../images/ct_bg.jpg') repeat-y;
	color:white;
	z-index:4500;
}

.popupx {
	display: inline;
	float:right;
	cursor:pointer;
}

.popupx img {
	margin: 2px;
	border: 1px solid black;
}

.popupTitle {
	background:url(/images/ct_t.gif); 
	height:33px; 
	width:527px; 
	text-align:left;
	color:#FFFFFF; 
	font-weight:700; font-size:18px; 
	padding:5px 0 0 20px;
	text-shadow: #000000 5px 5px 5px;
	filter: Shadow(Color=#000000, Direction=135, Strength=5);
}

.popupContents table {
	margin-top: 5px;
	width: 100%;
}

.popupContents table th {
	width: 33%;
	text-align: center;
	border-bottom: 1px solid black;
	font-size: 16px;
	font-weight: bold;
}

.popupContents table td {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
	vertical-align:top;
}

.popupContents table td h1 {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
}

.popupContents table td ul li {
	list-style:disc;
	margin: 2px 5px 2px 20px;
}

#popupNewsFeed {
	margin-left: 5px;
}

#popupNewsFeed h2 {
	font-size: 14px;
	font-weight:bold;
	color:#a5c63b;
}

#popupNewsFeed select {
	margin: 0 5px 0 5px;
}

#popupNewsFeed input {
	margin: 0 5px 0 5px;
}

#popupBottomBar {
	height: 167px;
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 0;
	background: black url('../images/hd.jpg') no-repeat;
}

#popupBottomBar h1 {
	margin-top: 5px;
	margin-left: 5px;
	font-size: 16px;
	font-weight: bold;
}

#popupBottomBar table {
	margin-top: 0;
}

#popupBottomBar table td {
	text-align:center;
	border: none;
}

#popupLeft, #popupRight {
	vertical-align: middle;
}

#popupGoLeft, #popupGoRight {
	cursor: pointer;
}

#popupGoLeft[disabled="true"] {
	cursor: default;
}

#popupGoRight[disabled="true"] {
	cursor: default;
}

#popupBottomBar table td p {
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0 5px 0;
}