/*
 * SoftChalk LessonBuilder StyleSheet (C)2004-2007
 * SoftChalk LLC, www.softchalk.com
 *
 * BROWARD COMMUNITY COLLEGE - CUSTOM BANNER LEFT_STYLE
 */


/* Floating score window  */
#floatingscore {
	font-size: 90%;
	position: absolute;
	border: 1px solid #005596;
	padding: 2px;
	background-color: #DDD;
	width: 60px;
	visibility: hidden;
	z-index: 100;
}


/* 101906 FIXES FOR BANNER STYLE */

#content li {
    font-size: .9em;
}

#content2 li {
    font-size: .9em;
}

 div#toc_entry dl {
    font-size: .9em;
}
/* END 101906 FIXES FOR BANNER STYLE */


/* CONTENT WRAP  */
#contentWrap {
	margin: 0;
	padding: 0;
	background: #fff /*url(contentwrap_custom.gif) repeat-y top right ;*/
}

#contentWrap2 {
	margin: 0;
	padding: 0;
	background: #fff;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: ".";				/* the period is placed on the page as the last thing before the div closes */
	display: block;				/* inline elements don't respond to the clear property */
	height: 0;					/* ensure the period is not visible */
	clear: both;				/* make the container clear the period */
	visibility: hidden;			/* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */


body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: #FFF;
	color: #000;
}

a:link {
	color: #005596;
}

a:visited {
	color: #005596;
}

a:hover {
	color: #000;
}


/*  BANNER STYLES  */

#banner {
	min-height: 96px;
	height: auto;
	_height: 96px;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #658cb2 url(extra_img_2.gif) repeat-x top left;
}



#banner p {
	padding: 35px 20px 0em 125px;
	margin: 0;
	text-align: right;
	font: normal 190% Arial, Verdana, sans-serif;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-style: normal;
}

#banner p.line2 {
	padding: .25em 20px .5em 125px;
	margin: 0;
	text-align: right;
	font: normal 125% Arial, Verdana, sans-serif;
	line-height: 1.2em;
	letter-spacing: 0.08em;
	font-style: normal;
}

/* REMEMBER TO COMMENT OUT #banner.img IF IT IS NOT USED IN THE HTML */
#banner img {
	float: left;
	margin: 0;
	padding: 0; /*15px .75em 15px 15px;*/
}

/*  NAV BAR STYLES  */
div#nav {
	margin: 0;
	padding: .25em 3em .25em 3.5em;
/*border-top: 1px solid #000;*/
	border-bottom: 1px solid #005596;
	text-align: left;
	font: 0.85em Verdana, Arial, sans-serif;
	background: #FFF;
}

div#nav ul {
	margin: 0 0 0 4em;
	padding: 0;
}

div#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	color: #005596;
	font-weight: bold;
}

div#nav li a {
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}

div#nav li a:link {
	color: #005596;
}

div#nav li a:visited {
	color: #005596;
}

div#nav li a:hover {
	background: #DDD;
	color: #000;
}

div#nav ul li.arrowprev a {
	font-weight: bold;
	margin-left: 5px;
	padding-left: 1.5em;
	padding-right: .25em;
	background:  url(extra_img_0.gif) 5% 50% no-repeat;
}

div#nav ul li.arrownext a {
	font-weight: bold;
	margin-left: 5px;
	padding-left: .25em;
	padding-right: 1.5em;
	background:  url(extra_img_1.gif) 95% 50% no-repeat;
}

div#nav li.arrowprev a:hover {
	background: #FFF url(submenu-rt_custom.gif) 5% 50% no-repeat;
}

div#nav li.arrownext a:hover {
	background: #fff url(submenu_custom.gif) 95% 50% no-repeat;
}


/*  TABLE OF CONTENT NAVIGATION BAR STYLES  */

div#navtoc {
	float: left;
	margin: -1px 0 0 .3em;
  	background: #FFF;
	border-right: 1px solid #005596;
	border-left: 1px solid #005596;
}

div#navtoc ul {
	margin: 0;
	padding: 0;
	background: #fff;
  	border: 1px solid #CCC;
	border-width: 0 1px;
}

div#navtoc li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
  	float: left;
	width: 7em;
	line-height: 1em;
	z-index: 105;
	border-right: none;
}

div#navtoc li:hover {
	background: #000;  /*No general impact darker color of end of link in submenus*/
}

div#navtoc li.submenu {
	background:  url(dropmenu_custom.gif) 95% 50% no-repeat;
}

div#navtoc li.submenu:hover {  /*lighter color of links with submenus eee*/
	background: #DDD;
}




/* ADDED COLOR CHANGE FOR NAVTOC */
div#navtoc li a:link {
	color: #005596;
}

