﻿body 
{
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

h1
{
    font-size: 14px;
    padding-bottom: 0.3em;
}

h2
{
    FONT-FAMILY: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 16px;
    COLOR: #333333;
}

a
{
    COLOR: #990000;
    TEXT-DECORATION: underline
}
a:visited
{
    COLOR: #990000
}


   
a:hover
{
    COLOR: #006699
}

#main
{
    padding: 0 10px 0 10px;
}

#content
{
    padding-right: 0.5em;
}

#sidebar
{
    width: 200px;
}

#sidebar h2
{
    background: #116688;
    color: White;
    text-align: center;

    font-size: 14px;
    padding: 0.2em 0 0.2em 0;
    margin: 0.5em 0 0.3em 0;
}

#breadcrumb
{
    padding: 5px 0px 0px 5px;
}

#blogheader
{
    FONT-FAMILY: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bolder;
	width: 800px;
	height: 90px;
    padding: 0 0.5em 0.2em 0.5em;
}

#blogheader a
{
    color: White;
    text-decoration: none;
}

.docComment
{
    width: 600px;
    margin-bottom: 1em;
    float: left;
    border-bottom: solid 1px grey;
    padding: 0 0.5em 0.2em 0.5em;
}

.commentBody
{
    font-size: 12px;
    clear: both;
    
}

.commentDetails
{
    font-size: 11px;
    float: right;
    margin-top: 0.7em;
}



.clearing
{
    clear: both;
}

.commentForm
{
    width: 400px;
}

    
.commentForm input
{
    float: right;
}

.documentEntry
{
    font-size: 12px;
    border: solid 1px grey;
    margin-bottom: 1em;
    width: 100%;
    float: left;
}

.entryHeader
{
    border-bottom: solid 1px grey;
    padding: 0.5em 0 0.5em 0;
      background: #ccdddd;
      float: left;
      width: 100%;

}

.entryMain
{
    padding: 0.3em 0 1.8em 0;
    float: left;
    width: 100%;
}

.entryFooter
{
    border-top: solid 1px grey;
    height: 1.5em;
    padding: 0.5em 0 0.5em 0;
    background: #ccdddd;
    float: left;
    width: 100%;
}



.entryHeader .title
{
    FONT-FAMILY: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight: bold;
    font-size: 13px;
    padding-left: 0.5em;
  
}

.entryHeader table
{
    padding-left: 0.5em;
}

.title a
{
    color: Black;
}

.moreLink
{
    float: right;
    padding-right: 0.5em;
}

.entryBody
{
    float:left;

    padding: 0.3em;
    width: 80%;
}

.authorPhoto
{
    float: left;
    padding: 0.2em 0.2em 0.2em 0.5em;
    text-align: right;
}


.entryDate
{
    float: left;
}

.commentsLink
{
    padding-left: 0.5em;
    float: left;
}

.viewMore
{
    padding-right: 0.5em;
    float: right;
}

    
#description
{
    float:left;
    width: 70%;
    font-size: 0.8em;
}

#top
{
    float: left;
    padding-bottom: 0;
}

#authorFeed
{
    padding-top: 1em;
}

.categoryDescription
{
    padding-top: 0.1em;
    padding-bottom: 0.3em;
}

.commentEnclosure
{
    font-size: 12px;
}



blockquote
{
    BORDER-TOP: #ececec thin solid;
    FONT-SIZE: 12px;
    BACKGROUND: #f6fbfe;
    MARGIN-LEFT: 5%;
    COLOR: #006699;
    MARGIN-RIGHT: 5%;
    BORDER-BOTTOM: #ececec thin solid;
    FONT-STYLE: italic;
    BORDER-RIGHT-STYLE: none;
    BORDER-LEFT-STYLE: none

}

.quoteLink
{
    margin-left: 1.2em;
}

.quoteLink a
{
    color: Black;
    text-decoration: none;
}

.quoteLink a:hover
{
    text-decoration: underline;
}


.postdetails
{
    font-size: 10px;
    border-bottom: solid 1px lightgrey;
    background: #D1E8F0;
    padding: 0.8em;
    height: 2.5em;
}

.details
{
    float: left;

}

.quoteReply
{
    float: right;
}

.memberCell
{
    width: 100px;
    vertical-align: top;
    background: #C0D5DD;
    padding: 5px;
    
}

.forumHeader
{
    text-align: center;
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    TEXT-DECORATION: none

}

.headercell
{
    text-align: center;
	background: #006699;
}

.oddRow
{
    background: #D1E8F0;
}

.evenRow
{
    background: #C0D5DD;
}

.forumRow
{
    background: #B4BABF;
    height: 40px;
}

.forumTitle
{
    font-weight: bold;
}

.forumDescription
{
    display: block;

    font-size: 12px;
}

.headerRow td span
{
    color: White;
    font-weight: bold;
}

.hidden
{
    display: none;
}

.mainEdit td.label
{
    width: 150px;
}

.mainEdit td.fieldCell
{
    width: 250px;
}

.identitySelector div
{
    clear: both;
}
