/**************************************
 * THEME NAME: k2m_aztek2
 *
 * Files included in this sheet:
 *
 *   k2m_aztek2/fw_layout.css
 *   k2m_aztek2/fw_color.css
 *   k2m_aztek2/fw_fonts.css
 **************************************/

/***** k2m_aztek2/fw_layout.css start *****/

/* Core 
/* Lubrizol K2M CSS 
Teal:						#36a392;
Orange:						#c66005;
Light Gray Dividers:		#acacac;
Light Gray bg:				#f5f5f5;
Light Green bg:				#eef3ee;
Light orange bg:			#FEF9F6;
Bright Blue:				#00709e;	
*/
html {
	/*width: 100%;*/
}
body {
  background: #ffffff url(bg-body.gif) top repeat-x;
  /*background: #ffffff url(/moodle/theme/k2m_aztek/bg-body.jpg) top repeat-x;
  width: 100%;*/
  margin: 0px auto; 
  padding: 0px;
  text-align: center; 
  
}
#page {
	margin: 0px;
	padding: 0px 8px 5px 8px; 
	text-align: left;
}
h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align: left;
  padding-left: 5px;
} 

h1, h2, h3, h4 {
  text-align: left;
  border: 0px;
}
  
h1, h2, h3 { 
}

h4 {

}
hr {
	height: 1px;
	color: #acacac;
}
form {
	margin: 0px;
}
input {
	border: 1px solid #acacac;
	color: #4d4d4f;
	font-size: 11px;
	padding: 1px;
}
select {
	border: 1px solid #acacac;
	color: #4d4d4f;
	font-size: 11px;
	padding: 1px;
}
.generalbox {
  border-width:1px; 
  border-style:solid;
}
.sitetopic,
.sitetopiccontent {
	border: 0px; padding:0px;
	margin: 0px;
}
.sitetopiccontent p {
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0px;
	text-align: left;
	margin-bottom: 15px;
}

/***
 *** Header
 ***/

#header-home {
  height:55px;
  border-width:0px; 
  padding: 20px 5px 5px 5px;
}

#header {
	height:55px;
	border-width:0px; 
	padding: 20px 5px 5px 5px;
}

.headermain {
	border: 0px;
}

.headermenu {
	float:right;
	text-align:right;
}
.popupform {
	margin: 4px;
}
.popupform select {
	border: 1px solid #acacac;
	color: #4d4d4f;
	font-size: 11px;
}
.navbar {
	/*margin-right: 5px;
	width: 100%; */
  	padding: 9px;
	background: #f5f5f5;
	border: 1px solid #dadada;
	min-height:34px;
	height:auto !important;
	height:34px;
}

.breadcrumb {
	font-size: 11px;
	font-weight: normal;
}
 
.navbar .navbutton {
	padding-right: 3px;
	padding-top: 2px;
 }

/***
 *** Login
 ***/

TABLE.loginbox {
  margin-top: 40px;
  }

.loginbox .header {
  border-width:0px;
  border-style:solid;
  border-bottom-width: 0px;
}

.loginbox .content {
  border-top-width: 1px;
}
/***
 *** Content
 ***/
#content {
	clear: both;
	padding: 10px 0px;
}
.generalboxcontent,
.generalbox {
	border: 0px;
}
.grades {
	width: 80%;
	border: 1px solid #a7a7a7;
	padding: 0px;
	margin: 12px;
}
.title th{
	background: url(/theme/k2m_aztek/bg-box_blue.gif) repeat-x;
	/*background: url(/moodle/theme/k2m_aztek/bg-box_blue.gif) repeat-x;*/
	color: #ffffff;
	font-size: 12px;
	font-weight: bold; text-align: left;
	padding: 4px;
}

.scorm {
	/*border-bottom: 1px solid #a7a7a7;*/
	padding: 4px; text-align: left;
}
/***
 *** Footer
 ***/
#footer {
  margin-top: 16px;
  border-top: 1px solid #a7a7a7;
  background: url(/theme/k2m_aztek/bg-shadow.jpg) no-repeat center top;
  /*background: url(/moodle/theme/k2m_aztek/bg-shadow.jpg) no-repeat center top;*/
  padding: 10px;
  font-size: 11px;
}
/***
 *** Form Items
 ***/
/*input+input{
	background: #36a392;
	color: #FFFFFF;
}*/
/***
 *** Blocks
 ***/
.topics {
	border: 0px;
}
.sidebloack .content {
	border: 1px solid;
}
.sideblock .header h2 {
	border: 0px;
 }
