@CHARSET "UTF-8";
/* CSS Document */
}
#productcontainer {
	margin-top: 1em;
	margin: 0 auto;
	width: 790px;
	background: #FFF;
	overflow: hidden;
	border-radius: 15px;
}

#statementcontainer {
	margin-top: 1em;
	width: 800px;
	background: #FFF;
	overflow: hidden;
	border-radius: 15px;
	padding: 0 20px 0 40px;
}

#hostingcontainer {
	margin-top: 1em;
	width: 850px;
	background: #FFF;
	overflow: hidden;
	border-radius: 15px;
	padding: 0 20px 0 40px;
}

#hostingcontainer th {
	text-align: left;
}

#promocontainer {
	width: 948px;
	margin: 1em auto;
	float: left;
	background: #DDDFE0;
	border-radius: 15px;
	margin: 10px;
}

#menu {
	width: 968px;
	height: 100px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	float: left;
}

#sharedHostingWrap {
	height: auto;
	/*margin-left: 75px;*/
}

#sharedHostingWrap .hosting {
	background-color: #cccccc;
	width: 250px;
	height: auto;
	margin: 1em auto;
	padding-bottom: 10px;
	float: left;
	display: inline-block;
	border: 1px solid #ebebeb;
	border-radius: 15px;
	margin-left: 10px;
}

#sharedHostingWrap p {
	color: #ffffff;
	background-color: #2698E0;
	margin-top: 0;
	margin-bottom: 0;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
}

#sharedHostingWrap .hosting>span {
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: 24px;
}

#sharedHostingWrap div.center {
	width: 50%;
	margin: 5px auto;
}

#sharedHostingWrap ul {
	margin: 0;
	padding: 0;
}

#sharedHostingWrap li {
	padding-left: 10px;
	line-height: 20px;
	border-bottom: 1px solid #ecede8;
	list-style-type: none;
}

a img {
	border: none;
}

.hostingTable {
	align: center;
	text-align: left;
	margin: 15px 20px;
	border: 1px solid #ebebeb;
}

.hostingTable tr:nth-child(even) {
	background: #EEEEEE;
}

.hostingTable tr:nth-child(odd) {
	background: #FFF
}

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/*
The XHTML page adds the clearfloat class on <br /> elements to reset the document flow immediately following a floated element, as shown below:
<br class="clearfloat" />
*/
/*override primefaces datatable*/
.mystyle.ui-datatable .ui-datatable-header {
	background: #003946 !important;
}

.mystyle.ui-datatable .ui-datatable-even {
	background: white;
}

.mystyle.ui-datatable .ui-datatable-odd {
	background: white;
}

.mystyle.ui-datatable .ui-datatable-odd:hover {
	/*background: #F4E7C1;*/
	background: #fff9e5;
}

.mystyle.ui-datatable .ui-datatable-even:hover {
	background: #fff9e5;
}

.mystyle.ui-datatable .ui-datatable-even.ui-state-highlight {
	background: #fff9e5;
}

.mystyle.ui-datatable .ui-datatable-odd.ui-state-highlight {
	background: #fff9e5;
}

.mystyle.ui-datatable .ui-datatable-data-empty td {
	color: red;
	font-weight: bold;
	border: 1px solid white;
}

.mystyle.ui-datatable td {
	border: 1px solid white;
	font-size: 1em;
}

.mystyle.ui-datatable th {
	background: white;
	font-family: verdana;
	font-size: 12px;
	border: 1px solid white;
}

.mystyle.ui-datatable th.ui-state-hover {
	box-shadow: none;
	border: 1px solid white;
}

/*vertical spacer*/
.spacer {
	margin-top: 20px;
}

/*horizantal spacer*/
.hor-spacer {
	margin-right: 20px;
}

.myt .ui-datatable-odd {
	background: none repeat scroll 0 0 #F2F5F9;
}

.tm-label {
	font-weight: bold;
}

.red-tab.ui-state-default a{
  color: red;
  text-decoration: none;
}

.inner-t{
	border: hidden !important;
}

.inner-t tr {
	border: hidden !important;
}
.inner-t td {
	border: hidden !important;
}

.inner-t-col1{
	width: 156px;
}