﻿/* Panel Styles */


.headerTable
{
    width: 100%;
    height: 27px;
    padding: 0px !important;
    margin: 0px !important;
    border-collapse:collapse;
}


.headerTitle
{
    width: 50%;
    white-space: nowrap;
    text-align: left;
    height: 27px;
    line-height: 27px;
    vertical-align: middle;
    text-indent: 5px;
}

.headerLink
{
    width: 50%;
    white-space: nowrap;
    text-align: right;
    height: 27px;
    line-height: 27px;
    vertical-align: middle;
    padding-right: 5px;
}
.headerLink a, .headerLink a:visited
{
    font-size: 9px;
    background-image: url(../images/add.gif);
    background-position: left center;
    padding-left: 18px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    text-align: right;
    color: #ffcf00;
    font-weight: bold;
}


/* HTML5 Styles */

.containerHeader
{
    color: #fff;
    font-weight: bold;
    height: 27px;
    width: 100%;
    padding-right: 2px;
    font-size: 11px;
    vertical-align: middle;
    line-height: 27px;
    background-image: url(../images/panel_header.png);
    background-repeat: repeat-x;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    box-shadow: 3px 3px 3px #999;
}
.containerHeaderLeft, .containerHeaderRight
{
    display: none;
}

.containerHeaderContent
{
    width: 100%;
    height: 27px;
}

.containerHeaderIcon
{
    float: left;
    margin-top: -10px;
    padding-left: 5px;
    position: relative;
    height: 32px;
    width: 32px;
}

.containerContent
{
   
    margin: 0 !important;
    padding: 0 !important;
    border: solid 1px #444;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    box-shadow: 3px 3px 3px #999;
    background: #e6f4f4;
    background: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eeeeee), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #eeeeee 1%,#ffffff 100%);
    background: -o-linear-gradient(top, #eeeeee 1%,#ffffff 100%);
    background: -ms-linear-gradient(top, #eeeeee 1%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0 );
    background: linear-gradient(top, #eeeeee 1%,#ffffff 100%);
    width: 100%;
}

.dataList_Item
{
    border: solid 1px #ccc;
    background: #e6f4f4;
    background: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eeeeee), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #eeeeee 1%,#ffffff 100%);
    background: -o-linear-gradient(top, #eeeeee 1%,#ffffff 100%);
    background: -ms-linear-gradient(top, #eeeeee 1%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0 );
    background: linear-gradient(top, #eeeeee 1%,#ffffff 100%);
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 2px;
    font-weight: bold;
    line-height: 24px; vertical-align: middle;
}

.contentPanel
{
    padding: 5px;
}

.containerContent table
{
    width: 100%;
}

.containerContent ul
{
    margin: 10px;
}

.containerContent .radioContainer {
    margin: 5px; 
    padding-top: 5px; 
    height: 30px; 
    float:left
}

.containerFooter
{
    display: none;
}

.containerFooterLeft, .containerFooterRight
{
    display: none;
}


.results-container {
    width:100%;
    overflow-x:auto !important;
}

.results-navigator {
    height:30px;
    margin-top:3px;
}