﻿
.buttonAdmin
{
	width:100px;
	height:20px;
	text-align:center;
	border:solid 1px #096479;
	background-color:#8DB2BA;
	color:#053947;
}
.AdminPanel
{
	background-color:#FFFFFF;
	border:solid 1px #C5C6C8;
	padding :10px;
	margin-top:10px;
}
.modalBackground
{
      background-color: #000000;
      filter: alpha(opacity=10);
      opacity: 0.1;
      z-index:100; 
      z-index:9000!important; 
} 
.modalPopup
{	
      background-color:#ffffdd;
      border-width:3px;
      border-style:solid;
      border-color:Gray;
      padding:5px;
      width: 350px;
      height:300px;
     
}
.modalPopupMaster
{
	  background-color:#ffffdd;
      border-width:3px;
      border-style:solid;
      border-color:#90B2BC;
      padding:5px;
      width: 710px;
      height:510px;     
      z-index:9100!important; 
      bottom :40px;
}
.MasterAdminControl
{
	width:956px;
	height:23px;
	margin-bottom:8px;
	padding-top:10px;
	text-align:center;	
	color:#ffffff;
	background-color:Black;
}
.MasterAdminControl a
{
	text-decoration:none;
}


