﻿.mainTitle
{
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.pageTitle
{
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.dotTitle
{
	color: #FF6600;
	font-family: Arial;
	font-size: 10;
	text-decoration: none;
}

.pageSubTitle
{
	font-weight: bold;
	color: #5F2E91;
	text-decoration: none;
}

.productName
{
	font-weight: bold;
	color: #515151;
}

.paragraphGrey
{
	color: #333333;
}

.paragraphViolet
{
	color: #5F2E91;
}

.paragraphTitle
{
	font-weight: bold;
	color: #333333;
}

.pageDisclaimers
{
	font-size: 10px;
	color: #333333;
}

.details
{
	font-size: 10px;
	font-weight: bold;
	color: #FF6500;
}

.defaultText
{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #63309C;
}

.footer
{
	font-family: Arial;
	font-size: 10px;
	color: #313031;
}

.footerLink
{
	font-family: Verdana;
	color: #63309C;
	font-weight: bold;
}


.menuLeftLink
{
	font-family: Arial;
	text-decoration: none;
	color: #63309C;
	font-size: 10;
}

.HeaderCel
{
	background-color: #9E86BD;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
}

.HeaderCel_Text
{
	background-color: #9E86BD;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}

.HeaderCelForm_Text
{
	background-color: #9E86BD;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}

.SubHeaderCel
{
	background-color: #E7E1EF;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #5B3082;
	padding: 5px;
	text-align: center;
}

.Cel
{
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-align: left;
	padding: 5px;
}

.TableG
{
	background-color: #CCCCCC; /* COLOR LINE */
	padding: 5;
}

.inputText
{
	height: 15px;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #63309C;
	border: 1px;
	border-color: #5F2E91;
	border-style: solid;
	background-color: #E8E1EF;
	margin-bottom: 0;
}


.HeaderCelForm
{
	background-color: #9E86BD;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
}

.CelForm
{
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-align: left;
	padding: 5px;
}

.TableForm
{
	background-color: #CCCCCC; /* COLOR LINE */
	padding: 5;
}

.Boton
{
	background-color: white;
	border: 1px;
	border-style: solid;
	border-color: #5F2E91;
	color: #5F2E91;
	padding-left: 5;
	padding-right: 5;
	background-repeat: no-repeat;
	background-image: url(Triangulo.gif);
	text-indent: 5px;
	text-decoration: none;
}
.Triangulo
{
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	background-color: white;
	border: 0px;
	border-style: none;
	padding-left: 5;
	padding-right: 5;
	background-repeat: no-repeat;
	background-image: url(Triangulo.gif);
	text-indent: 15px;
}

.StatusBar
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	width: 300px;
}

.StatusBarProgressZone
{
	background-color: blue;
	width: 0%;
}

/*NoAbsolute
{
	position: relative;
}  */

.linkVisited a:visited
{
    text-decoration: line-through;
}