/* Minification failed. Returning unminified contents.
(165,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(186,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}



div.myButton2 input {

	background-image: url(/Content/images/SubmitBN.png);
	background-repeat:no-repeat;
	height:29px;
	width:86px;
	border:none;
	cursor:pointer;
}
div.dlButton input {

	background-image: url(images/DownloadBN.png);
	background-repeat:no-repeat;
	height:29px;
	width:104px;
	border:none;
	cursor:pointer;
}

/* Start by setting display:none to make this hidden. 
   Then we position it in relation to the viewport window 
   with position:fixed. Width, height, top and left speak 
   speak for themselves. Background we set to 80% white with 
   our animation centered, and no-repeating */ 
.modal { 
    display:    none; 
    position:   fixed; 
    z-index:    1000; 
    top:        0; 
    left:       0; 
    height:     100%; 
    width:      100%; 
    background: rgba( 255, 255, 255, .8 )  
                url('../content/images/ajax-loader-7.gif')  
                50% 50%  
                no-repeat; 
} 
 
/* When the body has the loading class, we turn 
   the scrollbar off with overflow:hidden */ 
body.loading { 
    overflow: hidden;    
} 
 
/* Anytime the body has the loading class, our 
   modal element will be visible */ 
body.loading .modal { 
    display: block; 
}
/* CSS Document */




@font-face {
	font-family: "avian";
	src: url("Fonts/avian_1.ttf");

	font-family: "avianBold";
	src: url("Fonts/AVIANB_3.ttf") ;

}

body
{
	background-color: #068DC7;
	background-repeat:no-repeat;
		font-family:"avian", sans-serif;
	/* IE10 */ 
background-image: -ms-linear-gradient(top, #064869 0%, #068DC7 100%);
	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #064869 0%, #068DC7 100%);
	/* Opera */ 
background-image: -o-linear-gradient(top, #064869 0%, #068DC7 100%);
	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #064869), color-stop(1, #068DC7));
	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #064869 0%, #068DC7 100%);
	/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #064869 0%, #068DC7 100%);



}

div.myButton input {

	background-image: url(images/VerifyBN.png);
	background-repeat:no-repeat;
	height:24px;
	width:72px;
	border:none;
	cursor:pointer;
}

.DropDown  {
	
	height:24px;
	width:156px;
	
}


.footer {
	color: #FFF;
	text-align: center;
	font-size: 12px;
}



.MenuBar {
	font-family: "avian", sans-serif;
	text-align: left;
	font-size: 16px;
	margin-left: 43px;
	margin-top: 32px;

	
}

.MenuBarBGmain {
	background-image: url(images/BannerImage1.jpg);
	background-repeat:no-repeat;
}


.MenuBarBG {
	background-image: url(images/TableBG.png);
	background-repeat:no-repeat;
}

.MenuBar td{
	//background-image:url(images/button.png);
	background-repeat:no-repeat;
	padding-left:10px;
	line-height:18px;
	
}


 .MenuBar td a:link {
	color: #FFF;
	text-decoration:none;
}

	.MenuBar td a:hover {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 16px;
	}

 .MenuBar td:hover {
	//background-image:url(images/buttonHover.png);
	cursor:pointer;	
	
}

 .MenuBar td a:visited {
	color: #FFF;
	text-decoration:none;
}



.title {
	text-align: left;
	font-size: 22px;
	font-weight:bolder;
	font-family: "avianBold", sans-serif;
}

.title2 {
	text-align:center; 
	font-size: 18px;
	font-weight:800;
		color: #000;
}

Font-Small {
	font-size: 12px;
	font:normal;

}

.FontFeatures {
	font-weight:bold;
	font-size: 12px;
	font-family: "avianBold", sans-serif;
	text-align:center;

}

.BoldText {
	
	line-height:3px;
	font-weight:bolder;
}

HOMEbn{
	font-family: "avianBold", sans-serif;
	line-height:3px;
	color:#FFF;
	margin-left:35px;
}

.bodyTable{
	margin-left: 43px;
	margin-top: 10px;
}


.contentTable{
	margin-left: 43px;
	margin-top: 10px;
	
}


.SignupFieldTx{
	text-align:right;
	padding-right:7px;
	width:30%;
	
	
}


