/**************************************
 * THEME NAME: inove
 *
 * Files included in this sheet:
 *
 *   inove/barelayout.css
 *   inove/styles_color.css
 **************************************/

/***** inove/barelayout.css start *****/

div.tabtree, #moodle_interests, #moodle_optional, #moodle_picture, .mform fieldset .advancedbutton, .headermenu .navigation, select#chooselang_jump, #footer .logininfo, body#course-view #footer {
	display: none;
}

body {
	width: 936px;
	margin: 20px auto;
}/***** inove/barelayout.css end *****/

/***** inove/styles_color.css start *****/

body {
	background: #bec3c6 url(bg.jpg) no-repeat scroll center top;
}

td.content, .coursebox, td#middle-column, #page {
	background-color: #fafafa;
	background-image: none;
}

#layout-table #middle-column {
	padding: 0 16px;
}


body#admin-index .c0 {
  background-color: white;
}

body#admin-blocks table#blocks .r1,
body#admin-blocks table#incompatible .r1 {
  background-color: white;
}

#header-home {
	background: #fafafa url(header.jpg) no-repeat top center;
	border-style: none;
	height: 70px;
	color: white;
}

#header-home .headermain, #header .headermain {
	font-family: verdana;
	font-size: 26px;
	margin: 27px 16px 0;
	padding: 0;
}

#header {
	background: #fafafa url(header.jpg) no-repeat top center;
	border-style: none;
	color: white;
}

h2.headingblock.header.outline {
	font-family: verdana;
	font-weight: normal;
	font-size: 25px;
	background-image: none;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 0;
}

body#course-view .headingblock {
	margin-bottom: 20px;
}

.navbar {
      background: #fafafa url(header.jpg) no-repeat bottom center;
	border-style: none;
	padding-left: 0;
}

.navbar .breadcrumb {
	color: white;
	margin: 0 0 0 16px;
	font-size: 75%;
}

.navbar .navbutton {
	margin-top: -10px;
}

.logininfo {
	margin: 4px 5px;
}

table.flexible .r1 {
  background-color: white;
}

#admin-lang .translator tr.r1 {
  background-color: white;
}

/* .content should match the body background, sides are white. */
#course-view .weekscss .content {
  background: white;
}

#course-view .weekscss .section, #course-view .section td.side {
background: white none repeat scroll 0 0;
}

table.quizreviewsummary td.cell {
  background: white;
}


/* @group NAVBAR */

#navmenu {
	height: 34px;
	position: relative;
	z-index: 10000;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 10px 0 0 0;
}

#navmenu .leftbar {
	float: left;
	width: 6px;
	height: 34px;
}

#navmenu .rightbar {
	float: right;
	width: 6px;
	height: 34px;
}

#navmenu ul {
	position: relative;
	left: 0px;
}

#navbar ul li {
	float: left;
}

#navmenu ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
}

#navmenu ul li {
	position: relative;
	margin: 0;
}

/*PARENT MENU*/

#navmenu a {
	float: left;
	text-decoration: none;
	display: block;
	cursor: pointer;
	height: 34px;
	line-height: 34px;
	padding: 0px 14px 0px 13px;
}

/*PARENT MENU ITEM HOVER*/

#navmenu li a:hover {
	height: 34px;
}

/*ALL LISTS*/

#navmenu li {
	float: left;
	padding: 0;
	background: none;
}

#navmenu ul ul a {
	background: none;
}

/*SUBLEVEL STYLES*/

/*SUBLEVEL TEXT STYLES*/

#navmenu li li a {
	font-weight: normal;
	padding: 0;
	height: 26px;
	line-height: 26px;
	text-indent: 5px;
}

#navmenu ul ul a {
	display: block;
	text-decoration: none;
	width: 80px;
	text-transform: none;
}

#navmenu li li {
	padding: 0;
	background: none;
/*DONT SHOW THE BACKGROUND IMAGE*/
}

/*SUBLEVEL POSITIONING*/

#navmenu li li {
	float: left;
	padding: 0;
	width: 80px;
}

#navmenu li ul ul {
	margin: -34px 0 0 80px;
}

#navmenu li:hover, #navmenu li.iehover {
	left: 0;
}

/*SUBLEVEL HOVER STYLES*/

#navmenu ul ul a:hover {
	background: none;
	height: 26px;
	line-height: 26px;
	padding: 0;
	margin: 0;
}


#navmenu li ul {
	top: 34px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 80px;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	padding: 0;
	border-bottom: none;
}


/* NO SUBLEVEL ACTIVE STYLES */

#navmenu ul li.active ul li a,
#navmenu ul li.active ul li,
#navmenu ul li.active ul li a:hover,
#navmenu ul li.active ul li.hover {
	background-image: none;
	background-color: transparent;
}

/*SUBLEVEL PARENT INDICATORS*/

