/**************************************
 * THEME NAME: bvs
 *
 * Files included in this sheet:
 *
 *   bvs/styles.css
 **************************************/

/***** bvs/styles.css start *****/

/* bvs moodle theme screen css
 *
 * colors: dark blue: #acacc0, light blue: #d4d4e5, red: #b22222
=================================================== */


/* general 
=================================================== */
body {
  font-size: 100%;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

a {
  text-decoration: none;
}
  a:link {
    color: #116699;
  }
  a:visited {
    color: #5A8DAC;
  }
  a:hover {
    color: #b22222;
  }

h2 {
	color: #000;
	font-size: 1.4em;
	padding-bottom: .1em;
}

/* layout main ids + classes
=================================================== */
#page {
	width: 960px;
  margin: 0 auto;
  text-align: left;
  border-top: 5px solid #acacc0;
}
  /* header
	------------------------------------------------ */
  #header-home, #header {
    height: 95px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
    #header-home .headermenu, #header .headermenu {
      margin-top: -35px !important;
    }
    h1.headermain {
      float: left;
      color: #333366;
      text-indent: -1000em;
      width: 605px;
      height: 95px;
      background: #fff url(bvs-logo.jpg) no-repeat top left;
    }
    div.headermenu {
      float: right;
    	height: auto !important;
    	margin: 0!important;
    	padding: 0 !important;
      font-size: 0.75em;
			width: 550px !important;
			text-align: right !important;
    }
      div.headermenu div.logininfo {
        float: left;
        padding-top: .4em;
      }
      div.headermenu .popupform {
        float: left;
      	margin-left: 55px;
      }
    #site-index div.navbar {
      height: 10px !important;
    }
    div.navbar {
      padding: 3px 0;
      color: #666;
      background-color: #d4d4e5;
      border: 0;
      border-top: 2px solid #acacc0;
      border-bottom: 1px solid #acacc0;
      font-weight: bold;
      margin: 0 !important;
      height: 25px !important;
    }
      div.breadcrumb {
        font-size: 0.8em;
        padding-left: 0.3em;
      }
        div.breadcrumb span.sep {
          color: #acacc0;
        }
      div.navbar div.navbutton form {
        float: left;
      }
      div.navbar div.navbutton {
      }



  /* header
  ------------------------------------------------ */
  #content {
    padding: 20px 0;
    font-size: 0.75em;
    line-height: 1.6em;
    margin-top: 0px;
    clear: both;
  }
    
    /* main column
    ------------------------------------------------ */
    #middle-column {
      display: block;
      padding: 0 !important;
      width: auto !important;
    }
      #middle-column h2 {
      	background: none;
      	padding: 0;
      	margin-bottom: 1em;
      	border-bottom: 3px solid #acacc0 !important;
      }
      .forumpost {
        border: 0;
      }
        .forumpost .header td {       
          border: 0;
          border-top: 2px solid #acacc0 !important;
          background: #d4d4e5;
        }
          .forumpost .header .subject {
            font-weight: bold;
          }
          .forumpost .header .author {
            color: #666;
          }
      .coursebox {
        background-color: #d4d4e5;
        border: 0;
      }
         .coursebox .name,
         .coursebox .teachers,
         .coursebox .accessicon { float: left; }
         .coursebox .accessicon { clear: both; }
      td.courseboxcontent {
        background-color: #d4d4e5;
      }
      .coursesearchbox {
        float: left;
        padding-top: 1em;
      }
      .categorybox, .generalbox, .box, .categorylist {
        border: 0 !important;
      	margin: 0 !important;
      	padding: 0 !important;
      	width: 100%;
      }

        td.categoryboxcontent {
          background-color: #d4d4e5;
          margin: 0;
          padding: 0;
          border: 0;
        }
          .categorybox tr {
          	background: #d4d4e5;
          	font-weight: bold;
          }
          .categorybox td.course {
          	border-top: 1px solid #999;
          }
          .categorybox tr.over td.category, .categorybox tr.over td.course {
          	background: #b22222;
          }
          .categorybox tr.over td.category a, .categorybox tr.over td.course a {
          	color: #fff;
          }
          .categorybox .course {
            font-weight: normal;
          }
            .categorybox .level1 td {
              background: #acacc0;
            }
            .categorybox .level2 td, categorybox .level2 .course td {
              background: #d4d4e5;
            }
            .categorybox .level3 td, categorybox .level3 .course td {
              /*display: none;  causes strange margin effects in ie. now done per javascript */
              height: 0 !important;
              background: #F4F4FC;
            }

              .categorybox a {
              	color: #000;
              	text-decoration: none;
              }
      
      #calendar {}      
        #calendar .maincalendar {
          border: 0;
        }
          #calendar .maincalendar .controls {
            background: #d4d4e5;
          }
          #calendar .maincalendar .event {
            border: 0 !important;
          }
            #calendar .maincalendar .event .description h2 {
              text-align: left !important;
            }
            #calendar .maincalendar .event .topic {
              border-bottom: 2px solid #d3d3d3;
            }
        #calendar .sidecalendar {
          background: #d4d4e5;
          border: 0;
        }
        #calendar .event_global {
          background-color: #D6F8CD;
          border-color: #D6F8CD;
        }
        #calendar .event_course {
          background-color: #FFD3BD;
          border-color: #FFD3BD;
        }
        #calendar .event_group {
          background-color: #FEE7AE;
          border-color: #FEE7AE;
        }
        #calendar .event_user {
          background-color: #DCE7EC;
          border-color: #DCE7EC;
        }
              
  /* side columns
  ------------------------------------------------ */            
  #left-column {
    padding-right: 20px !important;
  }
  #right-column {
    padding-left: 30px !important;
  }
  
    /* blocks
    ------------------------------------------------ */
    .sideblock {}
      div.sideblock ul.list span.c1 {
        padding-left: 0;
      }
      div.sideblock div.header {
        padding: 0 0.3em 0.3em;
      }
        .sideblock .header .hide-show img.hide-show-image {
          background-image: url(../../pix/t/switch_minus.gif);
          background-repeat: no-repeat;
          margin-top: 0;
        }
        .sideblock.hidden .header .hide-show img.hide-show-image {
          background-image: url(../../pix/t/switch_plus.gif);
          background-repeat: no-repeat;
          margin-top: 2px;
        }
        div.sideblock div.title h2 {
          font-size: 1em;
          line-height: 1.1em;
        }
        div.sideblock div.header div.commands {
          height: 16px;
          background-color: #ccc;
        }
          div.sideblock div.commands a.roles img {
            width: 11px;
            height: 11px;
          }
      div.sideblock div.content {
        padding: 0.3em 0.3em;
        background-color: #d4d4e5;
        border: 0;
      }
        div.sideblock div.content * {
          text-align: left;
        }
        .block_calendar_month{}
          .block_calendar_month .event_global {
            background-color: #D6F8CD;
            border-color: #D6F8CD;
          }
          .block_calendar_month .event_course {
            background-color: #FFD3BD;
            border-color: #FFD3BD;
          }
          .block_calendar_month .event_group {
            background-color: #FEE7AE;
            border-color: #FEE7AE;
          }
          .block_calendar_month .event_user {
            background-color: #DCE7EC;
            border-color: #DCE7EC;
          }
            div.calendar-controls span.previous {
              font-family: verdana, arial, helvetica, sans-serif;
            }
            div.calendar-controls span.next {
              font-family: verdana, arial, helvetica, sans-serif;
              text-align: right;
            }
            div.sideblock div.calendar-controls span.current {
              text-align: center;
            }
            .minicalendar {
              border: 0 !important;
            }
              .minicalendar td.day {
                text-align: center !important;
                font-size: 0.9em;
                border: 0 !important;
              }
              .minicalendar td.today, .minicalendar td.event_course {
                font-weight: bold;
              }
              .minicalendar tr.weekdays {
                font-size: 0.8em;
              }
              .minicalendar .event_user {
                background-color: #DCE7EC;
                border-color: #DCE7EC;
              }
              .minicalendar .event_group {
                background-color: #FEE7AE;
                border-color: #FEE7AE;
              }
              .minicalendar .event_course {
                background-color: #FFD3BD;
                border-color: #FFD3BD;
              }
              .minicalendar .event_global {
                background-color: #D6F8CD;
                border-color: #D6F8CD;
              }
              .minicalendar td.today {
                line-height: 1.4em;
                border: 2px solid #333366;
              }
      div.sideblock span.icon {
        display: block;
        float: left;
        margin-right: 0.3em;
      }
      div.sideblock ul.list li {
        clear: left;
      }
      
  /* footer
  ------------------------------------------------ */   
  #footer {
    margin-top: 0;
    font-size: 0.75em;
    border-top-width: 20px;
    border-style: solid none none;
    border-top-color: #d4d4e5;
    text-align: left !important;
    padding-top: 1em;
  }
    #footer .logininfo, #footer .homelink {
      float: left;
      padding: 0 !important;
    }
    #footer a.dimando {
      float: right;
      width: 300px;
      text-align: right;
    }
    #footer a.moodle {
      float: right;
    }
  
  
  .singlebutton {
    text-align: right !important;
  }