.sideblock .footer {
	padding: 6px 8px;
} 
.sideblock .content {
	margin: -2px 0px 0px 0px;
}
.sideblock .content ul li,
.sideblock .content ol li {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dadada;
	padding: 2px 3px 6px 3px;
}
.sideblock .content a {
	text-decoration: none;
}
.sideblock .content a.current {
	font-size: 13px;
	color: #0063be;;
}
.sideblock .content ul li img,
.sideblock .content ol li img {
	margin-right: 5px;
}
.sideblock .c1 {
	margin-left: 0px; padding: 0px;
}
/***
 *** Calendar
 ***/
#calendar .maincalendar .calendar-controls .previous,
#calendar .maincalendar .calendar-controls .next
{
  width: 26%;
  padding: 4px;
}
#calendar .maincalendar .calendar-controls .current {
  width: 40%;
  padding: 3px;
}

.calendar-controls .previous,
.calendar-controls .next {
	width: 8%;
	border: 1px solid #dadada;
	margin: 1px;
}
.calendar-controls .previous {
  text-align: left;
}
.calendar-controls .next {
  text-align: right;
}
.calendar-controls .current {
	text-align: center;
	border: 1px solid #dadada;
	padding: 1px 0px;
	margin: 1px;
}
span.current {
	width: 74%;
}
#calendar .today,
.minicalendar .today {
  border:0px !important;
} 
table.minicalendar {
	width: 100%;
	margin:10px 0px;
	border-width:0px;
}
table.minicalendar tr.weekdays th {
   border-bottom: 1px solid #acacac;
}

table.minicalendar tr td.day {
	border-width: 0px;
}

table.minicalendar tr.weekdays th abbr {
	border-style: none;
}

table.calendarmonth {
	border-collapse:separate;
	border-spacing:1px !important;
}

table.calendarmonth tr td  {
	border-width: 0px;
}
#calendar .maincalendar table.calendarmonth th {
	padding: 8px 7px;
	border-bottom: 1px solid;
}
/***
 *** Course
 ***/
 
.headingblock {
	border: none;
}
.headingblock, h2.headingblock {
  border:0px;
  padding:0px; 
}
.categoryheader td {
	border: 0px; 
	padding: 5px;
	text-align: left;
}
.categorybox,
.categoryboxcontent {
	 border: none;
}
.categorybox .category,
.categorybox .category {
  border: 0px;
  padding: 0px;
}
.category {
	border-bottom: 1px solid #cccccc;
}
#course-view .section .left {
  border-right-width: 0px;
  border-right-style: dashed;
}
#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-width: 0px;
  border-style: dashed;
}
.coursesearchbox input{
	border: 1px solid #acacac;
	margin: 0px 2px;
}
#course-view .section td.content {
  padding:5px;
  border-style:solid;
  border-width:0px;
  border-left:0px;
  border-right:0px;
}
#course-view .section td.side {
  padding:5px;
  border-style:solid;
  border-width:0px;
}
ul.section li.activity {
    padding: 1px 3px; /* prevent activity items from being too far apart in 
                         the change from 1.7 to 1.9.5 ala MR-561 */
    display: block; 
    font-size: 12px;
}
.section li.activity img.activityicon{
	margin-right: 5px;
}
#course-view ul.section li{
	margin: 3px 3px 3px 18px;
}
.coursebox {
	border: 0px; margin: 0px;
}
.coursebox td {
	padding: 0px;
}
.courseboxcontent {
	border: 0px;
}
.topics {
	padding: 0px;
	border: 0px;
}
.jumpmenu {
	margin: 10px 0px;
}
.weekdates {
	font-size: 12px; color: #0063be;
	background: #f5f5f5;
	padding: 4px;
}
tr.header th {
	padding: 4px; 
	border-bottom: 1px solid #acacac;
}
.c0, .c1 {
	
}
.fullname {
	text-align: center;
}
.r0 td,
.r1 td {
	padding: 3px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e1e1e1;
	text-align: left;
}
/* Glossary / wiki*/
#wikiPageActions{
	margin: 10px 0px;
}
.tabs {
  width: auto;
  margin-bottom: 15px;
  border-collapse: collapse;
}
.tabs td {
  padding: 0px;
}
.tabs .side {
  width: 50%;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
.tabrow {
  border-collapse:collapse;
  width:100%;
  margin: 1px 0px 0px 0px;
}
.tabrow td {
  padding: 0px 10px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #acacac;
}
.tabrow th {
  display:none;
}
.tabrow td .tablink {
  padding:0px 2px;
  text-align:center;
  white-space:nowrap;
  text-decoration:none;
}
.tabrow .last {
  display:block;
  padding:0px 1px 0px 0px;
}
          
.tabrow td.selected {
	border-width: 1px;
  	background: #cd5a13;
	color: #ffffff;
}
div.tablink a {
	display: block;
	border: 1px solid #36a392;
	margin:  0px 1px;
	padding: 4px 9px;
	text-decoration: none;
	color: #ffffff;
	background:url(/theme/k2m_aztek/bg-box_teal.gif) repeat-x;
	/*background:url(/moodle/theme/k2m_aztek/bg-box_teal.gif) repeat-x;*/
}
div.tablink a:hover {
	background: #cd5a13;
	color: #ffffff;
}
.entryboxheader,
.entrybox {
	border-width: 0px 0px 0px 0px;
}
.entrylowersection {
	border-bottom: 1px solid #acacac;
}
.glossarydisplay {
	border-width: 0px 0px 0px 0px;
}
.glossarypost {
	border: 0px;
}

/* fix for middle content column*/
#maincontent {
    display:inline;
}/***** k2m_aztek2/fw_layout.css end *****/