#navmenu ul li.haschild ul li a.child,
#navmenu ul li.haschild ul li a.child:hover {
	background: url(../../../templates/whomp/images/arrow_right.gif) 164px 8px no-repeat;
}

#navmenu ul li.active ul li a.child,
#navmenu ul li.active ul li a.child:hover {
	background: url(../../../templates/whomp/images/arrow_right.gif) 164px 8px no-repeat;
}

#navmenu ul li ul li a:hover {
	background-image: none;
}

/* HIDE OTHER LISTS FROM IE */

#navmenu li:hover ul ul, 
#navmenu li:hover ul ul ul,
#navmenu li:hover ul ul ul ul,  
#navmenu li.iehover ul ul, 
#navmenu li.iehover ul ul ul, 
#navmenu li.iehover ul ul ul ul {
	left: -999em;
}

#navmenu li:hover ul, 
#navmenu li li:hover ul, 
#navmenu li li li:hover ul, 
#navmenu li li li li:hover ul,
#navmenu li.iehover ul, 
#navmenu li li.iehover ul, 
#navmenu li li li.iehover ul,
#navmenu li li li li.iehover ul {
	z-index: 100;
	left:auto;
}


/*
----------------------------------------------------
               SUCKERFISH MENU COLORS
----------------------------------------------------
*/


#navmenu ul li a {
/* NAV UP COLOR */	color: #1b6fc0;
	background-image:url(../../../templates/whomp/images/style2/nav_sep.png);
	background-position: right top;
	background-repeat: no-repeat;

}

#navmenu li a:hover,
#navmenu li:hover a,
#navmenu li.iehover a,
/* enforce active styles */
#navmenu li#current.iehover a,
#navmenu li.active:hover a
 {
/* NAV OVER COLOR */color: #1b6fc0;
	background: #1b6fc0 url(../../../templates/whomp/images/style2/nav_hover.png) repeat-x;
}

#navmenu li.active a,
#navmenu li.active a:hover {
/* NAV ACTIVE COLOR */	color: #fff; /* #263a4c; */
	background: #9180a6 url(../../../templates/whomp/images/style2/nav_active.png) repeat-x;
}

#navmenu li:hover li a,
#navmenu li.iehover li a {
/* SUBLEVEL NAV UP COLOR */	color: #fff;
}


#navmenu li:hover ul, 
#navmenu li:hover ul li,
#navmenu li:hover ul li a,
#navmenu li.iehover ul, 
#navmenu li.iehover ul li,
#navmenu li.iehover ul li a,
#navmenu li.haschild.active ul, 
#navmenu li.haschild.active ul li,
#navmenu li.haschild.active ul li a,
#navmenu li.haschild.active ul li a:hover
 {
/* SUBLEVEL NAV UP BG COLOR */	background-color: #1b6fc0; background-image: none;
}

#navmenu li:hover ul li:hover,
#navmenu li:hover ul li a:hover,
#navmenu li.iehover ul li:hover,
#navmenu li.iehover ul li a:hover,
/* enforce active styles */
#navmenu li.active:hover ul li:hover,
#navmenu li.active:hover ul li a:hover,
#navmenu li#current.iehover ul li:hover,
#navmenu li#current.iehover ul li a:hover
{
/* SUBLEVEL NAV OVER BG COLOR */	background-color: #005b97;
/* SUBLEVEL NAV OVER TEXT COLOR */	color: #FFF;
}


#navmenu li li {
/* SUBLEVEL SEPARATOR */	border-bottom: 1px solid #17547c;
}

#navmenu li ul {
	width: 80px;
/* SUBLEVEL BLOCK OUTLINE */
	border-right: 1px solid #17547c;
	border-left: 1px solid #17547c;
	border-top: none;
}

/* END TOPNAV CUSTOMIZATION */

#navmenu {
	float:right;
}

#navmenu li, #navmenu {background: url(../../../templates/whomp/images/style2/nav_bg.png) repeat-x 0 bottom;font-weight: bold;}
#navmenu ul li:hover,#navmenu ul li.iehover {background: url(../../../templates/whomp/images/style2/nav_right_over.png) no-repeat right center;}
#navmenu ul li:hover li a,#navmenu ul li.iehover li a {background-image: none;}
#navmenu ul ul a {width: 80px;}
#navmenu li li,#navmenu li.haschild ul li#current:hover,#navmenu li.haschild ul li#current.iehover {width: 80px;}
#navmenu {background: url(../../../templates/whomp/images/style2/nav_bg.png) repeat-x center center;}
#navmenu .leftbar {background: url(../../../templates/whomp/images/style2/leftbar.png) no-repeat left center;}
#navmenu .rightbar {background: url(../../../templates/whomp/images/style2/rightbar.png) no-repeat right center;}
#navmenu li a {background: url(../../../templates/whomp/images/style2/nav_sep-xxx.png) 100% 0 no-repeat;}

/***** inove/styles_color.css end *****/


