/* @override http://adamlink.html.uwcoder.nl/css/mobile-lite.css */

* {
	padding: 0;
	margin: 0;
}

html, body {
}

body {
	color: #000;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #f0f0f0 repeat-x;
}

p {
	margin-bottom: 18px;
}

a {
	color: #000;
	text-decoration: none;
}

a.red {
	color: #780000;
}

.btn {
	background-color: #333;
	color: #fff !important;
	font-weight: bold;
	font-size: 14px;
	padding: 7px 30px;
	height: auto;
	width: auto;
	border: 1px solid #000;
	border-top-style: none;
	border-top-width: 0;
	border-left-style: none;
	border-left-width: 0;
	text-decoration: none !important;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
	color: #565853;
}

ul {
	list-style-type: none;
	margin-bottom: 18px;
}

ul li {
	
}

ul li a {
	display: block;
	background-color: #fff;
	margin-bottom: 6px;
	padding: 7px 14px;
}

ul li.active a {
	background-color: #d7e5c5;
}

/* --- */

.options {
	margin-top: 15px;
}

.options a {
	font-size: 13px;
	text-decoration: underline;
	color: #666;
}

.options a.red {
	color: #780000;
}

/* -- */

form {
	
}

form label {
	display: block;
	color: #000;
	margin-bottom: 5px;
}

form input {
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	width: 150px;
}

form p.checkbox {
	
}

form p.checkbox input {
	width: 14px;
	height: 14px;
}

form p.checkbox label {
	display: inline;
	margin-bottom: 0;
}

form p.submit {
	
}

form p.submit input {
	background-color: #333;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 7px 30px;
	height: auto;
	width: auto;
	border: 1px solid #000;
	border-top-style: none;
	border-top-width: 0;
	border-left-style: none;
	border-left-width: 0;
}

/* -- */

#header {
	height: 33px;
	background-color: #131313;
	margin-bottom: 14px;
	padding: 17px 14px 0;
}

#header h1 {
	font-size: 15px;
	line-height: 15px;
	width: 15px;
	height: 15px;
	background-image: url(/images/mobile/lite/logo.png);
	text-indent: -9999px;
}

/* -- */

#content {
	padding-left: 14px;
	padding-right: 14px;
	font-size: 14px;
}

.avatar img {
	width: 32px;
	height: 32px;
	padding: 3px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
}

.text {
	float: left;
	background-color: #1e1e1e;
	color: #fff;
	padding: 10px;
}

.text h3 {
	font-size: 13px;
}

.text p {
	margin-bottom: 0;
	font-size: 10px;
}

#info {
	overflow: hidden;
	margin-bottom: 10px;
}

#services li {
	display: inline;
}
/* NEW LITE PHONE PUBLIC CARD STUFF */

table.phone_public_card
{
	font-size: 11px;
}

table.phone_public_card td
{
	padding: 10px;
	max-width: 200px;
}

table.phone_public_card td.userinfo
{
	background-color: #000;
	color: #fff;
}



table.phone_public_card td.label
{
	vertical-align: text-top;
	text-align: left;
}

table.phone_public_card td.info
{
	vertical-align: text-top;
	text-align: left;
	font-weight: bold;
}

table.phone_public_card td.service
{
	padding: 5px;
}
