/***********************************************/
/* 2col_rightNav.css                             */
/***********************************************/

/* Note: images used purely for decoration by this style sheet are kept in /assets/css/css-images/ */

/* import area specific styles */
@import url(basestyles.css);		/* basic styles for HTML tags */
@import url(tabs.css);				/* basic styles for horizontal tabs */
@import url(pageNav.css);			/* basic styles for page navigation buttons */
@import url(sidebar.css);		    /*styles for menu tabs */
@import url(navbars.css);		    /*styles for nav bars */
@import url(columns.css);		    /*styles for content columns */
@import url(menulist.css);		    /*styles for sidebar menu */
@import url(drop-shadow.css);		/*styles for drop shadow effect */
@import url(course-genie.css);		/*styles for coursegenie specific styles */



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#horizon        
	{
	/*background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block*/
	}

#fixedWidth    
	{
	background-color: transparent;
	margin-left: -400px;
	position: absolute;
	/*top: -45%;*/
	left: 50%;
	width: 898px;
	/*height: 90%;*/
	visibility: visible;
	z-index:1;
	}
	
	#fixedWidth2    
	{
	background-color: transparent;
	margin-left: -225px;
	position: absolute;
	/*top: -45%;*/
	left: 50%;
	width: 448px;
	/*height: 90%;*/
	visibility: visible;
	z-index:1;
	}
	
	#fixedWidth3    
	{
	background-color: transparent;
	margin-left: -325px;
	position: absolute;
	/*top: -45%;*/
	left: 50%;
	width: 650px;
	/*height: 90%;*/
	visibility: visible;
	z-index:1;
	}
	
#fixedWidthSmall    
	{
	background-color: transparent;
	margin-left: -130px;
	position: absolute;
	/*top: -45%;*/
	left: 50%;
	width: 360px;
	/*height: 90%;*/
	visibility: visible;
	z-index:1;
	}


#masthead{
	margin: 0;
	padding: 0;
	width: 100%;
	/*background-image:url(css-images/banner_bckg.jpg);*/
}

#sideBar{
float: right;
clear:left;
width:24.5%;
margin:0;
margin-right:-21px;
	margin-top:10px;
	padding: 0;
	font-size: 90%;
}
div#sideBar.noNavbars{
margin-top:-1px;
}
* html div#sideBar.noNavbars{
width:23.8%;

margin-right:-10px;
}

#pageIcon {
	z-index:99;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align:right;
}

div.content{

font-size: 110%;
text-align: left;
  float:left;
	width: 75%;
	margin: 0;
	margin-top:10px;
	padding: 3px 5px 10px 5px;
	background-color: #ffffff;
	border: 1px #84B0C7 solid;
	padding-top:3px;
}
* html .content{
	margin-top:5px;
}
div.first{
border-top:none;
margin-top:0;
}

div.content.fullWidth{
width: 100%;
}
div.flash{
font-size: 110%;
text-align: center;
  float:left;
	width: 75%;
	margin: 0;
	margin-top:10px;
padding:0;
	background-color: transparent;
}
* html .flash{
	margin-top:5px;
}
div.flash.fullWidth{
width: 100%;
}

div.content p {
padding-left:25px;
padding-right:25px;
}
div.content ul {
padding-right:25px;
}
div.content h2 {
 padding: 3px 5px 3px 5px;

}

div#breadCrumbs{
	font-size: 70%;
float:right;
	position:relative;
		margin-top:5px;
		margin-bottom:3px;
		margin-right:3px;
		background-color: transparent;
}	


/***********************************************/
/* Main Content Divs                           */
/***********************************************/
.textBox{
clear:both;
border: 1px solid #B3CCD9;
padding: 0;
margin-top:5px;
margin-left:1px;
margin-bottom:5px;
}
div.textBox div.textBox{
margin-left:8px;
margin-right:8px;
padding-left:8px;
}

