/**
 * $Horde: imp/themes/bluewhite/screen.css,v 1.1.10.2 2005/10/18 12:14:13 jan Exp $
 */

.folders {
    font-size: 11px;
}



/* FONT STYLES */

span.Large {
	font-family: Arial, sans-serif;
	color: #0067CE;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: normal;
}
SPAN.Large_Bold {
	font-family: Arial; 
	color: #2E78DB;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
}

SPAN.Normal_Header { 
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

SPAN.Normal {
	font-family: Arial; 
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
}

SPAN.Normal_Bold {
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

SPAN.Normal_White { 
	font-family: Arial; 
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

SPAN.Small { 
	font-family: Arial; 
	color: #000000;
	font-size: 8pt;
	text-decoration: none;
}

SPAN.Normal_Right {
	font-family: Arial; 
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
    text-align: right;    
    font-weight: normal;  
    vertical-align : middle;   
}

SPAN.Tools {
	font-family: Arial, sans-serif;
	color: #9999CB;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: normal;
}
SPAN.Emphasis { 
	font-family: Arial; 
	color: #0067CE;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
}




/* LINK STYLES */

a:link {
	color: #005BAA;
	font-family: Arial, Helvetica;
}

a:visited {
	font-family: Arial, Helvetica;
}

a:active { 
	color: #005BAA;
	font-family: Arial, Helvetica;	
}

a:hover { 
	color: #005BAA;
	font-family: Arial, Helvetica;
	text-decoration: none;
}


/* FORM BUTTON STYLES */

.cia_button {
	background-color: #2E78DB; 
	border-color: #A5A5A5;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: bold;
}