/*
 * Copyright 2012 1fb.net Financial Services.
 *
 * This document may not be reproduced, distributed or used
 * in any manner whatsoever without the expressed written
 * permission of 1st Financial Bank USA.
 */
/**
 * CSS file for Lightbox which rendered by jQuery plug-in fancybox.
 *
 * @author Rokgy Luo
 * @version 1.2, 2013-11-19
 * @since 7.80
 */
/* style for Find High School lightbox in "sign up" and "update account" page */
.findHighSchool {
	width: 504px;
	background-color: #fff;
	padding: 17px 20px 16px 20px;
	font-size: 11px;
	color: #333;
	border-radius: 4px;
}

.findHighSchool h1 {
	font-size: 14px;
	color: #1b3766;
}

.findHighSchool select,.findHighSchool input {
	font-size: 12px;
	font-family: arial;
	margin: 0;
}

.findHighSchool p.intro {
	margin: 7px 0 11px 0;
	line-height: 15px;
}

.findHighSchool ul {
	list-style: none;
}

.findHighSchool ul.selectOptions{
	position:relative;
}

.findHighSchool ul.selectOptions li {
	margin-right: 20px;
	float: left;
}

.findHighSchool ul.selectOptions li.country {
	width: 130px;
}

.findHighSchool ul.selectOptions li.state,.findHighSchool ul.selectOptions li.province
	{
	width: 78px;
	margin-right: 16px;
}

.findHighSchool ul.selectOptions li.city {
	width: 179px;
	margin-right:10px;
}

.findHighSchool ul.selectOptions li.city input {
	width: 175px;
	color: #787878;
	margin-top:-1px;
}

.findHighSchool ul.selectOptions li.searchbtn {
	margin:0;
	
}
.findHighSchool ul.selectOptions li.searchbtn a{
	display:block;
	position:absolute;
	bottom:0;
	*bottom:1px;
}

.findHighSchool ul.selectOptions li p {
	font-weight: bold;
	margin-bottom: 3px;
}

.findHighSchool ul.selectOptions select#highSchoolCountry {
	width: 130px;
}

.findHighSchool ul.selectOptions select#highSchoolState,.findHighSchool ul.selectOptions select#highSchoolProvince
	{
	width: 74px;
}

.findHighSchool ul.resultslist {
	width: 502px;
	height: 256px;
	border: 1px solid #ccc;
	margin-top: 14px;
	overflow-y: auto;
}

.findHighSchool ul.resultslist li {
	margin: 6px 0 13px 8px;
	line-height:12px;
}

.findHighSchool ul.resultslist li a {
	color: #3a6ab4;
	cursor: pointer;
}

.findHighSchool a.noMatchResult {
	color: #3a6ab4;
	font-size: 12px;
	margin-top: 17px;
}

.findHighSchool .customSchool {
	width: 504px;
	height: 21px;
	line-height: 21px;
	margin-top: 14px;
}

.findHighSchool .homeSchool {
	font-size: 12px;
	float: left;
	*margin-top: -2px;
}

.findHighSchool .homeSchool span {
	*margin-top: 2px;
	*display: inline-block;
}

.findHighSchool .homeSchool img {
	margin-left: 6px;
}

.findHighSchool .userSchool {
	float: right;
}

.findHighSchool .userSchool input {
	width: 149px;
	margin-right: 6px;
	color: #787878;
}

.resultslist::-webkit-scrollbar {
	width: 15px;
	height: 15px;
}

.resultslist::-webkit-scrollbar-thumb {
	background: #cfd0e5;
	border: 1px solid #fff;
}

.resultslist::-webkit-scrollbar-track-piece:decrement {
	background: #fff;
	border: 1px solid #ccc;
}

.resultslist::-webkit-scrollbar-track-piece:increment {
	background: #fff;
	border: 1px solid #ccc;
}