div.textBox h3{
margin-top:0;
margin-left:0;
}
div.textBox h4{
margin-top:0;
margin-left:0;
background-color:#E4EDF5;
border-bottom: 1px solid #B3CCD9;
color:#002c46;
}
div.textBox h5{
margin-left:10px;
margin-right:10px;
}
/************** .summary styles ***************/
.summary{
	margin-top:5px;
	margin-left:1px;
	margin-bottom:5px;
	padding: 10px;
	border: 1px solid #B3CCD9;
	/*background-color:#EEF5FD;*/
	background-color:#E4EDF5;
	/*background-color:#B8CAD1;*/
	
}
div.textBox div.summary{
margin-left:8px;
margin-right:8px;
}
.summary h2{
	font-size: 120%;
	color:#ffffff;
	margin-top:7px;
	margin-left:5px;
	margin-bottom:7px;
}
.summary h3{
	font-size: 120%;
	padding: 10px 0px 5px 10px;
	color:#ffffff;
}
.summary h4{
	color:#ffffff;
}
.summary h5{
	font-size: 100%;
	padding: 3px 0px 3px 10px;

}
.summary h6{
	font-family: Verdana,Arial,sans-serif;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
}
.summary p{
margin:0;
	color:#002c46;

}
.summary img{
	padding: 0px 10px 0px 0px;
	margin: 5px 5px 5px 0;

}
/* adjust margins to change separation between the feature image and text flowing around it */
/************** .references styles ***************/

.references{
	margin-top:5px;
	margin-left:1px;
	margin-bottom:5px;
	padding: 10px;
	font-size: 80%;
	border: 1px solid #B3CCD9;
	background-color:#E4EDF5;
}
div.textBox div.references{
margin-left:0;
margin-right:0;
margin-bottom:0;

border:none;
}
.references h2{
	font-size: 120%;
	color:#ffffff;
	margin-top:7px;
	margin-left:5px;
	margin-bottom:7px;
}
.references h3{
	font-size: 120%;
	padding: 10px 0px 5px 10px;
	color:#ffffff;
}
.references h4{
	color:#ffffff;
}
.references h5{
	font-size: 100%;
	padding: 3px 0px 3px 10px;

}
.references h6{
	font-family: Verdana,Arial,sans-serif;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
}
.references p{
margin:0;
	color:#002c46;
}
.references img{
	padding: 0px 10px 0px 0px;
	margin: 5px 5px 5px 0;

}
.references ol li{
line-height: 1.2;
margin:7px 0;
}
.author{
font-weight:bold;
margin-bottom:40px;
color:#3366CC
}
a span.author{
font-weight:bold;
}
h2.article  {
color: #004C66;
background-color:transparent;
font-size:125%;
}
.ref{
font-size:smaller;
border: 1px dotted #C3DCE9;
margin-top:10px;
margin-bottom:30px;
}
h3.references{
border:none;
background:none;
 font-size: 100%;
 margin-top:12px;
 padding: 0 0 10px 5px;
 color: #334d55;
 }
/************** .topic styles *****************/
.topic{
	clear: both;
	padding: 10px;
	margin: 5px 0 5px 0;
	font-size: 90%;
	border: 1px solid #B3CCD9;
	background-color:#ffffff; /* required due to IE bug: div borders 'dispappear to the left and right of inline images */
}
.topic div.summary{ /* ensures that summary divs in topics use normal font size */
	font-size: 100%;
	margin-top:0;
}
.topic div.topic{ /* ensures that sub-topic divs in topics use normal font size */
	font-size: 100%;
	margin-top:0;
}

.topic p{
margin:10px 0 2px 0;

	padding: 5px 0px 10px 0px;
}
.topic h2{
	background-color:#004c66;
	color:#ffffff;
	font-size:larger;
}

.topic h3{
	padding: 10px 0px 0 5px;
margin-top:10px;
margin-bottom:0px;
}

.topic img{
	padding: 0px 10px 11px 5px;
	margin: 5px 10px 5px 5px;
	background-color:transparent;
	clear:right;
}
.topic ul li{
	margin-left: 5px;
}
ul li ul{
	padding-left: 5px;
	margin-left: 5px;
}
	/* nested UL to the right of an img element -> IE fix */
		/* the following rule is recognized only by IE */
	* html body div#content div.topic ul li ul.imageSpacing {
		margin-left: 130px;
	}
