/* igloomag style sheet */ 
/* LIGHT COLOR SCHEME   */ 

/* only common styles are in here, 
category-specific styles are located in 
the styles directory
*/ 

/* 
Netscape 4.X seems to ignore font-size unless you also specify font-family,
especially when cascading. Hence the redundant font-size defs everywhere in these
sheets. Thanks, Netscape.  

*/ 



/* sidebar links must be grey */  
A.sb:link {color: #444}
 

body
{
	font-family: Lucida, Verdana, Helvetica, sans-serif;
	font-size: 8pt; 
	background-color: #ffffff;
	color: #000000;
}

td 
{
	font-size: 8pt; 
	font-family: Lucida, Verdana, Helvetica, sans-serif;
}

.dashy
{
	font-size: 8pt;
	font-family: Lucida, Verdana, Helvetica, sans-serif;
	padding: 3px;
	border-width: 1px; 
	border-color: #888; 
	border-style: dashed; 
}


/* for inline article images... keeps em separated */ 
/* this seems to give NS 4.X some trouble, so I am deactivating the offending portions
until this thing is PHP-ified. */ 
 .padded 
{
/*  padding: 3px; */  
	border-width: 4px;  
	border-color: #FFFFFF;  
	border-style: solid; 
 
}


.sidebar
{
	background-color: #fff;
	color: #555;
	border-width: 1px;
	border-color: #999;
	border-style: dashed;
	padding: 4px;
}

/* for blurbs alternating */ 
.break  
{
	font-size: 8pt; 
	font-family: Lucida, Verdana, Helvetica, sans-serif;
 border-width: 1px;
 border-color: #aaa;
 border-style: dashed; 
 padding: 4px;
 width: 100%;
} 

.spreadsheet { background-color: #ddd; }

textarea
{
	font-family: Lucida, Verdana, Helvetica, sans-serif;
	border-width: thin;
	border-color: #005792;
	border-style: solid;
	background-color: #ffffff;
	/* margin-right: 1in; */ 
}

select
{
	font-size: 8pt;
	font-family: Lucida, Verdana, Helvetica, sans-serif;
	border-width: thin;
	border-color: #000000;
	color: #000000;
	border-style: solid;
	background-color: #efefef;
}


input
{
	font-size: 8pt;
	font-family: Lucida, Verdana, Helvetica, sans-serif;
	border-width: thin;
	border-color: #000000;
	color: #000000;
	border-style: solid;
	background-color: #efefef;
}

 