.resultslist::-webkit-scrollbar-button:end:increment{
	background:url(/cs/page/images/buttons/downarrow.png) no-repeat;
	display:block;
	width:15px;
	height:15px;
}
.resultslist::-webkit-scrollbar-button:start:decrement{
	background:url(/cs/page/images/buttons/uparrow.png) no-repeat;
	display:block;
	width:15px;
	height:15px;
}

.findHighSchool .error {
	font-size: 10px;
	line-height: 12px;
	margin-top: -1px;
	margin-bottom: 8px;
}

.findHighSchool .error img {
	margin-bottom: 2px;
	margin-right: -4px;
}

.findHighSchool .errorOption {
	color: #9F0D06;
	background: url(/cs/page/images/error_arrow.gif) no-repeat 0 1px;
	padding-left: 9px;
}

/* style for Get Saved Search lightbox in "college match" and "college match result" page */
.getSearchResult {
	width: 394px;
	background-color: #fff;
	padding: 17px 20px 20px 20px;
	font-size: 11px;
	color: #333;
	border-radius: 4px;
}

.getSearchResult h1 {
	color: #1b3766;
	font-size: 14px;
}

.getSearchResult .intro {
	margin: 8px 0 15px 0;
	line-height: 14px;
}

.getSearchResult .error {
	font-size: 12px;
	font-weight: bold;
	margin-top: 8px;
	color: #333;
}

.getSearchResult ul.resultslist li:hover {
	background: #f2f2f2;
}

.getSearchResult ul.resultslist {
	width: 394px;
	height: 205px;
	border: 1px solid #ccc;
	overflow-x: hidden;
	overflow-y: auto;
}

.getSearchResult ul.resultslist li {
	margin: 0;
	line-height: auto;
	padding: 7px 8px;
}

.getSearchResult ul.resultslist li a {
	display: block;
	text-decoration: none;
}

.getSearchResult ul.resultslist li span {
	color: #3a6ab4;
	font-size: 12px;
	font-weight: bold;
}

.getSearchResult ul.resultslist li span:hover {
	cursor: pointer;
}

.getSearchResult ul.resultslist li p {
	color: #4d4d4d;
	line-height: 14px;
	margin-top: 4px;
}

.getSearchResult ul.resultslist li img {
	margin-left: 10px;
}

.getSearchResult .toSavedSearch {
	color: #3a6ab4;
	font-weight: bold;
}

/* style for Save Search Result lightbox in "college match result" page */
.saveSearchResult {
	width: 360px;
	background-color: #fff;
	padding: 17px 20px 16px 20px;
	font-size: 11px;
	color: #333;
	border-radius: 4px;
}

.saveSearchResult h1 {
	color: #1b3766;
	font-size: 14px;
}

.saveSearchResult .intro{
	margin: 14px 0 16px 0;
	line-height: 14px;
}

.saveSearchResult .labelName{
	color: #555;
	font-size: 12px;
	font-weight: bold;
	margin: 18px 0 4px 0;
}

.saveSearchResult .error{
	color: #9F0D06;
}

.saveSearchResult input, .saveSearchResult textarea{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.saveSearchResult .formSubmit{
	width: 141px;
	margin: 20px auto;
}

.saveSearchResult .cancel{
	text-align: center;
	margin-top: -5px;
}

.saveSearchResult .cancel a{
	color: #3a6ab4;
	font-weight: bold;
}

.saveSearchResult .success{
	font-size: 12px;
}

.saveSearchResult p{
	line-height: 16px;
	margin-top: 14px;
}

.saveSearchResult .success .cancel{
	margin-top: 14px;
}

.saveSearchResult .success .cancel a{
	font-size: 11px;
}

.saveSearchResult #saveSearchSubmit {
    cursor: pointer;
}

/*style for info popup in lightbox*/
#popcont .infoPop ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.infoPop ul li {
	margin-bottom: 3px; 
	word-wrap: break-word;
}

.infoPop .criteriaValue {
	font-weight: bold;
}

#popcont .infoPop .savedDate {
	font-size: 10px;
	margin-top: 11px;
}