.topic ol li{
	margin-left: 10px;
}
ol.spaced li, ul.spaced li{
margin-bottom:10px;
}
ol.boxed li, ul.boxed li{
	clear: both;
	padding: 10px 10px 5px 10px;
	margin: 5px 0 5px 0;
	border: 1px solid #B3CCD9;
	background-color:#ffffff; /* required due to IE big: div borders 'dispappear to the left and right of inline images */
}
ol.boxed li ol li, ol.boxed li ul li, ul.boxed li ul li, ul.boxed li ol li{ /*  don't box nested lists */

	padding: 5px 5px 2px 5px;
	margin: 2px;
	border: none;
	background-color:transparent;
}

/************* #footerInfo styles ***************/
#footerInfo{
	font-size: 85%;
	color: #6699B3;
	text-align:center;
	padding: 10px 10px 10px 10px;
	
	  float:left;
	width: 68%;
	margin: 0;

	margin-left:7px;

}
#footerInfo.wide{
width: 98%;
}

#footerInfoStyle{
	font-size: 85%;
	color: #6699B3;
	padding: 10px 10px 10px 10px;
}
#footerInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#footerLicense {
	text-align:center;
	font-size:x-small;
}

/*************** #endDiv styles **************/
.breakDiv { /* Used to force section blocks to clear any inline images when text height is less than image height */
clear:both;
height:0px;
line-height:1px;
}
.endDiv { /* Used to force section blocks to clear any inline images when text height is less than image height */
clear:both;
height:0px;
line-height:1px;
}
	/* endDiv IE fixes */
/* the following rule is recognized only by IE */
		* html body div.endDiv
		{
			padding: 0px;
			margin:-35px 0px 0px 0px;
	
		}


/***********************************************/
/* Additional Classes                          */
/***********************************************/
.spacer{
line-height:0.1;
}
.hide{
	display:none;
}
.show{
display:block;
}
.hidden{
	visibility:hidden;
	background-color:transparent;
}
.topLink { /* used to style 'back to top' links */
	text-align:right;
	margin:0;
	margin-right:-22px;
	margin-bottom:-10px;
	padding: 0;
	font-size:80%;
	color:#578BAA;
}
* html div.topLink{
margin-bottom:0;
}
div.content div.mainPanelColumn.fullPanel div.topLink{
margin-right:0;
margin-top:4px;
margin-bottom:4px;
font-size:100%;
}
.topLink a{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
}

img.rightMargin {
	margin-right:10px;
}
div.rightMargin {
	margin-right:10px;
}
span.rightMargin {
	margin-right:10px;
}
li.rightMargin {
	margin-right:10px;
}
li.rightMargin a {
	margin-right:10px;
}
img.leftMargin {
	margin-left:10px;
}
div.leftMargin {
	margin-left:10px;
}
span.leftMargin {
	margin-left:10px;
}
li.leftMargin {
	margin-left:10px;
}
li.leftMargin a {
	margin-left:10px;
}
img.topMargin {
	margin-top:10px;
}
div.topMargin {
	margin-top:10px;
}
span.topMargin {
	margin-top:10px;
}
li.topMargin {
	margin-top:10px;
}
li.topMargin a {
	margin-top:10px;
}
img.bottomMargin {
	margin-bottom:10px;
}
div.bottomMargin {
	margin-bottom:10px;
}
span.bottomMargin {
	margin-bottom:10px;
}
li.bottomMargin {
	margin-bottom:10px;
}
li.bottomMargin a {
	margin-bottom:10px;
}
.printOnly {
	display:none;
}
.alignLeft{
	float: left;
	clear: both;
}
.alignRight{
	float: right;
	clear: both;
}

img.middle { vertical-align: middle; }
.dLink{
padding:0 8px 5px 8px;
margin-top:-4px;
margin-bottom:0;
}
.imageCaption{
padding:0 0 5px 0;
margin-top:-8px;
margin-bottom:0;
}
* html a.smaller.dLink{
/*font-size:70%;*/
}


