/**************************************
 * THEME NAME: page
 *
 * Files included in this sheet:
 *
 *   page/styles_menu.css
 *   page/styles_page.css
 *   page/styles_buttons.css
 *   page/ihea.css
 **************************************/

/***** page/styles_menu.css start *****/

/***
 *** Menu CSS for the header menu
 ***/

/* This fixes sub-menu placement for Safari */
body {
  margin: 0pt;
  padding: 0pt;
}

 /* YUI will show the menu and move it to an appropiate location */
.menutreeroot {
 visibility: hidden;
 position: absolute;
}

div.yuimenu {
  background-color: #FFFFFF;
}

div.yuimenu li.selected,
div.yuimenubar li.selected {
  background-color: #FFFFFF;
}

div.yuimenu .yuimenuitem a {
  color: #0000FF;
}

div.yuimenu li.selected a.selected {
  color: #FF0000;
  text-decoration: underline;
}

div.yuimenu .yuimenuitem a.yuicurrent,
div.yuimenu .yuimenuitem a.yuicurrent:hover {
  text-decoration: none;
  color: #000000;
}/***** page/styles_menu.css end *****/

/***** page/styles_page.css start *****/

/***
 *** General CSS File
 ***/

/**
 * Give the header tabs some breathing room
 **/
.header-tabs {
  margin-top: 20px;
}

#site-index .header-tabs {
  margin-bottom: -32px;
}

/**
 * Clean up the formatting of the navbutton area
 **/

.navbar {
	border:0px;
}

.navbar .navbutton form {
  float: left;
}

.navbar .navbutton .popupform {
  padding-top: 2px;
}

.navbar .navbutton #switchrole .helplink {
  display: block;
  float: left;
  margin-top: 2px;
}


.content {
	border:0px;
}

.sideblock h2 {
	font-size:16px;
}

.sideblock .content {
	background:none;
}

.sideblock .header, .sideblock h2.header {
	border:none;
}

.prevpage {
	font-weight:bold;
	float:right;
	font-size:14px;
}

.nextpage {
	font-weight:bold;
	font-size:14px;
}

.sideblock .header .hide-show-image {
	display:none;
}	

.tabtree {
padding-bottom:10px;
}

/***** page/styles_page.css end *****/

/***** page/styles_buttons.css start *****/

/***
 *** Submit Buttons
 ***/

span.button {
  background: transparent url(pix/btn/btn_left.gif) left no-repeat; /* changed from top left to left for ie7 fix*/
  padding: 8px 0 5px 5px;
  margin: 2px;
  font-size: 12px;
}

span.button a,
span.button input {
  background: transparent url(pix/btn/btn_right.gif) top right no-repeat;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

/* Tag specific */
span.button input {
  border: 0px;
  margin: 0px;
  padding: 5px 5px 5px 0px;
}

span.button a {
  padding: 7px 5px 5px 0px;
}

span.button a:link, 
span.button a:visited,
span.button a:active {
  color: #000000;
  text-decoration: none;
}

/***
 *** Submit Button Style Fixes
 ***/

/* For login/index.php */
#login-index .loginbox td.left #login .button {
  margin-right: 20px;
}

/* For admin settings pages */
#adminsettings .button input {
  float: none;
  margin: 0px;
}/***** page/styles_buttons.css end *****/

/***** page/ihea.css start *****/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size:12px;
	background: url(images/stripe.png) repeat;
}

p, li {
	font: Tahoma, sans-serif;
	margin-bottom: 10px;
}

h1 {
	font: 2.0em Tahoma, sans-serif;
	color: white;
	height: 0px;
}

h2 {
	font: 1.8em Tahoma, sans-serif;
	color: green;
	margin-bottom: 10px;
}

ul {
	margin-left: 25px;
}

img {
	border: none;
}
.content img {
	padding:5px 10px;
}

#page-wrap {
	background: white;
	min-width: 880px;
	max-width: 880px;
        width: 880px;
	margin: 10px auto;
	}
	#page-wrap #inside {
		margin: 10px 10px 0px 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
#main-content {
   float:left;
   margin-left:34px;
   padding-top:20px;
   position:relative;
 width:600px;
}
	
#header {
	background: #EEEEDD;
	text-align: center;
	float:left;
	width:100%;
}

.headermenu {
	float:right;
	font-size:12px;
}
	
#header-logo {
 width:215px;
 float:left;
}
#header-text {
   float:left;
   position:relative;
   width:600px;
   padding-top: 20px;
}

#header-text div.inside {
	text-align:left;
}

#header-text .headermenu {
	float:right;
}

#left-sidebar {
	width: 150px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
}

#footer {
	background: #eee;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}

.content {
	border:0px;
}
.mod-pagemenu .menutree {
	margin:0;
	padding:0;
}
ul.menutree {
	font-size:12px;
	font-weight:bold;
	list-style:none;
	margin:0;
	padding:3px 0;
}
.mod-pagemenu ul.menutree ul { 
	font-size:11px;
	list-style:none;
	font-weight:normal;
	padding-left:5px;
}
ul.menutree ul li {
	margin-bottom:5px;
}
ul.menutree a {
	color:#4B4F2C;
}
table {
	border:none;
}
#left-sidebar {
	width:180px;
}
#left-sidebar img{
	padding:0;
}
span.prevpage {
	float:left;
	padding-right:10px;
}
.course-content {
	background:white url(images/left-sidebar.gif) repeat-y scroll 0 0;
}
#footer {
	margin-top:0;
	color:#333;
}

div.navbuttons {
	width:100%;	
	
}
/***** page/ihea.css end *****/

