/**************************************
 * THEME NAME: GFN
 *
 * Files included in this sheet:
 *
 *   GFN/gfn_layout.css
 *   GFN/gfn_color.css
 *   GFN/gfn_fonts.css
 **************************************/

/***** GFN/gfn_layout.css start *****/

/* Core */

body {
	margin: 0px;
	padding: 0px;
}
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;
  padding-left: 5px;
}
  
h1, h2, h3 {
  border-width: 1px;
  border-style: solid; 
}

h4 {
  border-bottom-style: solid;
  border-bottom-width:1px; 
}
.generalbox {
  border-width:1px; 
  border-style:solid;
}

.sitetopiccontent {
  border-width:1px;
  border-style:solid;
}

/***
 *** Header
 ***/

#header-home, #header {
  height:95px;
	background-image: url(interface/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header {
  height:95px;
	background-image: url(interface/bg_header_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.headermain {
 border-width: 0px;
}
.headermenu {
	float:right;
	text-align:right;
	margin-top: 18px;
	margin-right: 15px;
}
.headermenu .logininfo {
	padding-bottom: 7px;
}
.navbar {
	height: 22px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.breadcrumb {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }
 
.navbar .navbutton {
	padding: 0px;
	margin-top: 1px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
 }
#page {
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#content {
	padding-top: 15px;
}
/***
 *** Login
 ***/

TABLE.loginbox {
  margin-top: 40px;
  }

.loginbox .header {
  border-width:1px;
  border-style:solid;
  border-bottom-width: 0px;
}

.loginbox .content {
  border-top-width: 1px;
}
/***
 *** Footer
 ***/

#footer {
	text-align:left;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 5px;
}
#footer .menu {
	margin-right: 14px;
}
/***
 *** Blocks
 ***/
 
 .sideblock .header h2 {
  border-width: 0px;
 }
 
.sideblock .footer {
  border-top-width:1px;
  border-top-style:dashed;
}
  

/***
 *** Calendar
 ***/
 
#calendar .today,
.minicalendar .today {
  border:1px solid !important;
} 
 
 table.minicalendar {
  width: 100%;
  margin:10px auto;
  padding:2px;
  border-width:1px;
  border-style:solid;
  border-collapse:separate;
  border-spacing:1px !important;
}

table.minicalendar tr.weekdays th {
   border-style: none;
}

table.minicalendar tr td.day {
  border-style: solid;
  border-width: 1px;
}

table.minicalendar tr.weekdays th abbr {
  border-style: none;

  }
table.calendarmonth {
  border-collapse:separate;
  border-spacing:1px !important;
}
table.calendarmonth tr td  {
  border-style: solid;
  border-width: 1px;
}
/***
 *** Course
 ***/
 
.headingblock {
  border-width:1px;
  border-style:solid;
  padding:5px;
}
.categorybox .category,
.categorybox .category {
  border-bottom: solid;
  border-width: 1px;
  padding-top: 7px;
}
#course-view .section .left {
  border-right-width: 1px;
  border-right-style: dashed;
}
#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-width: 1px;
  border-style: dashed;
}
input {
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
select {
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#course-info #page #page {
	width: auto;
}
/*---------------notes
#mod-resource-view not used as popup-layout
-----------------*//***** GFN/gfn_layout.css end *****/

/***** GFN/gfn_color.css start *****/

/* Core */

body {
  background-color: #FFFFFF;
}
#page {
	background-color: #fffef2;
}
a:link {
    color: #1d378b;
}

a:visited {
    color:#0033CC;
}

a:hover {
    color: #990000;
}

a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
}
#content h2 a {
	color: #FFFFFF;
}
h1 {
  background-color: #FFFFFF;
  border-color: #1d378b;
  color: #1d378b;
}

h2 {
	background-color: #1d378b;
	border-color:#1d378b;
	color: #FFFFFF;
}
h3 {
  border-color:#1d378b;
}
h4 {
  border-color:#1d378b;
}


th {
	background-color:#1d378b;
	color: #FFFFFF;

}

th.header,
td.header,
div.header {
	color: #FFFFFF;
	background-color: #1d378b;
}
th.header a,
td.header a,
div.header a {
	color: #FFFFFF;
}
#layout-table #left-column {
    /* background-color: yellow; */
}

.generalbox {
	background-color:#FFFFFF;
	border-top-color: #1d378b;
	border-right-color: #1d378b;
	border-bottom-color: #1d378b;
	border-left-color: #1d378b;
}

.generaltable,
.generaltable td {
	border-top-color: #1d378b;
	border-right-color: #1d378b;
	border-bottom-color: #1d378b;
	border-left-color: #1d378b;
	background-color:#FFFFFF;
}
.navbar {
	background-color:#1d378b;
	background-image: url(interface/bg_navigationMain.gif);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
.navbar a:link, .navbar a:visited {
	color: #D2D9F0;
}
.navbar a:hover, .navbar a:active {
	color: #FFFFFF;
}
.sitetopiccontent {
  border-color:#1d378b;
  background-color:#FFFFFF;
}

.highlight {
	background-color:#1d378b;
	color: #FFFFFF;
}

.highlight2 {
  color:#1d378b; /* highlight missing terms in forum search */
}



/***
 *** Header
 ***/

#header-home, #header {
	background-color: #1d378b;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/***
 *** Login
 ***/


.loginbox .header {
  border-color:#1d378b;
}

.loginbox .content {
  border-color:#1d378b;
}


/***
 *** Blocks
 ***/
 
.sideblock .header {
  border-color: #1d378b;
}

.sideblock {
  border-color:#1d378b;
}

.sideblock .content {
	background-color:#FFFFFF;
	border-top-color: #1d378b;
	border-right-color: #1d378b;
	border-bottom-color: #1d378b;
	border-left-color: #1d378b;
	color: #1d378b;
}

.sideblock hr {
  color:#FFFFFF;
  /*background-color:#FEF9F6;*/
}

.sideblock .footer {
  border-top-color:#FFFFFF;
}

.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 {
  border-color: #1d378b;
}

#calendar .maincalendar table.calendarmonth th {
  border-color: #1d378b;
}


