/* for the Titles */
.titleSmall
{
	font-family:  Arial;
	font-size: 12pt;
	color: #FF9900;
	font-weight: bold;
}

.titleLarge
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000066;
	font-weight: bold;
}




/*for the p */
p,li,ul
{  
font-family: Arial; 
font-size: 8pt; 
color: #000000
}




/*for body*/
body	
{ 	font-family: Arial; 
	font-size: 8pt; 
}




/* for the buttons */
.buttongray
{ 	font-family: Arial; 
	font-size: 8pt;
	background-color:#EEEEEE;
    border:1px solid #999999;
}



/* for the links */
a:link, a:visited, a:active  
{
	text-decoration:underline; 
 	color:green
}
a:hover 
{
 text-decoration:none;
 color:#1F86DE
}


/*td for the tables. Specific to edit folder */
.headertd	
{ 	
	font-family: Arial; 
	font-size: 8pt; 
	background-color:#F3F3F3;
	font-weight: bold;
	color:black ;
}

.normaltd	
{ 	
	font-family: Arial; 
	font-size: 8pt; 
	background-color:#FFFFFF;
}

/*for the normal tds */
td	
{ 	
	font-family: Arial; 
	font-size:8pt; 
}

/*for the input*/
.entryfields
{
    /*FONT: 11px tahoma, Helvetica, sans-serif; */
    font-family: Arial; 
	font-size: 8pt;
	BACKGROUND-COLOR:#EEEEEE;
    BORDER:1px solid #999999;
}

.okentryfields
{
    font-family: Arial; 
	font-size: 8pt;
    BACKGROUND-COLOR: white;
    BORDER:1px solid #999999;
}

.errorentryfields
{
    font-family: Arial; 
	font-size: 8pt;
    BACKGROUND-COLOR:#ffdede;
    BORDER:1px solid #999999;
}

