
@charset "utf-8";
/* CSS Document */
table {
	border-width: 0;
	border-spacing: 0px;
	border-style: dotted;
	border-color: red;
	border-collapse: collapse;
}
table td,
table th {
	width: 240px;
	padding: 3px;
	border-width: 1px;
	border-style: dotted;
	border-color: #999999;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: top;
}
table th {
	padding: 10px 0 10px 0;
	color: #999999;
}
table td a,
table th a {
	padding: 0 5px;
	color: #0033ff;	
	font-size: 12px;
	text-decoration: none;
}
table td.noborder {
	border-width: 0px;
}
table td ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
}
table td ul li {
	/* width: 200px; */
	padding: 0 0 0 30px;
	background: url(../images/bul_checkmark_green.gif) left 4px no-repeat;
	text-align: left;
}
table td br {
	display: block;
	margin: 15px 0 0 0;
}
table td.text {
	padding: 15px 0 10px 5px;
	text-align: left;
}
table td.button {
	padding: 25px 0 10px 0;
}
.gray {
	background: #eeeeee;
}
.yellow {
	background: #ffffcc;
}
.green {
	background: #bef0b6;	
}
table#data_table {
	width: 800px;
	margin: 20px 0 0 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
table#data_table td,
table#data_table th {
	border-width: 0px;
	width: 150px;
	text-align: left;
	padding: 5px;
}
table#data_table th {
	font-size: 14px;
	color: #000000;
	padding: 10px 8px;
}
table#data_table .text {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
table#data_table a:hover {
	text-decoration: underline;
}
 /*.stamp { position:absolute; width:95px; height:95px; top:-70px; right:-50px;}*/
 .stamp { position:absolute; width:95px; height:95px; top:-81px; right:216px;}
.stamp_rel { position:relative;}
 .upgradestamp { position:absolute; width:95px; height:95px; top:-91px; right:-35px;}
table th h4 { font-size:18px;  color:#614711; font-weight:normal; }
a { font-weight:normal;}