/**************************************
 * THEME NAME: theloopmenu
 *
 * Files included in this sheet:
 *
 *   theloopmenu/nmit_layout.css
 *   theloopmenu/nmit_color.css
 *   theloopmenu/nmit_fonts.css
 *   theloopmenu/loop_styles.css
 **************************************/

/***** theloopmenu/nmit_layout.css start *****/

/** NMIT Theme for Moodle 1.9.3++ 16/01/2009 **/

/* header */
div#header-home {
  height: 142px;
}  
div#header {
  height: 75px;
}
#header div.headermenu {
  z-index: 2;
  position: absolute;
  top: 10px;
  right: 10px;
}
#header h1.headermain {
  position: absolute;
  top: 56px;
  right: 0px;
  z-index: 1;
  margin-right: 10px;
  overflow: hidden;
} 
#header-home div.headermenu {
  z-index: 2;
  position: absolute;
  top:10px;
  right: 20px;
}
#header-home h1.headermain {
  position: absolute;
  top: 100px;
  right: 0px;
  z-index: 1;
  margin-right: 20px;
}  
h1, h2, h3, h4, h5, h6 {
  border: none;
  line-height: normal;
  padding-left: 0px;
  margin-bottom: 0;
  margin-top: 0.2em;
}
#site-index #middle-column h2.headingblock {
    margin-top: 10px;
}
.breadcrumb .first {
	margin-left: 2px;
}
.content, 
div.box {
  line-height: 1.4em;
}
div.box li {
  margin-bottom: 0.4em;
}
li.activity {
  line-height: 1.5em;
  margin-top: 5px;  
}
li.activity.label {
  line-height: 1.4em;
  margin-bottom: 0.5em;
}
th .header {
  border-width: 1px;
  border-style: solid;
}
.generaltable,
.generaltable td, .generaltable th, .generaltable .header {
  border-color:#018FBF;
  border-width: 1px;
  /* background-color:#FFFFFF; */
}
#layout-table #left-column, #layout-table #right-column {
    border: none;
}
.sideblock, .sideblock .header, .sideblock .content  {
  border-width: 1px;
  overflow: hidden;
 }
.navbar {
  margin-right: 0px;
  width: 100%; 
  padding:0px;
  height: 30px;
  border: none;
  border-bottom-width:1px;
  border-bottom-style:solid;
}
.navbar .navbutton {
	position: absolute;
	right: 4px;
}
#nav {
  padding: 0;
  margin: 0;
  list-style: none;
  vertical-align: middle;
  float: right;
  border-width: 0px 0;
  border-style: solid;
  border-color: #D1D1D1;
}
#nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  vertical-align: middle;
  float: right;
  border-width: 0px 0;
  border-style: solid;
  border-color: #D1D1D1;
}
#nav a {
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 0.25em 0em;
}
#nav li {
  float: left;
  z-index: 2;
  position: relative;
  border-width: 1px 0;
}
#nav a div span {
  padding: 5px 0px;
  display: block;
}
#nav a div {
  text-align: center;
  margin: 0;
  padding: 0;
}
#nav a:hover {
  color: #ffffff;
}
#nav a:hover div span {
  background-image: url('pix/mainNavRollover_left.gif');
  background-repeat: no-repeat;
  background-position: top left;
}
#nav a:hover div {
  background-image: url('pix/mainNavRollover_right1.gif');
  background-repeat: no-repeat;
  background-position: top right;
}
#nav li ul {
  position: absolute;
  width: 18em;
  left: -999em;
  background-color: Transparent;
}
#nav li:hover ul {
  left: auto;
}
#nav li.sfhover ul {
  left: auto;
}
#nav li ul li {
  margin-left: 4px;
  background-color: #D1D1D1;
  width: 19em;
}
#nav li ul li.top {
  margin-top: 4px;
}
#nav li ul a {
  height: 24px;
  text-indent: 10px;
}
#nav li ul a:hover {
  background-image: url('pix/MenuItemBackgroundHover.gif');
  background-repeat: no-repeat;
  background-position: top right;
}
#navheading h1.headermain {
  font-size: 1.5em;
  margin-left: 3px;
  margin-top: 5px;
  color: #000000;
}
#mainnav {
  font-style: normal;
  font-variant: normal;
  font-size: 12px;
  line-height: normal;
  font-family: Verdana;
  height: 34px;
  background-color: #9D9A95;
  background-image: url('pix/MenuBarBackground.gif');
  background-repeat: repeat;
  background-position: top left;
  width: 100%;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: black;
}
body#message-user #mainnav ,
body#message-discussion #mainnav,
body#message-index #mainnav, 
body#message-user #mainnav,
body#message-history #mainnav {
  display: none; 
}
#mod-chat-gui_header_js-users #mainnav,
#mod-chat-gui_header_js-chatinput #mainnav, 
#mod-chat-gui_basic-index #mainnav {
  display: none; 
}
#mod-resource-view .resourcepdf {
  width: 100%;
  padding-top: 15px;
  text-align: center
  }
