
BODY
{
	margin-top: 0px;
	font-weight: normal;
	font-size: 8pt;
	font-style: normal;
	font-family: Tahoma;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFAFA;
}
.btnTopic
{
    FONT-SIZE: 12px;
    CURSOR: hand;
    COLOR: white;
    FONT-STYLE: normal
}
A:link
{
    COLOR: DarkBlue;
    TEXT-DECORATION: none;
}

A:visited
{
    COLOR: DarkBlue;
    TEXT-DECORATION: none;
}
A:hover
{
    FONT-WEIGHT: 500;
    COLOR: White;
    BACKGROUND-COLOR: #0074C8;
}
A:active
{
    COLOR: White
}

tr.GridView:hover 
{
	background-color:navy;color:silver
}

.FormHeader
{
	background-color:#cccccc;
	color:Navy;
	font-size:medium;
	font-weight:bold;
}

.Name
{
    FONT-SIZE: 13px;
    FONT-STYLE: normal;
    FONT-FAMILY: Tahoma;
}
.Cant
{
    FONT-SIZE: 13px;
    COLOR: DarkBlue;
    FONT-STYLE: normal;
    FONT-FAMILY: Tahoma;
}
.Home
{
    FONT-SIZE: 13px;
    COLOR: #999999;
    FONT-STYLE: normal;
    FONT-FAMILY: Tahoma;
}
.AreaData
{
	background-color:#e3e3e5;
	margin-top:-2em;
}
.CallTypeNormal
{
	font-weight: bolder;
	font-size: 8pt;
	cursor: default;
	color: white;
	font-family: Tahoma;
	background-color: Navy;
	text-align: center;
	text-decoration: none;
}
/*
Original del CallType
.CallType
{
	font-weight: bolder;
	font-size: 8pt;
	color: Navy;
	font-family: Tahoma;
	background-color: #e3e3e5;
	text-align: center;
	text-decoration: none;
}*/
.CallType
{
	font-weight: 		bolder;
	font-family:		Verdana;
	font-size:			8pt;
	font-weight:		bold;
	color:				#3d767c;
	border-bottom:		#669999 1px solid;
	border-right:		#669999 1px solid;		
	text-align: 		center;
	text-decoration: 	none;	
	background-image:	url("images/topgrad.gif");
	background-repeat:	repeat;
}

.NormalLink
{
	font-weight: Normal;
	font-size: 10pt;
	cursor: hand;
	color: silver;
	font-family: Tahoma;
	text-decoration: underline;
}
.Total
{
	font-weight: bolder;
	font-size: 13px;
	font-style: normal;
	font-family: Tahoma;
}
.Normal
{
    font-family: tahoma;
    font-size: 8pt;
    font-weight: normal;
}
.NormalBold
{
    font-family: tahoma;
    font-size: 8pt;
    font-weight: bolder;
}
.LargeBold
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	font-family: tahoma;
}

.TextNormal
{
	font-weight: normal;
	font-size: 8pt;
	font-style: normal;
	font-family: Tahoma;
}
.Description
{
	font-weight: normal;
	font-size: 10pt;
	color: Navy;
	font-family: Times;
	text-align: center;
	text-decoration: none;
}
.CellTotal
{
	font-weight: bolder;
	font-size: 8pt;
	color: silver;
	font-family: Tahoma;
	background-color: papayawhip;
	text-align: center;
	text-decoration: none;
}
.CellOn
{
	font-size: 8pt;
	color: navy;
	font-family: Tahoma;
	height: 14pt;
	background-color: #d5deff;
}
.CellOff
{
	font-size: 8pt;
	color: navy;
	font-family: Tahoma;
	height: 14pt;
	background-color: #d9ebf9;
}
.CellOnLink
{
	cursor: hand;
	font-size: 8pt;
	color: navy;
	font-family: Tahoma;
	height: 14pt;
	background-color: #d5deff;
}
.CellOffLink
{
	cursor: hand;	
	font-size: 8pt;
	color: navy;
	font-family: Tahoma;
	height: 14pt;
	background-color: #d9ebf9;
}
.PageTitle
{
	font-size: 15px;
	font-weight: bold;
	color: black;
	font-family: Tahoma;
}
.MonthTitle
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-family: Tahoma;
}

/* GENERAL */
/* style for module titles */
.Head
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: navy;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: navy;
}

.NavyMedium    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:normal;
    color: navy;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* Style used for stack bars for fixed and mobile expense in defuault page */
.DefaultBar {
    float:right;
    }
    
.DefaultBar img {
    width: 12px;
    display:block;
    border:0;
}