/*** General page stylings. ***/
BODY {
 font-family: Arial;
 font-size: 14px;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

/*** This should reflect the font settings in the BODY section.  ***/
TABLE, TD, INPUT, SELECT {
 font-size: 14px;
 font-family:  Arial;
 color: #666666;
}

/*** Paragraph style. ***/
p{
 text-indent: 0px;
 margin-top: 5px;
 margin-bottom: 5px;
}

/*** Links in their regular state. ***/
a:link, a:visited {
 color: #000000;
 text-decoration: none;
}

/*** Links when you mouse over. ***/
a:hover {
 text-decoration: underline;
 color: #666666;
}

/*** Headering 1-3 styles. ***/
H1, H1 a{
 font-family:  Arial;
 font-size: 20px;
 color: #777772;
 margin: 0px;
 padding: 4px;
}
H2, H2 a{
 font-family:  Arial;
 font-size: 18px;
 color: #777772;
 margin: 0px;
 padding: 4px;
}
H3, H3 a{
 font-family:  Arial;
 font-size: 16px;
 color: #777772;
 margin: 0px;
 padding: 4px;
}

/*** The following styles start with .Data, they are used for forms and content display on the backend. ***/
.DataTable{
 border-style: solid;
 border-width: 1px;
 border-color: #CCCCCC;
 padding: 3px;
}

.DataHeader, .DataHeader TD, .DataHeader a:link, .DataHeader a:hover, .DataHeader a:visited {
 font-size: 14px;
 font-weight: bold;
 font-style: normal;
 text-align: center;
 background-color: #2dc6d6;
 color: #FFFFFF;
}

.DataRow{
 color: #000000;
 background-color: #e6dbe6;
}
.DataRowOver{
 color: #000000;
 background-color: #e2c5e2;
}
.DataRowDown{
 color: #000000;
 background-color: #bab7af;
}

.RTEForm {background-color: #FFFFFF;}

/*** This is the table that holds everything. ***/
#pageMainTable{
 width: 760px;
 text-align: left;
 border: 1px solid #FFFFFF;
}

/*** Style for the side area that the linkbar appears on. ***/
#pageLinkbarCell{
 width: 140px;
 background-color: #bab7af;
 vertical-align: top;
}
#pageLinkbar{
 width: 140px;
}

/*** This is your main content area. ***/
#pageContentCell{
 width:620px;
 background-color: #FFFFFF;
}
#pageContent{
 padding: 20px;
}

/*** Header cell shown at the top of the page. ***/
#pageHeaderCell{
 background: url(/inc/skins/hsm02/images/header.gif) no-repeat;
 height:75px;
 background-color: #bab7af;
}

/*** Box that holds the Site Search form. ***/
#siteSearchBox{
 text-align: right;
 padding-right: 10px;
 padding-top: 10px;
}

/*** Footer cell in the main table. ***/
#pageFooterCell{
 height:30px;
 background-color: #bab7af;
 vertical-align:middle;
}
#pageFooter{
 text-align: right;
 padding-right: 10px;
 color: #000000;
}
#pageFooter a:link, #pageFooter a:visited, pageFooter a:hover{
 font-size: 11px;
 color: #000000;
}

/*** These are the links that appear underneath of the footer at the very bottom of the page. ***/
#linksBottomCell{
 width: 760px;
 text-align: center;
}

#linksBottom{
 padding-top: 15px;
 text-align: center;
}

#linksBottom a:link, #linksBottom a:visited{
 font-size: 11px;
 color: #000000;
}

#linksBottom a:hover{
 color: #000000;
 text-decoration: underline;
}

/*** Styles for displaying your Blog listings ***/
.newsBloggerBlogTitle {
 padding: 10px;
 padding-left: 0px;
 margin: 0px;
 font-size: 18pt;
}
.newsBloggerArticleTitle, .newsBloggerArticleTitle a:link, .newsBloggerArticleTitle a:visited {
 padding: 0px;
 margin: 0px;
 font-size: 10pt;
 text-decoration: none;
}
.newsBloggerArticleTitle a:hover {
 text-decoration: underline;
}
.newsBloggerTime {
 padding: 0px;
 margin: 0px;
 font-size: 8pt;
 font-weight: bold;
}
.newsBloggerArticleDescription {
 padding: 0px;
 margin: 0px;
 font-size: 9pt;
}
.newsBloggerArticleDescription a:link, .newsBloggerArticleDescription a:visited {
 font-size: 9pt;
}
.newsBloggerArticleImage {
 float: left;
 padding: 5px;
}

