A:visited  {color: #A860D8; text-decoration: none}
A:link  {color: #663300; text-decoration: none; }
A:active  {color: #8D2A8D; text-decoration: none}
A:hover   {color: #9E0FFE; text-decoration: underline}

.mainLayout {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.mainTable {
	padding: 0px;
	width: 100%;
}

.LEFT_SIDE {
	width: 150px;
	padding: 10px;
	border-right: 1px solid #D7C6D7;
}

.MAIN_BODY {

}

.RIGHT_SIDE {
	width: 150px;
	padding: 10px;
	border-left: 1px solid #D7C6D7;	
}

/* Quick Hit Styles */
.quickHitTime {
	font-style: italic;
}

.quickHitText {
	
}

.quickHitAuthor {
	font-size: 11px;
}

A.quickHitAuthor {
	color: #F00;
}

.quickHitTitle {
	font-size: large;
	font-weight: bold;
}

A.quickHitTitle {
	font-weight: bold;	
}



a.diaryTitle
{	
	color: #663300;
}

a.diaryTitle:hover
{
	color: #9900ff;
        text-decoration: underline;
}


h1.diaryTitle
{
	font-family: "Georgia", "Georgia";
        font-size: 14px;	
	font-weight: bold;
        font color: #ff99ff;
}

h2.author
{
	font-size: 11px;	
	font-weight: normal;
}

h3.diaryTimestamp
{
	font-size: 10px;	
	font-weight: normal;
	font-style: italic;
}

h1, h2, h3, h4, h5 {margin: 0; padding: 0; font-size: 1em;}

BODY
{
      background-color: #ffffff;
      color: #996666;
      font-family: "Georgia", "Times New Roman";
      font-size: 13px;
}

table
{
	font-family: "Georgia", "Georgia";
   	font-size: 11px;
}


.theFlip {
	padding: 22px;	
}

.objectTable
{
	border-width: 1px;
	border-color: #D7C6D7;
	border-style: solid;
        font-family: "Georgia", "Times New Roman";
        font-size: 11px;
	
}
blockquote 
{
       margin-left: 17px;
       margin-right: 17px;
       border-width: 1px;
       border-color: #EDE8D6;
       border-style: ridge;
       background-color: #FFFCFC;
       padding: 7px;
     font-family: "Georgia", "Times New Roman";
}

.blockquote
{
       margin-left: 17px;
       margin-right: 17px;
       border-width: 1px;
       border-color: #EDE8D6;
       border-style: ridge;
       background-color: #FFFCFC;
       padding: 7px;
     font-family: "Georgia", "Times New Roman";
}

.objectHeading
{
	border-width: 1px;
	border-color: #8E6500;
	border-style: solid;
	color: #8E6500;
        padding: 3px;
        font-family:  "Georgia", "Times New Roman";
	font-weight: bold;
	text-align: center;
}


.smallText
{
	font-family: Georgia, 'Palatino', serif;
	font-size: 10px;
}

.titleBar
{
	background-color: #faf0e3;
        font-family: "Georgia", "Times New Roman";
        padding: 51px;
}

.commentBar
{
	background-color: #faf0e3;
        padding: 1px;
        font-family: "Georgia", "Times New Roman";
}
.objectButton 
{
      font-family: "Georgia", "Times New Roman";
}


.ajaxPreviewCommentTitle {
	font-weight: bold;
}

.ajaxPreviewCommentText {
	margin: 5px;
}

.ajaxPreviewCommentAuthor {
	
}

.ajaxPreviewPostBar {
	border: 2px solid #D7C6D7;
	text-align: center;
	width: 95%;
    padding: 5px;
	margin: 0 auto;
	position: relative;
}

.ajaxCommentBox {
	border: 2px solid #D7C6D7;
	width: 95%;
    padding: 5px;
	margin: 5 auto;
	position: relative;
}

.commentBar {
	background-color: #ddd;
	margin: 5px 0px 2px 0px;
	padding: 2px;
	max-width: 50%;
}

.errorcomment {
	padding: 5px;
	color: #F00;
	font-weight: bold;
}

.titleBar {
	background-color: #EEEEEE;
	padding: 5px;
}




/* 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: bold;	
}

/* 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 Georgia, Times New Roman;
	border-bottom: 1px solid #D7C6D7;
	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 #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}


/* setting for the unselected top tab link*/
li.taboff a {
	padding: 3px 15px 3px 15px;
	border: 1px solid #D7C6D7;
	background-color: #fff;
	margin-right: 0px;
	text-decoration: none;
	border-bottom: none;
}

/* settings for selected top tab link */
li.tabon a { 
	border-left: 1px solid #D7C6D7;
	border-top: 1px solid #D7C6D7;
	border-right: 1px solid #D7C6D7;
	padding: 0px 16px 5px 16px; 
	position: relative;
	top: 1px;
	padding-top: 10px;
	background-color: #FFF;  
	font-weight: bold;
}

/* Style for the second line in the profile tab */
ul.botnav {
	text-align: left;
	margin: 0px 20px 0px 20px;
	font: 10px Georgia, Times New Roman;
	list-style-type: none;
	padding: 5px 5px 5px 4px;
	color: black;
	background-color: #eee;
	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;
}


