/* ================================
    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
{  
}

/* CSS for MSHC General Default Skins - Start */
.SkinObject {
    font-weight: bold;
    font-size: 9px;
    color: White;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
} 
/* CSS for MSHC General Default Skins - End */

/* CSS for MSHC General Search Skins - Start */
.SkinObject_search {
    font-weight: bold;
    font-size: 12px;
    color: White;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
} 
/* CSS for MSHC General Search Skins - End */

/* CSS for MSHC General Breadcrumbs Skins - Start */
.SkinObject_bcrumbs {
    font-weight: bold;
    font-size: 12px;
    color: #517197;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
}
.SkinObject_bcrumbs_youarehere {
    font-weight: normal;
    font-size: 11px;
    color: #063868;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
} 
A.SkinObject_bcrumbs:hover    {
    text-decoration:    underline;
    color: #063868;
}
/* CSS for MSHC General Breadcrumbs Skins - End */

/* CSS for MSHC General Date Skins - Start */
.SkinObject_date {
    font-weight: normal;
    font-size: 11px;
    color: #063868;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
} 
A.SkinObject_date:hover    {
    text-decoration:    underline;
    color:#063868;
}
/* CSS for MSHC General Date Skins - End */

/* CSS for MSHC General Terms Skins - Start */
.SkinObject_terms {
    font-weight: normal;
    font-size: 10px;
    color: #063868;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
} 
A.SkinObject_terms:hover    {
    text-decoration:    underline;
    color:#063868;
}
/* CSS for MSHC General Terms Skins - End */

/* CSS for MSHC General Copyright Skins - Start */
.SkinObject_copyright {
    font-weight: normal;
    font-size: 10px;
    color: #063868;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
}
A.SkinObject_copyright:hover    {
    text-decoration:    underline;
    color: #063868;
}
/* CSS for MSHC General Copyright Skins - End */

/* CSS for MSHC General Container - Start */
#CO_STIMenu
{
    font-weight: bold;
    font-size: 14px;
    color: #063868;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
}
#CO_STIMenu A
{
    font-weight: bold;
    font-size: 14px;
    color: #063868;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
}
#CO_STIMenu A:hover
{
    text-decoration: underline;
}
#CO_STISubMenu A
{
    font-weight: normal;
    font-size: 14px;
    color: #063868;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
}
#CO_STISubMenu A:hover
{
    text-decoration: underline;
}
#CO_Body
{
    font-weight: normal;
    font-size: 13px;
    color: Black;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
}

#CO_Body A, #CO_Body A:link, #CO_Body A:visited, #CO_Body A:active
{
    font-weight: normal;
    font-size: 13px;
    color: Blue;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
}
#CO_Body A:hover
{
    text-decoration: underline;
}
#CO_Body OL,#CO_Body OL A:link, #CO_Body OL A:visited, #CO_Body OL A:active
{
    font-size: 11px;    
}
#CO_Body OL A:hover
{
    text-decoration: underline;
}
#CO_Body UL,#CO_Body UL A:link, #CO_Body UL A:visited, #CO_Body UL A:active
{
    font-size: 13px;    
}
#CO_Body UL A:hover
{
    text-decoration: underline;
}
#CO_Footnote
{
    font-size: 11px; 
}

#CO_LastUpdate
{   
    text-align: center;
    font-weight: normal;
    font-size: 11px;
    color: Black;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
}
/* CSS for MSHC General Container - End */

/* CSS for Rating - Start */
.ratingStar {
    font-size: 0pt;
    width: 25px;
    height: 25px;
    margin: 0px 40px 0px 40px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar 
{
    background-image: url(star_yellow.gif);
}

.emptyRatingStar 
{
    background-image: url(star_grey.gif);
}

.savedRatingStar 
{
    background-image: url(star_red.gif);
}

.ratingText
{
    font-size:0.8em;
}

/* CSS for Rating - End */

/* 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
{
    font-weight: normal;
    font-size: 13px;
    color: Black;
    font-family: Arial, Tahoma, Helvetica;
}

/* 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  {
}

TBODY 
{
    font-weight: normal;
    font-size: 13px;
    color: Black;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   
{
    font-weight: normal;
    font-size: 13px;
    color: Black;
    font-family: Arial, Tahoma, Helvetica;
    text-decoration: none;
}

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 {
}