.smaller{font-size:smaller;}
.left{float:left;}
.right{float:right;}
.center{text-align:center}

.strikeout{
text-decoration:line-through;
}
.italic{
font-style:italic;
}
.blue{
color: #006699;
font-weight:bold;
}
.toTop,.addComment{
margin: 1px 0 3px 0;
text-align:right;
font-size:smaller;
}
.addComment{
background-color:#0A4C4F;
margin-right:-20px;
padding-right:5px;
}
.toTop a:link, .toTop a:visited{
text-decoration:none;
font-weight:bold;
color: #006699;
}
.addComment a:link, .addComment a:visited{
text-decoration:none;
font-weight:bold;
color:#c5d5d5;
}
.toTop a:hover, .toTop a:active, .addComment a:hover, .addComment a:active{
text-decoration:underline;
}
.plain{
border:none;
background-color:transparent;
color:#000000;
border-bottom:none;
text-transform:capitalize;
margin-top:10px;
margin-bottom:0px;
}
/************** Dynamic Pages **************/
.link{
	font-size: 90%;
}
h4.storyHeader{
	text-align:left;
	background-color:#006699;
	color:#FFFFFF;
	border:none;
	padding-left:5px;
	text-transform:uppercase;
}
.versionHeader{
clear: both;
	text-align:left;
	background-color:#A44651; /*5186A8 A9515B B8282D*/
	color:#FFFFFF;
	border:none;
	padding-left:10px;
	margin:15px 6px 1px 4px;
	font-size:80%;
}
.old{
	background-color:#5186A8;
}
* html .versionHeader{
	margin:5px 13px 5px 6px;
	padding-top:2px;
}
h4.storyHeader a{
	color:#B3CCD9;
	font-size:smaller;
}
h4.storyHeader a:hover,h4.storyHeader a:active,h4.storyHeader a:focus{
	color:#ffffff;
	text-decoration:none;
}
h4.logHeader{
	text-align:left;
	background-color:#0A4C4F;
	color:#FFFFFF;
	text-transform:uppercase;
	border:none;
	padding-left:5px;
}
h4.logHeader a{
	color:#B3CCD9;
	font-size:smaller;
}
h4.logHeader a:hover,h4.logHeader a:active,h4.logHeader a:focus{
	color:#ffffff;
	text-decoration:none;
}
h4.logDate{
	font-size:smaller;
	text-align:right;
	color:#0A4C4F;
	background-color:transparent;
	border:none;
}
h4.logType{
	font-size:smaller;
	text-align:right;
	color:#0A4C4F;
	border-bottom: 1px solid #0A4C4F;
	background-color:transparent;
}
h4.updatedBy{
clear:left;
color:#0A4C4F;
padding-left:10px;
border-color:#0A4C4F;
font-size:70%;
text-align:right;
}
.logComment{
padding-right:20px;
}
.aComment{
	clear:both;
	float:left;
border: 1px dotted #0A4C4F;
margin: 0 0 2px 0;
padding:5px 10px;
	display:block;
	height:100%;
	width:100%;
}
.aComment h6{
color:#0A4C4F;
border-bottom:1px solid #0A4C4F;
margin: 2px 0 2px 0;
text-align:right;
}
.aComment p{
margin-right: 0;
margin-left: 0;
padding-right: 0;
padding-left: 0;
}
/************** Web Pages **************/
.web a {
padding: 5px 5px 5px 22px;
background-image:url(css-images/arrow.gif);
background-repeat:no-repeat;
background-position: 5px 5px;
/*border: 1px solid #98b4bf; */
}
.web .topLink a {
background-image:none;
padding-left:0px;
border:none;
}



