﻿a, a:link, a:active {color:#6f8197; text-decoration: none;}
a:hover {color:#535300; text-decoration: none;}

.textBoxWatermark {font-style:italic; color:Gray;}
.textBoxError {background-color:#fffacd;}

.editLabel {font-weight:bold; color:Black;}
.helpIcon {margin-left:3px; margin-top:2px;}

.formTable {
    background-color:White;
    border:solid 1px #4e75b3; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    }
.formTableHeader {
    color:White;
    font-weight:bold;
    height:27px;
    line-height:28px;
    border:solid 0px white;
    border-bottom:solid 1px #4e75b3; 
    background-image:url('Images/WizardHeaderBar.png');
    }
.loading {
    background-color: #fff;
    height:100%;
    width:100%;
}
.loadingImage {
    width:300px;
    height:300px;
    margin:auto;
    background-image: url('Images/loading.gif');
}

/************ Home Page ***********/  
.mainHeaderHomePage {
    height:169px;
    background-image: url('Images/bg_header_index.jpg');
    }

.subHeaderTextDiv {
    height:25px; 
    margin-left:230px; 
    margin-top:10px;
    }
.subHeaderText {
    font-size:24px;
    color:#1b3e64; 
    font-style:italic;
    float:left;
}
.subHeaderTextArrows {
    height:19px;
    width:27px;
    background-image: url('Images/title_smalldots_right.jpg');
    margin-top:4px;
    float:left;
}
.mainContentHome { 
    position:relative;
    height:332px;
    margin-top:25px;
    background-image: url('Images/bg_body_index.jpg');
    }
.mainContentHomeButton, a.mainContentHomeButton, a.mainContentHomeButton:link, a.mainContentHomeButton:hover {
    font-size:23px; 
    line-height:22px;
    text-align:center;
    color:#1b3e64; 
}
.mainContentHomeLearnAboutInmatePhoneServicesDiv {
    position:absolute;
    top:82px;
    left:70px;
    width:200px;
    text-align:center;
    }
.mainContentHomeLearnaboutCallingOptionsDiv {
    position:absolute;
    top:58px;
    left:290px;
    width:208px;
    text-align:center;
    }
.mainContentHomeSetupANewAccountDiv {
    position:absolute;
    top:82px;
    left:510px;
    width:195px;
    text-align:center;
    }
.mainContentHomeContactEncarteleDiv {
    position:absolute;
    top:112px;
    left:720px;
    width:200px;
    text-align:center;
    }
/************ Content Pages ***********/
.mainContentFooter {
    height:178px;
    background-image: url('Images/bg_body_bottom.jpg');
    }
.contentTitleLabel {
    font-size:20px; 
    font-weight:lighter;
    color:#4e4e4e;
    }
.contentContentLabel {
    margin-left:40px; 
    overflow:hidden;
    }
.contentBody {
    margin-left:40px;
    margin-right:40px;
    }
.contentBodyContainer {
    height:555px;
    background-image: url('Images/bg_body_bottom.jpg'); 
    background-position:bottom; 
    background-repeat:no-repeat;
    }
/************ FAQ ***********/
.faqCategoryLink, a.faqCategoryLink {
    font-size:16px;
    font-weight:bold;
    color:#3f3f3f;
}
.faqCategoryLabel
{
	
	font-size:16px;
	font-weight:bold;
    color:#1b3e64; 
}
a.faqCategoryLink:hover {
    font-size:16px;
    font-weight:bold;
    color:#1b3e64; 
}
.faqQuestionLink, a.faqQuestionLink, a.faqQuestionLink:link {
    font-size:13px;
    color:#3f3f3f;
}
a.faqQuestionLink:hover {
    font-size:14px;
    font-weight:bold;
    color:#1b3e64; 
}
.faqQuestion {
    font-size:14px;
    font-weight:bold;
    color:#1b3e64; 
    }
.faqAnswer {
	font-size:13px;
	color:#3f3f3f;
    
    }
.faqCategoryBc {
	font-size:14px;
    color:#1b3e64; 
}
.faqCategoryBc:hover {
	font-size:14px;
    color:#1b3e64; 
}

/************ Receipt ***********/
.receiptHeader {font-weight:bold;}
.receiptTimeDate {font-weight:bold;}
.receiptFormLabel {font-weight:bold; text-align:left;}

.largeTextbox {
    font-size: 20px;
    font-weight:bold;
	padding-top: 1px;
	padding-bottom: 1px;}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
