﻿.pager_selected_page {
    background-color: #ededed;
    color: #090d48;
    font-weight: bold;
    padding: 0.2em;
    border: none;
}

a.pager_page
{
    background-color: #F5F5F5;
    border: 1px solid #EEEEEE;
    color: #B7B7B7;
    font-weight: bold;
    padding: 0.2em;
    border: none;
}

.bold 
{
	font-weight: bold;
}

.novD, .gray
{
	color: Gray;
}

.altr
{
    background-color: #F7F7F7;
}

.novUL td
{
	background-image: url( '../theme/images/dots.png' );
    background-position: bottom;
    background-repeat: repeat-x;
}

.novTL
{
	background-image: url( '../theme/images/dots.png' );
    background-position: top;
    background-repeat: repeat-x;
}

.novOL td
{
    border-style: solid none none none;
    border-width: 2px;
    border-color: #666666;
}

.novLTR
{
    border-style: solid solid none solid;
    border-width: 2px;
    border-color: #666666;
}

.novB
{
    border-style: none none solid none;
    border-width: 2px;
    border-color: #666666;
}

.indent0
{
    margin-left: 0em;
}
.indent1 
{
    margin-left: 2em;
}
.indent2
{
    margin-left: 4em;
}
.indent3
{
    margin-left: 6em;
}

.RssLink
{
    background-image: url( '../theme/images/rss/rss_orange.png' );
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 15px;
}

.value 
{
    
}

.box a.avalue
{
    color: #4B4B4B;
}

.tahoma 
{
    font-family: Tahoma;
    font-size: 0.7em;
}

.tahoma a
{
    text-decoration: none;
}

.tahoma a:hover
{
    text-decoration: underline;
}


.nomargin 
{
    margin:0;
}
.nopadding
{
    padding:0;
}
.noborder
{
	border:none;
}
.noborder a img 
{
	border:none;
}


.ArrowLink, .arrowlink
{
    background-image: url('../theme/images/arrow_mid.png');
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left center;
}
.box ul.ArrowLinkBullets
{
    list-style-image: url('../theme/images/arrow_mid.png');   
    padding-left: 20px;    
}

.box ul.ArrowLinkBullets li {    
    list-style-position: outside;  
}

/* should use .table-header */
.table_header td, .table_header th, .table-header td, .table-header th
{
    font-weight: bold;
    white-space: nowrap;
    vertical-align: bottom;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #8BA4BE;
}