table.calendarmonth tr td {
   border-color:#1d378b;
} 

table.minicalendar {
  border-color:#1d378b;
}

table.minicalendar tr.weekdays th {
	background-color:#1D378B;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
  }

table.minicalendar tr td.day {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #ecebed;
  }
  
table.minicalendar tr td.weekend {
  border-color:#FFFFFF;
  color: #5B7AC4;
  }
  
#calendar .today,
.minicalendar .today {
  border-color:#000000 !important;
}
  
/* colors for calendar events */
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#2EBA0E !important;
  background-color:#2EBA0E;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#FF9966 !important;
  background-color:#FF9966;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
  border-color:#FBBB23 !important;
  background-color:#FBBB23;
}

#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
  border-color:#A1BECB !important;
  background-color:#A1BECB;
}

.cal_popup_fg {
  background-color:#FEF9F6;
}

.cal_popup_bg {
  border-color:#C6BDA8;
  background-color:#FEF9F6;
}


/***
 *** Course
 ***/

.headingblock {
  border-color:#1d378b;
}

.categoryboxcontent,
.courseboxcontent {
  border-color:#1d378b;
  background: #FFFFFF;
}

.categorybox .category,
.categorybox .category {
  border-color: #1d378b;
}

#course-view .section.main .content {
  border-color: #C6BDA8;
  background-color: #FFFFFF;
}

#course-view .section.main .side {
  border-color: #C6BDA8;
  background-color: #FFFFFF;
}

#course-view .current .right.side,
#course-view .current .left.side {
  background-color: #C6BDA8;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-color:#C6BDA8;
 }




/***
 *** Tabs
 ***/

.tabs .side {
  border-color: #1d378b;
}
.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:#1d378b;
}

.forumpost .content {
	background-color: #FFFFFF;
}

.forumpost .left {
	background-color: #FFFFFF;
}

.forumpost .topic {
  border-bottom-color: #1d378b;
}
.forumpost .starter {
	background-color: #FFFFFF;
}

.forumheaderlist .discussion .starter {
	background-color: #FFFFFF;
}

.forumheaderlist td {
  border-color: #1d378b;
}

.sideblock .post .head {
  color:#FFFFFF;
}

.forumthread .unread {
	background-color: #FFFFFF;
}
#mod-forum-discuss .forumpost {
  background: none;
}

#mod-forum-discuss .forumpost.unread .content {
  border-color: #C6BDA8; 
} 

#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}
select {
	color: #1d378b;
	background-color: #FFFFFF;
	border: 1px solid #1d378b;
}
/***** GFN/gfn_color.css end *****/

/***** GFN/gfn_fonts.css start *****/

/* Core */

.clearer {
  font-size:1px;
}

body, td, li {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 13px;
}
th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
    font-size:1.2em;
    font-weight: bold;
}

h2 {
    font-size:1.15em;
}
h3 {
    font-size:1.1em;
}
h4 {
    font-weight:bold;
}

th.header,
td.header,
div.header,
.headingblock {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.9em;
}


.categorybox .category,
.categorybox .category {
/*  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
    font-size: 1.2em;
    font-weight: bold;
}

.generaltable td.cell.c0 {
  font-weight: bold;
}
/***
 *** Header
 ***/
 
.breadcrumb {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:.85em;
    font-weight:bold;
	font-variant: small-caps;
}
.logininfo,
#header-home .headermenu font {
     font-size:.8em;
}

 /***
 *** Blocks
 ***/
 
.sideblock .footer {
    font-size:0.85em;
    text-align: left;
}

/***
 *** Calendar
 ***/
#calendar .maincalendar table.calendarmonth td {
  font-size:.8em;
}

#calendar .maincalendar .calendar-controls .current {
  font-weight: bold;
}

#calendar .sidecalendar .filters {
  font-size:0.75em
  }

table.minicalendar tr.weekdays th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.7em;
  font-weight:normal;
  }

table.minicalendar tr td {
  font-size:0.7em;
  }
  
/***
 *** Course
 ***/
  
#course-view .section .left {
  font-weight: bold;
  font-size: 1.2em;
}
/***
 *** Chat
 ***/
 /*---
 changes font size in main chat window
 #mod-chat-gui_header_js-jsupdate .text {
	font-size: 18px;
}
---*/
/*Accessibility: resizable icons. */
img.resize {
  width: 1em;
  height: 1em;
}
input {
	font-size: 10px;
}
#mod-chat-gui_header_js-chatinput input {
	font-size: 16px;
	width: 370px;
}
#mod-chat-gui_header_js-chatinput form {
	padding-bottom: 5px;
}
select {
	font-size: 10px;
}/***** GFN/gfn_fonts.css end *****/


