@CHARSET "ISO-8859-1";

body {
	margin: 0 0 0 0;
	font: 75% Verdana, Arial, sans-serif;
	/*font-size: 11px;
	font-family: "Lucida Grande", "Verdana", sans-serif;*/
	text-align: center;
	background: #52626d;
	color: #FFF;
}

p {
	margin-top: 0;
}

h1,h3 {
	font: normal normal 200% "Trebuchet MS", Arial, sans-serif;
}

h2 {font-size:18px; line-height:26px;text-transform:uppercase;}

h3 {
	font-size: 120%;
}

pre {
	font: 100% Verdana, Arial, sans-serif;
}

a:visited {
	color: blue;
}

.localeBlock {
	width: 770px;
	margin: 10px auto 0px auto;
	padding: 0 0 0 0;
}

.localeHeader {
	width: 120px;
	padding: 4px 0px 4px 0px;
	background-color: #FFFFFF;
	color: #586695;
	margin-left: 650px;
}

.localeHeader select {
	font: 100% Verdana, Arial, sans-serif;
}

.customHeader {
	width: 770px;
	margin: 10px auto 0px auto;
	padding: 10px 0px 10px 0px;
	background-color: #FFFFFF;
	color: #586695;
}

.header {
	width: 770px;
	margin: 0 auto 0 auto;
	height: 60px;
}

.header .title {
	margin: 8px 0 0 5px;
	text-align: left;
	width: 200px;
	float: left;
}

.header .tabs {
	width: 520px;
	float: right;
}

.header .tabs .tab {
	margin-top: 30px;
	margin-left: 2px;
	height: 30px;
	float: right;
	background-color: #CCC;
	color: #000;
	padding: 3px 0 0 0;
	width: 102px;
}

.header .tabs .tab.selected {
	background-color: #FFF;
	color: #000;
}

.header .tabs .tab a {
	color: #000;
	text-decoration: none;
}

.header .title h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.container {
	width: 770px;
	margin: 0 auto 0 auto;
	padding: 20px 0 10px;
	text-align: left;
	background: #FFFFFF;
	color: #000;
}

.container .content {
	float: left;
	display: inline;
	width: 560px;
	margin: 0 0 10px 10px;
}

.container .faqQuestion {
	float: left;
	display: inline;
	width: 590px;
	margin: 0 0 10px 10px;
}

.container .content.center {
	display: inline;
	width: 560px;
	margin: 0 0 10px 10px;
}

.container .side {
	float: right;
	display: inline;
	width: 190px;
	color: #FFF;
	background: #bc9d61;
	margin: 0 10px 10px 0;
	clear: right;
}

.container .side.blank {
	background: white;
	color: #27518A;
}

.container .side.blank a {
	color: #27518A;
	text-decoration: none;
}

.container .side.blank a:hover {
	text-decoration: underline;
}

.container .side p {
	margin: 10px 10px 10px 10px;
}

.container .side p.linkBar a {
	color: #FFF;
	text-decoration: none;
}

.container .side p.linkBar .selected {
	font-weight: bold;
}

.container .side p.linkBar a:hover {
	text-decoration: underline;
}

.container .footer {
	clear: both;
	width: 750px;
	margin: 0 10px 0;
	padding: 10px 0;
	background: #586695;
	color: #FFF;
	text-align: center;
}

.container .footer p {
	margin: 0;
}

fieldset {
	border: 0px solid #000;
}

legend {
	font: bold 140%/ 1.6 Arial, sans-serif;
	color: #27518A;
}

fieldset label {
	float: left;
	display: inline;
	width: 125px;
	line-height: 23px;
	margin: 0 10px 5px;
	text-align: center;
	background-color: #e7eae4;
}

fieldset label.large {
	width: 225px;
}

fieldset label.noNifty {
	width: auto;
	text-align: left;
	background-color: transparent;
}

input[type=submit]#next,
input[type=submit]#login {
	margin-left: 10px;
}

br {
	clear: left;
}

input[type=text], input[type=password] {
	width: 20em;
}

input[type=submit]#return,
input[type=submit]#next_step,
input[type=submit]#done,
input[type=submit]#search,
input[type=submit]#cancel	 {
	
	width: 40px;
}

img.security {
	padding: 2px;
	border: 1px solid #000000;
	background-color: #AAAAAA;
}

.container .side .sideBlockStyle h3 {
	font: bold 120% Arial, sans-serif;
	text-align: center;
	margin: 5px 0 2px 0;
}

.container .side .sideBlockStyle .componentStyle {
	background-color: #fff6d9;
	margin-left: 5px;
	margin-right: 4px;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 90%;
}

.container .side .sideBlockStyle .footerStyle {
	margin: 5px 4px 5px 4px;
}

#scheduleNewVisit {
	background-color: #fff6d9;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding: 5px 170px 5px 170px;
}

.visitsList {
	background-color: #DAE6FE;
	padding: 5px 4px 5px 4px;
}

.visitsList table {
	width: 100%;
}

