/* @override 
	http://rsaenz.webfactional.com/calendar/css/calendar.css
	http://rsaenz.webfactional.com/media/css/calendar.css
*/

/* ESTILOS CLUB DEL DISCO - 2010 */

/* ================== */

#django_calendar 
{
 display:block;
 position:relative;
 z-index:10;
	font-size: 12px;
	margin: 15px auto 40px;
	text-align: center;
	width: 100%;
	padding: 0;
	background-color: #fff;
	color: #000;
}

/* important not to let user select table content directly */

#django_calendar table
{
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

#django_calendar_sample_output
{
  padding:0 0 0 30px;
  width:200px;
  font-size:20px;
  display:block;
  text-align:right;
  color:grey;
  }

#django_calendar_response
{
  padding:0 50px 0 50px;
  width:160px;
  font-size:20px;
  display:block;
  text-align:right;
  color:grey;
}



#django_calendar table#calendar
{
    display:block;
    position:relative;
    width: 100%;
    border:none;
    background: #ebebeb;
    margin:0 auto;
    color: #000;
    text-align:center;
}

#django_calendar table#calendar th
{
    font-size: 11px;
    color: #000;
    font-weight:bold;
    width:190px;
    height:35px;
    text-align:center;
    padding-top:0px;
    border:none;
}

#django_calendar table#calendar th#date_search
{
    font-size: 11px;
    color: #000;
    font-weight:bold;
    width:190px;
    height:35px;
    text-align:center;
    padding-top:0px;
    border:none;
	background-color: #fff;
}

#django_calendar table#calendar th#date_search a
{
  color: #d00;
  font-weight:bold;
  font-size:120%;
}

#django_calendar table#calendar td
{
    border-top: 1px solid #fff;
    border-left:1px solid #fff;
    width:26px;
    height:22px;
    padding:0;
    cursor:pointer;
}

#django_calendar table#calendar tr td
{
    font-size: 11px;
    color: #909090;
    font-weight: bold;
	line-height: 1em;
}

#django_calendar table#calendar tr td a:hover,
#django_calendar table#calendar tr td a.on
{
    background: #dcdcdc;
    color:#f00;
    filter:alpha(opacity=100); 
    -moz-opacity:1;          
    opacity:1;
}

#django_calendar table#calendar td a {
      display:block;
      width: 100%;
      text-decoration:none;
      color: #d00;
	line-height: 28px;
	margin: 0;
	padding: 0;
	height: 100%;
}



