/*
 * Cascading Style Sheet(CSS 467), for LinuxMagic/MIPSpace
 * COPYRIGHT INFORMATION - DO NOT REMOVE
 * Copyright (c) 2007 LinuxMagic Inc. All Rights Reserved.
 *
 * All style attributes in alpha-numeric order starting from 0
 */ 

body {
	background: #A5AAAD url('../img/background.gif') repeat-x top left;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif !important;
	margin: 0px;
	padding: 0px;  /* required for Opera to have 0 margin */
}

  /* 
 * ========================================
 * General Styles
 * ========================================
 */

a:link,
a:active,
a:visited {
	color: #107D18;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

.nopad {
	margin: 0 !important;
	padding: 0 !important;
}

img {
	border: 0px;
}

hr {
	border: 0;
	border-top: 1px dotted #999;
}

ul {
	font-size: 12px;
}

strong.title {
	color: #107D18;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

em.green {
	color: #107D18;
	font-weight: bold;
}

h1 {
	border-bottom: 1px dotted #999;
	font-size: 18px;
}

h1.green {
	color: #107D18;
	border-bottom: 1px dotted #999;
	font-size: 18px;
}

/* 
 * ========================================
 * Page Setup
 * ========================================
 */

#Wrapper {
	background: #FFF;
	border: 4px solid #666;
	margin: 0px auto 0px auto;
	overflow: hidden;
	padding: 0;
	width: 750px;
}

#Header {
	background: #E6E6E6 url('../img/background-header.gif') repeat-x top left;
	border: 0px;
	height: 88px;
	margin: 0px;
	padding: 0;
}

#Header #Logo{
	background: transparent;
	border: 0px;
	display: block;
	float: left;
	height: 88px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 215px;
}

#Header #Search{
	background: transparent url('../img/background-search.gif') repeat-x top left;
	border: 0px;
	display: block;
	float: right;
	margin: 0px;
	padding: 20px;
	width: 214px;
    text-align: right;
}

#Teaser {
	background: #2EAA13 url('../img/background-teaser.gif') repeat-x top left;
	border: 0px;
	border-top: 3px solid #4A4A4A;
	height: 158px;
	margin: 0px auto;
	padding: 0;
}

#TeaserImage {
	display: block;
}

#TeaserIPInfo {
	color: #FFF;
	font-size: 12px;
	padding: 20px;
}
#TeaserIPInfo a {
    color: #FFF;
    border-bottom: 1px dotted #AAA;
}

#TeaserIPInfo em {
	font-weight: bold;
	font-style: normal;
}

#TeaserIPInfo strong {
	font-style: italic;
	font-weight: normal;
	padding-left: 20px;
}

span#mip-result{
    color: #FFCC00;
    font-weight: bold; 
}

#Navigation {
	background: transparent;
	height: 26px;
	margin: 30px auto 0px auto;
	padding: 0;
	width: 758px;
}

/* 
 * ========================================
 * Content Elements
 * ========================================
 */

#MainPage {
	background: transparent;
	border: 0;
	margin: 0px;
	min-height: 175px;
	padding: 0;
}

#Content {
	padding: 10px 30px;
	width: 420px;
}

#ContentWide {
	padding: 10px 30px;
	width: 675px;
}

#ContentWide p,
#Content p{
	font-size: 12px;
    text-align: justify;
}

#ContentWide p strong,
#Content p strong{
	font-style: normal;
	font-weight: bold;
}

#SideBar {
	background: transparent url('../img/background-sidebar.png') no-repeat top left;
	float: right;
	margin-top: -50px;
	height: 620px;
	overflow: hidden;
	padding: 10px 20px 0px 0px;
	position: relative;
	width: 235px;
}

#SideBarBackground {
	background: #DBDBDB;
	height: 590px;
	margin-top: 40px;
	padding: 10px 20px;
	width: 215px;
}

#SideBar p{
	font-size: 11px;
	line-height: 160%;
}
#SideBar p.small{
	font-size: 10px;
}
#SideBarBackground hr {
    border: 0px;
    height: 1px;
}

#SideBar h2{
	border-bottom: 1px solid #AAA;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

#StatsTable {
	border: 0px;
	border-spacing: 0;
	padding: 3px;
	width: 300px;
}

#StatsTable2 {
	border-spacing: 0;
	width: 220px;
}


#StatsTable em,
#StatsTable2 em{
	color: #107D18;
	font-style: normal;
	font-weight: bold;
}
#StatsTable td,
#StatsTable2 td{
	background: #EFEFEF;
	border: 1px solid #666;
	border-bottom: 0px;
	border-right: 0px;
	font-size: 12px;
	padding: 3px;
	text-align: center;
}

#StatsTable td.bottom,
#StatsTable2 td.bottom{
	border-bottom: 1px solid #666;
}

#StatsTable td.right,
#StatsTable2 td.right{
	border-right: 1px solid #666;
}

#StatsTable td.toptitle,
#StatsTable2 td.toptitle{
	background: #666;
	color: #EEE;
	font-weight: bold;
	text-align: center;
}

#StatsTable td.row2,
#StatsTable2 td.row2{
	background: #FEFEFE;
}

