
/** Shared / Reseller Tables **/
table.shared_table {
	font-size: 12px;
	margin: 0 0 10px 0;
}
table.shared_table tr.heading th {
	font-size: 15px;
	font-weight: bold;
}
table.shared_table tr.heading th {
	text-align: center;
	padding: 10px 0;
	color: #FFFFFF;
	background-color: #000066;

}
table.shared_table tr.heading th.colorone {
	background: #919191;
}
table.shared_table tr.heading th.colorfive {
	background: #386738;
}
table.shared_table tr.heading th.colortwo {
	background: #ff8189;
}
table.shared_table tr.heading th.colorthree {
	background: #63adec;
}
table.shared_table tr.heading th.colorfour {
	background: #ffbb8a;
}
table.shared_table tr.heading th.side {
	text-align: right;
}
table.shared_table tbody th {
	text-align: right;
	font-weight: bold;

}
table.shared_table tbody td {
	text-align: center;

}
table.shared_table tbody td, table.shared_table tbody th {
	padding: 3px;
}
table.shared_table tbody tr.even td, table.shared_table tbody tr.even th {
	background: #FAFAFA;
}
table.shared_table tbody tr.odd td, table.shared_table tbody tr.odd th {
	background: #f1f1f1;
}
table.shared_table td, table.shared_table th {	
	border-right: 1px solid #FFFFFF;
}
table.shared_table div.x {
	width: 16px;
	height: 16px;
	background: url('http://www.gezegenhosting.com/images/action_delete.gif');
	margin: 0 auto
}
table.shared_table div.check {
	width: 16px;
	height: 16px;
	background: url('http://www.gezegenhosting.com/images/action_check.gif');
	margin: 0 auto
}
table.shared_table tr th.side {
	padding-right: 5px;
}
/** Popups **/
.popheader {
	height: 28px;
	width: 200px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	color: #FFFFFF;
	background-color: #000099;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-left-color: #000066;
}
.popbody {
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px solid #000066;
	width: 190px;
	padding: 5px;
}
a.popup {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 3px 0 0;
}
a.popup:hover {
	text-decoration: none;
}
table.table_example_sitebuilder {
	width: 500px;
	margin: 0 auto;
}
table.table_example_sitebuilder td {
	text-align: center;
	vertical-align: middle;
}
table.sitebuilder_features {
	width: 100%;
}
table.sitebuilder_features tr.heading {
	background: #0b8ac7;
	color: #FFFFFF;
	text-align: left;
}
table.sitebuilder_features td {
	width: 80px;
	text-align: center;
}
table.sitebuilder_features td div {
	margin: 0 auto;
}
table.sitebuilder_features th {
	font-weight: normal;
	text-align: left;
}
table.sitebuilder_features td, table.sitebuilder_features th {
	vertical-align: top;
}
table.sitebuilder_features tr.even td, table.sitebuilder_features tr.even th {
	background: #FAFAFA;
}
table.sitebuilder_features tr.odd td, table.sitebuilder_features tr.odd th {
	background: #f1f1f1;
}
.country_selection {
	width: 160px;
	z-index: 2000;
	position: absolute;
	top: 35px;
	background: #333333;
	display: none;
}

.country_selection ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.country_selection ul li a {
	display: block;
	line-height: 20px;
	height: 20px;
	border-bottom: 1px solid #666666;
	padding-left: 5px;
	vertical-align: middle;
	color: #FFFFFF;
}

.country_selection ul li a:hover {
	background: #444444;
	font-weight: bold;
	text-decoration: none;
}

.selected_country {
	vertical-align: middle;
}

.selected_country a {
	color: #FFFFFF;
	text-decoration: none;
	width: 150px;
	display: block;
	float: left;
	height: 28px;
	z-index: 9000;
	position: absolute;
	top: 0;
	left: 0;
	background: url('http://www.gezegenhosting.com/images/c_s_tab_bg.gif');
	outline: none;
	border: medium none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px; padding-left:5px; padding-right:5px; padding-top:7px; padding-bottom:0
}
html>body .selected_country a {
	padding: 0 5px;
	height: 35px;
}

.selected_country span.phone {
	margin: 0 0 0 170px;
}

.globalNavIframe{display:none;}
ul li iframe{display:block;visibility:visible;position:absolute;left:-2000px;top:-2000px;}