.visitsList table caption {
	font: bold 120% Arial, sans-serif;
	padding: 0px 10px 5px 10px;
}

.visitsList thead td {
	font-weight: bold;
	text-align: right;
	padding: 0px 10px 0px;
}

.visitsList tbody tr {
	background-color: inherit;
}

.visitsList tbody td {
	text-align: right;
	padding: 0px 10px 0px 8px;
}

.visitsList tbody tr.highlight {
	background-color: #fff6d9;
    cursor: pointer;
}

.visitsList tbody a {
	text-decoration: none;
	color: black;
}

.visitsList tbody a:hover {
	text-decoration: underline;
}

.visitsList tbody a.cancel {
	text-decoration: underline;
	color: blue;
}

.visitsList tbody a.start {
	text-decoration: underline;
	font: bold 120% Arial, sans-serif;
	color: green;
}

.quotas {
	background-color: #DAE6FE;
	padding: 5px 5px 5px 5px;
}

.quotas table {
	width: 100%;
}

.quotas table caption {
	font: bold 120% Arial, sans-serif;
	padding: 0px 10px 5px 10px;
}

.quotas thead td {
	font-weight: bold;
	padding: 0px 15px 0px 15px;
}

.quotas thead th {
	text-align: right;
	font-weight: bold;
	padding: 0px 10px;
}

.quotas td {
	text-align: right;
	padding: 0px 10px 0px 10px;
}

.quotas td.left {
	text-align: left;
	
}

.error {
	display: block;
	background: #FFFFCC url("../images/symbol-error-24x24.gif") no-repeat scroll 10px 10px;
	border: 1px solid #FFCC00;
	padding: 10px 10px 10px 45px;
	margin-bottom: 10px;
	color: #FF0000;
	min-height: 24px;
}

.error ul {
	padding-left: 20px;
}

.info {
	display: block;
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}

.descriptionBlock {
	display: block;
	background: #DAE6FE url("../images/info24x24.png") no-repeat scroll 10px 10px;
	/*background-color: #80ff80;
	border: 1px solid #008000;*/
	border: 1px solid #586695;
	padding: 10px 10px 10px 45px;
	margin-bottom: 10px;
	min-height: 24px;
}

.warningBlock {
	display: block;
	background: #DAE6FE url("../images/symbol-error-24x24.gif") no-repeat scroll 10px 10px;
	border: 1px solid #586695;
	padding: 10px 10px 10px 45px;
	margin-bottom: 10px;
	min-height: 24px;
}

body .mediumText {
	width: 10em;
}

.inmateSearch .footer {
	margin: 0 0 0 0;
	background-color: inherit;
	color: inherit;
}

.timeSearchResults {
	border: 1px solid #52626d;
	padding: 0 0 0 0;
	width: 100%;
	margin-top: 25px;
}

.timeSearchResults .dateHeader {
	padding-left: 5px;
	background-color: #DAE6FE;
	border-bottom: 1px solid #52626d;
	font: bold 120%/ 1.6 Arial, sans-serif;
	color: #27518A;
}

.timeSearchResults td {
	padding: 10px 0 10px 40px;
}

.timeSearchResults tr:hover {
	background-color: #F8F8F8;
}

.leftPadded {
	padding-left: 50px;
}

.REJECTED,
.REJECTED a {
	color: #FF0000;
}

.ACCEPTED,
.ACCEPTED a {
	color: #008000;
}

.REQUESTED,
.REQUESTED a {
	color: #FF0000;
}

.BLOCKED,
.BLOCKED a {
	color: #EC7A00;
}

.customText0 {
	font: bold 140%/ 1.6 Arial, sans-serif;
}

.customText1 {
	font: bold 170%/ 1.6 Arial, sans-serif;
}

.customText2 {
	font: bold 200%/ 1.6 Arial, sans-serif;
}

.customText3 {
	font: bold 230%/ 1.6 Arial, sans-serif;
}

.inTableDescription {
	font: bold 100%/ 1.6 Arial, sans-serif;
	color: #27518A;	
}

.newVisitorLinksBlock {
	display: block;
	background: #DAE6FE url("../images/info24x24.png") no-repeat scroll 10px 10px;
	padding: 10px 10px 15px 45px;
	margin-bottom: 10px;
	min-height: 24px;
}

.visitorIdDisplay {
	display: block;
	background: #DAE6FE url("../images/info24x24.png") no-repeat scroll 10px 10px;
	padding: 10px 10px 15px 45px;
	margin-bottom: 10px;
	min-height: 24px;
	font: bolder 120%/ 2.0 Arial, sans-serif;
}

a.smallGrey {
	font-size: 90%;
	color: #52626d;
}

.sidelinks {
	color: #27518A;	
}

.sidelinks tr {
	background-color: inherit;
	color: #FFF;	
}

.sidelinks td .selected {
	font-weight: bold;	
}

.sidelinks td a {
	color: #FFF;
	text-decoration: none;	
}

.sidelinks td a:hover {
	text-decoration: underline;
}
