﻿

/*Radlistview*/
.asLayout
{
    width: 200px;
    height: auto;
    font-family: Tahoma;
    background-color: white;
    padding: 10px;
}

.asItem
{
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

    color: #8094AC;
    height: 48px;
}

.asSelectedItem
{

    background: rgb(149,197,245); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(149,197,245,1) 0%, rgba(149,197,245,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(149,197,245,1) 0%,rgba(149,197,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(149,197,245,1) 0%,rgba(149,197,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95c5f5', endColorstr='#95c5f5',GradientType=0 ); /* IE6-9 */

    display: block;
    padding: 0 5px 0 5px;
    color: #96E1FF;
    vertical-align: middle;
    height: 48px;
}
 
.transp
{
    filter: alpha(opacity=85); /* internet explorer */
    -khtml-opacity: 0.85; /* khtml, old safari */
    -moz-opacity: 0.85; /* mozilla, netscape */
    opacity: 0.85; /* fx, safari, opera */
}
 
.measureLabel {
    color: #004c84;
    font-weight: bold;
}
   
.maxWidth {
    width: 100%;
}
  
.measure-container {
    max-width:200px
}

/*Image List*/

.imageContainer {
    float: left; 
    margin: 5px; 
    padding: 2px; 
    position: relative; 
    background: #eeeeee;
}
 
.imageContainer:hover {
        background-color: #a1da29 !important;
    }
 
.buttonsWrapper {
    display: inline-block;
    vertical-align:middle;
}
 
.image {
    cursor: pointer; 
    display: block;
}
 
.txt {
    border: 0px !important;
    background: #eeeeee !important;
    color: Black !important;
    margin-left: 25%;
    margin-right: auto;
    width: 100%;
    filter: alpha(opacity=50); /* IE's opacity*/
    opacity: 0.50;
    text-align: center;
}
 
#list {
    max-width: 900px;
}
 
.clearFix {
    clear: both;
}
 
.imglist-container {
    max-width: 856px;
}
 
.sliderWrapper {
    float:left; 
    display:inline-block;
}

.tdwoborder_form table.tableInnerlight{
    border-width: 0px;
}

.tdwoborder_form table.tableInnerlight th P{
    color: #FFFFFF !important;
}