/***** k2m_aztek2/fw_color.css start *****/


a,a:link{color:#cd5a13; } a:visited{color:#cd5a13; } a:hover{color:#f98941; text-decoration:none;} a:active{color:#cd5a13; }

a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
}

body, td, p, ol, ul, li, blockquote {
	color: #4d4d4f;
}
h1 {
	color: #0063be;
}

h2 {
	color: #0063be;
}
h3 {
 
}
h4 {
 
}
th {
    background-color:#f5f5f5;
}
hr {
	height: 1px;
	color: #acacac;
}
th.header,
td.header,
div.header {
  /*background-color: #e7e7e7;*/
}

#layout-table #left-column {
    /* background-color: yellow; */
}

.generalbox {
  border-color:#e7e7e7;
  background-color:#FFFFFF;
}

.generaltable,
.generaltable td {
  border-color:#e7e7e7;
  /* background-color:#FFFFFF; */
}

.generaltable td.cell.c0 {
 /*background-color:#e7e7e7;*/
 	background-color:#ffffff; 
}

.navbar {
  background: #f5f5f5;
  border-color:#e7e7e7;
  /* height: 20px; */
}

.sitetopiccontent p {
	color: #0063be;
}

.highlight {
	background-color:#e7e7e7;
}

.highlight2 {
	color:#e7e7e7; /* highlight missing terms in forum search */
}
/***
 *** Header
 ***/
#header-home, #header {
	border: 0px;
}
/***
 *** Login
 ***/
.loginbox .header {
	border-color:#e7e7e7;
}
.loginbox .content {
	border-color:#e7e7e7;
}
/***
 *** Blocks
 ***/
.sideblock {
    background: url("bg-box_blue.gif") repeat-x scroll 0 0 transparent;
}
.sideblock .header {
	border: 0px;
}
.sideblock .header h2 {
	color: #ffffff;
}
.sideblock {
	border-color: #acacac;
}
.sideblock .content {
	border-color:#acacac;
	background-color:#f5f5f5;
}
.sideblock hr {
  /*color:#e7e7e7;*/
}
.sideblock .footer {
  border-top-color:#acacac;
}
.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;
  }

.block_site_main_menu, .block_course_list, .block_admin, .block_admin_tree, .block_html,
.block_activity_modules, .block_recent_activity,
.block_search_forums, .block_admin_bookmarks {
	background: url(bg-box_blue.gif) repeat-x;
}
.block_participants, .block_news_items, .block_social_activities {
	background: url(bg-box_teal.gif) repeat-x;
}
.block_calendar_month {
	background: url(bg-box_green.gif) repeat-x;
}
.block_calendar_upcoming, .block_glossary_random, .block_online_users {
	background: url(bg-box_blue2.gif) repeat-x;
}

/***
 *** Calendar
***/
 
#calendar .maincalendar,
#calendar .sidecalendar {
  border-color: #acacac;
}

#calendar .maincalendar table.calendarmonth th {
  border-color: #acacac;
}

table.calendarmonth tr td {
   border-color:#acacac;
} 

table.minicalendar {
}

table.minicalendar tr.weekdays th {
	background: #f5f5f5;
}

table.minicalendar tr td.day {
   border-color:#acacac;
}
  
table.minicalendar tr td.weekend {
	border-color:#acacac;
	color: #939598;
}
  
#calendar .today,
.minicalendar .today {
  border-color:#000000 !important;
  color: #cd5a13;
  background: #dadada;
}
.calendar-controls a {
	color: #cd5a13;	
}
/* colors for calendar events */
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#bac48c !important;
  background-color:#bac48c;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#e8ddb9 !important;
  background-color:#e8ddb9;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
  border-color:#f9e070 !important;
  background-color:#f9e070;
}

#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
  border-color:#c1d1bf !important;
  background-color:#c1d1bf;
}

.cal_popup_fg {
  background-color:#bac48c;
}

.cal_popup_bg {
  border-color:#e7e7e7;
  background-color:#bac48c;
}

/***
 *** Course
 ***/

