body {
	background-color: #eeeff2;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	cursor: default;
}

input, select {
	font-family: Verdana;
}

label {
	cursor: pointer;
}

img {
	border: 0;
}

a {
	color: #606060;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h2 {
	color: #2563c6;
}

h2 a {
	color: #2563c6;
	text-decoration: none;
}

p {
	line-height: 16px;
}

.wrap {
	width: 950px;
	margin: 25px auto 0 auto;
	padding: 0 0 25px 0;
}

.par a {
	color: #606060;
	text-decoration: underline;
}

.navbar {
	width: 870px;
	margin: 0 auto;
	background: #7c7c7c url('images/nav_bg.png') repeat-x;
	height: 32px;
	text-shadow: #212121 0 1px 0;
}

.navbar .twitter {
	float: right;
	padding-right: 35px;
	margin-top: -2px;
	display:none;
}

.navbar .left {
	background: url('images/nav_tl.png') no-repeat top left;
	height: 32px;
}

.navbar .right {
	background: transparent url('images/nav_tr.png') no-repeat top right;
	height: 32px;
}

.navbar .links
{
	padding:0 0 0 35px;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
}

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

.navbar .links ul li {
	float: left;
	text-align: left;
	margin-right: 16px;
}

.navbar .links ul li a {
	color: #FFF;
	padding-top: 9px;
	text-decoration: none;
	height: 22px;
	display: block;
}

.navbar .links ul li a:hover {
	text-decoration: underline;
}

.navbar .links ul.sMenu
{
	margin: 0 0 7px 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 57px;
	background: #9c9c9c;
	width: 180px;
	display: none;
}

.navbar .links ul.sMenu li
{
	float: none;
	text-indent: 8px;
}

.navbar .links li#sMore:hover ul.sMenu
{
	display: block;
}

.navbar .links ul.sMenu li a
{
	padding: 5px 0 5px 0;
	width: 178px;
	display: block;
}

.navbar .links ul.sMenu li a:hover
{
	background: #828282;
}

.navbar .links li#sMore > a {
	background: transparent url('images/arr.png') 79px 15px no-repeat;
	width: 100px;
}

.navbar .links li#sMore {
	margin-right: 13px;
}

.main {
	background: #FFF url('images/main_bg1.png') repeat-x;
}

.main .top div {
	background: transparent url('images/main_tl.png') no-repeat top left;
}

.main .top {
	background: transparent url('images/main_tr.png') no-repeat top right;
}

.main .bottom div {
	background: transparent url('images/main_bl.png') no-repeat bottom left;
}

.main .bottom {
	background: transparent url('images/main_br.png') no-repeat bottom right;
}

.main .top div, .main .top, .main .bottom div, .main .bottom {
	height: 9px;
}

.main .content {
	margin: 0;
	padding: 0;
}

.main .content .left {
	color: #7b7b7b;
	width: 670px;
	float: left;
	margin: 15px 10px 5px 20px;
}

.main .content .right {
	width: 212px;
	float: right;
	margin-right: 15px;
}

.geek
{
	background:transparent url(images/main_geek.png) no-repeat 700px 50px;
}

.main .content .sky {
	height: 600px;
	width: 160px;
	float: right;
	margin-right: 40px;
}

.main .content .extra {
	width: 136px;
	border: 2px solid #ebebeb;
	margin: 15px 0 5px 25px;
	color: #7b7b7b;
	padding: 10px;
	background: #fbfbfb;
}

.main .content .extra div {
	margin-bottom: 3px;
}

.main .content .extra div a {
	color: #606060;
	text-decoration: none;
}

.main .content .extra div a:hover {
	text-decoration: underline;
}

.main .content .welcome {
	width: 619px;
	height: 73px;
	margin: 5px auto 10px auto;
}

.main .content .webgeek {
	width: 338px;
	height: 71px;
	margin: 2px 0 5px 0;
}

.main .content .textform {
	margin-top: 10px;
}

.main .content .urlform {
	margin-top: 20px;
}

.main .content #loading {
	width: 60px;
	height: 69px;
	background: transparent url('images/loading.gif') no-repeat;
	margin: 15px auto;
}

.main .content .textform textarea {
	width: 620px;
	height: 180px;
	border: 1px solid #c9c7c7;
	background: #fbfbfb;
	padding: 3px;
	margin: 2px 0 5px 0;
	overflow: auto;
}

.main .content .urlform .url {
	width: 620px;
	border: 1px solid #c9c7c7;
	background: #fbfbfb;
	padding: 5px;
	margin: 2px 0 5px 0;
}

.main .content .textform .input, .main .content .urlform .input {
	padding: 5px 8px;
	cursor: pointer;
}

.main .content table.linkstable {
	width: 628px;
	border: 2px solid #ebebeb;
	margin: 5px 0;
	border-collapse: collapse;
}

.main .content table.linkstable td, .main .content table.linkstable th{
	padding: 5px 8px;
	border: 1px solid #ebebeb;
	font-size: 11px;
	background-color: #fff;
}

.main .content table.linkstable th{
	background: #ebebeb url('images/table_th.png') repeat-x;
	font-weight: bold;
	text-align: left;
	color: #606060;
}

.main .content table.linkstable td.dark {
	background-color: #f8f8f8;
	text-align: center;
}

.main .content table.passtable {
	width: 640px;
	border: 2px solid #ebebeb;
	margin: 5px 0;
	font-size: 13px;
	border-collapse: collapse;
}

