
.LockOff
    {
        display: none;
        visibility: hidden;
    }
        
.LockOn
{             
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ccc;   
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
} 
.DisplayInfo
{
    font-family:Verdana;
    font-size : 11px;
    font-weight normal !important;
    border: 1px solid;
    margin: 50px 00px 0px 500px;
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #00529B;
    width: 25%;
    background-color: #BDE5F8;
    background-image: url('../../Images/info.gif');
    border-left: 5px solid !Important;
}  
        
.toast-container{width:280px;z-index:9999;margin-top:250px;}
* html .toast-container{position:absolute;}
.toast-item{height:auto;background: White;opacity:.9;-moz-border-radius:10px;-webkit-border-radius:10px;color: Black;
            padding-top:10px;padding-bottom:10px;padding-left:6px;padding-right:6px;font-family:Arial;font-size:12px;
            border:2px solid #999;display:block;position:relative;margin:0 0 12px 0;}
.toast-item p{text-align:left;margin-left:50px;}
.toast-item-close{background:url(../../images/Close.png);width:16px;height:16px;position:absolute;top:7px;right:7px;}
.toast-item-image{width:16px;height:16px;margin-left:10px;margin-right:10px;float:left;}
.toast-item-image-notice{background:url(../../images/info.png);}
.toast-item-image-success{background:url(../../images/success.png);}
.toast-item-image-warning{background:url(../../images/warning.png);}
.toast-item-image-error{background:url(../../images/error.png);}
.toast-type-notice{color:Black;}
.toast-type-success{color:Black;}
.toast-type-warning{color:Black;border-color:#FCBD57;}
.toast-type-error{color:Black;border-color:#B32B2B;}
.toast-position-top-left{position:fixed;left:20px;top:20px;}
.toast-position-top-center{position:fixed;top:20px;left:50%;margin-left:-140px;}
.toast-position-top-right{position:fixed;top:20px;right:20px;}
.toast-position-middle-left{position:fixed;left:20px;top:50%;margin-top:-40px;}
.toast-position-middle-center{position:fixed;left:50%;margin-left:-140px;margin-top:-40px;top:50%;}
.toast-position-middle-right{position:fixed;right:20px;margin-left:-140px;margin-top:-40px;top:50%;}
        
        
.borderTable{
    padding: 2px 4px 2px 4px;
    border: 1px solid #660000;
}
 

.mainContentBox {
	background-image:url(../../images/noise_pattern_with_crosslines.png);
	background-repeat:repeat;
}
.searchAC{min-height:10%; min-width:100%; position:static;}
.inputAC{min-height:10%; min-width:100%; position:static;}
.breadcrumb {
	height:18px;
	background: #cad1d8;
	background: -moz-linear-gradient(top,  #cad1d8 0%, #d1d9e0 6%, #d5dde4 12%, #c7cfd6 53%, #b2bac1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cad1d8), color-stop(6%,#d1d9e0), color-stop(12%,#d5dde4), color-stop(53%,#c7cfd6), color-stop(100%,#b2bac1));
	background: -webkit-linear-gradient(top,  #cad1d8 0%,#d1d9e0 6%,#d5dde4 12%,#c7cfd6 53%,#b2bac1 100%);
	background: -o-linear-gradient(top,  #cad1d8 0%,#d1d9e0 6%,#d5dde4 12%,#c7cfd6 53%,#b2bac1 100%);
	background: -ms-linear-gradient(top,  #cad1d8 0%,#d1d9e0 6%,#d5dde4 12%,#c7cfd6 53%,#b2bac1 100%);
	background: linear-gradient(top,  #cad1d8 0%,#d1d9e0 6%,#d5dde4 12%,#c7cfd6 53%,#b2bac1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cad1d8', endColorstr='#b2bac1',GradientType=0 );
	font:normal 11px Arial;
	color: #fff;
	border-top:1px solid #FFF;
	border-bottom:1px solid #000;
	margin-top:5px;
}
#breadcrumbs li {
	float:left;
	line-height:18px;
	color:#383838;
	padding-left:10px;
}
#breadcrumbs li a {
	background: url(../../images/breadcrums.png) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
}
#breadcrumbs li a:link, #breadcrumbs li a:visited {
	color:#777;
	text-decoration:none;
} 

.contentHeader {
	height:28px;
	padding-left:10px;
	background-image:url(../../images/headerbg.png); background-repeat:repeat-x;
	font:bold 11px Arial;
	color: #000000;
	line-height:35px;
	border-top:1px solid #dfdfdf;  
}

.contentHeader  span{
	 margin-top: -5px;
}


.fieldHeader {
	height:25px;
	padding-left:10px;
background: #cddfe5;
background: -moz-linear-gradient(top,  #cddfe5 0%, #c6d7e0 20%, #b3c0c7 82%, #b3bfc9 84%, #b1bec5 87%, #aebac4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cddfe5), color-stop(20%,#c6d7e0), color-stop(82%,#b3c0c7), color-stop(84%,#b3bfc9), color-stop(87%,#b1bec5), color-stop(100%,#aebac4));
background: -webkit-linear-gradient(top,  #cddfe5 0%,#c6d7e0 20%,#b3c0c7 82%,#b3bfc9 84%,#b1bec5 87%,#aebac4 100%);
background: -o-linear-gradient(top,  #cddfe5 0%,#c6d7e0 20%,#b3c0c7 82%,#b3bfc9 84%,#b1bec5 87%,#aebac4 100%);
background: -ms-linear-gradient(top,  #cddfe5 0%,#c6d7e0 20%,#b3c0c7 82%,#b3bfc9 84%,#b1bec5 87%,#aebac4 100%);
background: linear-gradient(top,  #cddfe5 0%,#c6d7e0 20%,#b3c0c7 82%,#b3bfc9 84%,#b1bec5 87%,#aebac4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cddfe5', endColorstr='#aebac4',GradientType=0 );
	font:bold 10px Arial;
	color: #000000;
	/*line-height:25px;*/
	border-top:1px solid #fbfbfb;
	margin-top:1px;
}
.fieldHeader a, .fieldHeader a:hover {
	margin:0;
	padding:0;
}
.fieldContent {
	padding:10px;
	 background-color:#FFFAFA !important;
	 
	font:normal 11px Arial;
	color: #000000;
	border-top:1px solid #5e6a71;
	min-height:350px !important;
}
.selectOptions {
	font:bold 12px Arial;
	color: #373737;
}
.formNormal {
	font:normal 12px Arial;
	color: #373737;
}
.formBG {
	padding:10px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#ededed')";
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-bottom:1px solid #bdbdbd;
	border-right:1px solid #bdbdbd;
}
.myform 
{
    margin-top: 5px; 
	width:350px;
	padding: 5px;
	font-family:Arial;
	top:-60px;
	right:15px;
}
#myformbox {	
	background-color:#70003d;	
	position:relative;
	float:right;
	overflow:hidden;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
#myformbox label {
	display:block;
	font-weight: bold;
	text-align:right;
	float:left;
	font-size:12px;
	margin-top:5px;
	color:#fff;
}
#myformboxx input {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #fff;
	background-color:#FFF;
	width:120px;
	margin:2px 20px 0 5px;
	filter: alpha(opacity=90);
}
.loginbtn {
	float:left;
	margin-top:2px;
	width:100px;
	height:25px;
	background:#090909;
	text-align:center;
	vertical-align:middle;
	line-height:25px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border:0px;
	text-decoration:none;
}
.loginbtn:hover a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.info, .success, .warning, .error, .validation {
	padding:3px 10px 3px 25px;
	background-repeat: no-repeat;
	background-position: 3px center;
	font-family:Arial;
	font-size:11px;
	height:14px;
	line-height:14px;
	font-weight:normal !important;
	margin:3px 15px !important;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../../Images/info.png');
	border: 1px solid #649fbb;
}
.success {
	color: #4F8A10;
	background-color: #d8f8c0;
	background-image:url('../../Images/success.png');
	border: 1px solid #9bb76c;
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../../Images/warning.png');
	border: 1px solid #c0aa51;
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../../Images/error.png');
	border: 1px solid #d26868;
}
.errorbig{
	padding:3px 10px 3px 25px;
	background-repeat: no-repeat;
	background-position: 3px center;
	font-family:Arial;
	font-size:11px;
	height:20px;
	line-height:20px;
	font-weight:normal !important;
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../../Images/error.png');
	border: 1px solid #d26868;
	margin-right:3px;
}
.mandatoryFLdBgColor
{	 
    border: 1px solid #acabab;
    font-size:11px;
	background-color: #F5D3EE;
}

.autocomplete_completionListElement
{
	visibility: hidden;
	margin: 0px !important; 	
	background-color: #ffffff;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	overflow: auto;
	height: 200px;
	text-align: left;	
	font-family: Arial,Helvetica;
	font-size: 11px;
	color: #000000;
	white-space: nowrap !important;
	position: relative;
	z-index: 0px;
	text-align: left;	
	padding-left: 5px;
	padding-right: 5px;
	width: 100px !important;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #BC5C7F;
	color: #FFFFFF;
	padding: 0px;
	position: relative;
	z-index: 0px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 0px;
	position: relative;
	z-index: 0px;
	width: auto;	
}

.numericTextRightAlign
{
	text-align:right; 	
	padding:right:10px; 
}

.numericLabelRightAlign
{
	text-align:left; 		
}

.popup_Container {
	background-color:#ffffff;
	border:2px solid #000000;
	padding: 0px 0px 0px 0px;
}

.popupConfirmation
{
	width: 650px;	
}

.popup_Body
{
	padding:15px 15px 15px 15px;
	font-family:Arial;
	font-weight:normal;
	font-size:11px;
	color:#000000;
	line-height:15pt;
	clear:both;
	
}

.Titlebar {
	background: url(../../Images/menubg.png);
	height: 29px;
	cursor: move;
}
.TitlebarLeft 
{
	float:left;
	padding-left:5px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}
.TitlebarRight 
{	
	background-position:right;
	background-repeat:no-repeat;
	height:15px;
	width:16px;
	float:right;
	cursor:pointer;
	margin-right:5px;
	margin-top:5px;
}
.ModalPopupBG
{
	background-color: #666699;
	filter: alpha(opacity=50);
	opacity: 0.7;
}
.popup_Buttons
{
	margin:10px;
}
