 .FullScreenTbl
{
	height:100%;
	width:100%;
}

.LoginScreenOuter 
{
	border:1px solid #000000;
}

.Error
{
 	display:inline-block;
	font:12px Tahoma,sans-serif;
	color:red;
	margin-left:5px;
}

.scMapBottomText
{
	font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size:16px;
	font-style: italic;
}

.scPropertyEditTextFld
{
	width:250px;
}

.scCustomerEditTextFld
{
	width:250px;
}

/******* Popup CSS Start*************************/

.ui-widget
{
	font-size:14px;
}
.ui-widget INPUT
{
	font-size:13px;
  /*padding: 5px; 
  width: 230px; 
  font: 100% arial; 
  border: 1px solid #C6E7F0; 
  background: #EFF8FB; 
  color: #47433F;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  */
}

.ui-widget .ui-widget
{
	font-size:12px;
}

.ui-dialog .ui-dialog-buttonpane button
{
	 font: 140% 'Yanone Kaffeesatz', arial, sans-serif; 
  border: 0; 
  width: auto;
  height: 28px;
  padding: 2px 10px 3px 10px !important;
  cursor: pointer; 
  background: #000000; 
  -webkit-border-radius: .5em .5em .5em .5em ; 
  -moz-border-radius: .5em .5em .5em .5em ;
  border-radius: .5em .5em .5em .5em ;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);  
  color: #AAA;
  border: solid 1px #000000;
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background: -moz-linear-gradient(top,  #000000,  #000000);
  text-shadow: 1px 1px #178497;
}

.ui-dialog .ui-dialog-titlebar
{
	background: #6580a1;
	color:white;
}
/**
.ui-widget SELECT
.ui-widget TEXTAREA
.ui-widget-content
.ui-widget-header

***** Popup CSS End*************************/

.DialogFormTable tr 
{ 
	line-height: 25px; 
	border-collapse: collapse;
}

tr.separated td 
{
	border-top: 1px solid gray;
	padding-top: 5px;
} 

.ui-button-text-only .ui-button-text
{
	padding: 0px !important;
}

div.selected
{
	width:217px !important;
}

div.available
{
	width:190px !important;
}

ul.available.connected-list
{
	height:178px !important;
}

ul.selected.connected-list.ui-sortable
{
	height:178px !important;
}

.LoginDisplayText
{
	font-family:"Yanone Kaffeesatz", arial, sans-serif;
	font-size:150%;
	text-align:right;
	color:white;
	width:960px;
	padding-right:10px;
}

/* Loading UI styles Start**/
.LoadingUI {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url(../images/loading.gif) 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .LoadingUI {
    display: block;
}
/* Loading UI styles Stop**/

.ui-jqgrid .ui-jqgrid-labels .s-ico .ui-grid-ico-sort {
    margin-top: 0px;
}
