﻿.myLBL_Maroon { font:caption;font-family:Arial;color:maroon; }

/************  update progress *********************************/
.ProgressBackground { background-color:#FFFFFF;filter:alpha(opacity=50);opacity:0.7; }

.updateProgress{
    background: transparent;
    position:absolute; 
    width:130px; margin: 0 auto 0 auto;
    height:50px;   
}


/************  Message Box style  *********************** START */
.LblMsgTitle	{font:normal 11px arial,verdana,sans-serif;font-weight:bold;}
.LblMsgContent	{font:normal 11px arial,verdana,sans-serif;}
.modalBackground {background-color:gray;filter:alpha(opacity=50);opacity:0.7;}

/* .modalPopup { background: #edf2f6; border: 1px solid #3f4860; padding:0;}  Brijesh's style */ 
	
.modalPopup {
	background-color:#FFFFCC;  /* Yellow */
	border-width:2px;
	border-style:solid;
	border-color:#fdd845;
	padding:3px;
}

.modalDragHandle { cursor: move; /* background-color:#fdd845;border:solid 1px;color:#303030 */}
	
.modalPopup.info {border:1px solid #81aacc;
	background-color:#e9f2fb; color:#666;  /* pastel blue */
	-webkit-border-radius: .4em; 
	-moz-border-radius: .4em;
	border-radius: .4em; }
	
.modalPopup.error {border:1px solid #e5b9ab;
	background-color:#f7e3dd; color:#666;  /* pinkish red */
	-webkit-border-radius: .4em; 
	-moz-border-radius: .4em;
	border-radius: .4em; }

.modalPopup.success {border:1px solid #5cb526; /* */
    background-color:#e0f5d2; color:#666;  /* Green */
	-webkit-border-radius: .4em; 
	-moz-border-radius: .4em;
	border-radius: .4em; }

.modalPopup.transparent {border:0px ; /* */
    background-color:Transparent; color:inherit;  /* transparent */
	-webkit-border-radius: .4em; 
	-moz-border-radius: .4em;
	border-radius: .4em; }

/*Hover Menu*/
.HoverContainerPosition {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;	
	/*filter: alpha(opacity=90); */
}
/************  Message Box style  *********************** END */

.altcolor	{background-color:#f2f2f2;}
.right		{text-align:right;}
.required	{font-size:160%; color:#ff0000; padding:0 2px 0 5px;}




/*  ----------------------- Reorder list  ----------------------------- START */
.reorderList li {
	list-style:none;
	margin:2px;
	width:250px;
	background-image:url(../../Images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#FFF;
}
.callbackStyle {
	border:thin blue inset;		
}
.itemArea {
	margin-left:10px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}
.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}
.dragHandle {
	width:16px;
	height:20px;
	background-repeat:no-repeat;
	/*background-color:Blue;*/
	background-image:url(../../Images/arrowUpDown.png);
	cursor:move;
	border:outset thin white;
}
/*  ----------------------- Reorder list  ----------------------------- END */

/* Div container to wrap the datagrid */
div#div-datagrid {
width: 760px;
height:auto;
overflow: auto;
}

td.locked 
{
background-color:White;
position:relative;
cursor: default;
}
th.locked 
{
position:relative;
cursor: default;
}
.number

{ 
	text-align:right;
}

