/* CSS Document */
body{
	margin:0;
	text-align:center;
	font-size:1em;
	font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
	font-size:1em;
}

#container{
	margin-left:auto;
	margin-right:auto;
	background-image:url(/images/header_bg.gif);
	background-repeat:repeat-x;
	text-align:center;
}



#main{
	margin-left:auto;
	margin-right:auto;
	width:745px;
	text-align:left;
}

#header{
	height:218px;
	font-size:.8em;
}

#logo{
	width:245px;
	float:left;
}

#header_form{
	float:left;
	width:490px;
	margin-left:10px;

}

#header_form .the_url{
	border:1px solid #666;
	height:25px;
	width:260px;
	padding:0px;
	margin:0px;
	font-size:1.2em;	
}

#header_form .the_custom_id{
	border:1px solid #666;
	height:25px;
	width:120px;
	padding:0px;
	margin:0px;
	font-size:1.2em;		
}

#header_form .nav{
	font-size:14px;
	margin-bottom:65px;
	text-align:right;
	color:#FFF;

}

#header_form .nav a{
	color:#FFF;
}


#the_message{
	height:42px;
	background-color:#CCCCCC;
	padding:5px;
	margin-top:5px;

}

#the_message p{
	margin-left:35px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
}

#footer{
	padding:25px;
	background-color:#666;
	border-top:3px solid #CCC;
	color:#FFF;
	font-size:.8em;
	margin-bottom:0px;
	margin-top:2em;	
}

#footer a{
	color:#FFF;	
}


.clr{
	clear:both;

}

.approved{
	background-image:url('/images/icon_success.gif');
	background-repeat:no-repeat;
	height:32px;

}

.declined{
	background-image:url('/images/icon_error.gif');
	background-repeat:no-repeat;
	height:32px;	

}

.checking{
	background-image:url('/images/icon_loading.gif');
	background-repeat:no-repeat;
	height:32px;	
}

.normal{
	background-image:url('/images/icon_blank.gif');
	background-repeat:no-repeat;
}

.stats{
	width:100%;

}

.stats th{
	font-weight:bold;
	font-size:.8em;
	padding:.5em;
	text-align:center;	
}

.stats td{
	padding:.5em;
	font-size:.7em;
	text-align:center;	
}

.latest a{
	color:#666;
	text-decoration:none;

}

.stats th a{
color:#666;
}
.stats .td{
	text-align:left;
}
.stats .td a{
	color:#666;
}


.mp{
	margin:2px;
	padding:.5em;
	border:1px solid #CCC;
	font-size:.75em;
	float:left;
}

.mp a {
	color:#666;
}

.c{
	clear:both;
}