/**
   * Sagu 2 Theme
   *
   * @author Samuel Koch [samuel@solis.coop.br]
   *
   * @version $Id$
   *
   * \b Maintainers: \n
   * Samuel Koch [samuel@solis.coop.br]
   *
   * @since
   * This css was created 01/10/2008
   *
   * \b Organization: \n
   * SOLIS - Cooperativa de Soluções Livres \n
   *
   * \b Copyright: \n
   * Copyright (c) 2005-2007 SOLIS - Cooperativa de Soluções Livres \n
   *
   * \b License: \n
   * Licensed under GPLv2 (for further details read the COPYING file or http://www.gnu.org/licenses/gpl.html )
   *
   */


.s-calendar
{
  	background-color: #359;
  	padding:          4px;
}

.s-calendar-title
{
	background-image: url(index.php/miolo/themes/sblue/images/shadow.png);
	background-repeat: repeat-x;
  	background-color: #4052ff;
  	color:           #ffffff;
  	font-weight:     bold;
  	font-size:       12px;
  	text-decoration: none;
  	text-align:      center;
	width: 100%;
	margin: 0;
}

.s-calendar-column-title
{
	background-image: url(index.php/miolo/themes/sblue/images/shadow.png);
	background-repeat: repeat-x;
  	background-color: #99a3ff;
  	color:           #000;
  	font-weight:     bold;
  	font-size:       11px;
  	text-align:      center;
  	text-decoration: none;
  	width: 25px;
}

.s-calendar-row
{
  	background-color: #ffffff;
  	color:           #000;
  	font-weight:     normal;
  	font-size:       11px;
  	text-decoration: none;
}

.s-calendar-row-0
{
	background-color: #ffffff;
  	color:           #000;
  	font-weight:     normal;
  	font-size:       11px;
  	text-decoration: none;
}

.s-calendar-row-0:hover
{
  background-image: url(index.php/miolo/themes/sblue/images/shadow.png);
  background-repeat: repeat-x;
  background-color: #b2beff;
  color:            #000000;
  height:           15px;
  outline:          1px solid #c0c0c0;
}

.s-calandar-row-1
{
  	background-color: #d9dcff;
  	color:           #000;
  	font-weight:     normal;
  	font-size:       11px;
  	text-decoration: none;
}

.s-calendar-row-1:hover
{
  background-image: url(index.php/miolo/themes/sblue/images/shadow.png);
  background-repeat: repeat-x;
  background-color: #8093ff;
  color:            #000000;
  height:           15px;
  border:           1px solid #fff;
  outline:          1px solid #c0c0c0;
}

.s-calendar-cell
{
    background-image: url(index.php/miolo/themes/sblue/images/shadow.png);
    background-repeat: repeat-x;
	width:            15px;
	background-color: #99a3ff
}