
/*
================================
Global Elements
================================

* {	font-family:Verdana, Arial, Helvetica, sans-serif;
}
*/
#globalapps body, p {
	line-height: 1.5em;
	margin:0 auto;
	padding:0;
	width:100%;
}

#globalapps br {
	line-height:.1em;
}
#globalapps body, p, td, table {
	font-size: 12px;
}
table.greyflat {
	margin-top:10px;
}
#globalapps .smallbody {
	font-size:.9em;
	margin-top:3px;
}
#globalapps .notice {
	color: #D86A07;
	font-size:.9em;
}
hr {color:#336699; 
	height:1pt;
}
/*headings*/

#globalapps h1 {
	font-size: 1.4em;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:5px;
	padding:0px;
	color:black;
	font-weight: bold
}

#globalapps h2 {
	font-size: 1em;
	padding-bottom:5px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom: 3px;
	padding:0px;
	color:black;
}

/*lists and paragraphs*/

#globalapps li {
	margin-bottom:13px;
	font-size: 11px;
}
#globalapps li li {
	font-size: 11px;
}

#globalapps p {
	margin:0;
	padding:0;
	line-height:1.3;
}

/*links*/

#globalapps a {
	color: #45849f;
}

/*forms */

#globalapps input {
	width:auto;
	font-size:11px;
	vertical-align:middle;
	display:block; float:left;
	width:100%;
}
#globalapps label {
	width:auto;
	display:block; 
	float:left;
	text-align:left;
	width:100%;
	padding-bottom:3px;
	padding-top:5px;
	margin:0;
	font-weight:bold;
}
#globalapps select {
	font-size:11px;
}

#globalapps.formbackground {
	font-weight: bold;
	font-size:11px;
	text-indent:none;
	width:95%;
}
table.formbackground {
	}
	
table.formbackground td{
vertical-align:top;
text-align:left;
}

#globalapps table.radio input {
	display:inline;
	float:left;
	width:auto;
	height: 11px;
	border:0px;
	outline:none;
	font-weight:normal;
	width:5%;
	vertical-align:top;
}
#globalapps table.radio label{
	width:auto;
	font-weight: normal;
	font-size:11px;
	vertical-align:top;
	margin:0 0;
	padding:0;
}
#globalapps table.checkbox input {
	display:block;
	float:left;
	width:auto;
	height: 11px;
	border:0px;
	outline:none;
	font-weight:normal;
	width:5%;
	text-align:top;
}

#globalapps .radio {
	border:none;
	width:100%;
	vertical-align:top;

}


#globalapps input.checkbox {
	display: inline;
	width:auto;
	border: 0px;
	height: 11px;
	padding-bottom:3px;
}

#globalapps label.checkbox{
	font-weight: normal;
	font-size:11px;
}
#globalapps .checkbox td {
	font-size:11px;
}
label.dob {
	display:block;
	width:45px;
	border: none;
	float:left;
	padding-right:15px;
	font-weight:normal;
	font-size:11px;
}

input.dob {
	border: 1pt solid #999999;
	width:45px;
	float:left;
}

#globalapps .optiongroup{
	font-size:11px;
	font-weight:bold;
	background-color: #ccdbe5;
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
}

#globalapps .formtitle {
	font-size:1.2em;
	padding-bottom:5px;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336699;
}
table.formbackground {
	width:100%;
	border:1px solid #CCCCCC;
	background-color: #f2f7fb;
	padding-top:10px;
}
table.formbackground td{
 padding:5px;
}

.inputdescription {
	font-size:.9em;
}
/*Buttons*/

#globalapps input.bluebutton {
	width:160px;
	border:#00577f 1px solid;
	background-image: url(images/darkblue_bg.jpg);
	background-color:#026994;
	height:28px;
	color: white;
	font-weight:bold;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left:10px;
	float:right;
	display:block;
	padding:0px;
}

.bluebuttonLeft {
	width:160px;
	border:#00577f 1px solid;
	background-image: url(/images/darkblue_bg.jpg);
	background-color:#026994;
	height:28px;
	color: white;
	font-weight:bold;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-right:15px;
}

.bluebuttonSmall {
	width:145px;
	border:#00577f 1px solid;
	background-image: url(/images/darkblue_bg.jpg);
	background-position:center;
	background-color:#026994;
	height:20px;
	font-size:11px;
	font-weight:bold;	
	color: white;
	margin-top: 20px;
	margin-bottom: 15px;
}

.smallbutton {
	width:60px;
	float:left;
	text-align:center;
}