.resourcecontent object {
    height:480px; 
    width:600px;
}
.resourcepdf object{
    height: 450px;
    width: 750px;
}
div#footer {
  margin-top: 0px;
}
#footer .navbar {
  border: none;
  border-top-width:1px;
  border-top-style:solid;
  border-bottom-width:1px;
  border-bottom-style:solid;  
}
#footer p.helplink {
  margin: 5px;
  float: right;
}
.footertext {
  padding-top: 2em;
  font-size: 1em;
  border-top-width: 0px;
  border-style: none;
  height: 130px;  
}
#footer .logininfo {
  float: left;
}
#footer hr {
  margin-top: 5px;
  width: 100%;
}
.footerlogin {
  float: left;
  padding-bottom: 2px;
  margin-left: 20px;
}
.infofooter {
  text-align: right;
  padding-bottom: 2px;
}
.homelink {
	margin-left: -12px;
	padding-top: 10px;
}
#calendar .maincalendar table.calendarmonth th {
  border-style: none;
  padding: 5px;
  border: 1px solid;
}
#calendar div.header {
  border-bottom: 1px solid;
}
/*** Forum **/
.forumpost .left,
.forumpost .picture {
  border-right: 1px solid;  
}
/******  Database Image Gallery Preset List View CSS ******/
.defaulttemplate img {
  height: auto;
}
/*  miscellaneous */
div.htmlarea {
border: 1px outset #000000;
}
.mod-glossary .tabrow0 {
padding-bottom: 0;
}
.tabrow0 {
padding-top: 0;
}
.block_rss_client .image,
.block_rss_client .description {
  width: 170px;
  overflow: hidden;
}
.mod-assignment .files a.turnitinreport {
border: thin solid;
margin: 0 5px 0 0;
padding: 2px;
white-space: nowrap;
}



/***** theloopmenu/nmit_layout.css end *****/

/***** theloopmenu/nmit_color.css start *****/

/** NMIT Theme for Moodle 1.9.3++ 16/01/2009 **/

body {
  color: #000000;
  background-color: #FFFFFF;
}
a:link, a:visited, #footer .navbar a:link, #footer .navbar a:visited {
  color: #008FBB;
}
a:hover, #footer a:hover, #footer .navbar a:hover {
  color: #FF9900;
}
a.dimmed:link, a.dimmed:visited {
  color: #AAAAAA;
}
#header a:hover, #header-home a:hover {
  color: #FFBB19;
}
#header a:link, #header a:visited, #header-home a:link, #header-home a:visited, #footer a:link, #footer a:visited {
  color: #F4F4F2;
}
.autolink {
    cursor: help;  
}
#header-home, #header {
  background-color: #018FBF;
} 
/* Core */
h1 {
  border-color:#DFDFDF;
  color: #000000;
}
h2, h3, h4 {
  border-color:#DFDFDF;
}

