/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial;
    FONT-SIZE: 8;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	scrollbar-arrow-color:#D3D8E1;
	scrollbar-base-color:#6D8693;
	scrollbar-shadow-color:#F3F3F3;
	scrollbar-face-color:#506CCF;
	scrollbar-highlight-color:#8A9ED9;
	scrollbar-dark-shadow-color:#ffffff;
	scrollbar-3d-light-color:#D3D8E1;    
	margin-left:0;
	margin-top:0;
	margin-right:0;
	margin:0;
	background-image:url(../Images/Interface/WebFill.gif)
	
}



H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.MenuStyle
{
	background-color:#EFF4F6;
	border-collapse:collapse;
	font-family : Verdana;
    font-weight : normal;
    font-size:11px;
}

A:link	{	
	text-decoration:underline;
	color:	#5772BE;
	FONT-FAMILY: Verdana;
    FONT-SIZE: 11px;	
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#5772BE;
	FONT-FAMILY: Verdana;
    FONT-SIZE: 11px;		
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#5772BE;
	FONT-FAMILY: Verdana;
    FONT-SIZE: 11px;		
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#5772BE;
	FONT-FAMILY: Verdana;
    FONT-SIZE: 11px;		
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
TD
{
	FONT-FAMILY: Verdana;
    FONT-SIZE: 10px;
	color:#111966;
}

.BODYPrint
{
    BACKGROUND-COLOR: white;
    background-image:url(../images/Interface/WhiteWebFill.gif);
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
   	scrollbar-arrow-color:#D3D8E1;
	scrollbar-base-color:#6D8693;
	scrollbar-shadow-color:#F3F3F3;
	scrollbar-face-color:#3D5882;
	scrollbar-highlight-color:#F3F3F3;
	scrollbar-dark-shadow-color:#ffffff;
	scrollbar-3d-light-color:#D3D8E1;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	margin-bottom:0px;
}
.Special
{
	FONT-FAMILY: Verdana;
    FONT-SIZE: 11px;
	color:#111966;
}

.Description
{
	font-weight:bold;
	FONT-FAMILY: Verdana;
    FONT-SIZE: 10px;
	color:#044696;
}

.SpecialTag
{
	font-weight:bold;
	FONT-FAMILY: Verdana;
    FONT-SIZE: 11px;
	color:#5772BE;
}

.SpecialTitle
{
	font-weight:bold;
	FONT-FAMILY: Verdana;
    FONT-SIZE: 12px;
	color:#111966;
}
.CDLibraryCategory
{
	vertical-align:top;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	color:#111966;
	font-style: normal;
	font-weight: normal;
}	
.TDPaginado
{
	color:#A6AFB4; 
	font-family : Tahoma;
	font-weight : bold;
	font-size:9px;
}

.formUserName {
      border: 1px groove #2A5F9E; 
      font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
      font-size: 11px;
      color: #2A5F9E;
      font-weight: normal; 
      margin: 5px; 
      background-image: url(../images/Toolbox/final/login.gif); 
      background-repeat:no-repeat; 
      background-position:2px center; 
      padding-left: 20px;
}

.formPassword {
      border: 1px groove #2A5F9E; 
      font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
      font-size: 11px;
      color: #2A5F9E;
      font-weight: normal; 
      margin: 5px; 
      background-image: url(../images/Toolbox/final/Password.gif); 
      background-repeat:no-repeat; 
      background-position:2px center; 
      padding-left: 20px;
}
.lblError
{
	font-weight:bold;
	FONT-FAMILY: Verdana;
    FONT-SIZE: 10px;
	color:red;
}
.CountryProfileTag
{
	font-weight:bold;
	FONT-FAMILY: Tahoma;
    FONT-SIZE: 11px;
	color:orange;
}
.CountryProfileDetail
{
	font-weight:normal;
	FONT-FAMILY: Tahoma;
    FONT-SIZE: 11px;
	color:#111966;
}
.MenuItem
{
	font-size: 11px;
	background-image: url(../images/Contextual/Fill.gif);
	font-family: Verdana;
	width:140px;
}

.MenuItemOver
{
	font-size: 11px;
	background-image: url(../images/Contextual/Over.gif);
	font-family: Verdana;
	width:140px;
}

.MenuItemOverMenu
{
	font-size: 11px;
	background-image: url(../images/Contextual/Over.gif);
	font-family: Verdana;
}
.Menulink
{
	color:#00134A; 
    font-family : Verdana;
    font-weight : normal;
    font-size:11px;
	text-decoration:underline;
	cursor:hand;
}
.SpecialOrange

{
    FAMILY: Verdana;
    FONT-SIZE: 11px;
    font-weight:bold;
    color:orange;

} 

.SpecialWhite

{

    FONT-FAMILY: Verdana;
    FONT-SIZE: 11px;
    color:white;

}

.SpecialELRecord

{

    FONT-FAMILY: Verdana;
    FONT-SIZE: 11px;
    color:#6B696B;

}
