/*div Container*/
.simpleRatings{display:block}

/*Form*/
.simpleRatings form{
    padding:0px; margin:0px; overflow:hidden; border:none;
    position:relative;
    text-align:left;/*IE7*/
}
.simpleRatings fieldset{
    margin:0px;
    padding:0px;
    border:none;
    position:static;
}
/*Form buttons*/
.simpleRatings input{
    padding:0px; margin:0px; border:none; background:none;
    position:absolute; left:0px;
    height:100%;
    text-indent:-300px;
    cursor:pointer;
    text-transform:uppercase;/*IE7*/
}
.simpleRatings input:active, .simpleRatings input:focus{outline:none;}

/*Average Rating*/
.simpleRatings .average{
    height:100%;
    z-index:1;
}

/*Text*/
.simpleRatings .text{
    font-family:Verdana, Geneva, sans-serif;
    font-size:9px;
    white-space:nowrap;
    line-height:12px;
    text-align:center;
}
/*Text Style 1*/
.simpleRatings .L{float:left;} /*Total votes*/
.simpleRatings .R{float:right} /*Average*/
/*Text Style 2*/
.simpleRatings .L2{float:none} /*Total votes*/
.simpleRatings .R2{float:none} /*Average*/

/*Loading Image*/
.simpleRatings .load{background:url(/ICampus/img/simplerating/rLoading.gif) center no-repeat; height:100%; width:100%;}
.simpleRatings .loadText{font-weight:normal}


/*Most voted list contents*/
/*Container*/
.topRatings{
    font-weight:normal;
    font-size:14px;
}
/*Each row*/
.topRatings .topRows{
    line-height:22px;
}
.topRatings .topName{}
.topRatings .topVotes{}
.topRatings .topAverage{}
/*Columns*/
.topName, .topVotes, .topAverage{
    display:block;
    float:left;
    width:33%;
}

/*-----------------------------------------------------------------------------------------------------------------------*/

/*Styles (type/size/color)*/
.simpleRatings .starslargeorange{background:url(/ICampus/img/simplerating/stars/large/orange/rElements.png) repeat-x}
.simpleRatings .starslargeorange input:hover{background:url(/ICampus/img/simplerating/stars/large/orange/rElements.png) bottom left repeat-x}
.simpleRatings .starslargeorange .average{background:url(/ICampus/img/simplerating/stars/large/orange/rElements.png) center left repeat-x}

.simpleRatings .starslargered{background:url(/ICampus/img/simplerating/stars/large/red/rElements.png) repeat-x}
.simpleRatings .starslargered input:hover{background:url(/ICampus/img/simplerating/stars/large/red/rElements.png) bottom left repeat-x}
.simpleRatings .starslargered .average{background:url(/ICampus/img/simplerating/stars/large/red/rElements.png) center left repeat-x}

.simpleRatings .starslargeblue{background:url(/ICampus/img/simplerating/stars/large/blue/rElements.png) repeat-x}
.simpleRatings .starslargeblue input:hover{background:url(/ICampus/img/simplerating/stars/large/blue/rElements.png) bottom left repeat-x}
.simpleRatings .starslargeblue .average{background:url(/ICampus/img/simplerating/stars/large/blue/rElements.png) center left repeat-x}

.simpleRatings .starslargepink{background:url(/ICampus/img/simplerating/stars/large/pink/rElements.png) repeat-x}
.simpleRatings .starslargepink input:hover{background:url(/ICampus/img/simplerating/stars/large/pink/rElements.png) bottom left repeat-x}
.simpleRatings .starslargepink .average{background:url(/ICampus/img/simplerating/stars/large/pink/rElements.png) center left repeat-x}

.simpleRatings .starslargegreen{background:url(/ICampus/img/simplerating/stars/large/green/rElements.png) repeat-x}
.simpleRatings .starslargegreen input:hover{background:url(/ICampus/img/simplerating/stars/large/green/rElements.png) bottom left repeat-x}
.simpleRatings .starslargegreen .average{background:url(/ICampus/img/simplerating/stars/large/green/rElements.png) center left repeat-x}

.simpleRatings .starslargepurple{background:url(/ICampus/img/simplerating/stars/large/purple/rElements.png) repeat-x}
.simpleRatings .starslargepurple input:hover{background:url(/ICampus/img/simplerating/stars/large/purple/rElements.png) bottom left repeat-x}
.simpleRatings .starslargepurple .average{background:url(/ICampus/img/simplerating/stars/large/purple/rElements.png) center left repeat-x}

