﻿/* THEME 1 */

/******************************************/
/*  MAIN HTML ELEMENTS ********************/
/******************************************/

body, td, p {
		font-family: Georgia, Times New Roman, Times, serif;
		color: #000000;
		font-size: 9pt;
    }

.quotemain
{ 
	background : #FAFCFE;
	border: 1px dotted #000;
	color: #465584;
	padding: 4px;
	margin: 5 auto 5 auto;
	font-style: italic;
}
    
    
.a_sub
{
   cursor: pointer;
   color: #3333dd;
   text-decoration: underline;
}

.a_sub_mh
{
   cursor: pointer;
   text-decoration: underline;
}

.footer_profile
{
    background-color: #DEE7EE;
	border: 1px solid #637A9E;
	overflow: -moz-scrollbars-none;
}

.messageView
{
    border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-top-color: #97A9C1;
	border-left-color: #97A9C1;
	border-bottom-color: #97A9C1;
	border-right-color: #97A9C1;
	background-color: #FFFFFF;
	width: 80%; 
}

.messageHeaderLeft
{
   background-color: #9AAAC3;
   color: white;
   font-size: small;
   margin-right: 12px;
   width: 25%;
}

.messageHeaderRight
{
   background-color: #9AAAC3;
   color: white;
   font-size: small;
   margin-right: 12px;
   text-align: right;
}

.messageHeaderRight a
{
   color: white;
   font-size: small; 
}

.messageAuthor
{
background-color: #DADADA;
}


html { 
  font-size: 0.8em;
}


