
a.blank_button
{
	width: 138px;
	height: 27px;
	background: url("../images/buttons/blank.png") no-repeat;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	display: block;
	line-height: 27px;
	text-decoration: none;
	float: right;
	clear: both;
}

.main
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#message
{
	border: 1px solid red;
	width: 100%;
	height: 105px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px;
}

#close-button
{
	padding: 10px;
	position: absolute;
	top: 0px;
	left: 920px;
	text-align: right;
}

#content-top
{
	width: 100%;
	height: 100px;
}

#content-stripes
{
	background-image: url("../images/layout/stripe_01.gif");
	width: 100%;
	height: 528px;
}

.hidden_div
{
	display: none;
}

#content-header
{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 981px;
	padding: 0px;
	margin: 0px 0px 0px -491px;
}

#content-header-logo
{
	float: right;
	width: 400px;
	height: 80px;
	text-align: right;
}

#content-header-company-logo
{
	float: left;
	width: 500px;
	height: 80px;
	text-align: left;
	overflow: hidden;
}

#content-border
{
	background-image: url("../images/layout/bg_wt.png");
	position: absolute;
	top: 86px;
	left: 50%;
	width: 1009px;
	height: 572px;
	padding: 0px;
	margin: 0px 0px 0px -504px;
}

#content-main
{
	background-color: #FFFFFF;
	position: absolute;
	top: 100px;
	left: 50%;
	width: 977px;
	height: 526px;
	padding: 0px;
	margin: 0px 0px 0px -490px;
	border: 1px #000033 solid;
}

#content-popup
{
	background-color: #FFFFFF;
	position: absolute;
	top: 100px;
	left: 50%;
	width: 977px;
	height: 526px;
	padding: 0px;
	margin: 0px 0px 0px -490px;
	border: 1px #000033 solid;
}

#content-popup-second
{
	background-color: #FFFFFF;
	position: absolute;
	top: 100px;
	left: 50%;
	width: 977px;
	height: 526px;
	padding: 0px;
	margin: 0px 0px 0px -490px;
	border: 1px #000033 solid;
}

#content-message
{
	background-color: #FFFFFF;
	position: absolute;
	top: 100px;
	left: 50%;
	width: 877px;
	height: 425px;
	padding: 50px;
	margin: 0px 0px 0px -490px;
	border: 1px #000033 solid;
}

table.popup
{
	width: 977px;
	height: 526px;
}

td.selectedrow
{
	background-color: #FFCC99;
	padding: 0px;
}

tr.save_match
{
	background-color: #FFCC99;
	padding: 0px;
}

tr.evenrow
{
	background-color: #E1E6EC;
	padding: 0px;
}

tr.oddrow
{
	background-color: #FFFFFF;
	padding: 0px;
}

tr.selectedrow
{
	background-color: #FFCC99;
	padding: 0px;
}

tr.active
{
	background-color: #008800;
	padding: 0px;
}

tr.active_not_paid
{
	background-color: #FFD29D;
	padding: 0px;
}

tr.active_free_trial
{
	background-color: #00BAFF;
	padding: 0px;
}


tr.inactive
{
	background-color: #BB0000;
	padding: 0px;
}

div.overlay
{
	position: absolute;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	z-index: 100;
	
				background-color:#16222C;
			filter:alpha(opacity=65);
			-moz-opacity: 0.65;
			opacity: 0.65;
		}

div.selected
{
	background-color: #FFCC99;
}

div.evenrow
{
	background-color: #E1E6EC;
}

div.oddrow
{
	background-color: #FFFFFF;
}

div.menu_item
{
	background-image: url("../images/product-tab-bg.gif");
	background-repeat: no-repeat;
	width: 216px;
	height: 81px;
}