A:visited  {color: #660000; font-family: "Verdana", Arial, Geneva,
sans-serif; text-decoration: none;}
A:link  {color: #00008b; font-family: "Verdana", Arial, Geneva,
sans-serif; text-decoration: none;}
A:active  {color: #006600; font-family: "Verdana", Arial, Geneva,
sans-serif; text-decoration: none;}
A:hover   {color: #191970 font-family: "Verdana", Arial, Geneva,
sans-serif; text-decoration: underline;}

.msocDiary {
background-color:#fff9e8;
padding:12px;
margin-left:12px;
margin-right:12px;
margin-top:12px;
margin-bottom:12px;
width:93%;
border-width:thin;
border-style:double;
border-color:ffb6c1;
}


.mainLayout {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.mainTable {
	padding: 0px;
	width: 100%;
}

.LEFT_SIDE {
	width: 150px;
	padding: 10px;
	border-right: 1px solid #fff9e8;
}

.MAIN_BODY {

}

.RIGHT_SIDE {
	width: 150px;
	padding: 10px;
	border-left: 1px solid #fff9e8;	
}

/* Quick Hit Styles */
.quickHitTime {
	font-style: italic;
}

.quickHitText {
	
}

.quickHitAuthor {
	font-size: 13px;
}

A.quickHitAuthor {
	color: #F00;
}

.quickHitTitle {
	font-size: large;
	font-weight: bold;
}

A.quickHitTitle {
	font-weight: bold;	
}



h1.diaryTitle
{
	font-size: 24px;	
	font-weight: bold;
}

h2.author
{
	font-size: 11px;	
	font-weight: normal;
}

h3.diaryTimestamp
{
	font-size: 11px;	
	font-weight: normal;
	font-style: italic;
}

a.diaryTitle
{	
	color: #191970;
}

a.diaryTitle:hover
{
	color: #00F;
}

a.diaryTitle:visited
{
	color: #000;
}

a.hotList 
{
	font-weight: normal;
	font-size: 11px;
	color: #00F;
}

a.hotList:hover 
{
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
	color: #00F;	
}

a.author
{
	
}

a.author:hover
{
	
}

h1, h2, h3, h4, h5 {margin: 0; padding: 0; font-size: 1em;}

BODY
{
      background-color: #FFF9E8;
      font-color="#008000"
      font-family: "Georgia", "Times New Roman";
      font-size: 13px;
}


table
{
       font-family: "New York", "Georgia", "Times New Roman";
       font-size: 13px;
     font-color="#000033";
}

.theFlip
{
        padding: 43px;
}

.objectTable
{
       border-width: 1px;
       border-color: #FFE4E1;
       border-style: ridge;
     font-family: "Georgia", "Times New Roman";
     font-size: 11px;
}

blockquote
{
       margin-left: 17px;
       margin-right: 17px;
       border-width: 1px;
       border-color: #191970;
       border-style: ridge;
       background-color: #faf0e3;
       padding: 7px;
}

.blockquote
{
       margin-left: 17px;
       margin-right: 17px;
       border-width: 1px;
       border-color: #191970;
       border-style: ridge;
       background-color: #faf0e3;
       padding: 7px;
     font-family: "Georgia", "Times New Roman";
}

.objectHeading
{
       background-color: #660000;
       color: #FFEFD5;
       padding: 3px;
       font-weight: bold;
     font-family:  "Georgia", "Times New Roman";
}

.smallText
{
       font-family:  "Georgia", "Times New Roman";
       font-size: 11px;
}

.objectButton
{
      font-family: "Georgia", "Times New Roman";
}

												



.ajaxPreviewCommentTitle {
	font-weight: bold;
}

.ajaxPreviewCommentText {
	margin: 5px;
}

.ajaxPreviewCommentAuthor {
	
}

.ajaxPreviewPostBar {
	border: 2px solid #660000;
	text-align: center;
	width: 95%;
    padding: 5px;
	margin: 0 auto;
	position: relative;
}

.ajaxCommentBox {
	border: 2px solid #660000;
	width: 95%;
    padding: 5px;
	margin: 5 auto;
	position: relative;
}

.commentBar {
        background-color: #660000;
        padding: 3px;
margin: 5px 0px 0px 0px;
        font-family: "Georgia", "Times New Roman";
	max-width: 50%;
}

.errorcomment {
	padding: 5px;
	color: #F00;
	font-weight: bold;
}

.titleBar {
       background-color: #FFeFd5;
      font-family: "Georgia", "Times New Roman";
    padding: 51px;
}


/* NEW STYLES ADDED FOR THE NOV '07 SOAPBLOX UPGRADE */
/* Used for all errrors */
.soapbloxError {
	color: #F00;
}

/* used in HTML paraser to indicate what is broken */
.soapbloxErrorOffender {
	font-weight: bold;	
}

.soapbloxErrorContext {
	font-weight: black;	
}

/* color of the accent for comments labeled [new] */
.newComment {
	color: #F00;
	font-weight: normal;	
}

/* TAB STYLES START */
/* tabnav is the TOP LEVEL of the tabs */
ul.tabnav {
	text-align: left; /* Set the position of the tabs */ 
	margin: 20px 20px 0px 20px;
	font: 11px verdana, arial, sans-serif;
	border-bottom: 1px solid #ffb6c1;
	list-style-type: none;
	padding: 5px 5px 5px 5px;
	min-width: 535px;
	width: 535px;
}

/* This forces the tabs to be in one line */
ul.tabnav li {display: inline;}

/* What the tab does when it's hovered */
li.taboff a:hover { 
	border-left: 1px solid #660000;
	border-top: 1px solid #660000;
	border-right: 1px solid #660000;
}


/* setting for the unselected top tab link*/
li.taboff a {
	padding: 3px 15px 3px 15px;
	border: 1px solid #ffb6c1;
	background-color: #eed5d2;
	margin-right: 0px;
	text-decoration: none;
	border-bottom: none;
}

/* settings for selected top tab link */
li.tabon a { 
	border-left: 1px solid #ffb6c1;
	border-top: 1px solid #ffb6c1;
	border-right: 1px solid #ffb6c1;
	padding: 0px 16px 5px 16px; 
	position: relative;
	top: 1px;
	padding-top: 10px;
	background-color: #fafad2;  
	font-weight: normal;
}

/* Style for the second line in the profile tab */
ul.botnav {
	text-align: left;
	margin: 0px 20px 0px 20px;
	font: 10px verdana, arial, sans-serif;
	list-style-type: none;
	padding: 5px 5px 5px 4px;
	color: black;
	background-color: #fafad2;
	min-width: 535px;
	width: 535px;	
}

/* forces the second line of the profile tab to be displayed on one line */
ul.botnav li {display: inline;}

/* The color of links on the second line of the profile tabs */
ul.botnav li a {
	text-decoration: none;
	padding: 0px 4px 0px 4px;
}

ul.botnav li {
	color: #000;
	padding: 0px 4px 0px 4px;
}