th {
    background-color:#DFDFDF; 
}
th.header,
td.header,
div.header {
  background-color: #DFDFDF;
  color: #000000;
}
.generalbox {
  border-color:#018FBF;
  background-color:#F4F4F2;
}
fieldset#general  {
  background: #F4F4F2;
}
.generaltable,
.generaltable td th {
  border-color:#018FBF;
  /* background-color:#FFFFFF; */
}
.r0 td.cell.c0, 
.generaltable .r1 td.cell.c0 {
 background-color:#DFDFDF;
 border-color: #018FBF; 
}
#middle-column h2.headingblock {
  border-color: #000000; 
}
.navbar {
  background-color:#DFDFDF;
  border-color:#666666;
  /* height: 30px; */
  background: url(gradient.jpg) repeat-x;
}
.sitetopiccontent {
  border-color:#018FBF;
  background-color:#F4F4F2;
}
.highlight {
  background-color:#DFDFDF;
}
.highlight2 {
  color:#DFDFDF; /* highlight missing terms in forum search */
}
/***
 *** Header
 ***/
#header-home, #header {
  background-color: #018FBF;
  border-color:#018FBF;
}
#header-home h1.headermain, 
#header h1.headermain {
  background-color: #018FBF;
  color: #F4F4F2;
}  
div#footer, 
.footertext {
  background-color: #3F4346;
  color: #F2AA00;	
}
#footer .navbar {
  color: #000000;
  border-top-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
}
#footer #nav a {
  color: #000000;
}
#footer #nav a:hover {
  color: #ffffff;
}
/***
 *** Login
 ***/
.loginbox,
.loginbox.twocolumns .loginpanel,
.loginbox .subcontent, 
.loginbox .content {
  border-color:#018FBF;
}
/***
 *** Blocks
 ***/
.sideblock, .sideblock .header, .sideblock .content  {
  border-color: #018FBF;
 }
  .sideblock .content {
  background-color:#F4F4F2;
}
.sideblock hr {
  color:#018FBF;
  /*background-color:#FEF9F6;*/
}
.sideblock .footer {
  border-top-color:#DFDFDF;
}
.sideblock .header .hide-show img.hide-show-image {
  background: url('../../pix/t/switch_minus.gif') no-repeat bottom;
}
.sideblock.hidden .header .hide-show img.hide-show-image {
  background: url('../../pix/t/switch_plus.gif') no-repeat bottom;
}
.sideblock .content .post .head .date,
.sideblock .content .post .head .name {
  color: #000000;
  }
/***
 *** Calendar
***/
#calendar .maincalendar,
#calendar .sidecalendar,
#calendar .maincalendar .event,
table.calendarmonth tr td {
  border-color: #018FBF;
  background-color: #F4F4F2;
}
#calendar .maincalendar table.calendarmonth th {
  border-color: #018FBF;
  color: #000000;
}
#calendar div.header, 
table.minicalendar {
  border-color: #018FBF;
}
table.minicalendar tr.weekdays th {
  border-color:#018FBF;
  background-color:#FEF9F6;  
}
table.minicalendar tr td.day {
   border-color:#018FBF;
}
table.minicalendar tr td.weekend {
  border-color:##018FBF;
  color: red;
}
#calendar .today,
.minicalendar .today a,
.minicalendar td.today  {
  color: #CCCCCC;
  border-color:#018FBF !important;
  background-color: #018FBF;
}
/* colors for calendar events */
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#77D09B !important;
  background-color: #77D09B;
}
#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#66CCCC !important;
  background-color: #66CCCC;
}
#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
  border-color:#FF6699 !important;
  background-color: #FF6699
}
#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
  border-color:#CCCCCC !important;
  background-color: #CCCCCC;
}
.cal_popup_fg {
  background-color:#DFDFDF;
}
.cal_popup_bg {
  border-color:#018FBF;
  background-color:#DFDFDF;
}
/***
 *** Course
 ***/
.headingblock {
  border-color:#018FBF;
  background-color: #DFDFDF;
}
.categoryboxcontent,
.courseboxcontent, 
.coursebox, 
#course-view .section.main .content, 
#course-view .section.main .side {
  border-color:#018FBF;
  background-color: #F4F4F2;
}
.categorybox .category,
.categorybox .category {
  border-color: #018FBF;
}
#course-view .current .right.side,
#course-view .current .left.side {
  background-color: #018FBF;
}
#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-color:#018FBF;
  color: #666666;
  background-color: #FFFFFF;  
}
#course-view .section.main td.left.side  {
  color: #F4F4F2;
}
.topics .section.main .summary h5 {
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 5px; 
  margin: 1px;
  color: #FFFFFF; 
  background-color: #0099CC;
}
.topics .section.main .summary h6 {
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 5px; 
  margin: 1px;
  color: #FFFFFF; 
  background-color: #5C5F62;
}

