﻿
html,body {
	height: 100%; /* hack to get #leftImage to display all the way down the left side of screen */
	font-size: 75%;
	}
img {border:0px}
body {
	background: #f5f7f9 url('/public/images/graphPaper.gif');
	margin: 20px 0px 0px 43px;
	font: 10pt/1.5 Arial, sans-serif;
	color: #6a8890;
	/* NOTE: 20px top margin causes 20px gap at the bottom of #verticalImage.  Not sure how to fix yet. */
	}

/* Document structures */
	
#wrapper, #contentWrapper, #secondaryNavWrapper, #primaryNavWrapper, #logo, #contentWindowBottom, #footer {
	background-color: transparent;
}

#verticalImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 43px;
	height: 100%;
	background: #FFF url('/public/images/verticalImage.gif') no-repeat;
}

#wrapper, #login_wrapper {
	background-image: url('/public/images/backgrounds/row.gif');
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 875px;
	overflow: auto; /* fixes div height in Firefox */
}

#contentWrapper {
	width: 825px;
	float: left;
}

#secondaryNavWrapper {
	width: 50px;
	float: left;
	}

#primaryNavWrapper {
	background: url('/public/images/backgrounds/top.gif') no-repeat bottom left;
	display: block;
	margin: 0 auto;
	width: 875px;
	overflow: auto; /* fixes div height in Firefox */

}

#logo {
	background: url('/public/images/backgrounds/row.gif') repeat-y;
	padding-left: 25px;
	display: block;
}

#content {
	background-color: #fff;
	width: 550px;
	float: right;
	margin-top: 24px;
	padding-right: 15px;
}

#content .tabOn {
	display:block;
}

#content .tabOff {
	display:none;
}

#seperator {
	background: url('/public/images/navSeperator.gif') no-repeat;
	margin: 0px auto 0px 20px;
	width: 800px;
	height: 12px;
	display: block;
}

#sectionNav {
	background: #fff;
	width: 210px;
	float: left;
	padding: 25px 0px 0px 3px;
}

#navElements {
	float: right;
	margin-right: 25px;
	overflow:hidden;
}

#contentWindowBottom {
	background: url('/public/images/backgrounds/bottom.gif') no-repeat bottom left;
	width: 875px;
	margin: 0 auto;
	height: 30px;
	clear: both;
}

#footer {
	background: url('/public/images/backgrounds/bottom.gif') no-repeat top left;
	width: 875px;
	margin: 0 auto;
	padding-top: 35px;
	clear: both;
	color: #6a8890;
}

#secondaryNavWrapper .navElement {
	margin: 0px 0px 2px 7px;
}

/* Class definitions */
.kidShouting {
	float: right;
	margin: 10px 0px 0px 0px;
}

.hiddenText {
	display: none;
}

	/* CSS menus */
	
		#navElements ul {
			list-style: none;
		}
	
		#navElements li {
			display: inline;
		}
		
		#secondaryNavWrapper ul {
			list-style: none;
		}
		
		#rightNavElements li {
			display: inline;
		}
		
	
		/* default states */
		#navIntroduction a, #navLessons a, #navResources a, #navDiscussion a {
			margin-left: 2px;
			width: 98px;
			height: 44px;
			display: inline;
			float: left;
		}
		
		#navIntroduction a {
			background-image: url('/public/images/navButtons/Introduction.gif');
		}
		
		#navLessons a {
			background-image: url('/public/images/navButtons/Lessons.gif');
		}
		
		#navResources a {
			background-image: url('/public/images/navButtons/Resources.gif');
		}
		
		#navDiscussion a {
			background-image: url('/public/images/navButtons/Discussion.gif');
			margin: 0px 25px 0px 2px;
			_margin: 0px 0px 0px 2px; /* hack to fix IE margin bug */
		}
		
		#navHelp a, #navLogout a {
			margin: 0px 0px 3px 6px;
			padding: 0;
			display: inline;
			float: left;
			width: 40px;
			height: 32px;
		}
		
		#navHelp a {
			background: url('/public/images/navButtons/Help.gif') no-repeat;
		}
		
		#navLogout a {
			background: url('/public/images/navButtons/Logout.gif') no-repeat;
		}
		
		/* active states */
		#introduction #navIntroduction a {
			background-image: url('/public/images/navButtons/IntroductionOn.gif');
		}
		
		#lessons #navLessons a{
			background-image: url('/public/images/navButtons/LessonsOn.gif');
		}
		
		#resources #navResources a {
			background-image: url('/public/images/navButtons/ResourcesOn.gif');
		}
		
		#discussion #navDiscussion a {
			background-image: url('/public/images/navButtons/DiscussionOn.gif');
		}
		
		#help #navHelp a {
			background: url('/public/images/navButtons/HelpOn.gif') no-repeat;
		}
		
		/* hover states */
		#navIntroduction a:hover {
			background: url('/public/images/navButtons/IntroductionHover.gif');
		}
		
		#navLessons a:hover {
			background-image: url('/public/images/navButtons/LessonsHover.gif');
		}
		
		#navResources a:hover {
			background-image: url('/public/images/navButtons/ResourcesHover.gif');
		}
		
		#navDiscussion a:hover {
			background-image: url('/public/images/navButtons/DiscussionHover.gif');
		}
		
		#navHelp a:hover {
			background: url('/public/images/navButtons/HelpHover.gif') no-repeat;
		}
		
		#navLogout a:hover {
			background: url('/public/images/navButtons/LogoutHover.gif') no-repeat;
		}
	
	/* End CSS menus */

