/****************************************************************************************************************
													Basic Stuff
****************************************************************************************************************/
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #E0E0E0;
	color: #000000;
}

body {
	padding: 4px;
}

body, p { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}

img { 
	border: 0px;
}

/********* Banner Up Top  */
.hlayer1 {
	position:absolute;
	left: 10px;
	right: 8px;
	top: 5px;
	height:50px;
	background: url(images/liwaytopbasespacer.jpg) repeat-x;
}

.hlayer2r {
	position:absolute;
	right: 0px;
	top: 0px;
	height:50px;
	width:20px;
}

.hlayer2l {
	position:absolute;
	left: 0px;
	top: 0px;
	height:50px;
	width:20px;
}

.hlayer3 {
	position:absolute;
	top: 0px;
	height:50px;
	width:100%;
	text-align:center;
}

/********* Nav collapsor / expander  */
.superman {
	position:absolute;
	top: 55px;
	left:10px;
	right: 10px;
}
/****************************************************************************************************************
													Layout
****************************************************************************************************************/
#left {
	position:absolute;
	width: 185px;
	top: 64px;
	left:5px;
}

#right {
	position:absolute;
	width: 265px;
	top: 64px;
	right: 0px;
}

#middle {
	position:absolute;
	top: 64px;
	right: 270px;
	left:190px;
	margin:3px;
}

.middlebox {
	display:table;
}

.m_top_left {
	padding-left:9px;
}

.m_top_right {
	padding-right:9px;
}
	
.m_top_middle {
	width:100%;
}

/****************************************************************************************************************
													Boxes
****************************************************************************************************************/
.box {
	display: table;
	margin:3px;
}

.boxrow  {
	display: table-row;
}

/********** TOP *************/ 
.top_left {
	display: table-cell;
	background: url(images/c_left_top_nav.gif) no-repeat;
	width:9px;
}

.top_right {
	display: table-cell;
	background: url(images/c_right_top_nav.gif) no-repeat;
	width:9px;
}
	
.top_middle {
	display: table-cell;
	background: url(images/c_top_nav.gif) bottom left repeat-x;
	padding: 4px 3px 0 3px;
	text-align:center;
	font-size: 13px;
	font-weight: bold;
	color: #A0A0A0;
	height:24px;
}

/********** Middle *************/ 
.middle_left {
	display: table-cell;
	background: url(images/c_left.gif) top left repeat-y;
	width:9px;
}

.middle_right {
	display: table-cell;
	background: url(images/c_right.gif) top left repeat-y;
	width:9px;
}

.middle_middle {
	display: table-cell;
	background-color: #F4F4F4;
	font-size: 12px;
	padding: 8px 3px 2px 3px;
}

/********** Bottom *************/ 
.bottom_left {
	display: table-cell;
	background: url(images/c_left_bottom_nav.gif) no-repeat;
	width:9px;
}

.bottom_right {
	display: table-cell;
	background: url(images/c_right_bottom_nav.gif) no-repeat;
	width:9px;
}

.bottom_middle {
	display: table-cell;
	background: url(images/c_bottom_nav.gif) top left repeat-x;
	padding: 2px 3px 2px 3px;
	height:24px;
}

/****************************************************************************************************************
													Links
****************************************************************************************************************/
a:link  { 
	text-decoration: none;
	color: #50B14E; 
	font-weight:bold;
}
a:visited { 
	text-decoration: none; 
	color: #48A044;
	font-weight:bold;
}
a:hover { 
	text-decoration: underline; 
	color: #FF8500;
	font-weight:bold;
}
a:active {
	text-decoration: underline; 
	color: #50B14E;
	font-weight:bold;
}

.packs a:link, .packs a:visited, .superman a:link, .superman a:visited {
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
}

.packs a:hover, .packs a:active, .superman a:hover, .superman a:active {
	color:#0099FF;
	text-decoration:underline;
	font-weight:bold;
}

.superman a:hover, .superman a:active {
	text-decoration: none;
}
/****************************************************************************************************************
											General Formatting
****************************************************************************************************************/
/*************** Nav */
.navlist {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height:18px;
}

/*************** Headings */
.mhead {
	color:#009900;
	font-weight:bold;
	font-size:12px;
}

.shead {
	color:#009900;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

/*************** Packs Pages */
.packs {
	padding:3px;
	border-collapse:separate;
	border-spacing:5px;
	text-align:center;
	margin: auto;
	margin-bottom:10px;
}

.packs td, .packs th {
	border:1px #000 solid;
	padding:5px;
}

.packsrowhead {
	background-color:#FFFF99;
}

.packsrowhead td {
	width:150px;
}

.packsrowhead th {
	width:80px;
}

.packsrow1 {
	background-color:#FFFFCC;
}

.packsrow2 {
	background-color:#FFCCCC;
}

/* This is also used in whyus.php */
.features, .features ul {
	list-style-type:square;
}

.features ol li {
	margin-bottom:10px;
}

/*************** Switches */
#switch1 {
	position:static;
	display:block;
}

#switch2 {
	position:absolute;
	display:none;
}
/*************** Other Stuff */

.ptop {
	margin-top:0px;
}

.footer, .footer p {
	text-align:center;
	margin-top:10px;
	font-size:10px;
}

.divm {
	text-align:center;
}

.goleft {
	float: left;
}

.goright {
	float: right;
}

.ps {
	font-weight:bold;
}

.reports_tbl {
	font-size:10px;
	width:525px;
	margin:auto;
}

.reports_tbl th {
	width: 110px;
	text-align:left;
}

.reports_tbl td {
	width: 200px;
}

.domain_box {
	position: relative;
	top: -10px;
}

.domain_box dt, .domain_box dd {
	margin: 0px;
	padding: 2px;
}

.domain_box dt {
	float: left;
}

.domain_box dd {
	float: right;
}
