/*
This style sheet is for the range of ZFP.NET products from
Industrial CodeBox Ltd.

For more information on these products please visit:
http://www.industrialcodebox.com/qv

Or email:
email@industrialcodebox.com
*/

/*
GRADIENTHEADER set as True
ISROUNDEDWEBPARTS set as True
*/

.QvListBoxContentDiv
{     
      width:100%;
      height:100%;
}

.QvRoundedListBoxContentDiv
{
      width:100%;
      height:100%;
}

.QvRoundedListBoxContentTd
{
      border-bottom:solid 1px #cfd0d2;
      border-left:solid 1px #cfd0d2;
      border-right:solid 1px #cfd0d2;
}

.QvRoundedListBoxTitle
{
      height:20px;
      padding-top:2px;
    color:white;
    font-weight:normal;
    text-align:center;

      background-image:url("/reskin/images/qvApp/listboxcaption.png");
}

.QvListBoxTitle
{    
      padding: 2px 0px 2px 0px;
    text-indent: 4px;
    color:white;
    font-weight:bold;
    border-collapse:collapse;
    cursor:hand;
      background-image:url("/reskin/images/qvApp/listboxcaption.png");
}

.QvRoundedListBoxContainer
{
      margin:5px 5px 5px 5px;
}     

.QvRoundedListBoxContainer, .QvListBoxContainer
{
margin-bottom:10px;
width:155px;
/*
    scrollbar-arrow-color:white;
    scrollbar-darkshadow-color:white;
    scrollbar-face-color:#77756b;
    scrollbar-track-color:white;
*/
}


.QvListBoxContainer
{
    /*Puts a border around the whole object*/
      border:solid 1px #cfd0d2;
    background-color:white;
}

.QvListBoxContainer button, .QvRoundedListBoxContainer button
{
    color:#77756b;
    border:solid 1px #cfd0d2;
    background-color:white;
}

.QvListBoxContainer input, .QvRoundedListBoxContainer input
{
    border:solid 1px #cfd0d2;
}

.QvListBoxTable
{
    border-collapse:collapse;
}

.QvListBoxTable td
{
    /*border-bottom:1px solid #eeeeee;*/
}

.QvListBoxTable .AvqEnabled, .QvListBoxTable .AvqSelected, .QvListBoxTable .AvqDisabled
{
      padding-top:1px;
      padding-left:1px;
      padding-bottom:0px;
      padding-right:1px;
}

.QvListBoxTable .AvqEnabled
{   
color:inherit;
    /*color:white; 
    background-color:#77756b;*/
}

.QvListBoxTable .AvqSelected
{   
    /*color:white; 
    background-color:#2f7e20;*/
}     

.QvListBoxTable .AvqDisabled
{   
    /*color:white;
    background-color:#595959;*/
}
.QvButton {
display:inline-block;
cursor:pointer;
}

.buttonDiv {
	width:88px;
	height:26px;
	cursor:pointer;
    background-image:url('/reskin/images/btn_submit.gif');
    background-repeat:no-repeat;
    background-position:left top;
	float:left;
	padding:1px;
	padding-bottom:8px;
	color:#ffffff;
}

.buttonDiv span, .buttonDiv_long  span {
	display:block;
	font-weight:bold;
	padding:2px;
	height:26px;
	line-height:18px;
	text-align:middle;
	font-size:12px !important;	
}
.buttonDiv_long {
	width:135px;
	height:26px;
	cursor:pointer;
    background-image:url('/reskin/images/btn_start_download.gif');
    background-repeat:no-repeat;
    background-position:left top;
	clear:left;
	padding:1px;
	padding-bottom:8px;
	color:#ffffff;
}