#globalapps input.selectbutton {
	width:auto;
	font-weight:bold;
	padding:3px;
	margin-top: 20px;
	margin-bottom: 15px;
	float:right;
	margin-left:10px;
}
.cancelbutton {
	width:auto;
	font-weight:bold;
}

.nounderline{
	border:none;
	text-decoration:none;
}

/*Errors*/

.errorbox { 
	width:100%;
	background-color:#edf2af;
	font-size:.9em;
	line-height:1.5;
	padding:10px;
	margin-bottom:15px;
	margin-top:10px;
	color:black;
}
	
/*tables*/

#globalapps table {
	border-top: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	margin:0; padding:0;
}

#globalapps tr {
	vertical-align:bottom;
}
#globalapps .formbackground td {
	padding: 6px 6px 6px 6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align:bottom;
	font-size:11px;
	text-align:left;
	margin:0;
}

/*Data Grids*/
.datatable_rowheader_blue {
	border:#037bb0 0px solid;
	color: white;
	background-image: url(/images/darkbluerow_bg.jpg);
	background-position:bottom;
	font-weight:bold;
	background-color:#026994;
	line-height:11px;
	margin:0 0;
	padding:0;
}

.datatable_rowheader_grey {
	background-color: #CCCCCC;
	color:black;
	font-weight:bold;
	text-align:left;
}

table.datatable {
	border:0px;
	width:100%
}

.datatable tr{
	border-bottom: 1px #CCCCCC solid;
}

.datatable td {
text-align:left;}

.datatable_footer {
	border-top: 1px solid #35609F;
}

.reportcomments {
	background-color:white;
	vertical-align:middle;
}

.advancedsearch {
	width:92%;
	position:relative;
	padding-right:20px;
	float:right;
	text-align:right;
	font-size:11px;
	height:15px;
}


/*homepage layout*/

.leftcolumn {
	float:left;
	width:70%;
	padding: 34px;
	position:relative;
}

.rightcolumn {
	float:left;
	width: 18%;
	position:relative;
	margin-top: 40px;
	padding: 10px;
}

.rightcolumn_container {
	font-size:11px;
	width: 100%;
	position:relative;
	margin-top: 10px;
	border: 1px #CCCCCC solid;
	background-color: #f2f7fb;
	padding: 15px;
	margin-right:10px;
}

/*homepage login box*/

#login {
	text-align:center;
	clear:both;
	margin:0 auto; padding:0;
}

.logintable {
	width: 75%;
	text-align:left;
	background-color: #f2f7fb;
	border: 1px solid #cccccc;
	vertical-align:top;
}

.login_rowheading {
	background-image: url(/JailVisit/images/Grey_glass_bg.jpg);
	background-repeat: repeat-x;
	color:#0a5272;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
	margin:0;
	vertical-align:middle;
}

.login_rowheading tr{
height:45px;

}

.returning_visitor {
	width:50%;
	border-left:1px solid #CCCCCC;
}

#newvisitor {
	text-align:center;
}

#approvedvisitor {
	padding:10px;
}
input.approvedvisitor {
	width:175px;
}

/*visit scheduler page layout*/

.leftcolumnScheduler {
	float:left;
	width:60%;
	padding: 34px;
	position:relative;
}

.rightcolumnScheduler {
	float:right;
	width: 24%;
	position:relative;
	margin-top: 40px;
	margin-right: 10px;
	padding: 10px;
}

.dashboard_table {
	width: 100%;
	text-align:left;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #CCCCCC;
	float:left;
	background-color: #f2f7fb;

}
.buttonrow {
	text-align:center;
	border-left: 1px solid #CCCCCC;
}

.myservices {
	border-left:1px solid #CCCCCC;
}

.myservicesRowheading {
	border-bottom:#999999 dotted 1px;
	background-color:#CCCCCC;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
}

/* Appliacation*/

.visitorapplication {
	width: 93%;
	border: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	background-color:white;
}

td.middle {
	width:20px;
}


td.registrationform {
	width:100%;
	border:0px;	
}

table.registrationconfirmation {
	width:100%;
	border:0px;
}

.registrationconfirmation{
	border:0px;
}

table.datatable_lined {
	width:100%;
	border:0px;
	vertical-align:bottom;


}

table.datatable_lined td{
	vertical-align:bottom;
	border-bottom:1px solid #CCCCCC;
}

.newvisitorrowheading {
	border-bottom:#999999 dotted 1px;
	background-color:#CCCCCC;
	font-weight:bold;
	text-align:left;
}

