@CHARSET "UTF-8";
html, body
{
    margin:0px;
    padding:0px;
    font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body
{
	margin-top: 10px;
	background-repeat: repeat-x;
}

p { margin: 0 0 10px 0; padding:0; }

img { border:none; }

.float-l { float:left }
.float-r { float:right }
.clear {clear: both}

.search_title {
	font-weight: bold;
	font-size: 16px;
	color: red;
}

.text_boxes {
	width: 150px;
	height: 25px;
	font-size: 14px;
	text-align: left;
}

span.confirm {
	width: 160px;
	display: inline-block;
	color: #2D5383;
	font-size: 13px;
}

.confirm_boxes
{
	width: 70px;
	height: 25px;
	font-size: 15px;
	font-weight: bold;
	background-color: #DDFFFF;
	color: #CC3333;
	text-align: right;
}
.link_password, .link_password:hover
{
	color:#666699; 
	font-size:11px; 
	text-decoration:underline;
}

.small_purple
{
	color:#666699; 
	font-size:11px; 
}
	
.search_th
{
	font-weight: bold;
	color:red;	
	border: solid 1px #C4C4C4;
}

.search_td
{
	border: solid 1px #C4C4C4;
	text-align: center;
}

.history_table th
{
	border: solid 1px #C4C4C4;
	background-color:#D3DDE7;
	font-size: 11px;
}
.history_table td
{
	border: solid 1px #C4C4C4;
	font-size: 11px;
}

.payment_limit
{
	text-align: right;
	font-size:10px;
	color:red;
}	

.error_message, .required
{
	font-weight: bold;
	color:red;	
}

span.required {display: inline-block; width: 10px}

.message
{
	font-size: 13px;
	font-weight: bold;
	color: green;
}

#container
{
	width:600px;
	margin: auto;
}

#header
{
	width:600px;
	height: 60px;
}

#logo
{
	margin-top: 10px;
	height:45px;
	width:260px;
	position:relative;
	float:left;
	background:url('../images/tp-logo.png') no-repeat;
}

#header_right
{
	margin-top: 10px;
	position:relative;
	float:right;
}

#main_menu
{
	color:#666699; 
	margin-top: 20px;
	width: 600px;
	height:20px;
	border-top: solid 1px #C4C4C4;
}

#main_menu_left
{
	position:relative;
	margin-left:20px;
	margin-top:10px;
	float:left;
}

#main_menu_right
{
	position:relative;
	margin-right:20px;
	margin-top:10px;
	float:right;
}

#main_menu a, #main_menu a:hover
{
	color:#666699; 
	font-size:11px; 
	text-decoration:underline;
	font-weight: bold;
}

#search_box
{
	margin-top: 20px;
	width: 600px;
	border-top: solid 1px #C4C4C4;
}

#search_results
{
	margin-top: 20px;
	width: 600px;
	border-top: solid 1px #C4C4C4;
	display:none;
}

#inmate_search_header
{
	margin-top: 10px;
	width: 600px;
	border-bottom: solid 1px #C4C4C4;
}

#by_name_search_results
{
	margin-top: 20px;
	width: 600px;
	height: 300px;
	overflow:auto;
}

#info_table
{
	width: 500px;
	height: 280px;
}

#payment_method {
	margin: 0 auto; 
	width: 375px;
}

#payment_method hr {
	border: 0;
	background-color: #CCC;
	margin: 16px 0 10px 0;
	outline: 0;
	height: 1px;
}

#cc_payment_info
{
	margin-top: 20px;
	width: 600px;
	display:none;
}

#moneypack_payment_info
{
	display:none;
}

.inputTableHeader {
	background-color:#D3DDE7;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

.inputTableTip {
	font-size: 0.8em;
	color:#666;
}

form label {
	font-size: 1.2em;
}

.btnSubmit {
	margin-left: 450px;
}

.panelLeft {
	width:560px;
	float: left;
	padding: 5px;
}

.panelRight {
	width:280px;
	float: right;
}

.panelLeft label, .panelRight label {
	width: 93px;
	display: inline-block;
}

.panelLeft input {
	width: 140px;
}

input {
	font-size:14px;
}

input[type="text"] {
	border: 1px solid #AAA;
	padding: 3px 2px;
}

.error {
	border: 1px solid #F7AFAF;
	color: red;
	padding: 10px 0;
	width: 100%;
	display: block;
	margin: 10px 0;
	text-indent: 10px;
	background: #FDF0F0;
}

.footer 
{ 
	text-align: center;
	display:block;
	margin:auto; 
	margin-top:20px;  
	min-height:80px; 
	padding-top:20px; 
	position:relative; 
	width:100%; 
	border:4px solid #678; 
	border-right:0px; 
	border-left:0px; 
	border-bottom:0px; 
}

.separator {
	margin: 10px 0;
	width: 100%;
	border-top: solid 1px #C4C4C4;
}

.footer .copyright { float:left; margin-top:5px; text-align:center; color:#294962; font-size:10px; }

.footer_left { float:left; }

.footer_right { float:right; }

.footer a { color:#294962; font-size:14px;  }

.footer a:hover { color:#456; font-size:14px; text-decoration:underline; }
span[class*="l-"] {
	height: 4px; width: 4px;
	background: #000;
	display: inline-block;
	margin: 12px 2px;

	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;

	-webkit-animation: loader 4s infinite;
	-webkit-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	-webkit-animation-fill-mode: both;
	-moz-animation: loader 4s infinite;
	-moz-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	-moz-animation-fill-mode: both;
	-ms-animation: loader 4s infinite;
	-ms-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	-ms-animation-fill-mode: both;
	animation: loader 4s infinite;
	animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	animation-fill-mode: both;
}

span.l-1 {-webkit-animation-delay: 1s;animation-delay: 1s;-ms-animation-delay: 1s;-moz-animation-delay: 1s;}
span.l-2 {-webkit-animation-delay: 0.8s;animation-delay: 0.8s;-ms-animation-delay: 0.8s;-moz-animation-delay: 0.8s;}
span.l-3 {-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-ms-animation-delay: 0.6s;-moz-animation-delay: 0.6s;}
span.l-4 {-webkit-animation-delay: 0.4s;animation-delay: 0.4s;-ms-animation-delay: 0.4s;-moz-animation-delay: 0.4s;}
span.l-5 {-webkit-animation-delay: 0.2s;animation-delay: 0.2s;-ms-animation-delay: 0.2s;-moz-animation-delay: 0.2s;}
span.l-6 {-webkit-animation-delay: 0;animation-delay: 0;-ms-animation-delay: 0;-moz-animation-delay: 0;}

@-webkit-keyframes loader {
	0% {-webkit-transform: translateX(-30px); opacity: 0;}
	25% {opacity: 1;}
	50% {-webkit-transform: translateX(30px); opacity: 0;}
	100% {opacity: 0;}
}

@-moz-keyframes loader {
	0% {-moz-transform: translateX(-30px); opacity: 0;}
	25% {opacity: 1;}
	50% {-moz-transform: translateX(30px); opacity: 0;}
	100% {opacity: 0;}
}

@-keyframes loader {
0% {-transform: translateX(-30px); opacity: 0;}
25% {opacity: 1;}
50% {-transform: translateX(30px); opacity: 0;}
100% {opacity: 0;}
}

@-ms-keyframes loader {
	0% {-ms-transform: translateX(-30px); opacity: 0;}
	25% {opacity: 1;}
	50% {-ms-transform: translateX(30px); opacity: 0;}
	100% {opacity: 0;}
}

input:read-only {
	background-color: lightgray;
	border: 0;
}
