

/* customizable*/				
#BlogBodyContent
{
	background-color: #FFFFFF;
	float: left;
	/*padding: 0px 0px 0px 12px;*/
	padding: 0px 0px 0px 0px;
	position: relative;

}

#BlogContent
{ 
	padding: 0px 0px 0px 12px;
}

#BlogVerticalDividerMid
{
	/*border-right: 1px solid #d3d2cb;*/
	border-right: 1px solid #FFFFFF;
	padding-left:5px;
}

.BlogSideBar
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:7px; 
	padding-top:15px;
}

#BlogVerticalDividerMidLeftSide
{
	/*border-left: 1px solid #d3d2cb;*/
	border-left: 1px solid #FFFFFF;
	padding-left:5px;
}

.BlogSideBarLeftSide
{
	/*background-color: #FFFFFF;*/
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:15px;
	padding-right:7px; 
	padding-left:7px; 
}

.EntryDivider
{
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #D7DFE8;
	padding-top: 5px;
}

#entrySubject {
	font-size: 160%;
	font-weight: bold;
	line-height: 1.4em;
	padding: 0;
	color: #cc6600;
}

#entrySubject a:link, #entrySubject a:visited
{
	color: #cc6600;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	display: block;
	text-decoration: none;
}

#entrySubject a:hover
{
	color: #333333;
	text-decoration: none;
}

.commentDivider
{
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #C0C0C0;
}

.SidebarTitle
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	/*border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	*/
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #000000;
}
/* end of customizable*/


/* --------------------------------------- */
.SidebarDivider{
	border-top: 1px solid #D7DFE8;
	margin: 10px 10px 5px 20px;
}

.entryDate {
	font-size: 95%;
	font-family: inherit !important;
	/*color: #666666;*/
}

.entryPosted {
	font-size: 95%;
	font-family: inherit !important;
	padding-bottom: 10px;
	/*color: #666666;*/
}

.entryContent {
	font-size: 12pt;
	font-family: inherit !important;
}
/*
.entryContent p
{
	margin: 0px;
}
*/
.entryCategory {
	font-size: 10pt;
	font-family: inherit !important;
	word-wrap: break-word;
	overflow: hidden;
}

.entryFooter {
	font-size: 100%;
	font-family: inherit !important;
	padding-top: 10px;
}

.commentTitle
{
	font-size: 13pt;
	font-weight: bold;
	padding-bottom: 10px;
}

.commentAuthor
{
	font-size: 11pt;
	font-weight: bold;
	padding-bottom:5px;
}

.commentContent
{
	font-size: 8pt;
	word-wrap: break-word;
	overflow: hidden;
	width: 100%;
	padding-bottom:10px;
}

.commentDate
{
	font-size: 8pt;
	padding-bottom:10px;
}

/* end of main blog */

#UserProfile
{
	padding-left:10px;
	padding-right:20px;
}

.UserProfileTitle
{
	font-weight: bold;
}

.SidebarBox
{
	/*border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;*/
}

.TitleBold
{
	font-weight: bold;
}

.searchBlogEntryTable
{
	background: #b4bfcb;
}

.searchBlogEntryTitle
{
	background: #e1e6ea;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}

.searchBlogEntryCell
{ 
	background: #FFFFFF;
	padding: 5px;
}

.searchBlogEntryCellSelected
{ 
	background: #EFEFEF;
	padding: 5px;
}

.imageCellSuccess
{
	background: #B8EBBA;
	padding: 5px;
}

.imageCellError
{
	background: #EEA8A8;
	padding: 5px;
}

.UserProfilePageTitle
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.titleColor { background: #F7F9FA;}
.cellColor { background: #FFFFFF;}

#dottedFrame { border: 1px dotted #758795; }
#dottedInner { margin: 2px; padding: 8px;}

.textwrap { word-wrap: break-word; overflow:hidden; padding: 1px;}

.divider2{border-top: 1px solid #A9A9A9; margin: 10 0 5 0px;}
.required {
	color: #B22222;
	font-size: 7pt;
	font-weight: bold;
}

#importantNote {
	color: #B22222;
}

#note
{
	font-size: 7.5pt;
}

#required {
	color: #B22222;
	font-size: 7pt;
	font-weight: bold;
}

.charCountCss
{
	width: 35px;
	border: 1px solid #bbbbbb;
	background-color: #eeeeee;
	color: #000000;
	cursor: default;
}

#blogIntroBox
{
	padding:0 0 15px 0;
	/*margin: 0px;
	line-height: 1.3em;
	*/
}
#blogIntroBox p
{
	padding: 0px;
	line-height: 115%;
	margin:  0 0 1em 0;
}


