﻿html{height:100%;margin:0}

body,form
{
height:100%;
margin:0;
}


#disableWindow {position:absolute;width:100%;top:0;left:0;z-index:10000;opacity:.55; -moz-opacity: .55;filter: alpha(opacity=55);
                background-color:rgb(170,170,170); }
 
img {border:0}

::-ms-clear { width : 0; height: 0; } 
::-ms-reveal { width : 0; height: 0; }

div.RadListBox .rlbText,
 div.RadListBox .rlbItem,
 div.RadListBox .rlbButtonText,
 div.RadListBox .rlbEmptyMessage {  
    line-height:15px; 
 }

.rspPaneHorizontal
{
    border-right-width:0!important;
    border-bottom-width:0!important;
}

.rspResizeBar
{
    border-right-width:0!important;    
}
textarea.RadInputMgr, textarea
{
    height: auto;
    resize: none;
    white-space: pre-wrap;
}

 .RadToolBarDropDown .rtbText 
{
   white-space:nowrap !important;
}

.RadComboBoxDropDown_Default .rcbMoreResults a {
    background-image: none!important;
}

div.RadTabStrip .rtsLevel .rtsIn, 
    div.RadTabStrip .rtsLevel .rtsTxt { 
        padding: 0; 
    } 


.ruAdd, .ruBrowse 
  { 
    background-position: 0 -46px !important; 
    width: 122px !important; 
 }
        
.multipleRowsComboBox .rcbItem,
.multipleRowsComboBox .rcbHovered
{
    float:left;
    margin:0 1px;
    min-height:13px;
    overflow:hidden;
    padding:2px 19px 2px 6px;
    width:100px;
} 

a.FolderLink, .FolderLink
{  
	float: left;
	display: block;
	line-height: 2;
	white-space: nowrap;	
}
.GlobalSearchButton
{
    float:right;   
    cursor:pointer;  
    padding:5px 5px 5px 5px;     
}

input.chk {height:13px; width:13px; margin:0;border:0}

.OverFlowClass{overflow:visible !important}

.ObjectListTable, .DetailTable , .Panel, .SubList, .List, .ListNoHL, .GroupingTable{width:100%}
.Panel, .GroupingPanel,.SubList, .List, .ListNoHL {border-collapse:collapse}
.SubList {clear:both}

.LabelCell,.RowCell,.ReadOnlyFieldCell, .FieldCell
{
vertical-align:top;
text-align:left;
}
.LabelCell
{
white-space:nowrap;
width:200px;
min-width:200px;
}
.FieldCell{white-space:nowrap}

.ReadOnlyFieldCell
{
min-width:200px;
}
.RowCell
{
padding-left:0;
width:100%;
}
.ReadOnly{width:inherit}

.ClosingCell{width:100%}

.GroupingPanelContentLeft, .GroupingPanelContentCenter,td.GroupingPanelContentRight, .GroupingPanelContent
{
padding:0;
vertical-align:top;
}


.ImageListContent{vertical-align:top;cursor: default;padding: 2px 0}
.ImageListContent td{padding:4px}

#imagepreview{
position:absolute;
border:1px solid #ccc;
background:#333;
padding:5px;
display:none;
color:#fff;
}
        
#ajax_tooltipObj{
	z-index:10000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}
#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('Images/arrow.gif');
	width:20px;
	position:absolute;
	left:0;
	top:0;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:10005;
	height:60px;
}
#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0;
	position:absolute;
	width:400px;	/* Width of tooltip content */
	height:300px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:10001;
}	


/* Simple tooltip */
#tt {position:absolute; display:block;}
#tttop {display:block; height:5px; margin-left:5px;  overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background: infobackground; color:infotext;border:1px solid black}
#ttbot {display:block; height:5px; margin-left:5px; overflow:hidden}
/* End Simple tooltip */


div.HiddenDatePicker .inputCell , input.HiddenDatePicker 
{  
    padding:0 !important;  
    width:1px !important;  
}  
  
input.HiddenDatePicker  
{     
    border:0 !important;     
    visibility:hidden !important;  
}  


.buttons a, .buttons button, .buttons .ArcoButton
{    
    float:right;
}
.ArcoButton
{   
    float:left;
}

.MainMenu_Logo
{
    cursor:pointer;
}

.InlineHelp
{
    font-size:7pt;
    margin:3px;
}