@charset "UTF-8";
/* Popup CSS Document */

body {
	background-image:url("images/bg_repeat.gif");
	background-repeat:repeat;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: center;
	line-height: 17px;
}

img { border: none; }

/* HOME LAYOUT */

div#popupall {
	position: relative;
	margin: auto;
}

table#popupfull {
	position: relative;
	width: 596px;
	height: auto;
	margin: auto;
	text-align:left;
}

/*Header Section*/

table#popupfull td.popupheader {
	width: 596px;
	height: 155px;
	background-image:url("images/banner_popup.gif");
	background-repeat:no-repeat;
}

/* Content Section */

table#popupfull td.popupbg {
	width: 596px;
	height: 300px;
	background: url("images/intpg_bg2.jpg") repeat-y;
}

td.popupbg div#popupcontent {
	position: relative;
	width: 550px;
	height: auto;
	margin: auto;
	padding: 20px 30px 10px 20px;
}

td.popupclosebg {
	background: url("images/bg_repeat.gif") repeat;
}

/* STYLES */

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 22px;
}

.redtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 16px;
}

.logintitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 14px;
}

.subredtitle {
	color: #990000; }

a:link {
	text-decoration: underline;
	color: #333399;
}


a:hover, a:visited {
	text-decoration: none;
	color: #333399;
}

a.popupclose:link, a.popupclose:visited {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
	font-size: 13px;
}

a.popupclose:hover {
	text-decoration: none;
}

.lgtxt { font-size: 14px; }
