

/* ------------general styles/positioning/colors-----------------------------------------*/

.prepend-1 {
	margin-left:4%;
	padding: 0;
}

.append-1 {
	margin-right: 4%;
	padding: 0;
	
}


.prependTab {
	margin-left:2.2%;
	padding: 0;
}

.appendTab {
	margin-right:2.2%;
	padding: 0;
}

body {
	/*background-color:#dadedf;*/
	background-color:#2A425B;
	color: #333;
}

html {
	/*background-color:#dadedf;*/
	background-color: #fff;
	
}

.backColor {
	background-color:#FFF;
	
}

p {
	color:#333;
	padding-left:8px;
	margin-bottom: 6px;
	margin-top: 12px;
	width: 90%;
	
}

p.subTitle {margin-top: 0px; padding-top: 0px; } 

ol, ul {
	padding-top: 3px;
	padding-left:44px;
	margin:0px;
	margin-bottom: 6px;

}


/* standard bullet list */
.contentList li {
	padding: 6px 0 0 0;
	margin: -12px 0 0px;
	line-height: 24px;
	list-style:square;
}



.icon {
	padding-right:8px;
	vertical-align:middle;
	margin-bottom: 3px;
}

.iconR {
	padding-left:6px;
	vertical-align:middle;
}

.iconL {
	padding-right:6px;
	vertical-align:middle;
}

/*--.padBottom {
	padding-bottom:18px;
}--*/

.padTop {
	margin-top:24px;
}

.padRight {
	padding-right:192px;
}


.linkPad {
	padding: 0 18px;
}

.breadcrumb {
	font-size:1em;
	color:#152546;
	margin-top:-24px;
	
}

.strongText {
	font-weight:bold;
	font-style:italic;
	color:#1a284d;
}

.strongTextSpecial {
	font-weight:bold;
	font-style:italic;
	color:#900;
}

.larger {
	font-size:1.2em;
}

.center {
	text-align:center;
}

.camScroll {
	overflow-x:scroll;
}

.noBullets li{
	list-style-type:none;
	margin-left: 0px;
}

.objectives li {
	
	padding:0px;
	margin:0px;
	font-size:1.1em;
	vertical-align:middle;
	font-weight:bold;
	color:#134679;
	
}

.equations li {
	padding-bottom:4px;
	line-height:36px;
	text-align:left;
	list-style-type:none;
}

.equations li span {
	color:#0f6378;
	font-size: 1.3em;
	vertical-align:top;
	font-weight:bold;
}

/*-------jquery styles modified----*/

#tabs {
border: none;
}

.ui-tabs .ui-tabs-nav li a {
color:#1e3366;

}


.ui-widget-header {
	overflow:hidden;
}

.subnav {
	margin-top:-24px;
	/*background-image:url(../images/background_nav.gif);
	background-repeat:repeat-x;*/

}

.box hr {
	background-color:#999;
}




/*---------header styles/h1/2/3/4-------------*/

h1 {
	
	padding: 18px 200px 0px;
	color: #fff;
	text-align:center;
	vertical-align:middle;
	
	
	}
	
h2 { margin-bottom: 0px; 
	padding-bottom: 0;
	padding-left: 6px;	
	color:#15404f;
	font-weight:bold;
	line-height: 1.2;
	font-size: 1.5em;}

h3 { margin-top: 12px; padding-top: 0; padding-left: 7px; line-height: 1.5;}


h4 {
	color:#15404f;
	font-weight:bold;
	/*background-image:url(../images/background_head.gif);
	background-repeat:repeat-x;*/
	background-color: #eeeeee;
	padding:3px 6px;
	margin: 24px 0 6px 0 ;
} 


h5 {margin-top: 36px; padding-left: 8px; margin-bottom: 6px;}

h6 {
	text-align:center;
	padding:20px 0px;
}

#header {
	background-color:#000;
	/*--background-image:url(../images/bannerweb4.jpg);
	background-repeat:no-repeat;---*/
	height:60px;
	z-index:100;
	
}


/*--#header2 {
	background-color:#536573;
	background-image:url(../lab1/images/bannerlab1.jpg);
	background-repeat:no-repeat;
	text-align:center;
	height:108px;
	z-index:100;
	
	
}---*/


.fleft {
	float:left;

}

.fright {
	float:right;
	
}


/*-------iframe----*/

.frameStyle {
	background-color:#E5ECF9;
	height:900px;
}

.frameStyleShort {
	background-color:#E5ECF9;
	height:480px;
	margin-bottom:54px;
	
	
	
}

.frameStyleMed {
	background-color:#E5ECF9;
	height:500px;
	margin-bottom:54px;
	
	
}

	
/*-------footer styles--------*/

/* Phil - Need to force body height so that it = window height to keep footer fixed to bottom of page. I tried using position absolute bottom 0, but then footer scrolled with page after window resizing. 9/22/11.  MN */
#footer2 {
	background-color:#161f3e;
	height:18px;
	text-align:center;
	padding: 4px;
	margin: -3px;
	margin-top: 24px;
	clear:both;
	width: 100%;	
}

#footer a{
	
	color:#fcefd1;
	font-size:.95em;
	
}

#footer2 a{
	
	color:#fcefd1;
	font-size:.95em;
	
}

.figure {
	text-align:center;
}

.figure p{
	font-weight:bold;
	font-size:1.2em;
	color:#333;
	padding-top:10px;
}

#navbar {
	float: right;
	width:324px;
}

.questionsList {
	margin-left:18px;
}

.questionsList li {
	padding-bottom:1em;
}



/*-------links--------*/

a:link {
	color:#00F;
}

a:visited {
	color:#609;
}

a:hover {
	color:#F03;
}

a:active {
	color:#1f6e8a;
}


/*************** thickbox (image light box) container ******/
/* thumbnails on page must be sized @ 320px width */
.lightboxContainer {
	border: 1px solid #cdcdcd; 
	width: 364px; 
	text-align: center; 
	padding: 12px 6px 0 6px; 
	margin-bottom: 6px; 
	margin-left: 8px;
	}

.lightboxContainer p.caption {
		font-style: italic;
		padding-top: 6px;
}

/****** Buttons ********/

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 24px 8px 0px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	-webkit-border-radius: .4em; 
	-moz-border-radius: .4em;
	border-radius: .4em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
	
}

.whiteButton, a.whiteButton {
	color: #fff;
	background: #802023;
	padding:.45em .9em .50em;
	font-size:1em;
	letter-spacing:.1em;
	font-weight:bold;
	}
.whiteButton:hover, a.whiteButton:hover{
	background: #cc3333;
	}

/****** End buttons ************/
table {
border-collapse:collapse;
}

table, th, td {
border: 1px solid black;
}

td {
height:20px;
vertical-align:bottom;
}

.underline {
	text-decoration:underline;
}

.circleList {
	list-style-type:circle;
}
