/** - SKDJ.CO.UK - */


a{
	background-color: #3c3c3c;
}


#headingContainer{
	
	display: fixed;
	vertical-align: bottom;
	
	align-content: center;
	min-height: 25vh;
	max-height: 30vh;
	
}


#logo{
	color:  #009999;
	background-color:  transparent /*inherit*/;
	border-radius: 5%;	
}


#bodyContainer{
	
	left: 5px;
	right: 5px;
	background-color:  #334d4d; 
 	
}

#bodyContent{
	
	overflow: scroll;
	background-color: #669999;
	opacity: 0.8;
}



/** Addr_TO <DIV><DIV><DIV> */

#Addr_To{
	position: absolute;
	display: inline-block;
	float: left;
	overflow: auto;
	right: 25px;
	top: 20px;	
	width: 150px;
	height:90px;
	background-color: teal;
	color: MediumVioletRed;
	border: 1px groove purple;
	opacity: 1.0;
}

#Addr_To:hover{
	border: none;
	border-top: 1px solid mediumVioletRed;
	opacity: 1.0;
}


/** Addr_From <DIV><DIV><DIV>*/

#Addr_from{
	position: absolute;
	display: inline-block;
	overflow: auto;
	float: right;
	top: 110px;
	right: 25px;
	
	width: 150px;
	height: 90px;
	
	border: none;
	border-left:  3px groove purple;
	background-color: teal;
	opacity: 1.0;
	filter: brightness('100%');
	z-index: 25;
	
}
#Addr_from:hover{
	border: none;
	border-left: 4px solid purple;
	opacity: 1.0;
	
}

/** Recipient Name */
#recipient{
	position: absolute;
	display: inline-block;
	
	top: 20px;
	width: 150px;
	left: 20px;
	height: 20px;
	
	border: none;
	border-left: 3px solid purple;
	background-color: teal;
	z-index: 25;
}

#recipient:hover {
	border: none;
	opacity: 1.0;
	border-left: 4px solid MediumVioletRed;
}



#letter_content{
	position: absolute;
	display: inline-block;
	
	float: center;
	top: 40px;
	left: 25px;
	
	
	overflow: auto;
	
	background-color: teal;
	border: 3px ridge purple;
	width: 75%;
	min-height: 300px;
	max-height: 350px;
	z-index: 25;
	
}

#letter_content:hover{
	
	color: yellow;
	border: none;
	opacity: 1.0;	
	border-left: 4px solid purple;
}


#from{
	position: absolute;
	display: inline-block;
	float: bottom;
	
	left: 25px;	
	width: 200px;
	height: 25px;
	bottom: 50px;
		
	border: 3px solid purple;
	background-color: teal;
	z-index: 25;
	
}
#from:hover{	
	color: yellow;
	border: none;
	opacity: 1.0;
	border-left: 4px solid purple;
}

