/* ================================
    CSS STYLES FOR BPPORTAL 
*/

/* Fejléc háttérszín */
.HeadBg {
    background-color: White;
}

/* Az oldalak tartalmi részének háttérszíne */
Body {
    background-color: LightSkyBlue;
}

/* PAGE BANNER */
/* Site cím stílusa a bannerben */
.SiteTitle {
    font-family: Times New Roman, Helvetica, Helvetica;
    font-size: 35;
    font-weight: bold;
    color: CornflowerBlue;
}

/* Fülek (Tabs) háttér- és keretszíne */
 .OtherTabsBg {
    background-color: Snow;
    border-color: WhiteSmoke;
}

/* Fülek stílusa */
.OtherTabs {
    font-family: Georgia, Arial, Arial;
    font-size: 16;
    font-weight: bold;
    text-decoration:none;
}

/* Hiperlink stílusok a fülekhez */
A.OtherTabs:link    {
    text-decoration:    none;
    color: #11538f;
}

A.OtherTabs:visited    {
    text-decoration:    none;
    color: Red;
}

A.OtherTabs:active    {
    text-decoration:    none;
    color: #11538f;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color: DarkBlue;
}

/* Site linkek (jobb felső sarokban) stílusa */
.SiteLink {
    font-family: Century, Arial, Arial;
    font-size: 14;
    font-weight: bold;
}

Site linkek hiperlink stílusai
A.SiteLink:link    {
    text-decoration:    none;
    color: MediumBlue;
}

A.SiteLink:visited    {
    text-decoration:    none;
    color: Red;
}

A.SiteLinkTabs:active    {
    text-decoration:    none;
    color: Yellow;
}

A.SiteLink:hover    {
    text-decoration:    none;
    color: Yellow;
}

/* SiteLinkek elválasztó vonalkájának stílusa */
.Accent {
    color: MediumBlue;
    font-weight: bold;
}

/* általános linkek */
A:link    {
    text-decoration:    none;
    color: MediumBlue;
}

A:visited    {
    text-decoration:    none;
    color: Red;
}

A:active    {
    text-decoration:    underline;
    color: Yellow;
}

A:hover    {
    text-decoration:    underline;
    color: Yellow;
}

HR {
    color: WhiteSmoke;
    height:1pt;
    text-align: Left;
}

/* Egyéb, nem változtatható stílusjegyek
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}

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;
}