sup{
font-size:x-small;
}
/************** File type lists **************/
.noBullets{
list-style:none;
}
ul.docs {
	list-style-image:     url("css-images/file-icons/doc-small.gif");
	margin-left: 10px;
}
* html ul.docs{
margin-left:40px;
}
ul.docs li {
	margin-bottom: 4px;
	padding-left: 6px;
}
ul.docs li.pdf {
	list-style-image:     url("css-images/file-icons/pdf-small.gif");
}
ul.docs li.txt {
	list-style-image:     url("css-images/file-icons/txt-small.gif");
}
ul.docs li.ppt {
	list-style-image:     url("css-images/file-icons/ppt-small.gif");
}
ul.docs li.xls {
	list-style-image:     url("css-images/file-icons/xls-small.gif");
}
ul.docs li.map {
	list-style-image:     url("css-images/file-icons/map-small.gif");
}
ul.docs li.doc {
	list-style-image:     url("css-images/file-icons/doc-small.gif");
}

/************** File type lists **************/
ul.reading {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left:20px;
	padding-top:5px;
	padding-bottom:10px;
}

ul.reading li {
	padding-left: 3.5em;
	/*line-height:3;*/
	margin-bottom:10px;
}

ul.reading li.article {
	background-image: url("css-images/file-icons/article.gif");
	background-position: 0em .4em;
	background-repeat: no-repeat;
}
ul.reading li.book {
	background-image: url("css-images/file-icons/book.gif");
	background-position: 0em .4em;
	background-repeat: no-repeat;
}
ul.reading li.website {
	background-image: url("css-images/file-icons/website.gif");
	background-position: 0em .4em;
	background-repeat: no-repeat;
}
/* fixes for side-bar version*/
div.relatedLinks ul.docs{

}
div.relatedLinks ul.docs li{
margin-left: 20px;
padding-left: 3px;
}
/* FORM Styling */
div.siteForm{
width: 420px;

padding: 5px;
padding-top:20px;
margin: 0px auto;
margin-top:10px;
}
div.row {
  clear: both;
  padding-top: 2px;
  }
div.row span.label {
  float: left;
  width: 120px;
  padding-left:5px;
  text-align: right;
  margin-top:3px;
  }
div.row span.formw {
  float: right;
  width: 285px;
  margin-top:0;
  text-align: left;
  }
div.formTable{
margin-left:5px;
}


/* input form styles for search box */
div#searchBox{
margin-top:0;
margin-bottom:10px;
}
* html div#searchBox{
margin-top:-20px;
margin-bottom:-10px;
}
input {
		border: 1px solid #3C526C;
padding:1px 2px;
		color: #3C526C;
		font-family: Verdana,  Arial, Helvetica, sans-serif;
		background-color: #ffffff;
		margin:0;
}
* html input#d{
width:131px;height:14px;
}
input.button{

font-family: Verdana,  Arial, Helvetica, sans-serif;
border: 1px solid #3C526C;
color: #3C526C;
background-color: #dadeed;
padding:0;
margin: 0;
clear:right;

}
* html input.button{
width:45px;font-size:100%;height:18px;
}
.hover_color{
font-family: Verdana,  Arial, Helvetica, sans-serif;
border: 1px solid #3C526C;
color: #3C526C;
background-color: #ffde2d;
padding:0;
margin: 0;
clear:right;
cursor:pointer;
}
* html input.hover_color{
width:45px;font-size:100%;height:18px;
}
	a.fakeButton{
font-family: Verdana,  Arial, Helvetica, sans-serif;
border: #3C526C 1px solid;
		border-color:#3C526C;
		color: #2C425C;
background-color: #dadeed;
padding:2px 10px;
margin: 10px 0 0 0;
clear:right;
}
a:hover.fakeButton{
font-family: Verdana,  Arial, Helvetica, sans-serif;
border: #3C526C 1px solid;
		border-color:#3C526C;
		color: #3C526C;
background-color: #ffde2d;
padding:2px 10px;
margin: 10px 0 0 0;
clear:right;
text-decoration:none;
}
/* END input form styles for search box */

/* right / wrong icons for quiz text-equivalent */
ol.questions{

}
ol.questions li{
line-height:1.5;
padding:0;
margin:0;
margin-bottom:7px;
}
ol.answers{

}
ol.answers li{
line-height:1.5;
padding:0;
margin:0;
margin-bottom:7px;
}
ol.answers li img{
padding:0;
margin:0;
margin-bottom:-2px;
margin-right:5px;
}