/* Core */

body{
	background:url('images/purple/background1.jpg') repeat-x top center;
}

a:link {
    color: #02416D;
}

a:visited {
    color:#02416D;
}

a:hover {
    color:#060;
	text-decoration:none;
}

a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
}

/***
 *** Top Menu
 ***/


#top_menu {
	/**background:url('images/default/top_menu.gif') repeat-x top center;**/
	background-color:#4e0760;
	border-top:#333 thin solid;
	border-bottom:#333 thin solid;
}

#top_menu ul li {
	background:url('images/default/top_menu_line.gif') right top no-repeat;
}	

/***
 *** Header
 ***/

#logo { 
background: url('images/default/logo.jpg') no-repeat left top;
height: 90px;
margin:5px;
margin-top:15px;
} 

#header {
  height: 107px;
  background-color:#fff;
}

#header-home {
  background: transparent;
  width: 398px;
  height: 107px;
  position: absolute;
  left: 0px;
  
}

h1.headermain {
  background-color: transparent;
}

.header-profilename, .header-profilename a {
	background-color: transparent;
	color:#4e0760;

}

.header-profilename, .header-profilename a:hover {
	background-color: transparent;
	color:#090;
	text-decoration:none;

}

.header-profileoptions {
	background-color: transparent;
	color:#4e0760;

}

.header-profileoptions, .header-profileoptions a {
	background-color: transparent;
	color:#4e0760;
}

.header-profileoptions a:hover {
	background-color: transparent;
	color:#090;
	text-decoration:none;
}

#horizontalfooter 
{
	text-align:left;
	background-color:#4e0760;
	clear:both;
	height:67px;
	margin-top:8px;
	width:100%;
}

#horizontalfooter li a 
{
color:#FFFFFF;
text-decoration:none;
}

#horizontalfooter li {
display:inline;
list-style-type:none;
padding:3px;
}

#horizontalfooter ul 
{
color:#FFFFFF;
background-color: transparent;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:80%;
margin:0;
padding:5px;
vertical-align:top;
}

.support-email{
	text-align:right;	
	font-size:12px;
	color:#666;
	letter-spacing:normal;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	padding-right:5px;
	height:13px;
}

.support-email a{
	text-align:right;	
	font-size:12px;
	color:#060;
	text-decoration:none;
	height:12px;
}

#top_menu ul ul{
	background:url('images/purple/semiTp.png') left top repeat;
}

.sideblock, .sideblock .content {
   border-color: #cccccc;
   background-color:#969;
   color:#555555;
}

.sideblock .header, .sideblock .header h2 {
	background: transparent;
 /*background:#969 url(images/purple/sideheader.jpg) repeat-x;*/
}

#course-view .section.main .content {
  border-color: #cccccc;
  background-color: #969;
}

#course-view .section.main .side {
  border-color: #cccccc;
  background-color: #969;
}
