body
{
    margin: 0px;
    font-family: arial;
    font-size: 8pt;
    color: #ffffff;
    background-image: url(../../images/bg.png);
    background-repeat: repeat-y;
    background-position: left;
}

.testbg
{
    background-image: url(../../images/bg2.png);
    background-repeat: repeat-y;
    background-position: right;
}

.textFlow
{
    float: right;
    margin: 10px;
}

HR
{
    height: 1px;
    color: #4A525B;
}

TD
{
    font-size: 8pt;
}

A
{
    font-weight: bold;
    font-size: 8pt;
    color: #FFFFB1;
    text-decoration: underline;
}
a:Hover
{
    text-decoration: none;
}
a:visited
{
    color: #FFFFB1;
}

.fullHeight
{
    height: 95%;
}

Label
{
    font-size: 8pt;
}

.topbg
{
    background: url(../../images/topbg.jpg);
}

#searchText
{
    font-size: 8pt;
    width: 225px;
    color: #555555;
}

.albumListItem A
{
    text-decoration: none;
}

.albumListItem A:Hover
{
    text-decoration: underline;
}

a.button
{
    height: 14px;
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    color: #6B4510 !important;
    background: #fde6ba;
    border: 1px solid #d4851c;
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#fabd4a,endColorStr=#fde6ba);
    font-size: .9em;
    font-weight: normal;
}
a.button:hover
{
    background: #f6e82b;
    color: #7d3f12 !important;
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f4e531,endColorStr=#fefe63);
}

a.largebutton
{
    font-family: Arial;
    height: 20px;
    display: inline-block;
    padding: 1px 8px;
    text-align: center;
    color: #6B4510 !important;
    background: #fde6ba;
    border: 1px solid #d4851c;
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#fabd4a,endColorStr=#fde6ba);
    font-size: 10pt;
    font-weight: bold;
    vertical-align: middle
}
a.largebutton:hover
{
    background: #f6e82b;
    color: #7d3f12 !important;
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f4e531,endColorStr=#fefe63);
}

.byline
{
    font-size: 9px;
    color: #a9a9a9;
}

.rightAd
{
    padding-top: 3px;
    padding-bottom: 3px;
}

.topAlbumCell
{
    font-size: 8pt;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    width: 25%;
}

.contextLink A
{
    text-decoration: none;
}
.contextLink A:Hover
{
    text-decoration: underline;
}

#networkLinks
{
    font-family: Verdana;
    font-size: xx-small;
    color: #ffffff;
    height: 18px;
}

#networkLinks A
{
    font-size: 7pt;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}

#networkLinks A:Hover
{
    text-decoration: underline;
}

#networkLinks A:Visited
{
    color: #ffffff;
}

#breadcrumb
{
    padding-left: 10px;
    padding-top: 6px;
    /*background-color: #30373F;*/
    color: #30373F;
}

#breadcrumb A
{
    
    color: #30373F;
    text-decoration: none;
}

#breadcrumb A:Hover
{
    text-decoration: underline;
}
.articleImage
{
    vertical-align: top;
    display: inline;
    float: left;
    padding: 4px 5px 4px 1px;
}

#pageHeading
{
}

#copyright
{
    font-family: Verdana;
    font-size: xx-small;
    color: #cccccc;
    padding-top: 5px;
}

#copyright A, #copyright A:visited
{
    font-family: Verdana;
    font-size: xx-small;
    font-weight: normal;
    color: #cccccc;
    padding-top: 5px;
}

H1
{
    display: inline;
    font-family: verdana;
    font-size: 16pt;
    font-weight: 400;
    margin: 0px;
    margin-top: 3px;
    margin-bottom: 5px;
    color: #F5F5F5;
}

H2
{
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

H3
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    display: block;
    color: #ADC8E0;
}
H4
{
    font-family: arial;
    font-size: 9pt;
    font-weight: bold;
    margin: 0px;
    padding: 3px;
    padding-top: 0px;
    padding-left: 0px;
    display: block;
    color: #ADC8E0;
}
H5
{
    margin: 0px;
    margin-bottom: 2px;
    padding: 0px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    display: block;
    color: #ADC8E0;
}

.contentBox
{
    border: 1px solid #47515A;
    background: #2D3238;
    padding: 4px;
    margin-top: 4px;
    margin-right: 4px;
}

.tableContentBox
{
    border: 1px solid #47515A;
    background: #2D3238;
    margin-top: 4px;
    height: 100%;
}

.featuredContentBox
{
    border: 1px solid #47515A;
    background: #2D3238;
    padding: 2px;
    margin-top: 4px;
}

.homeContentBox
{
    border: 1px solid #47515A;
    background: #2D3238;
    padding: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
}
.homeContentBox A
{
    text-decoration: none;
}
.homeContentBox A:Hover
{
    text-decoration: underline;
}

.navBox
{
    border: 1px solid #47515A;
    background: #2D3238;
    margin-right: 4px;
}

.listBox
{
    border: 1px solid #47515A;
    border-top: none;
    background: #2D3238;
    margin-right: 4px;
    display: compact;
}

.topItemsList A,
.topItemsList A:Visited,
.topItemsList A:Link
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    color: #ADC8E0;
}

.topItemsList
{
    font-family: Arial;
    font-size: 14pt;
    font-weight: 400;
    margin: 0px;
    color: #D5DCE3;
    border-bottom: 1px solid #000000;
}

.topItemsListBg
{
    background: #606D79;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#606D79,endColorStr=#2D3238);
}

.tabBoxItemSelected
{
    background-color: #606D79;
    border: 1px solid #47515A;
    border-bottom: none;
    padding: 4px;  
    color: #ffffb1;
}

.tabBoxItem
{
    border: 1px solid #212832;
    padding: 4px;
}

.tabBoxItem A,
.tabBoxItemSelected A,
.tabBoxItem A:Visited,
.tabBoxItemSelected A:Visited
{
    color: #ffffff;
    font-weight: normal;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
}

.tabBoxItem A:hover,
.tabBoxItemSelected A:hover
{
    color: #ffffb1;
    text-decoration: underline;
}

