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

/***** formal_white/fw_layout.css start *****/

/* Core */

body {
    margin: 0px;
    background-image: url('pix/headerr.png');
    background-repeat: repeat-x;
    background-position: top left;
}

div#page {
}

div#headerstart {
  background-image: url('pix/header.png');
  background-repeat: no-repeat;
  background-position: top left;
  width: 791px;
  height: 92px;
}

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align: left;
  padding: 3px 5px 3px 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; 
}

input {
  
}

table#login{
  background-image: url('pix/login.gif');
  height: 100px;
  width: 398px;
}
input.fp {
  font-family: "Century Gothic", "Lucida Grande", Tahoma, Verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  border: 0px;
  width: 190px;
  background-color: #FFFFFF;
}
input.fps {
  font-family: "Century Gothic", "Lucida Grande", Tahoma, Verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  border: 0px;
  background-color: #FFFFFF;
}
td.fp{
  font-family: "Century Gothic", "Lucida Grande", Tahoma, Verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  padding-left: 13px;
  padding-right: 16px;
  text-align: left;
  height: 38px;
}
a.fp {
  font-family: "Century Gothic", "Lucida Grande", Tahoma, Verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  color: #0a2f70;
  text-decoration: none;
}
a.fp:visited {
  color: #0a2f70;
}
a.fp:hover {
  color: #0a2f70;
  text-decoration: underline;
  font-size: 14px;
}
a.fp:visited:hover {
  color: #0a2f70;
  text-decoration: underline;
  font-size: 14px;
}

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

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

/***
 *** Header
 ***/
#header-home {
  /* padding:1em 0.5em; */
}

#header {
}

.headerspcr {
  line-height: 90px;
}

.headermenu {
  float:right;
  text-align: right;
  white-space: nowrap;
  margin-top:1px;
}
.headermenu .logininfo {
  color: white;
  float:left;
  padding-right: 10px;
  padding-top: 2px;
} .headermenu .logininfo a {
  color: #008fc3;
  text-decoration:none;
} .headermenu .logininfo a:visited {
  color: #008fc3;
  text-decoration:none;
} .headermenu .logininfo a:visited:hover {
  color: #008fc3;
  text-decoration:underline;
} .headermenu .logininfo a:hover {
  color: #008fc3;
  text-decoration:underline;
}

.headerlogo {
  position: absolute;
  background-image: url('pix/blogo.png'); 
  left: 22px;
  top: 54px;
  height: 82px;
  width: 92px;
}

.navbar {
  width: 100%;
  padding:0px;
  height: 25px;
  border-width:1px;
  border-style:solid;
}

.breadcrumb {
  padding-top: 0px;
  padding-left: 20px;
}

.breadcrumb a {
  color: #008fc3;
  text-decoration:none;
} .breadcrumb a:link {
  color: #008fc3;
  text-decoration:none;
} .breadcrumb a:visited {
  color: #008fc3;
  text-decoration:none;
} .breadcrumb a:visited:hover {
  color: #008fc3;
  text-decoration:underline;
} .breadcrumb a:hover {
  color: #008fc3;
  text-decoration:underline;
}

.navbar .navbutton {
  padding-right: 5px;
  padding-top: 1px;
}


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

table.loginbox {
}

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

.loginbox .content {
  border-top-width: 0px;
}


/***
 *** Footer
 ***/

#footer {
  text-align:left;
  margin-top: 5px;
}


/***
 *** Blocks
 ***/


.sideblock .footer {
  border-top-width:1px;
  border-top-style:dashed;
  padding: 5px 0px 0px 3px;
  margin-bottom: 0px;
}

td.c1 {
  padding: 2px 0px 0px 4px;
}

.loginbox .right {
  background-image:url(pix/loginBg.gif);
  background-repeat:no-repeat;
  background-position: 50% 50%;
  height: 280px;
}
  

/***
 *** Calendar
 ***/
 
 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.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;
}
.section .activity img.activityicon {
  vertical-align: middle;
  margin-left:-15px;
}
.section td.activity {
  padding-top: 3px;
}
.section td.label {
  padding-bottom: 12px;
}
td.info {
  padding: 3px 5px 3px 5px;
  color: #666666;
  font-size: 12px;
}

td.info a {
  text-decoration: none;
  color: #008fc3;
} td.info a:hover {
  text-decoration: underline;
}

td.info .title {
  font-family: "Century Gothic", "Lucida Grande", Tahoma, Verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  color: #0a2f70;
}

td.icon {
  padding: 3px 5px 3px 5px;
  text-align: right;
}

td.summary {
  padding: 0px 5px 5px 5px;
}

.coursebox {
  padding: 0px;
  margin: 19px 0px 0px 0px;
}/***** formal_white/fw_layout.css end *****/

/***** formal_white/fw_color.css start *****/

/* Core */

body {
  background-color: #ffffff;
}

a {
    color: #0a2f70;
    text-decoration: none;
}
a:link {
    color: #0a2f70;
    text-decoration: none;
}

