A:visited {
	color: #000061;	
	text-decoration: none;
}

A:link {
	color: #006666;	
	text-decoration: none;
}

A:active {
	color: #45C6CB;	
	text-decoration: none;
}


A:hover {
	color: #5555CB;	
	text-decoration: none;
        font-style: italic;
}


body {
	background-color: #CCCCCC;
}

.DIARY_LIST_ENTRY
{
        border:1px solid #CCCCCC;
        background-color: #FFFFFF;
        padding:8px;
        margin-bottom:8px; 
}

.mainLayout {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.mainTable {
	padding: 0px;
	width: 675px;
        background-color: #FFFFFF;
}


.MAIN_BODY {
        width: 675px;
	padding: 1px;
	
}

.LEFT_SIDE {
	width: 150px;
	padding: 1px;
	
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.LEFT_SIDE a{
        font-weight: normal;
}

.RIGHT_SIDE {
	width: 150px;
	padding: 1px;
	border-left: 1px dotted #66CC33;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;

}

.RIGHT_SIDE a{
        font-weight: normal;
        font-size: 12;

}

div.hr {
 	border: none 0;
	border-top: 1px dashed #66CC33; /*the border*/
	width: 50%;
	height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
}


table {
	font-family: arial;
	font-size: 13px;
}

/* BEGIN Styles used for bloxes */
.objectTable {
	border-width: 0px;
	border-color: #FFFFFF;
	border-style: solid;
}

.objectHeading {
	background-color: #FFFFFF;
	color: ##00C000;
	padding: 5px;
        font-family: arial rounded mt bold;
	font-size: 12px;
}

.objectContent {
	background-color: #FFFFFF;
	color: #000000;
	padding: 1px 5px 1px 5px;
	margin: 4px;
	width: 100%;
}

/* END Styles used for bloxes */ /* BEGIN  Diary Title Style */
h1.diaryTitle {
        
	font-size: 22px;
	font-weight: bold;
        text-decoration: none;
}

h2.author {
	font-size: 11px;
	font-weight: normal;
}

h3.diaryTimestamp {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

a.diaryTitle {
       font-family: Bolton Titling, Bolton, Skia;
       color: #000;
       text-decoration: none;
       font-style: normal;
}

a.diaryTitle:hover {
        font-family: Bolton Titling, Bolton, Skia;
	background-color: #99CC99;
        text-decoration: none;
}

a.diaryTitle:visited {
        font-family: Bolton Titling, Bolton, Skia;
        color: #000;
        text-decoration: none;
}

a.hotList {
	font-weight: normal;
	font-size: 11px;
	color: #006666;
}

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;
}

/* End Diary Title Style */
blockquote {
	margin: 0px 40px 0px 40px;
	border: 1px dashed #CCCCCC;
	background-color: #99CC99;
	padding: 10px;
        border-left:3px solid #004400;
        border-right:3px solid #004400;
}

blockquote a:link {
        color: #0033CC;	
	text-decoration: none;
}

.theFlip {
	padding: 20px;
}

.smallText {
	font-family: arial;
	font-size: 11px;
        color: #666666;
        padding-top: 4;
}

.objectButton {
	
}


/* 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;
}


.ajaxPreviewCommentTitle {
	font-weight: bold;
}

.ajaxPreviewCommentText {
	margin: 5px;
}

.ajaxPreviewCommentAuthor {
	
}

.ajaxPreviewPostBar {
	border: 2px solid #00CC00;
	text-align: center;
	width: 95%;
    padding: 5px;
	margin: 0 auto;
	position: relative;
}

.ajaxCommentBox {
	border: 2px solid #00CC00;
	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 verdana, arial, sans-serif;
	border-bottom: 1px solid #00CC00;
	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 #00CC00;
	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 #00CC00;
	border-top: 1px solid #00CC00;
	border-right: 1px solid #00CC00;
	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 verdana, arial, sans-serif;
	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;
}