.headingblock {
  border: 0px;
}
.categoryheader {
	background: #f5f5f5;
}
.categoryboxcontent,
.courseboxcontent {
	border-color: #acacac;
}
.categorybox .category,
.categorybox .category {
}

#course-view .section.main .content {
	
}

#course-view .section.main .side {
}

#course-view .current .right.side,
#course-view .current .left.side {
	background-color: #ffffff;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
	
}

/***
 *** Tabs
 ***/

.tabs .side {
  /*border-color: #acacac;*/
}
.tabrow td {
  /*background:url(/moodle/pix/tab/left.gif) top left no-repeat; */
}
.tabrow td .tablink {
  /*background:url(/moodle/pix/tab/right.gif) top right no-repeat;*/
}
.tabrow td:hover {
  /*background-image:url(/moodle/pix/tab/left_hover.gif);*/
}
.tabrow td:hover .tablink {
 /* background-image:url(/moodle/pix/tab/right_hover.gif);*/
}
.tabrow .last span {
  /*background:url(/moodle/pix/tab/right_end.gif) top right no-repeat;*/
}
.tabrow .selected {
  /*background:url(/moodle/pix/tab/left_active.gif) top left no-repeat;*/
}
.tabrow .selected .tablink {
 /* background:url(/moodle/pix/tab/right_active.gif) top right no-repeat;*/
}
.tabrow td.selected:hover {
  /*background-image:url(/moodle/pix/tab/left_active_hover.gif);*/
}
.tabrow td.selected:hover .tablink {
  /*background-image:url(/moodle/pix/tab/right_active_hover.gif);*/
}

td.inactive {
	background: url(bg-box_teal.gif) repeat-x;
	color: #ffffff;
}
td.selected div.tablink a {
	background: none;
	border: none;
	color: #ffffff;
	text-decoration: none;
}

/***
 *** Modules: Forum
 ***/

.forumheaderlist,
.forumpost {
  border-color:#acacac;
}

.forumpost .content {
  background: #FEF9F6;
}

.forumpost .left {
  background:#FEF9F6; 
}

.forumpost .topic {
  border-bottom-color: #acacac;
}

.forumpost .starter {
  background:#FEF9F6; 
}

.forumheaderlist .discussion .starter {
  background:#FEF9F6; 
}

.forumheaderlist td {
  border-color: #acacac;
}

.sideblock .post .head {
  /*color:#FEF9F6;*/
}

.forumthread .unread {
  background: #FEF9F6;
}
#mod-forum-discuss .forumpost {
  background: none;
}

#mod-forum-discuss .forumpost.unread .content {
	/*border-color: #acacac; */
} 

#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}/***** k2m_aztek2/fw_color.css end *****/

/***** k2m_aztek2/fw_fonts.css start *****/


.clearer {
  font-size:1px; clear: both;
}

body, td, li, p {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 11px;
}
p {
	font-size: 12px;
}
th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

a:link {
    text-decoration: underline;
}

/*a:visited {
    text-decoration: underline;
}*/

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4 {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 18px;
    font-weight: bold;
}

h2 {
    font-size: 14px;
	font-weight: bold;
}
h3 {
    font-size: 12px;
}
h4 {
    font-weight:bold;
}
.sitetopiccontent p {
	font-size: 18px;
}
th.header,
td.header,
div.header,
.headingblock {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
}
.title h2{
	font-size: 12px;
}

.categorybox .category,
.categorybox .category {
/*  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
    font-size: 12px;
    font-weight: bold;
}
.course {
	font-size: 11px;
}
.generaltable td.cell.c0 {
  font-weight: bold;
}
/***
 *** Header
 ***/
 
.breadcrumb {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.logininfo,
#header-home .headermenu font {
     font-size: 11px;
}

 /***
 *** Blocks
 ***/
.sideblock .footer {
    font-size: 11px;
    text-align: left;
}

/***
 *** Calendar
 ***/
#calendar .maincalendar table.calendarmonth td {
  font-size: 11px;
}

#calendar .maincalendar .calendar-controls .current {
  font-weight: normal;
}
.current {
	font-size: 12px;
}
#calendar .sidecalendar .filters {
  font-size: 11px;
  }

table.minicalendar tr.weekdays th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight:normal;
  }

table.minicalendar tr td {
  font-size:11px;
  }
  
/***
 *** Course
 ***/
  
#course-view .section .left {
  font-weight: bold;
  font-size: 12px;
}
.courseboxcontent h2.main {
	font-size: 12px;
}
/* Glossary */
.categoryheader {
	font-size: 12px;
}
span.concept {
	font-weight: bold;
}
td.entry {
	font-size: 12px;
}
.tablink {
	font-weight: bold;
}
/*Accessibility: resizable icons. */
img.resize {
  width: 1em;
  height: 1em;
}
/***** k2m_aztek2/fw_fonts.css end *****/

