/*--- 

Written by Quentin Nel - 09/11/2006

Note, this CSS is a bit of a work in progress
as there are many forseeable changes when IE7 is launched

*/

/*--- HTML ELEMENTS ---*/

BODY {
  margin: 25px;
  padding: 0;
  color: #333;
  background-color: #EEEFE9;
}



TD IMG {
   /*Another Mozilla/Netscape bug with making sure our images display correctly*/
  display: block;
} 

H2, H3, H4, H5, H6{
    color: #cc0000;
    background: transparent;
    font-family:Arial, sans-serif;
}

H1{
        color:#697f92;
	font-size: 1.5em;
	margin-top: 0px;
}
H2 {
	font-size: 1.38em;
	border: 4px solid #E9EBE2;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 500;
	
	padding: 5px;	
	margin-top: 0px;
	width: 250px;
	overflow: auto;
}

H3 {
    font-size: 1.1em;
}

H4 {
    font-size: 1.08em;
    color: RGB(255,0,0);
}

H5 {
	/*font-size: .9em;*/
	font-size: 1em;
	font-weight: 510;
	color: #697F92;
	text-align: left;
	margin-bottom: 2px;	
}

A:link, A:visited  {
color: #333;
font-weight: 510;
text-decoration: none;
}

A:hover, A:active  {
    color:  #cc0000;
text-decoration: underline;
}


/* ---------- PAGE LAYOUT ---------------*/
DIV#ee_top_menu a:link, DIV#ee_top_menu a:visited, DIV#ee_top_menu a:hover, DIV#ee_top_menu a:active {
  background: transparent;
  color: white;
  font-weight:599;
  font-size:.75em;
  font-family: ms Trebuchet,Arial;
  text-align: left;
  padding:0px;
  margin-left:8px;
  margin-right:10px;
  text-decoration: none;
}

DIV#ee_container {		
  border: thin solid #697f92;
  background-color:#fff;
  width: 900px; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding: 0;

}

DIV#ee_header_bg {
  background-color:#697f92;
height: 25px;
  clear: left;
}

DIV#ee_header_nav {
  background-color:#697f92;
  clear: left;
}

DIV#ee_breadcrumbs{
  background: transparent;
  height: 30px;
  font-size: x-small;
  color: Gray;
  padding-top: 5px;
  padding-bottom: 5px;
  clear: left;
}

DIV#ee_breadcrumbs a:link, DIV#ee_breadcrumbs a:visited, DIV#ee_breadcrumbs a:hover, DIV#ee_breadcrumbs a:active {
  background: transparent;
  height: 30px;
  color: Gray;
  padding-top: 5px;
  padding-bottom: 5px;
}

DIV#ee_content_main {
  width: 850px; 
  background-color:#FFF; 
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  vertical-align:top;
  horizonal-align:left;
}

DIV#ee_content_home_left {
  width: 150px;  
  float: left;
  margin-right: 10px;
}

DIV#ee_content_left {
  width: 120px;  
  float: left;
  margin-right: 10px;
}
DIV#ee_content_right {
  width: 90px;  
  float: right;
  margin-left: 10px;
  text-align: center; 	/*centre page hack*/
}
	
/* Holly Hack Targets IE Win only \*/
* html #ee_content_left {margin-right: 12px;}
/* End Holly Hack */

DIV#ee_content_body {
  width: 590px; /*10 px less than before - 600px causes IE6 float errors*/
  float: left;
}
DIV#ee_body_left {
  width: 100px; 
  float: left;
}
DIV#ee_body_right {
  width: 500px; 
  float: right;
}
DIV#ee_content_home_body {
  width: 600px;  
  /*padding-left: 18px; */
  padding-left: 0px;
  float: left;
}


DIV#ee_content_footer_copyright {
  width: 850px;
  border: 1px solid Gray;
  height: 25px;
  font-size: .75em;
  color: Gray;
  margin-top: 32px;
  padding-left: 12px;
  margin-right: 12px;
  padding-top: 4px;
  clear: both;
}

DIV#ee_content_footer_wms {
  font-size: .75em; 
  color: Gray;
  font-style: italic;
  padding-left: 12px;
  clear: both;
}

DIV#ee_validate{
  width: 900px; 
  padding-top: 5px;
  margin:0 auto; 		/*centre page hack*/
  text-align: left; 	/*centre page hack*/
}

DIV#ee_cmedit{ 
  overflow: scroll;
}

DIV#home_triplecrownbg {
  FONT-WEIGHT: bold; 
  BACKGROUND: url(/NR/Departments/Centre for Corporate and Executive Education/includes/resourceimages/bg_diaglines.gif); 
  COLOR: #fff; 
  HEIGHT: 15px 
}

DIV#ee_lhs_menu ul {
	background: #fff;
	padding: 0px 0px 2px 0px;
	margin: 0 0 0px 0;
	list-style-type: none;
	}
	
DIV#ee_lhs_menu ul li {
	font-size: x-small;
	padding: 0;
	margin: 0;
	}
	
DIV#ee_lhs_menu a:link, #ee_lhs_menu a:visited {
	color: #666;
	text-decoration: none;
	}
	
IDV#ee_lhs_menu a:hover {
	color: black;
	}
	
	

/*--------- clearfix hack ---------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