/***
 *** Tabs
 ***/
.tabs .side {
  border-color: #018FBF;
}
.tabrow td {
  background:url(pix/tab/left.gif) top left no-repeat;
}
.tabrow td .tablink {
  background:url(pix/tab/right.gif) top right no-repeat;
}
.tabrow td:hover {
  background-image:url(pix/tab/left_hover.gif);
}
.tabrow td:hover .tablink {
  background-image:url(pix/tab/right_hover.gif);
}
.tabrow .last span {
  background:url(pix/tab/right_end.gif) top right no-repeat;
}
.tabrow .selected {
  background:url(pix/tab/left_active.gif) top left no-repeat;
}
.tabrow .selected .tablink {
  background:url(pix/tab/right_active.gif) top right no-repeat;
}
.tabrow td.selected:hover {
  background-image:url(pix/tab/left_active_hover.gif);
}
.tabrow td.selected:hover .tablink {
  background-image:url(pix/tab/right_active_hover.gif);
}
/***
 *** Modules: Forum
 ***/
.forumheaderlist,
.forumpost {
  border-color:#018FBF;
}
.forumpost .content {
  background: #FEF9F6;
}
.forumpost .left {
  background-color:#DFDFDF; 
  border-color:#018FBF;  
}
.forumpost .header {
  background-color:#DFDFDF; 
}
.forumpost .topic {
  border-bottom-color: #018FBF; 
}
.forumpost .starter {
  background-color:#DFDFDF; 
}
.forumpost .content {
  background-color:#F4F4F2; 
}
.forumpost .picture {
    border-left: #018FBF;
}
.forumheaderlist .discussion .starter {
  background-color:#F4F4F2; 
}
.forumheaderlist td {
  border-color: #018FBF;
  background-color:#F4F4F2;  
}
.sideblock .post .head {
  color:#FEF9F6;
}
#mod-forum-discuss .forumpost.unread .left {
  background-color: #77D09B;
}
#mod-forum-discuss .forumpost.unread .subject,
span.forumthread.unread {
  font-weight: bold;
}
#mod-forum-discuss .forumpost {
  background: none;
}
#mod-forum-discuss .forumpost.unread .content {
  border-color: #018FBF; 
  border-width: 1px;
} 
#mod-forum-discuss .forumthread .unread {
} 
#mod-forum-index .unread {
}
/*** Quiz ***/
.que {
  background-color:#F4F4F2;
 }
/*** Glossary ***/
.entrybox {
  background-color:#F4F4F2;
  border-color: #018FBF;  
}
.glossarypost {
  border-color: #018FBF;
  background-color:#F4F4F2;
}
.glossarycomment {
  border-color: #018FBF;
  background-color:#F4F4F2;
}
.glossarypost .concept  h3,
.glossarypost  .left.picture,
.glossarypost  .entryapproval,
.glossarypost  .left.side,
.glossarypost  .entryattachment,
.glossarypost.faq .entryheader .concept  {
  background-color: #DFDFDF;
}
.glossarycategoryheader  th, 
.glossarypost.entrylist h3 {
  background-color: #F4F4F2;
}

/***** theloopmenu/nmit_color.css end *****/

/***** theloopmenu/nmit_fonts.css start *****/

/** NMIT Theme for Moodle 1.9.3++ 16/01/2009 **/

