/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* Main Body & Scrollbars */
.Body
{
    scrollbar-base-color: #336699;
    scrollbar-face-color: #B44486; 
    scrollbar-track-color: #efefef; 
    scrollbar-arrow-color: #B44486;
    scrollbar-highlight-color: white; 
    scrollbar-3dlight-color: #d1d7dc; 
    scrollbar-shadow-color: #dee3e7;
    scrollbar-darkshadow-color: #98aab1;
    background-color: #ffffff;
    padding-top:0;
    color:#000000;
}

/* Outermost table, contains all content areas */
.PageContent {
 background-color: #FFFFFF;
 Width: 785;
 }
 
/* Outermost table container */
.skin-border-top-left
{    
    PADDING:0px;
    BACKGROUND-IMAGE:url(border-top-left.jpg);
    BACKGROUND-REPEAT: no-repeat;
}
.skin-border-top-tile
{    
    PADDING:0px;
    WIDTH:100%;
    BACKGROUND-IMAGE:url(border-top-tile.jpg);
    BACKGROUND-REPEAT-X: repeat;
}
.skin-border-top-right
{    
    PADDING:0px;
    BACKGROUND-IMAGE:url(border-top-right.jpg);
    BACKGROUND-REPEAT: no-repeat;
}
.skin-border-right-tile
{    
    HEIGHT:100%;
    PADDING:0px;
    BACKGROUND-IMAGE:url(border-right-tile.jpg);
    BACKGROUND-REPEAT-Y: repeat;
}
.skin-border-bottom-right
{    
    PADDING:0px;
    BACKGROUND-IMAGE:url(border-bottom-right.jpg);
    BACKGROUND-REPEAT: no-repeat;
}
.skin-border-bottom-tile
{    
    PADDING:0px;
    WIDTH:100%;
    BACKGROUND-IMAGE:url(border-bottom-tile.jpg);
    BACKGROUND-REPEAT-X: repeat;
}
.skin-border-bottom-left
{    
    PADDING:0px;
    BACKGROUND-IMAGE:url(border-bottom-left.jpg);
    BACKGROUND-REPEAT: no-repeat;
}
.skin-border-left-tile
{    
    HEIGHT:100%;
    PADDING:0px;
    BACKGROUND-IMAGE:url(border-left-tile.jpg);
    BACKGROUND-REPEAT-Y: repeat;
}

/* PAGE BACKGROUND */

/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #FFFFFF;
}

/* background color for the menu  */
.MenuBg {
    background-color: #B44486;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

.HeaderPane  { 
}

.FooterPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 12px;
    color: #B44486;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #B44486;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#742254;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#742254;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#742254;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 12px;
    color: white;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#742254;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#742254;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#742254;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica;
    font-size:  16px;
    font-weight:    normal;
    color: #B44486;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica;
    font-size:  13px;
    font-weight:    bold;
    color: #B44486;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica;
    font-size:  13px;
    font-weight:    bold;
    color: #B44486;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #742254
}

.NormalBold
{
    font-family: Arial, Helvetica;
    font-size: 13px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #B44486;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #742254;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #742254;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #742254;
}
    
/* GENERIC */
H1  {
    font-family: Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #B44486;
}

H2  {
    font-family: Arial, Helvetica;
    font-size:  17px;
    font-weight:    normal;
    color: #B44486;
}

H3  {
    font-family: Arial, Helvetica;
    font-size:  16px;
    font-weight:    normal;
    color: #B44486;
}

H4  {
    font-family: Arial, Helvetica;
    font-size:  15px;
    font-weight:    normal;
    color: #B44486;
}

H5, DT  {
    font-family: Arial, Helvetica;
    font-size:  14px;
    font-weight:    normal;
    color: #B44486;
}

H6  {
    font-family: Arial, Helvetica;
    font-size:  13px;
    font-weight:  normal;
    color: #B44486;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica;
    font-size:  13px;
    color: #B44486;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #B44486;
}

A:link  {
    text-decoration:    none;
    color:  #B44486;
}

A:visited   {
    text-decoration:    none;
    color:  #742254;
}

A:active    {
    text-decoration:    none;
    color:  #742254;
}

A:hover {
    text-decoration:    underline;
    color:  #742254;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #B44486;
}


