/*** General page stylings. ***/
BODY {
 background-color: #FFFFFF;
 font-family: Verdana;
 font-size: 12px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

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

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

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

/*** Links when you mouse over. ***/
a:hover {
 text-decoration: none;
}

/*** Headering 1-3 styles. ***/
H1, H1 a{
 font-family: 'Times New Roman';
 font-size: 26px;
 color: #b11f24;
 margin: 0px;
 padding: 4px;
}
H2, H2 a{
 font-family: 'Times New Roman';
 font-size: 22px;
 color: #b11f24;
 margin: 0px;
 padding: 4px;
}
H3, H3 a{
 font-family: 'Times New Roman';
 font-size: 18px;
 color: #000000;
 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: #333333;
 padding: 3px;
}

.DataHeader, .DataHeader TD, .DataHeader a:link, .DataHeader a:hover, .DataHeader a:visited {
 font-size: 14px;
 font-weight: bold;
 font-style: normal;
 font-family: 'Times New Roman';
 text-align: center;
 background-color: #b11f24;
 color: #FFFFFF;
}

.DataRow{background-color: #CCCCCC;}
.DataRowOver{background-color: #C0C0C0;}
.DataRowDown{background-color: #999999;}

.RTEForm {background-color: #FFFFFF;}

/*** This is the table that holds everything. ***/
#pageMainTable{
 width: 911px;
 text-align: left;
}

/*** This is your main content area. ***/
#pageContentCell{
 width:911px;
 padding: 10px;
 background-color: #FFFFFF;
 background: url(/inc/skins/gm01/images/contentBg.jpg) repeat-y;
}
#pageContentCellSplit{
 width:911px;
 background-color: #FFFFFF;
 background: url(/inc/skins/gm01/images/contentBgSplit.jpg) repeat-y;
}

#pageContent{
 width: 100%;
}

/*** Header cell shown at the top of the page. ***/
#pageHeaderCell{
 background: url(/inc/skins/gm01/images/header.jpg) no-repeat;
 height:182px;
}

/*** Footer cell in the main table. ***/
#pageFooterCell{
 background: url(/inc/skins/gm01/images/footer.jpg) no-repeat;
 height:281px;
 text-align: center;
 vertical-align:top;
}
#pageFooter{
 font-size: 10px;
 text-align: center;
 padding-top: 8px;
 color: #b11f24;
}
#pageFooter a:link, #pageFooter a:visited, pageFooter a:hover{
 font-size: 10px;
 color: #b11f24;
 text-decoration: none;
}

/*** 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;
}
