/*
a:link { color: #CDF;}
a:visited {	color: #CDF;}
a:hover {	color: white;}
*/
BODY {
	font: 9pt sans-serif;
	background: #069;
	color: #CDE;
}

table.lanlist {
	font: 9pt sans-serif;
	text-align: left;
	width: 100%;
}
table.lanlist caption {
	color: white;
	font-size: 22px;
	font-family: 'Maven Pro', sans-serif;
	text-align: center;
}
table.lanlist th {
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px;
	border: solid 1px #024;
	background: #036;
	color: white;
	padding: 1px 5px;
}
table.lanlist tbody tr {
	background: #047;
}
table.lanlist tbody tr:hover {
	background: #058;
}
table.lanlist td {
	border: solid 1px #036;
	padding: 0px;
}
table.lanlist td a {
	padding: 2px 5px;
	text-decoration:none;
	display:block;
	height:100%;
	color: #CDF;
}

/* STANDARD CONTENT BOX */
table.lpqBox { width: 100%; }
table.lpqBox th {
	text-align: left;
	font-weight: 700;
	font-family: 'Maven Pro', sans-serif;
	font-size: 22pt;
	border: solid 1px #024;
	background: #036;
	color: white;
	padding: 2px 8px;
}
table.lpqBox td {
	font: 11pt sans-serif;
	color: #DEF;
	border: solid 1px #036;
	background-color: #047;
	padding: 15px 15px;
}

/* LAN INFO */
table.laninfo th {
	font: 12px sans-serif;
	color: #9BD;
	background: none;
	border: none;
	text-align: right;
	vertical-align: top;
	padding: 5px 0px 0px 0px;
	
}
table.laninfo td {
	color: white;
	font-family: 'Verdana', sans-serif;
	font-weight: 500;
	font-size: 18px;
	border: none;
	padding: 0px;
}
table.laninfo td a {
	text-decoration:none;
	color: #CDF;
}
table.laninfo td a:hover {
	color: white;
}

/* ADD LAN */
table.addlan {
	margin-left:auto;
	margin-right:auto;
}
table.addlan th {
	font: 11pt sans-serif;
	letter-spacing: normal;
	color: #DEF;
	background: none;
	border: none;
	text-align: right;
	white-space: nowrap;
	padding: 3px 4px;
}
table.addlan td {
	border:0px none;
	padding: 3px 4px;
}
table.addlan td {
	border:0px none;
	padding: 3px 4px;
}
table.addlan input {
	background:#036;
	border:1px solid #00557F;
	color:#DEF;
}
table.addlan select {
	background:#036;
	border:1px solid #00557F;
	color:#DEF;
}
table.addlan textarea {
	background:#036;
	border:1px solid #00557F;
	color:#DEF;
	width: 100%;
}