/* form elements
=================================================== */
form.mform div.textarea textarea {
  width: 35em;
}
input.submit {
	border: 2px solid #acacc0;
	padding: 1px 5px;
	background: #d4d4e5;
	cursor: pointer;
	margin-left: 5px;
}
	input.submit:hover {
		border: 2px solid #b22222;
		background: #b22222;
		color: #fff;
	}

/* quiz */
form div.que {  
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 2px solid #acacc0;
  background: #d4d4e5;
}
  form div.que .info {}
    form div.que .info .grade {
      font-style: italic;
      margin-top: .8em;
    }
  form div.que .content {}  
    form div.que .content .qtext {
      font-weight: bold;
      margin: 0;
    }
    form div.que .content .ablock {
      margin-top: .6em;
    }
      form div.que .content .ablock table.answer td{
        padding: 0;
      }
      form div.que .content .ablock input.submit {
        background: #acacc0;
        margin-left: 0;
      }
        form div.que .content .ablock input.submit:hover {
          background: #b22222;
        }
        

	
	
/* admin styles
=================================================== */
body#admin-roles-manage td.generalboxcontent table td {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#adminsettings fieldset {
  background-color: #EEEEEE;
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
}
  #adminsettings fieldset span.form-shortname {
    color: #cccccc;
    font-size: 90%;
  }