.arrow, .arrow_button input {
  font-family: Arial,Helvetica,Courier,sans-serif;
}
body, td, li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 13px;
}
th {
  font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
}
.content h1 {
  font-size: 1.5em;
}
.content h2 {
  font-size: 1.4em;
}
.content h3 {
  font-size: 1.3em;
}
.content h4 {
  font-size: 1.2em;
}
#right-column .content h2, #left-column .content h2 {
  font-size: 1.3em;
}
#right-column .content h3, #left-column .content h3 {
  font-size: 1.2em;
}
th.header,
td.header,
div.header,
.headingblock {
  font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
}
#header-home h1.headermain {
    font-weight: bold;
    font-size: 2em;
}  
#header h1.headermain {
    font-weight: bold;
    font-size: 1.4em;
} 
#nav li {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;	
}
.breadcrumb .first {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: normal;
    padding-top: 7px;	
}
div.breadcrumb,
.breadcrumb a:link,
.breadcrumb a:hover,
.breadcrumb a:visited,
.breadcrumb a:active {
  font-size: 11px;
  font-weight: normal;
  padding-top: 7px;
}
#site-index #middle-column h2.headingblock {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;	
}
#middle-column h2.headingblock {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.categorybox .category {
/*  font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif; */
	font-size: 1em;
}
.glossaryexplain {
  padding-top: 4px;
}
.glossarypost .concept  h3,
.glossarypost  .left.picture,
.glossarypost  .entryapproval,
.glossarypost  .left.side,
.glossarypost  .entryattachment  {
  font-size: 1.4em;
}
.glossarypost.faq .entryheader .concept {
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
}
.glossarypost.faq .concept h3 {
  font-size: 1.0em;
  text-transform: none;
}
.glossarypost .time {
  font-weight: normal;
  text-transform: none;
}
table.minicalendar tr.weekdays th {
  font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
}
#footer p.helplink {
  font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1em;
}  
div.content div.footer {
  font-size: 1em;
}
.block_rss_client .title {
  font-weight: bold;
}
/*  YUI Course menu font size */
.block_yui_menu.sideblock .content a {
  font-size: 0.8em;
}/***** theloopmenu/nmit_fonts.css end *****/

/***** theloopmenu/loop_styles.css start *****/



div#header-home {
  height: 110px;
}  


#header-home h1.headermain {
  top: 80px;
}

div#header {
  height: 85px;
}

#header h1.headermain {
  position: absolute;
  top: 65px;
  right: 0px;
  z-index: 1;
}

#header-home, #header {
  background-color: #35A958;
} 

div.breadcrumb {
  font-size: 8px;
  padding-top: 5px;
}

#footer .navbar a:visited,
#footer .navbar a:link,
a:link, a:visited {
  color: #339933;
}

.generaltable,
.generaltable td th, 
.r0 td.cell.c0, .sitetopiccontent,
.generaltable .r1 td.cell.c0,
.generalbox, .loginbox,
.loginbox.twocolumns .loginpanel,
.loginbox .subcontent,
.loginbox .content,
.sideblock, .sideblock .header,
table.minicalendar, #calendar div.header,
table.minicalendar tr td.day,
.sideblock .content, 
#calendar .maincalendar,
#calendar .sidecalendar,
#calendar .maincalendar .event {
 border-color: #35A958; 
}

#header-home, #header {
  background-color: #35A958;
  border-color:#35A958;
}

#header h1.headermain, #header-home h1.headermain,
#header h1.headermain, #header-home h1.headermain {
  background-color: #35A958;
}

.sideblock hr {
  color:#35A958;
}

#calendar .maincalendar table.calendarmonth th, 
table.calendarmonth tr td,
table.minicalendar tr.weekdays th,   
table.minicalendar tr td.weekend,
.cal_popup_bg, .headingblock,
.categoryboxcontent,
.courseboxcontent, .coursebox,
#course-view .section.main .content,
#course-view .section.main .side,
.categorybox .category,
.categorybox .category {
  border-color:##35A958;
  }
  
#calendar .today,
.minicalendar .today a,
.minicalendar td.today  {
  border-color:#35A958 !important;
  background-color: #35A958;
}


#course-view .current .right.side,
#course-view .current .left.side {
  background-color: #35A958;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-color:#35A958;
 }


/***
 *** Tabs
 ***/

.tabs .side, .forumheaderlist,
.forumpost, .forumpost .left,
.forumheaderlist td,
#mod-forum-discuss .forumpost.unread .content,
.entrybox, .glossarypost, .glossarycomment {
  border-color:#35A958;
}

.forumpost .content {
  background: #FEF9F6;
}

.forumpost .topic {
  border-bottom-color: #35A958; 
}

.forumpost .picture {
    border-left: #35A958;
}

.topics .section.main .summary h5 {
  background-color: #35A958;
}

/***** theloopmenu/loop_styles.css end *****/

