/* Default CSS Stylesheet for a new Web Application project */

/*table
{
	border:1px solid #333399;
}

th, td
{
	border-bottom:1px solid #333399;
}*/

.SiteName
{
	text-decoration: none;
	font: caption;
	font-size:medium;
	font-weight:bold;
	font-family: 'Arial';
}

.NavMenu a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}

.NavMenu a:hover
{
	color: #FFFFC0;
	text-decoration: "none";
	font-size: 8pt;
	font-weight: bold;
}

.NavMenu
{
	color:White;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

.Label
{
	font-weight: bold;
	font-size: 9pt;
	color: Black;
	font-family: 'Arial';
}
.LabelMenu
{
	font-weight: bold;
	font-size: 7pt;
	color: Black;
	font-family: 'Arial';
}
.SiteNav
{
	font-weight: bold;
	font-size: 12pt;
	color: Navy;
	font-family: 'Arial';
}

.Text
{
	font-weight: normal;
	font-size: 9pt;
	color: black;
	font-family: 'Arial';
}

.TextDetalle
{
	font-weight: normal;
	font-size: 9pt;
	color: black;
	font-family: 'Arial Narrow';
}

.TextBoxes
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: 'Arial';
}

.ErrorMessage
{
	font-weight: normal;
	font-size: 9pt;
	color: red;
	font-family: 'Arial';
}

.InfoMessageSmall
{
	color: Navy;
	font-size: 8pt;
	font-weight: normal;
	font-family: 'Arial';
}

.Links
{
	color: Navy;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
	font-family: 'Trebuchet MS';
}

.DropDowns
{
	color: Black;
	font-weight: normal;
	font-family: 'Arial Narrow';
	font-size: 9pt;
	text-decoration: none;
}

.AppName
{
	font-weight: bold;
	font-size: 14pt;
	color: Navy;
	font-family: 'Arial';
}

.Button
{
	font-weight: bold;
	color: navy;
	font-size: 9pt;
	font-family: 'Arial';
}

.Decimal
{
	font-weight: normal;
	color: navy;
	font-size: 10pt;
	font-family: 'Arial';
	text-align:right; 
}