.simpleRatings .starslargeblack{background:url(/ICampus/img/simplerating/stars/large/black/rElements.png) repeat-x}
.simpleRatings .starslargeblack input:hover{background:url(/ICampus/img/simplerating/stars/large/black/rElements.png) bottom left repeat-x}
.simpleRatings .starslargeblack .average{background:url(/ICampus/img/simplerating/stars/large/black/rElements.png) center left repeat-x}

.simpleRatings .starslargewhite{background:url(/ICampus/img/simplerating/stars/large/white/rElements.png) repeat-x}
.simpleRatings .starslargewhite input:hover{background:url(/ICampus/img/simplerating/stars/large/white/rElements.png) bottom left repeat-x}
.simpleRatings .starslargewhite .average{background:url(/ICampus/img/simplerating/stars/large/white/rElements.png) center left repeat-x}

/*BREAK*/
.simpleRatings .starssmallwhite{background:url(/ICampus/img/simplerating/stars/small/white/rElements.png) repeat-x}
.simpleRatings .starssmallwhite input:hover{background:url(/ICampus/img/simplerating/stars/small/white/rElements.png) bottom left repeat-x}
.simpleRatings .starssmallwhite .average{background:url(/ICampus/img/simplerating/stars/small/white/rElements.png) center left repeat-x}

.simpleRatings .starssmallblack{background:url(/ICampus/img/simplerating/stars/small/black/rElements.png) repeat-x}
.simpleRatings .starssmallblack input:hover{background:url(/ICampus/img/simplerating/stars/small/black/rElements.png) bottom left repeat-x}
.simpleRatings .starssmallblack .average{background:url(/ICampus/img/simplerating/stars/small/black/rElements.png) center left repeat-x}

.simpleRatings .starssmallred{background:url(/ICampus/img/simplerating/stars/small/red/rElements.png) repeat-x}
.simpleRatings .starssmallred input:hover{background:url(/ICampus/img/simplerating/stars/small/red/rElements.png) bottom left repeat-x}
.simpleRatings .starssmallred .average{background:url(/ICampus/img/simplerating/stars/small/red/rElements.png) center left repeat-x}

.simpleRatings .starssmallblue{background:url(/ICampus/img/simplerating/stars/small/blue/rElements.png) repeat-x}
.simpleRatings .starssmallblue input:hover{background:url(/ICampus/img/simplerating/stars/small/blue/rElements.png) bottom left repeat-x}
.simpleRatings .starssmallblue .average{background:url(/ICampus/img/simplerating/stars/small/blue/rElements.png) center left repeat-x}

.simpleRatings .starssmallgreen{background:url(/ICampus/img/simplerating/stars/small/green/rElements.png) repeat-x}
.simpleRatings .starssmallgreen input:hover{background:url(/ICampus/img/simplerating/stars/small/green/rElements.png) bottom left repeat-x}
.simpleRatings .starssmallgreen .average{background:url(/ICampus/img/simplerating/stars/small/green/rElements.png) center left repeat-x}

.simpleRatings .starssmallorange{background:url(/ICampus/img/simplerating/stars/small/orange/rElements.png) repeat-x}
.simpleRatings .starssmallorange input:hover{background:url(/ICampus/img/simplerating/stars/small/orange/rElements.png) bottom left repeat-x}
.simpleRatings .starssmallorange .average{background:url(/ICampus/img/simplerating/stars/small/orange/rElements.png) center left repeat-x}

.simpleRatings .starssmallpink{background:url(/ICampus/img/simplerating/stars/small/pink/rElements.png) repeat-x}
.simpleRatings .starssmallpink input:hover{background:url(/ICampus/img/simplerating/stars/small/pink/rElements.png) bottom left repeat-x}
.simpleRatings .starssmallpink .average{background:url(/ICampus/img/simplerating/stars/small/pink/rElements.png) center left repeat-x}

.simpleRatings .starssmallpurple{background:url(/ICampus/img/simplerating/stars/small/purple/rElements.png) repeat-x}
.simpleRatings .starssmallpurple input:hover{background:url(/ICampus/img/simplerating/stars/small/purple/rElements.png) bottom left repeat-x}
.simpleRatings .starssmallpurple .average{background:url(/ICampus/img/simplerating/stars/small/purple/rElements.png) center left repeat-x}

