﻿body {
}


.FlyDiv, div.Win_Show, div.Win_Hide, div.Sel_Show, div.Sel_Hide 
{
    position: fixed;
    border: solid 1px #808080;
    background: #FFFFCC;
    padding-top:5px;
    padding-bottom:5px;
   
}

div.Win_Show
{
    top:150px;
    left:300px;
    z-index:3000;
}

div.Win_Hide
{
    display:none;
    z-index:-1;
    height:0px;
}

div.Sel_Show
{
    top:100px;
    right:100px;
    z-index:3000;
}

div.Sel_Hide
{
    display:none;
    z-index:-1;
    height:0px;
}

.Sel_Header
{
    font-size:12pt;
    font-weight:bold;
    font-style:italic;
    color:#666666;
}


.ttRow
{
    height:20px;
}

.ttLabel
{
    font-weight:bold;
    padding-left:5px;
}

.ttText
{
    font-weight:normal;
    padding-left:5px;
    padding-right:5px;
}

.AutoExtenderList 
{ 
    
    line-height:20px;  
    padding:2px; 
    border:solid 1px #999999; 
    background-color:#FFFFCC;
    list-style:none;
    width:400px;
}
 
.AutoExtenderItem
{ 
    cursor:pointer; 
    list-style:none;
    width:400px;
} 
 
.AutoExtenderHighlight 
{ 
    cursor:pointer;  
    list-style:none;
    width:400px;
} 

.FetchAgentList
{
    border: solid 1px #808080;
	background:#FFFFCC;
	color:#000000;
	list-style:none;
	padding:5px;
}

.FetchAgentItem
{
	background:#FFFFCC;
	color:#000000;
	list-style:none;
	padding:0px;
}

.FetchAgentSelectedItem
{
    background:#FFFFCC;
	color:#0000FF;
	list-style:none;
	padding:0px;
}

#FetchAgentBox1
{
    width: 400px !important; 
}

#FetchAgentBox1 div
{
    width: 400px !important; 
}

#FetchAgentBox2
{
    width: 400px !important; 
}

#FetchAgentBox2 div
{
    width: 400px !important; 
}

.FetchAgentList10
{
    border: solid 1px #808080;
	background:#FFFFCC;
	color:#000000;
	list-style:none;
	padding:5px;
	height:220;
}

#FetchAgentBox11
{
    width: auto !important; 
    height:220px !important;
    overflow-y : auto;
}

#FetchAgentBox11 div
{
    width: auto !important; 
}

#FetchAgentBox12
{
    width: auto !important;
    height:220px !important;
    overflow-y : auto;
}

#FetchAgentBox12 div
{
    width: auto !important; 
}


.AutoBox
{
    width: auto !important; 
    height:220px !important;
    overflow-y : auto;
}

.AutoBox div
{
    width: auto !important; 
}


.AutoBoxLevForm
{
    width: auto !important; 
    height:190px !important;
    overflow-y : auto;
}

.AutoBoxLevForm div
{
    width: auto !important; 
}


.DefAutoCompleteBox
{
    width: auto !important; 
    height:260px !important;
    min-width:400px !important; 
    overflow-y : auto;
}

.DefAutoCompleteBox div
{
    width: auto !important; 
    min-width:400px !important; 
}


/* Password hint */
.PassHint
{
    border: solid 1px #808080;
    padding:5px;
    background-color:#FFFFCC;

}

/* Inline Messages */
div.inline_Note
{
    border: solid 1px #808080;
    background-color:#E0E9FC;
}

.inline_Text
{
    font-family:Arial,Verdana; 
    font-size:8pt;
    font-weight:normal;
}

.divPleaseWait, div.Win_PleaseShow, div.Win_PleaseHide
{
    position: fixed;
    border: solid 1px #000000;
    background: #FFFFCC;
    padding-top:5px;
    padding-bottom:5px;
    width:250px;
}

.pleaseText
{
    font-family:Arial,Verdana; 
    font-size:9pt;
    font-weight:bold;
}

.pleaseIcon
{
    border:0px;
}

div.Win_PleaseShow
{
    top:200px;
    margin-right:auto;
    margin-left:auto;
    z-index:3000;
}

div.Win_PleaseHide
{
    display:none;
    z-index:-1;
    height:0px;
}
