/* ========================================================================== */
/* Import plug-in/external CSS                                                */
/* ========================================================================== */

@import "css/smoothness/jquery-ui-1.8.21.custom.css";
@import "lib/codemirror.css";
@import "theme/ambiance.css";

/* end CSS import */

/* ========================================================================== */
/* Reset CSS                                                                  */
/* ========================================================================== */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote, input {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

/* end reset */

/* ========================================================================== */
/* Standard HTML elements                                                     */
/* ========================================================================== */

/* default browser font size is 16px.  To achieve a uniform/easy to scale base 
size, we want set our base font size to 10px.  16px * .0625  = 10 px base
font size.  We can then use ems or percentages to scale the base size.  */

body {
	font-family: Verdana;
	font-size: 62.5%;
	/*width: 980px;*/
	width: 100%;
	margin: 0 auto;
	/*background: url('images/blue_background_gradient.png');
	background-repeat: repeat-x;*/lab
	position: relative;
	/*background-color: #243a84;*/
	
}

/* Alternative body class that separates out width assignment (added to the Content class instead) */

body.noWidth {
	width: 100%;
	
}

h1, h2, h3, h4, h5, h6, p, td, th, caption, input, select {
	font-size: 12px;
	/*font-size: 11px;*/
	padding: 0 10px .5em 10px;
}


p {
	margin-top: 0;
	margin-bottom: .5em;
	line-height: 1.5em;
}

input, select {
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

h1, h2, h3, h4 {
	color: #243a84;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.3em;
}

ul {
	margin-left: 10px;
	margin-right: 150px;
	margin-bottom: 1em;
	list-style-type: disc;
}

ol {
	margin-left: -10px;
}

li  {
	font-size: 1.1em;
	line-height: 1.4em;
}

li li {
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6, th{
	font-weight: bold;
}

th {
	background: #b5b7bd;
	min-height: 14px;
}

th, td {
	vertical-align: top;
	padding: 4px;
	border: 2px solid #eeeeee;
}

hr {
	color: #243a84;
	background-color: #243a84;
	height: 4px;
	margin-top: -6px;
	margin-left: 10px;
	margin-right: 10px;
}

a {color: #333333;}

/* end standard HTML elements */

/* ========================================================================== */
/* FFIC PAGE ELEMENTS                                                         */
/* 																			  */
/* The remainder of this document details the FFIC-specific classes and page  */
/* elements.  Classes are presented roughly in the order they would appear    */
/* in an actual HTML page, beginning with the header and navigation elements. */
/* Thie file concludes with a number of popup dialog classes.                 */
/*																			  */
/* ========================================================================== */

/* ========================================================================== */
/* PAGE WRAPPER CLASSES 													  */
/* ========================================================================== */

/* WRAPPER - wraps entire contents of page */ 
#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#banner_wrapper {
	position: relative;
	width: 100%;
	background-color: #243a84;
}

#content_wrapper {
	/*background-image: url('images/side_nav_background.jpg');
	background-repeat: repeat-y;*/
	position: relative;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	clear: both;
}

#image_wrapper {
	height: auto;
 	width: 758px;
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	display: inline-block;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	line-height: 100px;
	z-index: -1;
}

.home #image_wrapper {
	width: 680px;
}
m
#wrap {
	padding: 0;
	margin: 0;
}

#patternImage {
	border: 1px solid #bbbbbb;
	padding: 10px;
	background: white;
	vertical-align: middle;
	max-width: 80%;
}

#multiImage {
	position: relative;
	width: 780px;
	/* for IE 6 */
	/* width: 740px; */
}

.imageLegend {
	margin: 10px;
	margin-top: 0;
	color: white;
	text-align: center;
	background: #505050;
	padding: 10px;
	width: 740px;
	/*width: 780px;*/
	
	
}

.home .imageLegend {
	width: 680px;
	margin-right: 0;
	padding-right: 1px;
	padding-left: 1px;
}

#messageContent {
	font-size: 1.2em;
}

.myMessageContent {
	font-size: 1.2em;
	padding: 10px;
	line-height: 1.4em;
}

.imageOverlayLeft {
	float: left;
	position: absolute;
	background-image: url("images/previous.png");
	background-repeat: no-repeat;
	text-align: left;
	top: 50%;
	left: 20px;
	height: 25px;
	width: 25px;
	margin: 0;
	margin-top: -13px;
	cursor: pointer;
}

.imageOverlayLeft.disabled {
	background-image: url("images/previous_disabled.png");
}


.imageOverlayRight {
	float: right;
	position: absolute;
	text-align: right;
	background-image: url("images/next.png");
	background-repeat: no-repeat;
	background-position: right;
	top: 50%;
	right: 20px;
	height: 25px;
	width: 25px;
	margin: 0;
	margin-top: -13px;
	cursor: pointer;
}

.noBullets {
	list-style: none;
	padding: 0;
}

#waiting {
	background: none;
	background-image: url("images/waitingCursor.gif");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	text-align: center;
	font: verdana;
	font-size: 13px;
	font-weight: bold;
}

/* end wrapper classes */


/* ========================================================================== */
/* HEADER/BANNER CLASSES 													  */
/* ========================================================================== */

#banner {
	position: relative;
	width: 800px;
	margin: 0 auto;
	/*margin-left: 20px;*/
	/*background: #243a84;*/
	background-size: cover;
	height: 140px;
	font-family: Arial;
	color: white;
}

#banner_wrapper {
	width: 100%;
	
	/*background: #243a84;
	background-size: 100%;*/
}


#logo {
	/*position: absolute;
	top: 0;
	left: 0;*/
	/*position: relative;*/
	/*float: left;*/
	/*width: 3.47vw;
	height: 1.4vw;*/
	/*width: 347px;
	height: 140px;*/
}