div#navtoc li a:visited {
	color: #005596;
}

div#navtoc li a:hover {
	background: #DDD;
	color: #000;
}


div#navtoc li a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
  	text-decoration: none;
	text-align: left;
	width: 6.5em;
	background-color: transparent;
	font-weight: bold;
}

div#navtoc ul a {
	width: auto;
}

div#navtoc ul ul {
	position: absolute;
	width: 7em;
  	display: none;
}

div#navtoc ul ul li {
	border-bottom: 1px solid #CCC;
}

div#navtoc ul ul ul li {
	border-bottom: none;
}

div#navtoc li.submenu li.submenu {
	background:  url(submenu_custom.gif) 95% 50% no-repeat;
}

div#navtoc li.submenu li.submenu:hover {  /*lighter color of links with submenus*/
	background-color: #DDD;
}

div#navtoc ul.level1 li.submenu:hover ul.level2,
div#navtoc ul.level2 li.submenu:hover ul.level3 {
	display:block;
}

div#navtoc ul.level2 li.submenu:hover ul.level3 li a{
	width: 9.6em;
	border-bottom: 1px solid #CCC;
}

div#navtoc ul.level2 li.submenu:hover ul.level3 li a:hover{
	background-color: #DDD;   /*darker color of end of link in submenus*/
}

div#navtoc ul.level2 {
	top: 1.3em;
	left: -1px;
}

div#navtoc ul.level3 {
	top: -1px;
	left: 7em;
	width: 10em;
 	border-top: 1px solid #CCC;
}


/*  TOC ENTRY PAGE STYLE  */

div#toc_entry dd {
   margin: 5px 0 0 20px;
}

div#toc_entry a {
	text-decoration: none;
}

div#toc_entry a:hover {
	background: #DDD;
	color: #000;
}


/*  CONTENT STYLES  */
#content {
	margin: 0 24px 0 195px;
	padding: .3em 0 0 2em;
	font: 1em Arial, Verdana, sans-serif;
	line-height: 120%;
/*	background: transparent;
	background: url(content_custom.gif) no-repeat right bottom ;*/
}

p {
	font-size: .9em;
}

h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

h1, h2, h3 {
	color: #000;
	line-height: 1.1em;
}

hr {
	width: 100%;
	height: 1px;
	color: #005596;
	background: #005596;
	border: 0px none !important;
}

.nav2 {
	color: #000;
	font: 0.85em Verdana, Arial, sans-serif;
	margin: 0;
	padding-bottom: 2em;
}

.nav2 a {
	color: #005596;
	text-decoration: none;
}

.nav2 a:hover {
	color: #000;
	text-decoration: underline;
}

.nav2 a:visited {
	color: #005596;
}

.nav2 a:visited:hover {
	color: #000;
	text-decoration: underline;
}


/*  CONTENT 2 STYLES  */
#content2 {
	margin: 0 24px 0 3em;
	padding-top: .3em;
	font: 1em Arial, Verdana, sans-serif;
	line-height: 120%;
}


/*  SIDEBAR STYLES  */
#sidebar {
	font-family: Arial, Verdana, sans-serif;
	position: relative;
	float: left;
	width: 165px;
	height: 100%;
	text-align: left;
	font-size: 80%;
	margin: 1.75em 0 0 10px;
}

#sidebar a {
	font-weight: bold;
	color: #005596;
	background-color: transparent;
	text-decoration: none;
}

#sidebar a:link {
	color: #005596;
	text-decoration: none;
}

#sidebar a:hover {
	color: #000;
	text-decoration: none;
}

#sidebar h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 135%;
	margin: 0;
	padding: 0;
	color:  #005596;
	text-align: center;
}


/* Hide from IE5 Mac Only IE win sees the Holly Hack \ */
* html #sidebar div.feature, #sidebar div.feature2 { height: 1%;}
/*end Holly Hack*/


#sidebar div.feature {
	color: #000;
	background-color: transparent; /* or color */
	margin-bottom: 10px;
	padding: 10px;
	line-height: 140%;
	border: 1px solid #CCC;
	height: 1%;
}

#sidebar div.feature ul {
	list-style-type: none;
	margin: 0px;
	padding: 0 8px;
}

#sidebar div.feature ul li {
	font-size: .95em;
	margin: 5px 0;
	border-bottom: 1px dashed #CCC;
}

#sidebar div.feature2 {
	color: #000;
	background-color: transparent; /* OR COLOR */
	margin-bottom: 10px;
	font-size: 115%;
	padding: 10px;
	line-height: 140%;
	border: 1px solid #CCC;
}

#sidebar div.feature2 ul {
  margin-left: 12px;
  padding-left: 12px;
}