#StatsTable td.hr,
#StatsTable2 td.hr{
	background: #444;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding: 1px;
	text-align: center;
}

#ServerList {
	list-style: none;
}

#ServerList li {
	border-bottom: 1px solid #999;
	padding: 10px 0px;
}

.server {
	background: #FFF;
	border: 1px solid #666;
	float:left;
	height: 35px;
	margin: 3px 10px 3px 0px;
	width: 140px;
}

ul.faqlist {
	list-style: square;
}

ul.faqlist li {
	padding: 4px 0px;
}

ul.faqlist li a {
	font-weight: normal;
}

.faq_q {
	color: #107D18;
	font-weight: bold;
}

.faq_a {
	padding-left: 15px;
}

p.links {
	margin: 0px 0px 0px -8px;
	text-align: center;
}

/* 
 * ========================================
 * Statistics
 * ========================================
 */
 
#isp_stats {
	background: #FFF;
	height: 28px;
	margin: 0px auto;
	width: 650px; 
}

#isp_menu {
	height: 25px;
}

#isp_menu ul {
	background: #666;
	border: 1px solid #555;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#isp_menu ul li {
	background: #666;
	border-right: 1px solid #666;
	display: block;
	float: left;
	height: 16px;
	padding: 5px 8px;
	text-align: center;
	width: 80px;
}
#isp_menu ul li#ispbutton2,
#isp_menu ul li#ispbutton3 {
	background: #333;
	display: block;
	float: left;
	height: 16px;
	padding: 5px 8px;
	text-align: center;
	width: 80px;
}

#isp_menu ul li a {
	color: #FFF;
	font-weight: bold;
}

#isp_menu ul li.back a {
	color: #DDD;
	font-weight: bold;
}

#isp_menu ul li a:hover{
	color: #999;
}

#statswrapper {
	border: 0;
	border-spacing: 0;
	padding: 0;
	margin: 0px auto;
}

#statswrapper td{
	border-spacing: 0;
	padding: 0;
	margin: 0px auto;
}

.statimage {
	border-bottom: 1px dotted #333 !important;
	height: 210px;
	margin: 0px auto;
	text-align: center;
	width: 100%;
}

.statdesc {
	border-right: 1px dotted #333 !important;
	padding: 20px !important;
	width: 50%;
}
 
#stats0{
	border: 4px solid #FFF;
	clear: both;
	float: right;
	height: 500px;
	width: 300px;
}

#StatsTable {
	border: 0;
	margin: 0;
	padding: 0;
}

#StatsTable2 td{
	margin: 0px auto;
	padding: 2px;
	text-align: center;
}
 
 #isp1 {
 	margin: 0px auto;
	width: 640px;
 }
 

#isp1stats,
#isp2stats,
#isp3stats {
	background: #EEE;
	border: 4px solid #666;
	padding: 10px;
}

#isp2stats,
#isp3stats {
	display: none;
}

/* 
 * ========================================
 * Navigation
 * ========================================
 */
 
ul.MainNav,
.MainNav ul {
	float: right;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
	
}

ul.MainNav li{
	background: transparent url('../img/nav-button.gif') no-repeat top left;
	display: block;
	float: left;
	height: 14px;
	padding: 6px 0px;
	position: relative;
	text-align: center;
	width: 98px;
}

ul.MainNav li:hover{
	background: transparent url('../img/nav-button-hover.gif') no-repeat top left;
	cursor: pointer;
}

ul.MainNav li a {
	color: #000;
}

ul.MainNav li a:hover {
	color: #107D18;
	text-decoration: none;
}

ul#SubscribeNav,
#SubscribeNav ul {
	background: #FBFBFB;
	border: 2px solid #666;
	clear: both;
	float: right;
	font-size: 11px;
	font-weight: normal;
	list-style-type: square;
	margin: 5px;
	padding: 5px 5px 5px 20px;
	text-align: left;
	width: 140px;
}

ul#SubscribeNav li{
	padding: 2px;
}

ul#SubscribeNav li a{
	font-weight: normal;
}

.aboutpageimage {
	display: block;
	float: right;
	margin: 20px;
	position: relative;
}

/* 
 * ========================================
 * Forms
 * ========================================
 */

#ContactForm {
 	background: #F3F3F3;
	border: 1px solid #E3E3E3;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	width: 520px;
}

#ContactForm .InputText {
    background: #FFF;
    border: 1px solid #CCC;
    color: #444;
    margin: 3px;
    width: 330px;
    font-size: 12px;
    font-weight: normal;
}



#ContactForm #formbutton {
	background: #444 url('../img/background-button.gif') repeat-x top left;
	border: 1px solid #444;
	color: #FFF;
	font-weight: bold;
	padding: 3px 14px;
}

/* 
 * ========================================
 * Footer Elements
 * ========================================
 */
 
 #Footer {
 	color: #444;
 	font-size: 10px;
	margin: 0px auto 20px auto;
	padding: 5px;
	text-align: center;
	width: 750px;
}

#error_box li * {
	color: #F00 !important;
}

.successmsg {
  border: 2px #008800 dotted;
  background-color: #88EE88; 
  font-weight: bold;         
  padding: 10px;             
}                            
.successmsg ul {             
  margin: 0;                 
}                            
