/*** General page stylings. ***/
BODY {
 font-family: Times New Roman;
 font-size: 9pt;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

/*** This should reflect the font settings in the BODY section.  ***/
TABLE, TD, INPUT, SELECT {
 font-size: 9pt;
 font-family: Times New Roman;
 color: #000000;
}

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

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

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

/*** Headering 1-3 styles. ***/
H1, H1 a{
 font-family: Times New Roman;
 font-size: 14pt;
 color: #8d0000;
 margin: 0px;
 padding: 4px;
}
H2, H2 a{
 font-family: Times New Roman;
 font-size: 12pt;
 color: #8d0000;
 margin: 0px;
 padding: 4px;
}
H3, H3 a{
 font-family: Times New Roman;
 font-size: 11pt;
 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: 12px;
 font-weight: bold;
 font-style: normal;
 text-align: center;
 background-color: #8d0000;
 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: 762px;
 text-align: left;
}

/*** Style for the side area that the linkbar appears on. ***/
#pageLinkbarCell{
 width: 145px;
 vertical-align: top;
 background: #FFFFFF url(/inc/skins/gangster01/images/linkbarBG.jpg) no-repeat top right;
}
#pageLinkbar{
 padding-top:30px;
 width: 145px;
}

/*** This is your main content area. ***/
#pageContentCell{
 width:512px;
 padding:5px;
 background: #FFFFFF url(/inc/skins/gangster01/images/contentBG.jpg) no-repeat top right;
}
#pageContent{
 padding-top: 40px;
}

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