/**************************************
 * 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:#1B47CA;
}

a:link{
color:#1B47CA;
}

a:visited{
color:#1B47CA;
}

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
    background: #d3dae0 url(h2.png) repeat scroll;
	border-right-color:#CCC;
    border-bottom-color:#CCC;   
}

.navbar {
    background: #d3dae0 url(h2.png) repeat scroll;
}

#page {
  margin:0px;
  background-color:#fff;
  padding:10px;
 }

body {
  background:transparent url(fondo.jpg) repeat scroll;  
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  font-size: 12px;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  letter-spacing:0.04em;
}

.sideblock .header {
  background: #6e86a1 url(sideblock.png) left top no-repeat;
  border-left-color:#1b477d;
  border-right-color:#1b477d;
  text-align:left;
  color:#FFFFFF;
  padding-top:6px;
  padding-bottom:6px;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
}

.sideblock h2 {
 padding-left:20px;
 }
 
.sideblock .content {
  background-color:#efefef;
  
  padding-bottom:20px;
  border-bottom-color:#1b477d;
  border-left-color:#1b477d;
  border-right-color:#1b477d;
  
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
}

#footer {
	background: #5d7896 url(footer.png) repeat-x scroll left center;
	color:#fff;
	height:42px;
	width:100%;
}

#footer a:link, #footer a:hover, #footer a:visited {
color:#fff;

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:#FEFEFE;
	border:solid 1px;
	border-color:#29509;
	
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
}

.breadcrumb a:hover{
color:#1b63b8;
}

.breadcrumb a:link{
color:#1b63b8;
}

.breadcrumb a:visited{
color:#1b63b8;
}

.breadcrumb {
color:#1b63b8;
}

.header-buttons {
padding-top: 65px;
}/***** standardwhite/gradients.css end *****/

