/**************************************
 * THEME NAME: standardwhite
 *
 * Files included in this sheet:
 *
 *   standardwhite/gradients.css
 **************************************/

/***** standardwhite/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

a:hover{
color:#005447;
}

a:link{
color:#005447;
}

a:visited{
color:#005447;
}

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;    
	color:#005447; 
	
	border-top-color:#005447;
    border-left-color:#005447; 

/*	border-right-color:#F9F3E5;
    border-bottom-color:#F9F3E5;  */ 
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
	color:#005447;
}

#page {
  margin:0px;
  background-color:#FBF5E9;
  padding-left: 10px;
  padding-right: 10px;
  padding-top:0px;
  border-bottom:#007699 solid 2px;
  border-left:#007699 solid 2px;
  border-right:#007699 solid 2px;
}

body {
  background-color:#C2D7CE;
  margin: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  font-size: 12px;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  letter-spacing:0.04em;
}

.sideblock .header {
  border-top-color:#DFE6EE;
  border-left-color:#DFE6EE;
  border-right-color:#DFE6EE;
  background:#DFE6EE;
  text-align:left;
  color:#09467F;
  padding-top:6px;
  padding-bottom:6px;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
}

.sideblock .content {
 /* vertical-align:middle;
  background: url(side.jpg) bottom repeat-x;
  background-color:#EDEAE8;*/
  
  padding-bottom:20px;
  border-bottom-color:#CADDE0;
  border-left-color:#CADDE0;
  border-right-color:#CADDE0;
  
  
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
}

table.minicalendar {
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
}

.coursebox {
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
}

.loginbox{
	background-color:#FBFBF7;
	border:solid 1px;
	border-color:#95BBAC;
	
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
}
/***** standardwhite/gradients.css end *****/

