/**************************************
 * 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-image:url(h2.jpg);     
    background-position:top;    
    background-repeat:repeat-x;    
	color:#FFFFFF; 
	
	border-top-color:#1B47CA;
    border-left-color:#1B47CA; 

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

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

#page {
  margin:0px;
  background-color:#DFE6EE;
  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:#275363;*/
  background-image:url(fondo.jpg);
  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 {
  background: url(block_header.jpg) bottom repeat-x;
  border-top-color:#21A0E5;
  border-left-color:#21A0E5;
  border-right-color:#21A0E5;
  /*background:#76A6D6;*/
  text-align:left;
  color:#FFFFFF;
  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:#C7C7BF;
  border-left-color:#C7C7BF;
  border-right-color:#C7C7BF;
  
  
  -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:#DEDDDB;
	
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
}

.breadcrumb a:hover{
color:#FFFFFF;
}

.breadcrumb a:link{
color:#FFFFFF;
}

.breadcrumb a:visited{
color:#FFFFFF;
}

.breadcrumb {
color:#FFFFFF;
}

.header-buttons {
padding-top: 65px;
}/***** standardwhite/gradients.css end *****/