a:visited {
    color:#0a2f70;
}

a:hover {
    color: #0a2f70;
    text-decoration: undeline;
}

a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
}

h1 {
  background-color: #999999;
  border-color: #333333;
  color:#000000;
}

h2 {
  background-color: #E6E6E6;
  border-color:#999999;
  color:#000000;
}
h3 {
  border-color:#999999;
  color:#000000;
}
h4 {
  border-color:#999999;
  color:#000000;
}


th {
    background-color:#E6E6E6;
}

th.header,
td.header,
div.header {
  background-color: #4BA6D2;
  /*background-color: #0a2f70;
  color: white;*/
  padding-top: 3px;
}

td.info {
  background-color: #E6E6E6;
}
#layout-table #left-column {
    /* background-color: yellow; */
}

.generalbox {
  border-color:#999999;
  background-color:#FFFFFF;
}

.navbar {
  background-color:#0a2f70;
  border-color:#666666;
  border:0px;
  color: #FFFFFF;
  /* height: 20px; */
  /*background: url(pix/grad/bg_bread.jpg) repeat-x;*/
}
.navbutton {
  color: #FFFFFF;
}

.sitetopiccontent {
  border-color:#999999;
  background-color:#0093c1;
}


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

#header-home, #header {
  border-color:white;
  border: 0px;
}

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


.loginbox .header {
  border-color:#999999;
}

.loginbox .content {
  border-color:#999999;
}


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

.sideblock {
  border-color:#999999;
}

.sideblock .content {
  border-color:#999999;
  background-color:#E6E6E6;
}

.sideblock .content a {
  color: #0a2f70;
  text-decoration: none;
} .sideblock .content a:hover {
  text-decoration: underline;
}

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

.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: #999999;
}

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


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

table.minicalendar {
  border-color:#999999;
}

table.minicalendar tr.weekdays th {
  background-color:#FEF9F6;
  border-color:#999999;
  }

table.minicalendar tr td.day {
   border-color:#999999;
  }
  
table.minicalendar tr td.weekend {
  border-color:#999999;
  color: #004684;
  }
  
#calendar .today,
.minicalendar .today {
  background-color:#0093c1;
  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:#ffcc00;
}

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

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

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

.cal_popup_fg {
  background-color:#FEF9F6;
}

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


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

.headingblock {
  border-color:#999999;
}

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

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

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

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

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

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




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

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

.forumpost .content {
  background: #FEF9F6;
}

.forumpost .left {
  background:#FEF9F6; 
}

.forumpost .topic {
  border-bottom-color: #999999;
}

.forumpost .starter {
  background:#FEF9F6; 
}

.forumheaderlist .discussion .starter {
  background:#FEF9F6; 
}

.forumheaderlist td {
  border-color: #999999;
}

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

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

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

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

#mod-forum-index .unread {
}
/***** formal_white/fw_color.css end *****/

/***** formal_white/fw_fonts.css start *****/

/* Core */

.clearer {
  font-size:10px;
}

body, td, li {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 13px;
}

th {
  font-family:  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, h5 {
    font-family: "Arial, helvetica, sans-serif;
}

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

h2 {
    font-size:1.4em;
    font-weight: bold;
}
h3 {
    font-size:1.25em;
    font-weight: bold;
}
h4 {
    font-size:1.1em;
    font-weight: bold;
}
h5 {
    font-style: bold;
    line-height: normal;
    font-weight: strong;
    font-variant: normal;
    text-transform: normal;
  }
<style type="text/css">
<!--
.weak {
    font-family: arial;
    font-size: 14px;
    color: #990000;
    font-weight: bold;
    font-variant: normal;
}
-->

<style type="text/css">
<!--
.average {
    font-family: arial;
    font-size: 14px;
    color:blue;
    font-weight: bold;
    font-variant: normal;
}
-->

<style type="text/css">
<!--
.assignment {

  }
-->

<style type="text/css">
<!--
.headerx {
    border-color:#C6BDA8;
    font-family:  arial, helvetica, sans-serif;
    font-weight: bold;
  }
-->

.navbar {
    font-family: "arial, helvetica, sans-serif;
}
.navbutton {
    font-family: arial, helvetica, sans-serif;
}

<style type="text/css">
<!--
.high {
    font-family: arial;
    font-size: 14px;
    color: #009966;
    font-weight: bold;
    font-variant: normal;
}
-->

th.header,
td.header,
div.header,
.headingblock {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}


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


/***
 *** Header
 ***/
 
.breadcrumb {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.logininfo,
#header-home .headermenu font {
     font-weight: bold;
     /*text-decoration: underline;*/
     font-size:14px;
}

 /***
 *** 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:  Arial, Helvetica, sans-serif;
  font-size:0.7em;
  font-weight:normal;
  }

table.minicalendar tr td.day {
  font-size:0.7em;
  }
  
/***
 *** Course
 ***/
  
#course-view .section .left {
  font-weight: bold;
  font-size: 1.2em;
}
  

  
/***** formal_white/fw_fonts.css end *****/

