/* CSS Document */
a:hover {
	color:red;
	}
	th {
	text-align: right;
	}

	td {
	text-align: center;
	}

	p {
	text-align: justify;
	}
	ul.css-menu-3 {
	align:center;
	margin-left:2%;
	margin-right:2%;
list-style: none;
border-bottom: 5px solid #bb0000;
border-top: 1px solid #114477;
padding: 11px;
background: #336699
}

ul.css-menu-3 li {
display: inline
}

ul.css-menu-3 li a {
font-size: 13px;
color: #fefefe;
text-decoration: none;
background: #225588;
border: 1px solid #225588;
border-bottom: 1px solid #114477; 
margin: 0; 
padding: 5px 5px 5px 5px 
}

ul.css-menu-3 li a:hover {border-left: 1px solid #114477; border-right: 1px solid #114477}

ul.css-menu-3 li a.selected {
color: #fefefe;
background: #bb0000;
border: 1px #cc0000 solid;
border-bottom: 1px solid #bb0000;
border-left: 1px solid #770000;
padding: 5px 5px 5px 5px
}
   body {
            background: white
            padding: 1em;
        }
    
        img {
            border: 0;
        }
    
        .scrollable {
            position: relative;
            overflow: hidden;
            height: 45px;
            padding-top:1px;
            margin-right:7px;
            padding:7px;
            background-color: white;
        }

        .scrollable .items {
            width: 20000em;
            position: absolute;   
        }       
        .prev {
background: #2E8CE3;
padding: 7px 10px;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
border: solid 1px #73C8F0;
cursor: pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: -moz-linear-gradient(0% 100% 90deg, #2E8CE3, #73C2FD);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#73C2FD), 
to(#2E8CE3));
box-shadow: inset 0 1px 0 0 #FFFFFF;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
border-bottom: 1px solid rgba(0,0,0,0.25); 
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
        }
        .prev:hover{
       background: #2E69E3; 
background: -moz-linear-gradient(0% 100% 90deg, #2E69E3, #59C2FF);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#59C2FF), 
to(#2E69E3));
        }
          .prev:active{
       background: #2E69E3; 
background: -moz-linear-gradient(0% 100% 90deg, #2E69E3, #59C2FF);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#59C2FF), 
to(#2E69E3));
box-shadow: inset 1px 1px 0 0 #004A7F;
-moz-box-shadow: inset 1px 1px 0 0 #004A7F;
-webkit-box-shadow: inset 1px 1px 0 0 #004A7F;
padding: 8px 9px 6px 11px;
        }
               .next {
background: #2E8CE3;
padding: 7px 10px;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
border: solid 1px #73C8F0;
cursor: pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: -moz-linear-gradient(0% 100% 90deg, #2E8CE3, #73C2FD);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#73C2FD), 
to(#2E8CE3));
box-shadow: inset 0 1px 0 0 #FFFFFF;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
border-bottom: 1px solid rgba(0,0,0,0.25); 
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
        }
        .next:hover{
       background: #2E69E3; 
background: -moz-linear-gradient(0% 100% 90deg, #2E69E3, #59C2FF);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#59C2FF), 
to(#2E69E3));
        }
          .next:active{
       background: #2E69E3; 
background: -moz-linear-gradient(0% 100% 90deg, #2E69E3, #59C2FF);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#59C2FF), 
to(#2E69E3));
box-shadow: inset 1px 1px 0 0 #004A7F;
-moz-box-shadow: inset 1px 1px 0 0 #004A7F;
-webkit-box-shadow: inset 1px 1px 0 0 #004A7F;
padding: 8px 9px 6px 11px;
        }
       #table1 {
        display: table;
        width:90%
        border-collapse: separate;
        margin-left: 10%;
        margin-right: 10%}
        
.row {display: table-row;}

.cell {display: table-cell;
width:500%;
         position: relative;
         }
         
.cell1 {display: table-cell;
height: 40px;
         position: relative;
       vertical-align: middle
         }
.cell2 {display: table-cell;
       vertical-align: middle;
        position: relative;
        left:6px;
        height: 40px;
         }
em{
        text-align:left;
        padding: 1px;
        background-color: white;
        vertical-align: top
}
