﻿/* DESDE SO */
.topArea
{
	background:none;
}
.topNavContainer
{
	background-image:url("../images/UACJ_GLASS/bl_Navbar_Default_Glass.jpg");
}
.topNavItem
{
	/* Letras No seleccionadas del titulo AMARILLAS */
	color: #ffed00;	
	background-image: url('../images/UACJ_GLASS/bl_Navbar_Splitter_Glass.jpg');
}
.topNavSelected a 
{
	background-image: url('../images/UACJ_GLASS/bl_Navbar_Hover_Glass.jpg');
}
.topNavHover a
{
	background-image: url('../images/UACJ_GLASS/bl_Navbar_Hover_Glass.jpg');
}
.topNavRoundLeft
{
	width:14px;
	*position:relative;
	*right:-1px;
	background-image:url('../images/UACJ_GLASS/bl_Navbar_Left.jpg');
	background-repeat:no-repeat;
}
.topNavRoundRight
{
	width:15px;
	background-image:url('../images/UACJ_GLASS/bl_Navbar_Right.jpg');
	background-repeat:no-repeat;
}
.title-With-Background 
{ 
	/* Letras No seleccionadas del titulo BLANCAS */
	background-color:#ffffff;
}
.glassSpacerLeft
{
	width:14px
}
.glassSpacerRight
{
	width:15px
}

/* CALENDARIO */

.Event_Listing_CSS_Class{
/* color de lista de eventos */
color:#000000;
border:1px #000000 double;
BACKGROUND-COLOR: #f2f2ae;
}
.Calendar_CSS_Class{
background-color:#080b4d;
}
.Title_CSS_Class{
color:#ffffff;
font-weight:bold;
/*background-image:url("../images/UACJ_GLASS/bl_Navbar_Default_Glass.jpg");*/
background-image:url("../images/UACJ_GLASS/bl_Navbar_Hover_Glass.jpg");
background-color:#080b4d;
}
.Header_CSS_Class{
/* Header donde vienes los dias de la semana SUN - MON - etc */
background-color:#4672b9;
background-image:url("../images/UACJ_GLASS/bl_Navbar_Gd_Hover.jpg");
border:2px black solid;
}
.Next_and_Previous_CSS_Class{
color:#000000;
background-image:url("../images/UACJ_GLASS/bl_Navbar_Hover_Glass.jpg");
background-color:#a2a15c;
}
.Day_CSS_Class{
color:#000000;
background-color:#ffffff;
border:1px black solid;
}
.Event_CSS_Class{
/* Color es del POPUP de eventos */
color:#323232;
background-image:url("../images/UACJ_GLASS/bl_Navbar_Gd_Hover.jpg");
}
.Today_CSS_Class{
color:#ffed00;
background-image:url("../images/UACJ_GLASS/bl_Navbar_Default_Glass.jpg");
border:2px black solid;
}
.Weekend_CSS_Class{
color:#e2001a;
background-color:#ffffff;
border:1px black solid;
}
.Other_Month_CSS_Class{
color:#b5b5b5;
background-color:#a0a0a0;
border:1px black solid;
}
.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
/*
font:normal 12px Verdana;
*/
line-height: 133%;
z-index: 100;
background-color: white;
width: 225px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}

.balloonstyle
{
    text-align: left;    
}

.balloonstyle ul
{
    margin-top: 8px;
    margin-bottom: 0;
}

.balloonstyle li
{
    margin-left: -23px;
    padding-bottom: 0.33em;
    vertical-align: middle;
    font-weight: normal;
    width: 100%;
}

.ECal 
{
    margin: 10px;
}

.ECalTitle
{
    background-color: #f2f2ae;
}

.ECalToday
{
    background-color: #f2f2ae;
}

.EList 
{
    margin: 10px;
}

.EList h3 
{
    font-weight: bold;
    text-decoration: underline;
    margin: 0.5em 0;
}

.EList ul
{
    margin-top: .5em;
    margin-bottom: .75em;
}

.EList li
{
    list-style-type: square;
    margin-left: -23px;
    line-height: 133%;
}

