﻿html, body
{
    margin:0px;
    padding:0px;
    width:240px;
	height:400px;

	overflow: hidden;
}

#scrollslidesVerticalRectangle
{
	overflow: hidden;
	width:240px;
	height:354px;


}

/*White text stuff*/
body {
	color: #fff;
	color: rgba(255,255,255, 0.9);
	text-shadow: none;
}

h1 {
	color: #fff;
	text-shadow: none;

    text-align: center;
	font-size: 20px;
    line-height: 20px;

    margin: 0;

    margin-top: 8px;
    margin-bottom: 2px;
}

h2 {
	color: #fff;
	text-shadow: none;

    text-align: center;

    font-size: 18px;
    line-height: 18px;

    margin: 6px;

    margin-top: 10px;
    margin-bottom: 10px;
}

h3 {
	color: #fff;
	color: rgba(255,255,255, 0.8);
	text-shadow: none;

    text-align: center;
	

    font-size: 16px;
    line-height: 16px;

    margin: 0;

    margin-top: 6px;
}

ul
{
    padding: 10px;
    
    /*center horz*/
    display: block;
    margin-left: auto;
    margin-right: auto;

    font-size: 16px;
    line-height: 16px;
}

li
{
    color: #fff;
	color: rgba(255,255,255, 0.65);
	text-shadow: none;
}

.webwidgetslide 
{
    display: block;
    float: left;


    padding-top: 28px;
    padding-bottom: 28px;

    width: 240px;
    height:354px;
}

.satisfaction {
    background: #b0252c;
}

.effectivness {
    background: #3498db;
}

.utilization {
    background: #27ae60;
}

.infoslide {
	background: #5b6066;
}

.awardRank {
    font-size: 62px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #fff;

    text-align: center;
    width: 160px;
    height: 80px;

    position: absolute;
    top: 30%;
    
    /*left: 50%;
    margin: 0 0 0 -50%;*/
}

.awardRank100 {
    font-size: 60px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #fff;

    text-align: center;
    width: 160px;
    height: 80px;

    position: absolute;
    top: 30%;
    
    /*left: 50%;
    margin: 0 0 0 -50%;*/
}

.awardRankA {
    font-size: 38px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #fff;

    text-align: center;
    position: absolute;

    width: 160px;
    height: 80px;

    margin-top: 15%;
}

.awardRankB {
    font-size: 62px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #fff;

    text-align: center;

    position: absolute;
    width: 160px;
    height: 80px;
    
    margin-top: 40%;
}

.awardbg 
{
    background: url("./images/BigCircle.png") no-repeat center;
    background-size:contain;

    width: 160px;
    height: 160px;
        

   /* background-color: #db7093;*/

    text-align: center;

    /*center horiz*/
    margin-left: auto;
    margin-right: auto;

    margin-top: 8px;
    margin-bottom: 16px;

    position: relative;
}

#fotowidgetfooter
{
	width:240px;
	height:46px;
	/*background-color:#FF00FF;*/

	background:none;
	background-image: url("images/transgray.png");
	background-repeat: repeat;
	background-size:cover;
}

.pagination 
{
	text-align: center;
	width: 240px;
	/*height:33px;*/
	margin-top: 2px;
}
.pagination a 
{
	background: url("images/miscellaneous_sprite.png") 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0;
	display: inline-block;
}
.pagination a.selected 
{
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span 
{
	display: none;
}
.clearfix 
{
	float: none;
	clear: both;
}

.fotologolarge 
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
    margin-bottom: 18px;
    width: 200px;
}

.learnmore {
    background: #b0252c;

    color: #fff;
	text-shadow: none;



    text-align: center;
    vertical-align: central;

    font-size: 18px;
    line-height: 18px;

    width: 150px;
    height: 26px;

     display: block;
    margin-left: auto;
    margin-right: auto;

    padding-top: 6px;
    margin-top: 10px;
}

a:visited.learnmore {color:#fff;} 
a:hover.learnmore {color:#fff;}  
a:active.learnmore {color:#fff;}  

.pushdown {
    margin-top: 40%;
}