/*
Legalshield.com.na CSS
Author: Jason Bagley
Company: Legal Shield
URL: http://legalshield.com.na
*/

body{
font-size: 1em;
font-family: Tahoma, Verdana, Arial;}

#container{
width: 500px;
margin-left: auto;
margin-right: auto;}

#header{
background-image: url(images/logo.gif);
background-repeat: no-repeat;
width: 300px;
height: 143px;
margin-left: auto;
margin-right: auto;}

#content{
margin-top: 50px;
}

#details{
background-image: url(images/details.gif);
background-repeat: no-repeat;
width: 400px;
height: 55px;
margin-left: auto;
margin-right: auto;}

/*---------------text-----------------*/

h1{
font-size: 1.5em;}

p{
font-size: 0.9em;}

#details p{
text-align: center;
padding-top: 18px;
}

#cardno{
font-size: 1em;
font-family: Tahoma, Verdana, Arial;
color: #6f6f6f;}

.pass{
margin-left: 112px;}

.centre{
text-align: center;
}

.red, .error{
color: #ef0000;}

small{
font-size: 0.7em;
color: #adadad;}

/*------------tables----------------------*/
.usertable{
	width: 520px;
	margin: 0px;
	padding: 0px;
	}
	
caption {
	width: 520px;
	text-align: right;
	font-size: 0.7em;
	font-style: italic;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;}
	
th {
	color: #ffffff;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #ff1919;
	font-size: 0.7em;
	border: 1px #000000;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-right: 1px #000 solid;}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px #000 solid;
	background: none;
color: #000;}

td {
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	background: #fff;
	padding: 6px 6px 6px 12px;
	font-size: 0.8em;}


td.alt {
	background: #f5eaea;
	font-size: 0.8em;
}

th.spec {
	border-left: 1px #000 solid;
	border-top: 0;
	background: #fff;
	font-weight: bold;
	font-size: 0.7em;
	color: #000;}

th.specalt {
	border-left: 1px #000 solid;
	border-top: 0;
	background: #f5eaea;
	font-weight: bold;
	font-size: 0.7em;
	color: #000;}
	
/*---------links--------------*/
a, a.link, a.visited{
color: #ef0000;
text-decoration: underline;}

a:hover{
background-color: #ef0000;
color: #fff;}


