/**************************************
 * THEME NAME: bacesmoodle
 *
 * Files included in this sheet:
 *
 *   bacesmoodle/bacesmoodle.css
 *   bacesmoodle/ilp.css
 **************************************/

/***** bacesmoodle/bacesmoodle.css start *****/

body {
  background-color:#FFF;
  color: #333;
}

/* most headings  */
th.header,
td.header,
div.header {
    color: #333; 
    background: #F2F2F2;
    font-family: Arial, Helvetica, sans-serif;
}

/* breadcrumb trail */
.navbar {
    color: #FFF;
    background: #BBB;
}
.navbar a:link,
.navbar a:visited,
.navbar a:hover,
.navbar a {
    color: #FFF;
    text-decoration: underline;
}

/* give plus n minus a grey bg so they show up  */
.hide-show {
    background: #cccccc;
}

/* main banner */
#header-home {
    color: #000000;
    background: #FFF;
    background-image: none;     
    height: 50px;
}

/* all links  */
a,
a:visited,
a:hover,
a:link {    
    color: #3D5796;
}
/* make login link at top visible */
.headermenu a:link,
.headermenu a:visited,
.headermenu a:hover,
.headermenu a {
    color: #3D5796;
    text-decoration: underline;
}
#middle-column .headingblock {
    color: #FFF;
    background: #4E6EB8;
}
/* box borders */

.sideblock {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

/* footer */

.homelink {
  font-size:0.8em;
  margin: 1em 0;
}
.homelink a {
  padding-left:1em;
  padding-right:1em;
}
.homelink a:link,
.homelink a:visited,
.homelink a:hover {
  color: #FFF;
  background-color:#4E6EB8;
  text-decoration: none;
}
.homelink a:link,
.homelink a:visited {
  border-top: 0px ;
  border-bottom: 0px ;
  border-left: 0px ;
  border-right: 0px ;
}
.homelink a:hover {
  border-bottom: 0px ;
  border-top: 0px ;
  border-right: 0px ;
  border-left: 0px ;
}
/***** bacesmoodle/bacesmoodle.css end *****/

/***** bacesmoodle/ilp.css start *****/

/*
* Targets and Concerns
*/

#blocks-ilp-view div#content {margin-left: 20px;}
#blocks-ilp-view table td{margin:3px; padding:5px; }
#blocks-ilp-view table.generalbox { width:99%; }
table#targets .commands, table#concerns .commands { font-size: 0.8em; padding-top: 0em; text-align:right; clear: both; }
table#targets .commands form, table#concerns .commands form{ display:inline; }
table#targets .commands form select, table#targets .commands form input, table#concerns .commands form select, table#concerns .commands form input, form#student_status select, form#student_status input{ font-size:0.8em; }
div.addbox { text-align:center; margin:5px; }
div.addbox a { border: 1px solid #000; padding:5px; }
p.targetfooter, p.concernsfooter { text-align:right; margin:0; font-size: 0.8em; }
.targetcenter, .concernscenter { text-align:center; }
.targetcomment, .concernscomment { width:85%; text-align:left; font-size:0.8em; margin-top:3px; margin-bottom:3px; padding:3px; }
.targetcomment .commands, .concernscomment .commands { font-size: 0.9em; padding-top: 0.5em; text-align:right; clear: both; }
h1.status-0, h2.status-0, h3.status-0 { color: #00984b; }
h1.status-1, h2.status-1, h3.status-1 { color: #ff7e00; }
h1.status-2, h2.status-2, h3.status-2 { color: #ff0000; }
.concernstatus-0 { background-color:#68fbb1; }
.concernstatus-1 { background-color:#ffb164; }
.concernstatus-2 { background-color: #fd6e6e; }
/***** bacesmoodle/ilp.css end *****/

