/*----- reports common -----*/
.reportsBlockTable {
    width: 100%;
    border-collapse: collapse;
    color: #1b1b18;
    font-size: 1em;
}
.reportsBlockTable th {
    font-weight: bold;
    background: #2F5376;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #bfbfbf;
    line-height: 2.0;
}
.reportsBlockTable td { border: 1px solid #bfbfbf; line-height: 1.5; }
.reportsBlockTable .even td { background-color: #dee3e7; }
.reportsBlockTable .odd td { background-color: #E9E9E9; }
.reportsBlockTable .center { text-align:center; }
.reportsBlockTable .right { text-align:right;}
.reportsBlockTable .top { vertical-align:top;}
.reportsBlockTable .middle { vertical-align:middle;}
.reportsBlockTable .bottom { vertical-align:bottom;}

.reportsBlockTable dl,
.reportsBlockTable dt,
.reportsBlockTable dd { margin:0; padding:0; }

/* calendar block */
#reportsBlockCalendar {
    empty-cells: show;
    font-size: 100%;
    margin: 0 auto;
    width: 132px;   /* change if you like:  pixels = column with * 7 + cellspacing */
                    /* sample 14*7+6=104 or 18*7+6=132 or 22*7+6=160 */
}

#reportsBlockCalendar a {text-decoration: underline;}

#reportsBlockCalendar a:hover { background: transparent; color: #c00;}

#reportsBlockCalendar caption {
    color: #000;
    font: 100% Tahoma, Arial, Serif;/* Font-size critical if you change box width */
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#reportsBlockCalendar #to-this { padding: 0; }
#reportsBlockCalendar caption a { text-decoration:none; }
#reportsBlockCalendar caption a:hover { color: #c00; }
#reportsBlockCalendar a#to-nextM { padding: 0 7px; }
#reportsBlockCalendar a#to-prevM { padding: 0 7px; }

#reportsBlockCalendar th {
    text-transform: none;
    font-size: 90%; /* Font-size critical if you change box width */
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    width: 18px;    /* Critical if you change box width */
    height: 18px;   /* Critical if you change box width */
    background: #2F5376;
    padding: 0;
}

#reportsBlockCalendar td {
    color: #000;
    font: normal 100% Tahoma, Arial, Serif; /* Font-size critical if you change box width */
    text-align: center;
    vertical-align: middle;
    width: 18px;    /* Critical if you change box width */
    height: 18px;   /* Critical if you change box width */
    padding: 0;
}

#reportsBlockCalendar .today { border: 1px solid #369; }
#reportsBlockCalendar .today a{ text-decoration: none !important; }

#reportsBlockCalendar th.sunday,
#reportsBlockCalendar td.sunday {}
#reportsBlockCalendar th.saturday,
#reportsBlockCalendar td.saturday {}
#reportsBlockCalendar td.prevmonth,
#reportsBlockCalendar td.nextmonth {color: #dda;}  /* hides if the same color used as background */

/* category block */
.reportsBlockCategory { margin:0 0 0 3px; padding:0; list-style:inside; }
.reportsBlockCategory li { margin:0; padding:0; }
.reportsBlockCatChild { margin:0 0 0 8px; padding:0; list-style:inside; }

/* archive block */
.reportsBlockArchive { margin:0 0 0 3px; padding:0; list-style:inside; }
.reportsBlockArchive li { margin:0; padding:0; }
.reportsBlockArchNav { margin:0 8px 0 0; text-align:right; }
.reportsBlockArchSort { margin:0 0 0 8px; }

/* latest entries block */
.reportsBlockLatestEntries { margin:0 0 0 3px; padding:0; list-style:inside; }
.reportsBlockLatestEntries li { margin:0; padding:0;}
.reportsBlockLatestEntries li p { margin:.3em 0 .3em 1em; padding:0;}

/* recent trackback block */
.reportsBlockTB { margin:0 0 0 3px; padding:0; list-style:inside; }
.reportsBlockTB li { margin:0; padding:0; }
.reportsBlockTB .tbdate {}

/* recent comment block */
.reportsBlockComments { margin:0 0 0 3px; padding:0; list-style:inside; }
.reportsBlockComments li { margin:0; padding:0; }
.reportsBlockComments li span {}

/* bloggers list */
.reportsBlockBloggers { margin:0 0 0 3px; padding:0; list-style:inside; }
.reportsBlockBloggers li { margin:0; padding:0; }
.reportsBlockBloggersNav { margin:0 8px 0 0; text-align:right; }

.moreBlogs { display:block; text-align:right; }
.readMore { display:block; padding-top:1em; }

/***------------ experimental -------------***/
/* Clearing float   www.positioniseverything.net */
.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearFix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */