/* CSS Forms */

/* text style used  */
.SubSubHead
{
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.NormalTextBox
{
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}


.FileManager_Item
{
    font-family: Trebuchet MS, Arial;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-bottom: #e0e0e0 inset;
    border-right: thin inset;
    border-top: thin inset;
    border-left: thin inset;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* GENERIC */
H1
{
	font-family: Trebuchet MS, Arial;
	font-size: 44px;
	font-weight: normal;
	color: #D8D8D8;
}

H2
{
	font-family: "Trebuchet MS", Arial;
	font-size: 22px;
	font-weight: normal;
	color: #FF3300;
	white-space: normal;
	line-height: 25px;
}

H3
{
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left:10px;
	margin-right:10px;
}

H4
{
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FF3300;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left:10px;
	margin-right:10px;
}

H5, DT
{
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

H6
{
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

TFOOT, THEAD
{
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #FF0000;
}

TH
{
	vertical-align: baseline;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

A:link
{
	text-decoration: none;
	color: #FF0000;
}

A:visited
{
	text-decoration: none;
	color: #333333;
}

A:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A:active
{
	text-decoration: none;
	color: #333333;
}

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family:Trebuchet MS, Arial;
}


UL LI
{
	list-style-type: square;
	list-style-position:outside;
	margin-left:10px;
	list-style-image:url(../../..//site/Portals/0/imagenes/bullet-circle.gif);	
	padding-left: 5px;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
	list-style-position:inside;
	margin-left:15px;
	text-indent: 5px;
	padding-left: 5px;	
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}
OL UL LI
{
	list-style-type: disc;
}

HR
{
	color: #696969;
	height: 1pt;
	text-align: left;
}