/*BREAK*/
.simpleRatings .starsmediumwhite{background:url(/ICampus/img/simplerating/stars/medium/white/rElements.png) repeat-x}
.simpleRatings .starsmediumwhite input:hover{background:url(/ICampus/img/simplerating/stars/medium/white/rElements.png) bottom left repeat-x}
.simpleRatings .starsmediumwhite .average{background:url(/ICampus/img/simplerating/stars/medium/white/rElements.png) center left repeat-x}

.simpleRatings .starsmediumblack{background:url(/ICampus/img/simplerating/stars/medium/black/rElements.png) repeat-x}
.simpleRatings .starsmediumblack input:hover{background:url(/ICampus/img/simplerating/stars/medium/black/rElements.png) bottom left repeat-x}
.simpleRatings .starsmediumblack .average{background:url(/ICampus/img/simplerating/stars/medium/black/rElements.png) center left repeat-x}

.simpleRatings .starsmediumorange{background:url(/ICampus/img/simplerating/stars/medium/orange/rElements.png) repeat-x}
.simpleRatings .starsmediumorange input:hover{background:url(/ICampus/img/simplerating/stars/medium/orange/rElements.png) bottom left repeat-x}
.simpleRatings .starsmediumorange .average{background:url(/ICampus/img/simplerating/stars/medium/orange/rElements.png) center left repeat-x}

.simpleRatings .starsmediumred{background:url(/ICampus/img/simplerating/stars/medium/red/rElements.png) repeat-x}
.simpleRatings .starsmediumred input:hover{background:url(/ICampus/img/simplerating/stars/medium/red/rElements.png) bottom left repeat-x}
.simpleRatings .starsmediumred .average{background:url(/ICampus/img/simplerating/stars/medium/red/rElements.png) center left repeat-x}

.simpleRatings .starsmediumblue{background:url(/ICampus/img/simplerating/stars/medium/blue/rElements.png) repeat-x}
.simpleRatings .starsmediumblue input:hover{background:url(/ICampus/img/simplerating/stars/medium/blue/rElements.png) bottom left repeat-x}
.simpleRatings .starsmediumblue .average{background:url(/ICampus/img/simplerating/stars/medium/blue/rElements.png) center left repeat-x}

.simpleRatings .starsmediumgreen{background:url(/ICampus/img/simplerating/stars/medium/green/rElements.png) repeat-x}
.simpleRatings .starsmediumgreen input:hover{background:url(/ICampus/img/simplerating/stars/medium/green/rElements.png) bottom left repeat-x}
.simpleRatings .starsmediumgreen .average{background:url(/ICampus/img/simplerating/stars/medium/green/rElements.png) center left repeat-x}

.simpleRatings .starsmediumpink{background:url(/ICampus/img/simplerating/stars/medium/pink/rElements.png) repeat-x}
.simpleRatings .starsmediumpink input:hover{background:url(/ICampus/img/simplerating/stars/medium/pink/rElements.png) bottom left repeat-x}
.simpleRatings .starsmediumpink .average{background:url(/ICampus/img/simplerating/stars/medium/pink/rElements.png) center left repeat-x}

.simpleRatings .starsmediumpurple{background:url(/ICampus/img/simplerating/stars/medium/purple/rElements.png) repeat-x}
.simpleRatings .starsmediumpurple input:hover{background:url(/ICampus/img/simplerating/stars/medium/purple/rElements.png) bottom left repeat-x}
.simpleRatings .starsmediumpurple .average{background:url(/ICampus/img/simplerating/stars/medium/purple/rElements.png) center left repeat-x}

/*CUSTOM IMAGE (SPRITE)*/
.simpleRatings .custom{background:url(/ICampus/img/simplerating/custom/rElements.png) repeat-x}/*Empty*/
.simpleRatings .custom input:hover{background:url(/ICampus/img/simplerating/custom/rElements.png) bottom left repeat-x}/*Normal*/
.simpleRatings .custom .average{background:url(/ICampus/img/simplerating/custom/rElements.png) center left repeat-x}/*Mouse Over*/

/*-----------------------------------------------------------------------------------------------------------------------*/

/*CUSTOM /ICampus/img/simplerating (/ICampus/img/simplerating)*/
.simpleRatings .custom{background:url(/ICampus/img/simplerating/custom/1.png) repeat-x}/*Empty*/
.simpleRatings .custom input:hover{background:url(/ICampus/img/simplerating/custom/2.png) repeat-x}/*Normal*/
.simpleRatings .custom .average{background:url(/ICampus/img/simplerating/custom/3.png) repeat-x}/*Mouse Over*/