/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

body {
   background-color: #ffffff;
   margin-top: 55px;
}
body,td,th {
        color: #787979;
	font-family: Arial, Trebuchet MS, Tahoma;
	font-size: 11px;
}


/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
   font-family: Arial, Trebuchet MS, Tahoma;
   font-size: 12px;
   color: #135a86;
   font-weight: bold;
}

.HeadBlue   {
   font-family: Arial, Trebuchet MS, Tahoma;
   font-size: 18px;
   color: #135a86;
   font-weight: bold;
}

.HeadYellow   {
   font-family: Arial, Trebuchet MS, Tahoma;
   font-size: 12px;
   color: #fdf402;
   font-weight: bold;
}

.RedTitle   {
   font-family: Arial, Trebuchet MS, Tahoma;
   font-size: 15px;
   color: #ffffff;
   font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
color: #780000;
}

A.SubHead    {
color: #780000;
}

A.SubHead:visited    {
color: #780000;
}

/* 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
{
font-family: Arial, Trebuchet MS, Tahoma;
}

.BlueContainerText
{
font-family: Arial, Trebuchet MS, Tahoma;
font-size: 11px;
color: #ffffff;
}

.BlueContainerText a
{
color:#f0f0f0;
font-weight: bold;
}

.BlueContainer a:hover {
color: #ffffff;
font-weight: bold;
} 

.BlueContainer a:visited {
color: #f0f0f0;
font-weight: bold;
} 

.GreyContainerText
{
font-family: Arial, Trebuchet MS, Tahoma;
font-size: 11px;
color: #787979;
}

.GreyContainer a
{
color:#0f5784;
font-weight: bold;
}

.GreyContainer a:hover {
color: #135a86;
font-weight: bold;
} 

.GreyContainer a:visited {
color: #0f5784;
font-weight: bold;
} 


.Normal:link {
color: #780000;
} 

.Normal:hover {
color: #135a86;
} 

.Normal:visited {
color: #780000;
} 


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
   font-family: Arial, Trebuchet MS, Tahoma;
   font-size: 11px;
} 


/**/
.BreadCrumbText {
    color: #bb8c00;
    font-weight: bold;
    font-family: Trebuchet MS, Tahoma, Arial;
    font-size: 11px;
}
A.BreadCrumbText:link {
    color: #bb8c00;
    font-weight: bold;
}
A.BreadCrumbText:visited {
    color: #bb8c00;
    font-weight: bold;
}
A.BreadCrumbText:active {
    color: #987202;
    font-weight: bold;
}
A.BreadCrumbText:hover {
    color: #987202;
    font-weight: bold;
}

/* SKINOBJECT */
.SkinObject {
    font-size: 11px;
    font-family: Arial,Trebuchet MS, Tahoma;
    text-decoration: none;
}
A.SkinObject:link {
    font-family: Arial,Trebuchet MS, Tahoma;
    text-decoration: none;
    color: #ff5a00;
}
A.SkinObject:visited  {
    text-decoration: none;
    color: #ff5a00;
}
A.SkinObject:hover    {
    text-decoration: underline;
    color: #135a86;
}

.CopyrightText {
    font-family: Arial,Trebuchet MS, Tahoma;
    font-size: 11px;
    font-bold: false;
    color: #a09f9f;
}

/* LoginLink */
.LoginLink {
    font-size: 11px;
    color: #a09f9f;
    font-family: Arial,Trebuchet MS, Tahoma;
    text-decoration: none;
    font-weight: bold;
}
A.LoginLink:link {
    font-family: Arial,Trebuchet MS, Tahoma;
    text-decoration: none;
    color: #a09f9f;
    font-weight: bold;
}
A.LoginLink:visited  {
    text-decoration: none;
    color: #a09f9f;
}
A.LoginLink:hover    {
    text-decoration: underline;
    color: #135a86;
}

.ArticleDate {
color: #666666;
font-size: 10px;
}

.ArticleTitle {
color: #055e05;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

A.ArticleTitle:link {
color: #055e05;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

A.ArticleTitle:hover {
color: #780000;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}

.ArticleTitleSide {
color: #055e05;
font-size: 11px;
text-decoration: none;
background-color: transparent;
}

A.ArticleTitleSide:link {
color: #055e05;
font-size: 11px;
text-decoration: none;
background-color: transparent;
}

A.ArticleTitleSide:hover {
color: #780000;
font-size: 11px;
text-decoration: underline;
background-color: transparent;
}














