/* ================================
CSS STYLES FOR DotNetNuke
================================
*/   
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
/* background color for the content part of the pages */
Body
{
    font-size:small;
}
/* background/border colors for the selected tab */
.TabBg {
}
.LeftPane  { 
}
.ContentPane  { 
}
.RightPane  { 
}
/* text style for the selected tab */
.SelectedTab {
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
}
A.SelectedTab:visited  {
}
A.SelectedTab:active   {
}
A.SelectedTab:hover    {
}
/* text style for the unselected tabs */
.OtherTabs {
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}
A.OtherTabs:visited  {
}
A.OtherTabs:active   {
}
A.OtherTabs:hover    {
}
/* GENERAL */
/* style for module titles */
.Head   {
}
/* style of item titles on edit and admin pages */
.SubHead    {
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}
/* text style used for most text rendered by modules */
.Normal
{
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}
.NormalRed
{
}
.NormalBold
{
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}
A.CommandButton:visited  {
}
A.CommandButton:active   {
}
A.CommandButton:hover    {
}
/* GENERIC */
H1  {
}
H2  {
}
H3  {
}
H4  {
}
H5, DT  {
}
H6  {
}
TFOOT, THEAD    {
}
TH  {
}
A:link  {
font-family:  Tahoma, Arial, Verdana;
text-decoration: none;
}
A:visited   {
font-family:  Tahoma, Arial, Verdana;
text-decoration: none;
}
A:active    {
font-family:  Tahoma, Arial, Verdana;
text-decoration: underline;
}
A:hover {
font-family:  Tahoma, Arial, Verdana;
text-decoration:    underline;
}
SMALL   {
}
BIG {
}
BLOCKQUOTE, PRE {
}
UL LI   {
}
UL LI LI    {
}
UL LI LI LI {
}
OL LI   {
}
OL OL LI    {
}
OL OL OL LI {
}
HR {
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   
/* style of item titles by Announcements and events */
.ItemTitle    {
}
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/* Main Menu */
.MainMenu_MenuContainer {
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
}
.MainMenu_MenuIcon {
}
.MainMenu_SubMenu {
}
.MainMenu_MenuBreak {
}
.MainMenu_MenuItemSel {
}
.MainMenu_MenuArrow {
}
.MainMenu_RootMenuArrow {
}
/* ================================================== */
/* Top Cat Computing Stylesheet Customizations        */
/* ================================================== */
.tcclist {
font-family:  Tahoma, Arial, Verdana;
font-size: 11px;
font-weight: normal;
color: black;
text-align: left;
margin-top: 25px;
margin-bottom: 25px;
}
.tcclistalt{
font-family:  Tahoma, Arial, Verdana;
font-size: 11px;
font-weight: normal;
background-color: #D2D3D3; 
color: black;
text-align: left;
}
.tcclistheader {
font-family:  Tahoma, Arial, Verdana;
font-size: 11px;
font-weight: bold;
background-color: #B4D2EE; 
color: black;
text-align: center;
}
.TccBodyTextSmall
{
	font-family:  Tahoma, Arial, Verdana;
	font-size: 9px;
	color: black;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.TccBodyText {
font-family:  Tahoma, Arial, Verdana;
font-size: 11px;
color: black;
margin-left: 10;
margin-right: 10;
margin-top: 5;
margin-bottom: 5;
}
.TccByline {
font-family:  Tahoma, Arial, Verdana;
font-size: 11px;
font-weight: normal;
color: black;
text-align: right;
}
/* ---------------------------------------------------------------------------------------------- */
/* TCC Article Listing                                                                      */
/* ---------------------------------------------------------------------------------------------- */
#TccListing div {
margin : 0px 10px;
}
#TccListing .post {
border-bottom : none;
}
#TccListing h3 {
font-family: Georgia;
background-color : #E5EEF7;
padding : 2px;
border-top : 1px solid #666;	
border-bottom : 1px dashed #666;	
padding-left : 10px;	
text-align: left;
font-size : 11px;
}
#TccListing h3 a {
/* color : #333; */
text-decoration : none;
}
#TccListing h3 a:Link {
font-family : Georgia;
text-decoration : none;
}
#TccListing h3 a:hover {
font-family : Georgia;
text-decoration : underline;
}
#TccListing h3 a:visited {
font-family : Georgia;
text-decoration : none;
color : #ff0000;
}
#TccListing h3 a:active   {
font-family : Georgia;
text-decoration : underline;
}
#TccListing h3 {
font-family : Georgia;
font-size : x-small;
}
#TccListing .post {
border-bottom : 1px solid #FA0;
}
#TccListing .postfoot {
font-size : x-small;
text-align: left;
}
A.Normal.Menu:link {
text-decoration:    underline;
}
A.Normal.Menu:visited  {
text-decoration:    underline;
}
A.Normal.Menu:active   {
text-decoration:    underline;
}
A.Normal.Menu:hover    {
text-decoration:    underline;
color: #ff0000;
}
A.Normal.MenuSelected:link {
text-decoration:    underline;
color: #ff0000;
}
A.Normal.MenuSelected:visited  {
text-decoration:    underline;
color: #ff0000;
}
A.Normal.MenuSelected:active   {
text-decoration:    underline;
color: #ff0000;
}
A.Normal.MenuSelected:hover    {
text-decoration:    underline;
color: #ff0000;
}
.tccArticlePostedBy{
font-family:  Tahoma, Arial, Verdana;
font-size: 11px;
color: black;
}
/* Link Formatting */
.tccLinkTitle {
font-family:  Tahoma, Arial, Verdana;
font-size: 12px;
font-weight: bold;
background-color : #E5EEF7;
margin-left: 10;
margin-right: 10;
margin-top: 5;
margin-bottom: 5;
}
A.tccLinkTitle:link  {
font-family:  Tahoma, Arial, Verdana;
text-decoration: none;
}
A.tccLinkTitle:visited   {
font-family:  Tahoma, Arial, Verdana;
text-decoration: none;
}
A.tccLinkTitle:active    {
font-family:  Tahoma, Arial, Verdana;
text-decoration: underline;
}
A.tccLinkTitle:hover {
font-family:  Tahoma, Arial, Verdana;
text-decoration:    underline;
}
.tccLinkDescription {
font-family:  Tahoma, Arial, Verdana;
font-size: 11px;
margin-left: 10;
margin-right: 10;
margin-top:15;
margin-bottom:15;
}
.tccLinkInfo {
font-family:  Tahoma, Arial, Verdana;
font-size: 11px;
background-color : #E5EEF7;
margin-left: 10;
margin-right: 10;
margin-top: 1;
margin-bottom: 1;
}
.tccArticleBody{
font-family:  Tahoma, Arial, Verdana;
font-size: 11px;
}
A.tccArticleBody:Link{
font-family:  Tahoma, Arial, Verdana;
font-size: 11px;
text-decoration: none;
}
A.tccArticleBody:Hover{
font-family:  Tahoma, Arial, Verdana;
font-size: 11px;
text-decoration: underline;
}
A.tccArticleBody:Visit{
font-family:  Tahoma, Arial, Verdana;
font-size: 11px;
text-decoration: none;
color:red;
}
/* NewsTicker Style */
.newsticker {
list-style-type: none;
background: white;

margin: 0;
font-family:  Tahoma, Arial, Verdana;
font-size: 11px;
color: Black;
margin-left: 0px;
margin-right: 0px;
margin-top: 2px;
margin-bottom: 1px;
}
.NewsTickerTitle
{
font-size: 12px;
font-weight: bolder;
color: Black;
font-family:  Tahoma, Arial, Verdana;
}
.TccNoBullet {
list-style-type: none;
font-family:  Tahoma, Arial, Verdana;
font-size: 11px;
margin-left: 10px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;
}


