﻿/* DEFAULTS
/* button 
--------------------------------*/
.ModalPopupBG
{
    background-color:#6D7B8D;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 99999;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 10000;
}
.PanelPopup
{
    min-width:400px;
    min-height:250px;
    background:white;
    border-width: 3px; 
    border-style: groove;
    border-color: WindowFrame;
    
}
.PanelPopup2
{
    min-width:650px;
    min-height:400px;
    border-width: 2px; 
    border-style: groove;
    background-color:ButtonFace;
    
}
.modelbtnYes
{
    background-image:url(../Img/yesbtn.png);
}
.modelbtnNo
{
    background-image:url(../Img/nobtn.png);
}
.btn
{
	background-color:#4b6c9e;
	color:White;
	width:100px;
	
} 
.btn2
{
	background-color:#4b6c9e;
	color:White;
	width:60px;
	font-size:10px;
} 

.rAlign
{
    text-align:right;
}
.cAlign
{
    text-align:center;
}
.txt1
{
	border: 1px solid #4b6c9e;
	font-family:Verdana;
	text-align:left;
	width:100px;
}
.txt2
{
	border: 1px solid #4b6c9e;
    font-family:Verdana;
    width:200px;
    text-align:left;
}
.txt3
{
	border: 1px solid #4b6c9e; 
    font-family:Verdana;
    width:300px;
    text-align:left;
}
.txt4
{
	border: 1px solid #4b6c9e;
    font-family:Verdana;
    text-align:left;
    width:400px;
}
.lbl1
{
	font-size:20px;
	font-weight:bold;
}
.ddl
{
	
	border: 1px solid #4b6c9e;
    font-family:Verdana;
    width:100px;
	
}
.ddl2
{
	
	border: 1px solid #4b6c9e;
    font-family:Verdana;
    width:200px;
	
}
#APmain.table,tr, td
{
	
	
}
.tdLeftAlign
{
    text-align:left;
    
}
.tdRightAlign
{
    text-align:right;
  
}
.chkbx
{
  border: 1px solid #4b6c9e;
}
.MyCalendar{
    border:1px solid #646464;
    background-color: Olive;
    color: red;
}
.rowbg
{
    background-image:url(../Img/bg1.png);
    
}
.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
   
.button_example
{
width:80px;font-size:10px;
border:1px solid #77021D;-webkit-box-shadow: #FFFFFF 0px 0px 1px inset;-moz-box-shadow: #FFFFFF 0px 0px 1px inset; box-shadow: #FFFFFF 0px 0px 1px inset; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius:3px;font-family:arial, helvetica, sans-serif; padding: 7px 10px 7px 10px; text-shadow: 0px 2px 0 rgba(0,0,0,0.5);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #3093c7;background-image: linear-gradient(top, #3093c7, #1c5a85);
}

.button_example:hover{
 border:1px solid #77021D; background-color: #26759e;
 background-image: linear-gradient(top, #26759e, #133d5b);
 }



