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

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

/* calendar block */
#EventRevBlockCalendar {
    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 */
}

#EventRevBlockCalendar a {text-decoration: underline;}

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

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

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

#EventRevBlockCalendar 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;
}

#EventRevBlockCalendar 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;
}

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

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

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

/* archive block */
.EventRevBlockArchive { margin:0 0 0 3px; padding:0; list-style:inside; }
.EventRevBlockArchive li { margin:0; padding:0; }
.EventRevBlockArchNav { margin:0 8px 0 0; text-align:right; }
.EventRevBlockArchSort { margin:0 0 0 8px; }

/* latest entries block */
.EventRevBlockLatestEntries { margin:0 0 0 3px; padding:0; list-style:inside; }
.EventRevBlockLatestEntries li { line-height: 170%; }
.EventRevBlockLatestEntries li p { margin:.3em 0 .3em 1em; padding:0; }

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

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

/* bloggers list */
.EventRevBlockBloggers { margin:0 0 0 3px; padding:0; list-style:inside; }
.EventRevBlockBloggers li { margin:0; padding:0; }
.EventRevBlockBloggersNav { 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 */