/* -------------------------------------------------------------------------------- */
/*Active Forums Whats News List                                                     */
/* -------------------------------------------------------------------------------- */

.TopPost_afgrouprow 
{
    padding:0px;
    padding-left:10px;
    margin:0px;
    font-family: Verdana, Arial, Tahoma;
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    height: 30px;
    background-image:url(afgrouprow.png);}
.TopPost_afsubgrid 
{
    border: none 0px #cdcdcd;
    width:100%;
    }

.TopPost_afgrid 
{
    position:relative;
    font-size: 12px;
    color: #666666;
    font-family:  Tahoma, Arial, Verdana; 
    background-color: #ffffff; 
    width:100%;
    }
    
.TopPost_afheader {
    padding-left:5px;
    background-color:#99ccff;
    font-family:  Tahoma, Arial, Verdana;
    }
.TopPost_affooter {
    padding-left:5px;
    text-align: right;
    background-color:#99ccff;
    font-family:  Tahoma, Arial, Verdana;
    }
.TopPost_afforumrow {
    border-top: dashed 1px #cdcdcd;
    font-family:Tahoma, Arial, Verdana;
    background-color: #ffffff;
    
    }
.TopPost_afforumrow a:link, .TopPost_afforumrow a:visited, TopPost_afforumrow a:active {
        color:blue;
     }