﻿@font-face {
    font-family: 'oxygenregular';
    src: url('../Font/oxygen.eot');

    src: url('../Font/oxygen.eot?#iefix') format('embedded-opentype'),  
         url('../Font/oxygen.woff') format('woff'),
         url('../Font/oxygen.ttf') format('truetype'),
         url('../oxygen-webfont.svg#oxygenregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*@font-face {
    font-family: 'oxygenregular';
    src: url('.Font/oxygen-webfont.eot');
    src: url('.Font/oxygen-webfont.eot?#iefix') format('embedded-opentype'),
         url('.Font/oxygen-webfont.woff2') format('woff2'),
         url('.Font/oxygen-webfont.woff') format('woff'),
         url('.Font/oxygen-webfont.ttf') format('truetype'),
         url('oxygen-webfont.svg#oxygenregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/



body {
        margin:0;
          padding:0;

}


*{
     /*margin:0; padding:0;*/ 


}

.Font-oxygenregular{Font-family:'oxygenregular',Arial,sans-serif;}
.bordernone{ border: none;}
.bordercolor{border:1px solid #d5d5d5}
.checkbox{ background-color:transparent; width:20px ; height:20px}
.text-justify{text-align:justify;text-justify:inter-word;}

.font-normal{ font-weight: 300;}
/* font color*/
.color333333{color:#333333;}
.color0069d2{color:#0069d2}
.color336699{color:#336699}
.colorffffff{color:white}
.color68757d{color:#68757d}

.color086db4 {color:#086db4;}


/*Font Size*/
.size10{Font-size:10px}
.size11{Font-size:11px}
.size12{Font-size:12px}
.size13{Font-size:13px}
.size14{Font-size:14px}
.size15{Font-size:15px}
.size18{Font-size:18px}
.size20{Font-size:20px}
.size24{Font-size:24px}
.size26{Font-size:26px}
.size30{Font-size:30px}
.size33{Font-size:33px}

/*bk color*/
.bk-a7d6fe{background-color:#a7d6fe}
.bk-0069d2{background-color:#0069d2}
.bk-eff1f3{background-color:#eff1f3}
.bk-00c3e5{background-color:#00c3e5}
.bk-24b84c{background-color:#24b84c}
/*Controls*/

.txtpadding {padding:0 5px;}




/*Header*/


.Header{ 
    margin-top:20px;
    margin-left:240px;
   margin-right:266px
}
.HeaderMarginL{ 
  
    margin-left:240px;
    
}

.HeaderMarginR{ 
  
    margin-right:266px;
    
}

.Pointer
{
cursor:pointer;
}

/*BlockedPopupTemplate*/

.PopupTemplate{position:absolute;  width:330px;  height:150px;   top:35%;  left:50%;  margin:0px 0 0 -150px;  background:#fff;  padding:0px;  z-index:9999999999999;  -webkit-border-radius:20px;  -moz-border-radius:20px;  -ms-border-radius:20px;  -o-border-radius:20px; border-radius:20px; border:2px solid #96A8B9}

.LayerPopupContainer{width:100%;  height:100%;  background-color:rgba(0,0,0,0.1 );  left:-2px;  top:0px;  position:absolute;  border-style:none;  -webkit-border-radius:20px;  -moz-border-radius:20px;  -ms-border-radius:20px;  -o-border-radius:20px; border-radius:20px;  z-index:99}

/*menu*/


.menu:Link
{
	text-decoration: none;
	/*color: #333333; */
	color:#086db4;
	font-family:'oxygenregular', 'Arial Rounded MT',Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	direction: ltr;
	border-style :none ;

}

.menu:visited
{
	text-decoration: none;
	color:#0000ff;
	font-family: 'oxygenregular','Arial Rounded MT',Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	
		border-style :none ;

}


.menu:hover
{
	text-decoration: none;
	color: #333333;
	font-family: 'oxygenregular','Arial Rounded MT',Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	direction: ltr;
		border-style :none ;
	

}


.Green 
{border:1px solid green ;
}
.Red
{
   border :1px solid red;
}