/* Font and color definitions */
#ContentBox
{
    margin-left:30px;
    
}
#content h1 {
	font: bold 18px "Arial Rounded MT Bold", Arial, sans-serif;
	color: #a0c208;
	margin-top: 0px;
}

#sectionNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sectionNav h2, #sectionNav h2 a{
	font: bold 14px Arial, sans-serif;
	color: #f29400;
	background: url('/public/images/dottedLine.gif') repeat-x bottom left;
	padding-bottom: 9px;
	margin: 0;
	width:200px;
}

#sectionNav li {
	background: url('/public/images/dottedLine.gif') repeat-x bottom left;
	width:200px;
}

#sectionNav li,a {
	text-decoration: none;
	font: 8pt/2.35 Arial, sans-serif;
	color: #4aabb9;
	}

#sectionnav li,a:hover {
	color: #58ccdd;
	}

#content p, p {
	
	font: 10pt/1.5 Arial, sans-serif;
	}

#content p a {
	text-decoration: none;
	color: #4aabb9;
	font: 10pt/1.5 Arial, sans-serif;
	}

#content p a:hover {
	color: #58ccdd;
	font: 10pt/1.5 Arial, sans-serif;
	}

#footer, #footer a, #footer a:hover {
	text-align: center;
	font: 10px Arial, sans-serif;
}	
	
#footer a {
	text-decoration: none;
	color: #4aabb9;
}

#footer a:hover {
	color: #58ccdd;
}

#welcome {
	float: right;
	margin: 15px 10px 0px 0px;
	color: #6a8890;
	font: 8pt Verdana, serif;
}

#sectionNav .selected {
	color: #f29400;
}


#login_form_wrapper{
 text-align:center; 
}


#loginbox_wrapper{
    margin: 0 auto;    
   text-align:center;  
    font-size:13px;
    color:#6a8890; 
    width:360px;
   
    text-align:left;      
}

#loginbox_wrapper label{
    margin-right:18px;
}

#loginbox_wrapper input{
    border:0px;
    border-bottom:3px solid #e8f2ef;
}

.error
{
    color:Red;   
}

#auto_list{
  position:absolute; 
  margin:0px;
  padding:0px;
  width:350px;
}
 #auto_list ul {
  list-style-type:none;
  width:350px;
  margin:0px;
  padding:0px;
  border:0px;
  border:1px solid #d7e6e2; 
 background-color :#ffffff;
}
 #auto_list ul li.selected {
    border:0px;
    margin:0px;
    padding:0px;
    background:none;
    color:#f29400;
  }
 #auto_list ul li {
  width:350px;
  list-style-type:none;
  display:block;
  cursor:pointer;
  border:0px;
   background:none;        
    line-height:14px;
    margin:0px 5px 0px 0px;
    
    color:#666666;font-size:11px;
}
