﻿body {
}
.TitleBar
{
    width: 100%;
    margin: 5px;
}
.TitleBarLeft
{
    float:left;
}
.TitleBarRight
{
   /* float:left;
    width: 300px;
    height: 70px; */
}

.ORWrapper
{
/* height:280px; */
}

.RatingArea
{
    padding-left: 150px;
}
.LeftRatingArea
{
    float:left;
    /*  width: 600px;
  height: 100px; */
}
.RightRatingArea
{
    float: left;
   /* width: 550px; */
  /*  height: 75px; */
    right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #336699;
   /* font-weight: bold;*/
}
.FurtherComment
{
    margin-top: 20px;
}

.Clear
{
    clear: both;
}
.Rating1
{
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #336699;
    width: 47%;
    height:25px;
}
.rating1Right
{
    float: left;
    width: 47%;
    background-image: url('../../assets/images/tracker/stars5.gif');
    background-repeat: no-repeat;
        height:29px;
        font-size: 18px;
}
.Rating2
{
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #336699;
    width: 47%;
        height:25px;
}
.rating2Right
{
    float: left;
    width: 47%;
    background-image: url('../../assets/images/tracker/stars4.gif');
    background-repeat: no-repeat;
        height:29px;
}
.Rating3
{
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #336699;
    width: 47%;
        height:25px;
}
.rating3Right
{
    float: left;
    width: 47%;
    background-image: url('../../assets/images/tracker/stars3.gif');
    background-repeat: no-repeat;
        height:29px;
}
.Rating4
{
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #336699;
    width: 47%;
        height:25px;
}
.rating4Right
{
    float: left;
    width: 47%;
    background-image: url('../../assets/images/tracker/stars2.gif');
    background-repeat: no-repeat;
        height:29px;
}
.Rating5
{
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #336699;
    width: 47%;
        height:25px;
}
.rating5Right
{
    float: left;
    width: 47%;
    background-image: url('../../assets/images/tracker/stars1.gif');
    background-repeat: no-repeat;
        height:29px;
}

/*.fieldSetInner {
padding-top:0px;
}*/

.ORTitleBar
{
    width: 100%;
    margin: 5px;
}
.ORTitleBarLeft
{
    float:left;
    width: 8px;
}
.ORTitleBarRight
{
   /* float:left;
    width: 300px;
    height: 70px; */
}


.ORRatingArea
{
    padding-left: 150px;
}