/* Frameset stylesheet for GBHEM by AliveTek, Inc. */

body,
html {
	margin: 0 ;
	padding: 0 ;
/*	background-color: #0070AD ; */
	background-color: #eeeeee; 
/*	background-color: #CCC; */
	color: #fff ;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: small ;
}

/* outer container - contains navigation, sidebar, footer, and main section */ 
#wrap {
	background-color: #0c53bf;   /* dark blue */

	margin: 0;
	padding: 0 ;
	width: 210px;
	height: 510px; /* Height here matches height of mainframe */
} 

#wrap div { /*border: 1px solid red; */}
		
#header {
	background: #0070ad ;
}
		
/* page heading */
#header h1 {
	padding: 0.4em ;
	margin: 0 ;
	font-size: medium ;
	/*color: #ffbf52 ;*/
	color: #2c94e4 ;
}

/* navigation */
.nav {
/*	padding: 0.4em ;
	min-height: 1em ; */
	padding: 0; 
	margin: 0;
	text-align: center; 
	background-color: #eeeeee;
  height: 24px;
  border: 3px solid #eeeeee;
}

.navigationPrev, .navigationNext { 

}
		
.nav ul{
	margin: 0 ;
	padding: 0 ;
	list-style:none;
	font-size: x-small ;
}

.nav li{
	display: inline ;
	margin: 0 ;
	padding: 0 ;
}
		
#main {
	width: 722px ;
	float: left ;
	display: block;
	margin: 0 ;
	padding: 0 ;
	background-color: #BDBEB6 ;
	font-size: small ;
	color: #333 ;
	text-align: center ;
	border-left: 1px solid #ffbf52;
	border-top: 1px solid #ffbf52;
	border-bottom: 1px solid #ffbf52;
}

#main h1 {
	padding:0 0.8em ;
	font-size: medium ;
	font-weight: bold ;
}

#main h2 {
	font-size: medium ;
	padding: 0 0.8em ;
	font-style: italic ;
	font-variant: normal ;
	font-weight: normal ;
}

#main p {
	padding: 0 0.8em ;
}

#mainframe {
	width: 720px ;
	height: 604px; 
}

#content, #sidebarWrapper {
/* new name for content div is sidebarWrapper */
/*	background-color: orange;
	background-image: url('../images/CenterPieceTOC.gif'); 
	background-repeat: repeat-y;
	margin: 5px 10px 0 10px;  */
/* 5px top and 0 bottom, 10 left and right */
/*	padding: 15px 0; */
/* 15 top and bottom, zero left and right */ 
}

#content, #sidebarWrapper, #courseLinksWrapper { 
	width: 195px; 
	font-size: 12px; /* original: small; */ 
	background-color: transparent; 
	/*background-image: url('../images/center_fa.gif');*/
	background-position: -10px 0px; 
	background-repeat: repeat-y;
	color: black;
	margin-left: 10px;
	border: 0; 
} 

#sidebarWrapper { 
	margin-bottom: 5px; 
}

#sidebarTop, #courseLinksTop { 
	height: 0px; /* original: 14px; */ 
	width: 178px; 
	background-color: transparent; 
	/*background-image: url('../images/top_fa.gif');*/
	background-position: -10px 0px; 
	background-repeat: no-repeat; 
}

#courseLinksTop {
  height: 10px; /* padding */ 
}

#sidebarBottom, #courseLinksBottom { 
	height: 0px; /* original: 13px; */
	width: 178px; 
	background-color: transparent; 
	/*background-image: url('../images/center_fa.gif');*/
	background-position: -10px 0px; 	
	background-repeat: repeat-y;
}

#courseLinks { 
	font-size: 12px; 
}

#courseLinks a, #courseLinks a:visited {
	height: 1em ;
	display: block ;
	padding: 0.2em 0 ;
	margin: 0.2em 1em ;
	text-decoration: none ;
	text-transform: none ;
	font-weight: normal ;
	font-variant: normal ;
	cursor: pointer ;
	color: #FFFFFF;
}

#courseLinks a:hover {
	color: #9dcbe8;
	text-decoration: underline;  
}

#sidebar {
	height: 430px;
	display: block ;
	overflow-x: hidden ;
	overflow-y: auto ; 
	font-family: Arial, Helvetica, sans-serif; 
  /*	border-right: 1px solid white;*/
}

#sidebar div {
	margin: 0 0 1em 0 ;
	padding: 0 0.4em ;
/*	xbackground-color: #fff ;
	xfloat:left ; */
}

#sidebar ul {
	margin: 0;
}

#sidebar h1 {
	margin: 0; padding: .5em; 
	font-weight: bold ;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

#sidebar h2 {
	margin: 0;
	padding: 0.8em 0 0.8em 0 ;
	font-size: small ;
	font-weight: lighter ;
	color: #ffbf52 ;
}

#sidebar p {
	margin: 0 ;
	padding:0 0.8em 0 0 ;
  font-size: normal; /* small ;*/
	font-weight: lighter ;
	color: #ffbf52 ;
}

#expandableUL {
	width: 15em;
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
	font-family: Geneva, Helvetica, Arial, sans-serif ;
}

#expandableUL ul {
	margin: 1em ; 
	position: relative ;
	left: 1em ;
	padding: 0 ;
	line-height: 1em ;
	color: #ffffff ;
	display: none ;
}

#expandableUL .closed {
	display: none ;
}

#expandableUL .open {
	display: block ;
}

/*  for menu items */
#expandableUL li {
	margin: 0 0 0 2em ; 
/*	position: relative ; */
	padding:  0.3em 0 ; 
	/*font-size: smaller ;*/
	list-style-type: none ; 
	text-indent: -1.5em ; 
}

#expandableUL li img {
	vertical-align: middle ;
	display: inline-block ;
	padding-right: 0.5em ;
	padding-bottom: 0.3em ;
}

#expandableUL li a {
	color: #ffffff ;
	text-decoration: none ;
}

#expandableUL li a:visited:hover,
#expandableUL li a:hover {
	font-weight: normal ;
	font-variant: normal ;
	color: #9dcbe8;
	cursor: pointer;
	text-decoration: underline; 
}

#expandableUL li a:active,
#sidebar .activelink {
  color: #9dcbe8;
  text-decoration: none;
} 

#footer { 
/*	border: 0;
	padding-top: 5px; 
	padding-left: 5px; 
	width: 189px ;
	height: 119px; */
/*	border-width: 0 1px 1px 0; 
	border-color: white; 
	border-style: solid; */
}

#footer p {
/*	padding: 0 ;
	margin:0 ;
	font-size: x-small ; */
}

img {
	display: inline ;
	border-style: none ;
}

/* control icons/links */

#videoLink img,  #wikiLink img, #discussionLink img, #thisCourseLink img, #bookLink img, #myCoursesLink img {
	vertical-align: text-top;
}

#videoLink span, #wikiLink span, #discussionLink span, #thisCourseLink span, #bookLink span, #myCoursesLink span { 
	margin-right: 3px; 
}

#frametopdiv { 
	background-image: url('../images/banner_repeat.gif');
	background-repeat: repeat-x; 
	width: 100%; 
	height: 66px;
}

#framebottomdiv {

}
