/*--------------------------------------------------------------
Flat Messaggi Privati - per FlatNuke (http://www.flatnuke.org)
----------------------------------------------------------------
Flat Messaggi Privati
Original Author: Modena Loris (lorix.modena@email.it)
Modifications and graphics by: 
Danilo Leggieri (Danix)
Website: http://www.winpenpack.com
email: winpenpack@gmail.com
License: GNU General Public License
--------------------------------------------------------------*/
.hr {    
    border:0px;
	color:#cccccc;
	background-color:#cccccc;
	height: 1px;
}

.input {    
    background-color: #ffffff; 
	border: 1px Solid #cccccc;
}	

.textarea {
   width:90%;
   height: 150px; 
   border: 1px Solid #cccccc;
   background-color: #ffffff;
   padding: 3px;
   font-family: Tahoma, Verdana, Arial, Sans-Serif;
   font-size: 12px;
}  


/* Components */

.menu_bar {    
    border:1px solid #42427b;
	background:#CEE7EB;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	width: 100%;
}

.title_msg {    
    color:#333333;	
	background:#e4f1f2;
	border:1px solid #42427b;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold; 
	font-size: 11px;
}

.title_left_msg {    
    color:#333333;	
	background:#e4f1f2;
	border-top: 1px Solid #cccccc;
	border-left: 1px Solid #cccccc;
	border-right: 1px Solid #cccccc;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: normal; 
	font-size: 10px;
}

.cell_msg {    
    border:1px solid #cccccc;
	background-color: #f9f9f9;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #000000;
}	

#change td:hover { 
background-image:url(none_images/bg1.png);
}

.form_msg {    
    border:1px solid #cccccc;
	background-color: #f9f9f9;
	width: 97%;
}	
	
.received {    
    border-bottom: 1px Solid #cccccc;
	border-left: 1px Solid #cccccc;
	border-right: 1px Solid #cccccc;
	background-color: #f9f9f9;
}	

#quote {
	width: 95%;
	margin-left: 2%; 
	margin-top: 1%; 
	border: 1px solid #CCC; 
	background: #F2F2F2;
	padding: 3px;
	color: #00006e;
}


/* Fonts */

.red {
	color:#c00000;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: normal;
}

.black {
	color:#000000;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif; 
	font-weight: normal;
}

.blue_bold {
	color:#15157b;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-weight: bold;
}

.black_bold {
	color:#000000;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-weight: bold;
}

.red_bold {
	color:#c00000;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-weight: bold;
}

.grey_bold {
	color:#5d6e75;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-weight: bold;
}