.main .content table.passtable a {
	color: #606060;
	text-decoration: none;
}

.main .content table.passtable a:hover {
	text-decoration: underline;
}

.main .content table.passtable a.text {
	color: #7b7b7b;
	text-decoration: none;
	display: block;
	padding: 6px;
	font-size: 12px;
}

.main .content table.passtable a.text:hover {
	color: #000;
	text-decoration: underline;
}

.main .content table.passtable td, .main .content table.passtable th{
	padding: 6px;
	border: 1px solid #ebebeb;
	font-size: 11px;
	background-color: #fff;
}

.main .content table.passtable th{
	background: #ebebeb url('images/table_th.png') repeat-x;
	font-weight: bold;
	text-align: left;
	color: #606060;
}

.main .content .left .menu {
	border: 2px solid #ebebeb;
	width: 630px;
	margin: 18px auto 0 auto;
}

.main .content .left .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main .content .left .menu ul li {
	float: left;
	width: 306px;
	height: 132px;
	padding: 3px;
}

.main .content .left .menu ul li.xx {
	background: transparent url('images/menu_xx.gif') no-repeat bottom right;
}

.main .content .left .menu ul li.xy {
	background: transparent url('images/menu_xy.gif') no-repeat top left;
}

.main .content .left .menu ul li div.title {
	color: #2563c6;
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0 3px 10px;
}

.main .content .left .menu ul li div.title-r {
	color: #2563c6;
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0 3px 10px;
	text-align: right;
	width: 205px;
}

.main .content .left .menu ul li div.title a, .main .content .left .menu ul li div.title-r a {
	color: #2563c6;
	text-decoration: none;
}

.main .content .left .menu ul li div.title-soon {
	color: #2563c6;
	font-size: 16px;
	font-weight: bold;
	width: 130px;
	margin: 50px auto 0 auto;
}

.main .content .left .menu ul li div.desc-l {
	float: left;
	width: 220px;
	margin: 0 3px 0 10px;
	font-size: 13px;
}

.main .content .left .menu ul li div.icon-r {
	float: right;
	width: 64px;
	margin-right: 5px;
}

.main .content .left .menu ul li div.desc-r {
	float: right;
	width: 220px;
	margin: 0 3px 0 10px;
	font-size: 13px;
}

.main .content .left .menu ul li div.icon-l {
	float: left;
	width: 64px;
	margin-right: 5px;
	margin-top: 8px;
}

.main .content .left .menu ul li div.desc-l a, .main .content .left .menu ul li div.desc-r a {
	color: #7b7b7b;
	text-decoration: none;
}

.main .content .left .more {
	margin: 15px 0 0 15px;
}

.working a {
	color: #368a30;
	text-decoration: none;
}

.dead a {
	color: #FF0000;
	text-decoration: none;
}

.unknown a {
	color: #b49c4a;
	text-decoration: none;
}

.working a:hover, .dead a:hover, .unknown a:hover {
	text-decoration: underline;
}

.footer {
	margin: 15px 0 0 0;
	background: #183982 url('images/footer_bg.png') repeat-x;
	padding: 0;
	height: 117px;
}

.footer .top div {
	background: transparent url('images/footer_tl.png') no-repeat top left;
}

.footer .top {
	background: transparent url('images/footer_tr.png') no-repeat top right;
}

.footer .bottom div {
	background: transparent url('images/footer_bl.png') no-repeat bottom left;
}
.footer .bottom {
	background: transparent url('images/footer_br.png') no-repeat bottom right;
}

.footer .top div, .footer .top, .footer .bottom div, .footer .bottom {
	height: 9px;
}

.footer .content {
	padding: 0;
	margin: 0;
	height: 99px;
}

.footer .content .left {
	width: 183px;
	height: 90px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

.footer .content .right {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

.footer .content .right .lead {
	width: 728px;
	height: 90px;
	border: 1px solid #41598e;
}

.bottom_nav {
	width: 890px;
	margin: 0 auto;
	padding: 0;
	background: #7c7c7c url('images/bottom_nav_bg.png') repeat-x;
	height: 30px;
	text-shadow: #282f32 0 1px 0;
}

.bottom_nav small {
	font-size: 11px;
	font-weight: normal;
	color: #A6A6A6;
}

.bottom_nav .left {
	background: url('images/bottom_nav_bl.png') no-repeat top left;
	height: 30px;
}

.bottom_nav .right {
	background: transparent url('images/bottom_nav_br.png') no-repeat top right;
	height: 30px;
}

.bottom_nav .right .content {
	padding: 0;
	color: #FFF;
	font-size: 13px;
	font-family: sans-serif;
}

.bottom_nav .right .content a {
	color: #FFF;
	text-decoration: none;
}

.bottom_nav .right .content a:hover {
	text-decoration: underline;
}

.bottom_nav .right .content ul.container {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.bottom_nav .right .content ul.container li {
	float: left;
	width: 440px;
	height: 25px;
	text-align: center;
	padding-top: 5px;
}

.bottom_nav .right .content ul.container li:first-child {
	border-right: 1px solid #585858;
}

.large
{
	font-size:16px !important;
}

#copyip
{
	border:1px solid #DFDFDF;
	background-color:#FAFAFA;
	padding:3px 8px 4px;
	font-size:12px;
	margin:-2px 0 -2px 20px;
	border-radius:4px;
	position:absolute;
}

#copyip.done
{
	border-color:#C2E4C4;
	color:#009900;
	background-color:#DCF9DB;
}