#sidebar div.feature2 ol {
	margin-left: 12px;
  	padding-left: 12px;
}


/*  NAV TOC SIDEBAR (RIGHT) */

div#navtocsidebar {
	text-align: left;
	float: right;
	width: 9em;
	margin: -1px -1px 10px 0;
	background: #FFF;
	color: #000;
}

div#navtocsidebar a:link {color: #005596;}
div#navtocsidebar a:visited {color: #005596;}
div#navtocsidebar li a:hover {color: #000;}
div#navtocsidebar a {color: #005596;}


div#navtocsidebar ul {
	margin: 0;
	padding: 0;
	width: 9em;
	background: #FFF;
}
div#navtocsidebar ul.level3 li a {
	color: #005596;
}
div#navtocsidebar ul.level3 li a:hover {
	color: #000;
}
div#navtocsidebar li {
	position: relative;
	list-style: none;
	margin: -1px 0 0 0;
 	border: 1px solid #CCC;
    padding-left: 10px;
}

div#navtocsidebar li:hover {
	background: #DDD;   /*darker color of links with submenus*/
}

div#navtocsidebar li.submenu:hover {
	background-color: #DDD; /*lighter color of links with submenus*/
}

div#navtocsidebar li a {
	display: block;
	padding: .25em 0.5em .25em 0;
 	text-decoration: none;

}

div#navtocsidebar ul a {
	width: auto;
}

div#navtocsidebar ul ul {
	position: absolute;
	margin: 0 0 0 -2px;
	top: 0;
	left: 9em;
	display: none;
}

div#navtocsidebar ul.level1 li.submenu:hover ul.level2,
div#navtocsidebar ul.level2 li.submenu:hover ul.level3 {
	display:block;
}

div#navtocsidebar li.submenu {
	background:  url(submenu_custom.gif) 95% 50% no-repeat;
}


/*  FAUX TABLE STYLE  */
.bannerstyletable {
	margin: 0;
	padding: 0;
	border: 1px solid #005596;
}

.bannerstyletable td {
	border: 1px solid #005596;
	padding: 0 .3em 0 .3em;
	margin: 0px;
}

.bannerstyletable th {
	border: 1px solid #005596;
	padding: 0 .3em 0 .3em;
	margin: 0px;
	color: #fff;
	text-align: left;
	background-color: #005596;
}

.bannerstyletable td p{
	margin: .4em 0 .4em 0;
}

.bannerstyletable th p{
	margin: .4em 0 .4em 0;
}


/*  REPORT  */
#report {
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	border-top: 1px solid #005596;
	margin: 0 0 30px 0;
}

#report h3 {
	color: #005596;
}

#report table {
	font-size: 90%;
}

#report table td {
	text-align: center;
	border: thin ridge #005596;
	background: #DDD;
	padding: 15px 15px;
}


/*  FOOTER STYLES  */
#footer {
	min-height: 40px;
	height: auto;
	_height: 40px;
	font-family: Arial, Verdana, sans-serif;
	clear: both;
	margin: 0;
	padding: 0;
	/*border-bottom: 2px solid #000;  */
	color: #005596;
	border-top: 1px solid #005596;
	background: #fff/* url(footer_custom1.gif) no-repeat 40px center*/;
	text-align: right;
	font-size: 85%;
}

#footer a:link {
	color: #005596;			/* ADDED FOOTER LINK STYLE  */
}

#footer a:visited {
	color: #005596;			/* ADDED FOOTER LINK STYLE  */
}

#footer a:hover {
	color: #000;			/* ADDED FOOTER LINK STYLE  */
}

#footer p {
	margin: 0;
	padding: 10px;
}

/* #footer.img IS USED IN THIS STYLE*/

#footer img.footer {
	margin: 10px 0 10px 10px;
	padding: 0;
	float: left;
}

/*

#footer2 {
	font-family: Arial, Verdana, sans-serif;
	clear: both;
	margin: 0;
	padding: 0 10px 0 0;
	color: #FFF;
	background: #000;
	text-align: right;
	font-size: 70%
}

#footer2 p {
	margin: 0;
	padding: 8px 0 0 0 ;
}

#footer p {
	margin: 0;
	padding: 30px 0 0 45px;
}

*/



/*  TEXTPOPPER  */
a.textpopper {
	color: #005596;
	text-decoration: none;
	font-weight: bold;
}

a.textpopper:hover {
	color: #000;
}

a.textpopper:visited {
	color: #005596;
}

a.textpopper:visited:hover {
	color: #000;
}


/*  QUIZPOPPER  */
.collapse {
	visibility: hidden;
	position: absolute;
	font-size: .9em;
}

.expand {
	visibility: visible;
	position: relative;
	font-size: .9em;
}
