.Normal, .NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}
.ControlPanel, .PagingTable
{
    width: 100%;
    height: 32px;
    background-color: #FFFFFF;
    border-right: #003366 1px solid;
    border-top: #003366 1px solid;
    border-left: #003366 1px solid;
    border-bottom: #003366 1px solid;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-family: Tahoma, Arial, Helvetica;
    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: #003366;
}

A.CommandButton:visited
{
    text-decoration: underline;
    color: #003366;
}

A.CommandButton:active
{
    text-decoration: underline;
    color: #003366;
}

A.CommandButton:hover
{
    text-decoration: underline;
    color: #ff0000;
}

.SearchButton
{
    background: #7994cb none;
    color: #ffffff;
    font-family: verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
}

.TopCat
{
    background-color: #F3F7FC;
    border-style: none;
}
.CatText
{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: normal;
    color: #0000aa;
}

.CatNumber
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    color: rgb(102, 102, 102);
}

.Title
{
    background-color: #dfe5f2;
    border-style: none;
}

.SubTitle
{
    background-color: #dfe5f2;
    border-style: none;
}
.GridHeader
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #A34903;
}
.item
{
    background-color: #f9ebca;
    border: medium none;
}
.altitem
{
    border: medium none;
}
.SkinObject
{
    color: #003366;
    font-family: Tahoma,Arial,Helvetica;
    font-size: 8.5pt;
    font-weight: bold;
    text-decoration: none;
}
.PortletHeading3
{
    color: #003366;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}
.PortletText3
{
    color: #0000AA;
    font-family: Tahoma;
    font-size: 8pt;
}
.PortletText2
{
    color: #000000;
    font-family: Tahoma;
    font-size: 8pt;
}
