                                  /* Copyright ©2012 by Subhadrainfotech Pvt Ltd. */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
    Filename : CommonCSS.CSS
    Project  :
    Author   : sujit kumar
    Date of creation : 22-july-2012
    
*/
.success
{  
    background:transparent url(Select.png) no-repeat;  
}  
.error
{  
    background:transparent url(Delete.png) no-repeat;  
}  
.loading
{  
    background:transparent url(loading.gif) no-repeat;  
}  

.myLegend
{
	font-weight:400 ;
	font-size:2; font-family:Verdana;
	color:#005FA5;
}
.MandatoryFieldEmpty
{
	color:orange;
}

.MandatoryFieldValied
{
	color:Black;
}
.legendTypeBackGround
{
 
    background-color:#90AAcF;

 }
  .myTable
        {
	        border-spacing: 0;
	        border: 1px solid #91A7B4;
	        font-size:11;
	        border-collapse: collapse;
	        color: white;
        }
        table.myTable td
        {
	        text-align: left;
	        padding: 2px 4px 2px 4px;
	        /*width: 100px;*/
	        border-style: solid;
	        border-color: white;
	        color: black;
        	
        }

        table.myTable th
        {
	        border:solid 1px white;
	        background-color: #FB9678;
        }
        table.myTable td 
        { 
	        border-width: 1px 1px 1px 1px;
	         border: 1px solid #91A7B4;
        }

        

        table.myTable tr.sortbottom td 
        {
	        border-top: 1px solid #444;
	        background-color: #ccc;
	        font-weight: bold;
        }
        /* Chrome25 Bug fix, 100% width causes issues with the date picker, replaced with a fixed width*/
table.x-date-inner {
   width:200px !important; /* original was width : 100% */
}

.myButton {
	-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
	-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
	background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
	background-color:#2dabf9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	padding:3px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
	background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
	background-color:#0688fa;
}
.myButton:active {
	position:relative;
	top:1px;
}