body#admin-lang h2.main {
  font-size: 1em;
  text-align: left;
}
body.admin table.generaltable {
  width: 100%;
}  
  
  
  
  
  
/* not yet sorted
=================================================== */  
div.clearer {
  clear: both;
}
img.resize {
  width: 1em;
  height: 1em;
}
p.helplink {
  margin: 0.5em 0;
}

/* tabs */
table.tabs td.side {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #333366;
}
  .tabrow td {
    border: 1px solid #333366;
  }
  .tabrow td.selected {
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-style: solid solid none;
    border-top-color: #333366;
    border-right-color: #333366;
    border-left-color: #333366;
  }
  
table {} 
  table.cal_popup_bg {
    background-color: #F8F8F8;
    color: #333333;
    border-color: #d4d4e5;
  }
  table.generaltable td.cell {
    white-space: normal;
  }
  
ul.section li {
  margin: 0.2em 0;
}
body#course-view tr.section td.side {
  border-style: none;
}
body#course-view tr.section td.content {
  border-style: none;
}
div.que {
  border-style: none;
}
td.sitetopiccontent {
  border-style: none;
}
.header {
	background: #acacc0;
	border: 0 !important;
}
div.notifyproblem {
  text-align: left !important;
}
.cal_popup_fg {
  font-size: 1.1em;
}
.coursebox .info, .coursebox .info .name {
  width: 250px !important;
  float: left;
}
.coursebox .summary {
  float: left;
}


.topics .content, .topics .left, .topics .right {
  border-top: 2px solid #aaa !important;
  background: #d4d4e5;
}
  .topics .content h2 {
    border-bottom: 1px solid #acacc0 !important;
    padding: 0px !important;
    margin: 0px !important;
  }
.topics .spacer {
  height: 10px !important;
}/***** bvs/styles.css end *****/


