/**************************************
 * THEME NAME: wsgfl_template_07
 *
 * Files included in this sheet:
 *
 *   wsgfl_template_07/alterations.css
 **************************************/

/***** wsgfl_template_07/alterations.css start *****/

body {  /** sets for the page **/
background-color: white;
font-size: 10pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:black;
margin: 0px;
padding: 0px;
}
#TheBody {background-color:white;} /** needed for quizzes **/
#header {background-color: #CC0000;width:100%;} /** sets the background colour for the heading block **/
#header-home {background-color: #CC0000;width:100%;}
.headermenu .whitenav {color:darkblue;} /*** the username displayed at top of page **/
.headermenu {position:absolute; top:5px; right: 5px;}
.logininfo {color: lightgrey;} /* the you are logged in as top right */
.sitetopiccontent {background-color: white;}
.content {background-color: white;
line-height:normal;  /* added to adjust large font sizes displaying squashed up */
}
.content.left {background-color: white;} /** next 2 needed for the login box bg colours **/
.content.right {background-color: white;}
.generalboxcontent {background-color: white;}
.left {background-color: #FFFF99;}
.right {background-color: #FFFF99;}
.navbar {background-color: #FFFF99;color:black;height:25px;}
.categoryboxcontent {background-color:white;}

.sideblock .header{  /** the left and right blocks header **/
border-color: none;
  background-color:#FFFF99;
  color: black;
}
.headingblock.header {
background-color:#FFFF99;
border-color: none;
}
.sideblock .content { /** the left and right blocks content**/
border-color: none;
background-color:white;
}
.admin .generalboxcontent {
  background-color:white; 
}
#footer {
background-color:#FFFF99;
margin-top: 10px;
color:black;
}

/***** wsgfl_template_07/alterations.css end *****/

