﻿/* THEME 1 */

/******************************************/
/*  MAIN HTML ELEMENTS ********************/
/******************************************/

body, td, p, input {
		font-family: Georgia, Times New Roman, Times, serif;
		color: #000000;
		font-size: 9pt;
    }
    
    blockquote
    {
    	background : #FAFCFE;
	border: 1px dotted #000;
	border-left: 10px solid #8394B2;
	color: #465584;
	padding: 4px;
	margin: 5 auto 5 auto;
	font-style: italic;
    }

.quotetop
{
	border-bottom: 1px dotted #000;
	color: #000;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	margin: 2px auto 0 auto;
	padding: 3px;
}

.quotemain
{ 
	background : #FAFCFE;
	border: 1px dotted #000;
	border-left: 10px solid #8394B2;
	color: #465584;
	padding: 4px;
	margin: 5 auto 5 auto;
	font-style: italic;
}

.uA
{
   border-right: 1px solid; 
   border-right-color: #97A9C1;
   width: 10%;
   vertical-align:text-top;

}

.mB
{
   border-top: 1px solid; 
   border-top-color: #97A9C1;
   text-align: right;
}

    
    
.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;
}

.comment 
 { 
	border: 1px threedlightshadow inset;
    background-color: White;
	font-family: Georgia, Times New Roman, Times, serif;
    color: #000000;
    font-size: 9pt; 
 }
 .comment2 
 { 
	BORDER-RIGHT: threedlightshadow ridge; 
	BORDER-TOP: threedlightshadow ridge; 
	BORDER-LEFT: threedlightshadow ridge; 
	BORDER-BOTTOM: threedlightshadow ridge; 
	WIDTH: 100% 
 }
 
 .link 
 { 
	FONT-WEIGHT: bold; 
	CURSOR: hand; 
	COLOR: blue; 
	TEXT-DECORATION: underline 
 }
.table_header 
{ 
	font-family: Georgia, Times New Roman, Times, serif;
    border-style: solid solid none solid ;
    border-width: 1px;
    border-color: #808080;
    text-align: left;
}


html { 
  font-size: 0.8em;
}



