﻿body {

}

.BlogEntryTitle
{
  font-size: larger;
  font-weight: bold;
}

.BlogHeader
{
  font-size: x-large;
  font-weight: bold;
}

.ReviewHeader
{
  font-size: large;
  font-weight: bold;
}

.ReviewItem
{
   text-align: justify; 
}

.ReviewLink
{
  background-color: White;
  color: Black;  
}

.ReviewLinkAlt
{
  background-color: Black;
  color: White;
}

.RikonianMastheadMain
{    text-align: center;
}

.Masthead_SubHeader
{    text-align: center;
}

.squareframe_lt
{
    font-size: 1;
    font-family: Small Fonts;
    background-image: url("../images/red_left_top.bmp");
    height: 3px;
    width: 3px;
    background-position: right bottom;
    background-repeat: no-repeat;
    empty-cells: show;
}
.squareframe_rt
{
  font-size: 1;  font-family: Small Fonts;
  background-image: url("../images/red_right_top.bmp");
  height: 3px;  width: 3px;
  background-position: left bottom;
  background-repeat: no-repeat;
    empty-cells: show;
}
.squareframe_lb
{
  font-size: 1;  font-family: Small Fonts;
  background-image: url("../images/red_left_bottom.bmp");
  height: 3px;  width: 3px;
  background-position: right top;
  background-repeat: no-repeat;
    empty-cells: show;
}
.squareframe_rb
{
  font-size: 1;  font-family: Small Fonts;
  background-image: url("../images/red_right_bottom.bmp");
  height: 3px;  width: 3px;
  background-position: left top;
  background-repeat: no-repeat;
    empty-cells: show;
}
.squareframe_top
{
  font-size: 1;  font-family: Small Fonts;
  background-image: url("../images/red_horiz.bmp");
  background-repeat: repeat-x;
  background-position: bottom;
  height: 3px;
    empty-cells: show;
}
.squareframe_bottom
{
  font-size: 1;  font-family: Small Fonts;
  background-image: url("../images/red_horiz.bmp");
  background-repeat: repeat-x;
  background-position: top;
  height: 3px;
    empty-cells: show;
}
.squareframe_left
{
    font-size: 1;
    font-family: Small Fonts;
    background-image: url("../images/red_vert.bmp");
    background-repeat: repeat-y;
    background-position: right;
    width: 3px;
    empty-cells: show;
}
.squareframe_right
{
    font-size: 1;
    font-family: Small Fonts;
    background-image: url("../images/red_vert.bmp");
    background-repeat: repeat-y;
    background-position: left;
    width: 3px;
    empty-cells: show;
}

.RB_Left, .RB_Right, .RB_Empty, .RB_C0, .RB_C1, .RB_C2, .RB_C3, .RB_C4
{
    background-position: left top;
    empty-cells: show;
}
.RB_Left, .RB_Empty, .RB_C0, .RB_C1, .RB_C2, .RB_C3, .RB_C4
{
    float:left;
}
.RB_Left, .RB_Right
{
    width: 2px;
    height: 13px;
}
.RB_Empty, .RB_C0, .RB_C1, .RB_C2, .RB_C3, .RB_C4
{
    width:7px;
    height:13px;
}
.RB_Left
{
    background-image: url("../images/ratings/rb_left.png");
}
.RB_Right
{
    background-image: url("../images/ratings/rb_right.png");
}
.RB_Empty
{
    background-image: url("../images/ratings/rb_black.png");
}
.RB_C0
{
    background-image: url("../images/ratings/rb_c0.png");
}
.RB_C1
{
    background-image: url("../images/ratings/rb_c1.png");
}
.RB_C2
{
    background-image: url("../images/ratings/rb_c2.png");
}
.RB_C3
{
    background-image: url("../images/ratings/rb_c3.png");
}
.RB_C4
{
    background-image: url("../images/ratings/rb_c4.png");
}
