/*------------------- 
    TAG STYLES
--------------------*/

body { 	
	color : Black;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#D4E2F7', startColorstr='#B4C0C8', gradientType='0');
	background-image : url(http://www.roguelibrarian.net/lj/images/greek_background.jpg);
	background-attachment : fixed;
	background-position : bottom left;
	background-repeat : no-repeat; 
	font-family: Georgia, Palatino, serif; 
	color:	#666; 
	background-image: url(../images/life.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;	
	background-attachment:fixed;
	*/
}


	
/*------------------- 
    TAG STYLES for ???
--------------------*/

a:hover {
	
	color: Red;
  font-weight: 500;
  text-decoration:  underline;
  border-bottom: solid 1px #630;
  FILTER: Glow(Color=Yellow, Strength=8); 
	}

a:active {
 color: #28918D;
 text-decoration: none;
 border-bottom: solid 1px #630;
}
/*------------------- 
    TAG STYLES and classes or attribute ???
--------------------*/

img.floatLeft { 
	float: left;
	//border-color: #B4C0C8;
	//background-color: #D4E2F7;
	}
	
img.border {
	//border-style: outset;
	//border: thick;
	float: left;
}

/*------------------- 
    classes STYLES	 
--------------------*/

.style1 {
color: black
}
.style2 {
color: black; 
font-size: 24px; 
}

.moremsg{
	margin-right: .2em;
	margin-left:.6em;
	margin-top:1em;
	margin-bottom:.2em; 
	border-color:#6495ED;
	font-family: "Arial Narrow";
 	font-weight: bolder;
   color: White;
	width: 99%;
	position: relative;
	background-color: Fuchsia;
}	
.first 	{
	margin-top: 0; 
	padding-top: 0;
	}
.error{
 	font: Arial Black;
 	font-style: italic;
 	font-weight: bolder; 
 	font-size: medium;
 	color: #00008B; 
 	FILTER: Glow(Color=Red, Strength=8); 	
}
.warn{
 	font: Arial Black;
 	font-style: italic;
 	font-weight: bolder; 
 	font-size: medium;
 	color: #00008B;  
 	FILTER: Glow(Color=Yellow, Strength=8); 	
}

	

.groupbox{
	padding: 2;
	 border: ridge;
	 border-color: #0002FB;
}  
.ahem {
	display : none}

/*------------------- 
    id STYLES	 
--------------------*/ 

#toplayer{
	font-family: "Arial Narrow";
 	font-weight: bolder;
   color: White;
	width: 99%;
	POSITION: absolute; 
	VISIBILITY: visible; 
	TOP: -5px; 
	LEFT: -5px; 
	Z-INDEX: 1; 
}	
#mylayer {
	POSITION: absolute; 
	VISIBILITY: visible; 
	TOP: 2%; 
	LEFT: 2%; 
	Z-INDEX: 10; 
	}
	
#contentlayer1 {
   border: ridge;
	margin-right: 2%;
	margin-left: 1%;
	margin-top: 2%;
	margin-bottom: 1%; 
	padding: 3%;
	width: 100%;
	
	POSITION: absolute; 
	VISIBILITY: visible; 
	TOP: 2%; 
	LEFT: 2%; 
	Z-INDEX: 10; 	
	}
#contentlayer2 {
   border: ridge;
	margin-right: 2%;
	margin-left: 1%;
	margin-top: 2%;
	margin-bottom: 1%; 
	padding: 3%;
	width: 100%;
	
	POSITION: absolute; 
	VISIBILITY: visible; 
	TOP: 2%; 
	LEFT: 2%; 
	Z-INDEX: 12; 	}