#logo img {
	padding-top: 10px;
	width: 30%;
	max-width: 400px;
	height: auto;
}

#label {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 20;
	width: 60%;
	width: 500px;
}

#label .gray {
	color: #bbbbbb;
}

#label p {
	float: right;
	/*font-size: 3.4vw;*/
	font-size: 34px;
}


#menu {
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 15;
	/*width: 60%;*/
	/*width: 400px;*/
	float: right;
	height: 50px;
}

#menu li {
	float: right;
}

#menu li, #menu li a {
	font-size: 20px;
	color: #bbbbbb;
}

#menu li a.top-menu {
	/*font-size: 2.0vw;*/
	font-size: 20px;
	color: white;
}

#menu li:hover div a {
	font-size:12px;
	color:#bbb;
}

#menu a.current, #menu li:hover div a.current {
	color: white;
	font-weight: bold;
}

#menu li:hover .dropdown_4columns
 {
	left:-460px;
	top:auto;
}

.dropdown_4columns {

}

/* end header/banner classes */


/* end navigation classes */

/* ========================================================================== */
/* PRIMARY PAGE CONTENT CLASSES 											  */
/* ========================================================================== */


#content{
	
	width: 780px;
	padding-top: 20px;
	background-color: white;
	position: relative;
	min-height: 540px;
	margin: 0 auto;
	/*margin-left: 20px;*/
}


#content.home {
	padding-left: 40px;
	padding-right: 40px;
}

#content.home ol {
	padding-left: 40px;
	padding-right: 20px;
}

#content.home ol li {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

#cssSelect {
	margin: 10px;
	border: 1px solid gray;
	padding: 10px;
}

.home table {
	width: 100%;
	margin-left: 10px;
	/* margin-right: 80px; */
}

.home td {
	padding-left: 10px;
	padding-right: 10px;
}

.home td ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.home td li {
	padding: 0;
	padding-bottom: 10px;
	font-size: 11px;
}

.home th {
	background: none;
}

/* #content.home .ui-state-error, #content.home .ui-state-highlight{
	margin: 10px;
} */

.ui-state-error, .ui-state-highlight {
	margin: 10px;
}

.ui-state-highlight {
	padding-top: 10px;
}

.ui-icon-info {
	padding-right: 2px;
	margin-top: 2px;
}

.preserveSpace {
	white-space: pre-wrap;
}

.codeMirror {
	white-space: nowrap;
}

.relatedLinks {
	float: right;
	width: 200px;
	margin-left: 20px;
	min-height: 100px;
	border: 1px solid gray; 
	/*border: 1px solid #926438;*/
	/*background: #FDBA29;*/
	background: #e1e2e8;
	padding: 10px 0 10px 0;
}

.relatedLinks ul {
	display: block;
	margin: 0;
}

.relatedLinks li {
	list-style-type: none;
	margin-left: -4px;
}

.relatedLinks a {
	color: #333333;
}

.home .relatedLinks {
	margin-right: 10px;
}

.home .relatedLinks ul  li{
	list-style-type: disc;
	margin-left: 10px;
}

.quote, .note {
	background: #eeeeee;
	padding: 10px;
	font-family: Georgia;
	font-style: italic;
	overflow: hidden;
}

.note {
	background: #ffffcc;
	font-style: normal;
	margin: 0;
}

.quote {
	margin-left: 10px;
	margin-right: 10px;
}

.note li , .quote li{
	margin-left: 16px;
}

.accordion {
	margin-left: 10px;
	/*width: 800px;*/
	width: 760px;
}

#content_noSideNav .accordion {
	width: 95%;
}

.ui-accordion-header {
	font-size: 1.2em;
}

.ui-accordion-content {
	font-size: 1.1em;
	line-height: 1.5em;
}

.tabs {
	margin-left: 10px;
	/*width: 796px;*/
	width: 756px;
	height: 360px;
}

.CodeMirror {
	border-top: 1px solid black; 
	border-bottom: 1px solid black;
	max-width: 70em;
	height: 300px;
}

.home .CodeMirror {
	/* height: inherit; */
	height: auto;
	margin-left: 10px;
	border: none;
	padding-bottom: 20px;
	overflow: hidden;
} 

.home .CodeMirror-scroll {
	height: auto;
}	

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearBoth {
	clear: both;
}

.hide {
	display: none;
}


/* TABLE CLASSES */
/* ---------------------------------------------------------------------------*/


/* end table classes */


/* ========================================================================== */
/* FOOTER CLASSES 															  */
/* ========================================================================== */

#footer {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 0;
	background-color: #243a84;
	text-align: center;
	height: 60px;
}

#footer p  {
	position: relative;
	/*left: 20px;*/
	margin: 0 auto;
	text-align: center;
	width: 800px;
	margin-top: .5em;
	color: white;
}

#footer a {
	color: white;
}

/* end footer classes */



/* ========================================================================== */
/* IMAGE OVERLAY CLASSES 													  */
/* ========================================================================== */
.imageOverlay {
	background-color: #fff;
	/* IE won't respond to hover events on empty/non-visible divs: need to provide a background color with 
	1% opacity to trick it into responding */
	opacity: 0;
	filter: alpha(opacity=1);
}

.imageOverlayVisible {
	background-color: yellow;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	border: 1px solid gray;
}

#logoOverlay {
	position: absolute;
	height: 80px;
	width: 182px;
	top: 88px;
	left: 22px;
}

#topLinksOverlay {
	position: absolute;
	height: 20px;
	width: 124px;
	top: 86px;
	right: 16px;
}

#applicationNameOverlay {
	position: absolute;
	height: 26px;
	width: 134px;
	top: 150px;
	right: 18px;
}



/* end image overlay classes */
