﻿/*###########################################################*/
.selectiontable
{
    width: 100%;
    min-height: 300px;
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
    float: left;
    position: relative;
}


.vtSelectionWrapper table
{
    border-spacing: 0;
    width: 99%;
}

.selectiontable
{
    float: left;
    height: 320px;
    background-color: #F8FFEC;
}

.vtSelectionWrapper 
{
	/*border: 1px solid black;*/
	margin: 0 auto;
	width: 100%;
}

.vtSelectionWrapper a,
.vtSelectionWrapper a:visited,
.vtSelectionWrapper a:active,
.vtSelectionWrapper a:link,
.vtSelectionWrapper a:focus,
.vtSelectionWrapper a:hover
{
    color: #000000;
    text-decoration: none;
}

.vtSelectionWrapper a:hover,
.vtSelectionWrapper .selected,
.vtSelectionWrapper.disabled a:hover.selected,
.vtSelectionWrapper .disabled a:hover.selected,
.vtSelectionWrapper a:hover.selected.disabled
{
    font-weight: bold;
}

.vtSelectionWrapper.disabled a,
.vtSelectionWrapper.disabled a:visited,
.vtSelectionWrapper.disabled a:active,
.vtSelectionWrapper.disabled a:link,
.vtSelectionWrapper.disabled a:focus,
.vtSelectionWrapper.disabled a:hover,
.vtSelectionWrapper .disabled a,
.vtSelectionWrapper .disabled a:visited,
.vtSelectionWrapper .disabled a:active,
.vtSelectionWrapper .disabled a:link,
.vtSelectionWrapper .disabled a:focus,
.vtSelectionWrapper .disabled a:hover,
.vtSelectionWrapper a.disabled,
.vtSelectionWrapper a.disabled:visited,
.vtSelectionWrapper a.disabled:active,
.vtSelectionWrapper a.disabled:link,
.vtSelectionWrapper a.disabled:focus,
.vtSelectionWrapper a.disabled:hover
{
    color: #AAAAAA;
    cursor: default;
    text-decoration: none;
}

.vtSelectionWrapper.disabled a:hover,
.vtSelectionWrapper .disabled a:hover,
.vtSelectionWrapper a.disabled:hover
{
    font-weight: normal;
}

.vtSelectionWrapper.disabled,
.vtSelectionWrapper.disabled *,
.vtSelectionWrapper .disabled,
.vtSelectionWrapper .disabled *
{
    color: #AAAAAA;
    cursor: default;
}

.vtSelectionWrapperHeader /* defines table style */
{
    background-image: url(/Content40/css/images/header_bg.png);
    background-repeat: repeat-x;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    height: 20px;
    padding-left: 3px;
    font-weight: bold;
}
.vtSelectionWrapper tr.header:hover
{
    background-image: url(/Content40/css/images/header_bg.png);
    background-repeat: repeat-x;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    height: 20px;
    cursor: default;
}
.vtCheckBoxTD
{
    padding: 1px 2px;
    width: 16px;
    max-width: 16px;
}

.vtSelectionWrapper tr:hover
{
    border: 0px solid #79b7e7;
    background: #d0e5f5 url(/content40/css/images/content_hover_bg.png) 50% 50% repeat-x;
    color: #1d5987;
}

.vtSelectionWrapperHeaderOuter {
	/*width: 100%;*/
	float: left;
}
/* ############################################### */