﻿@charset "utf-8";


.header_bg{
	background-color: #F4F4F4;
	background-image: -moz-linear-gradient(top, #FFF, #F4F4F4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#F4F4F4));
	background-image: -webkit-linear-gradient(top, #FFF, #F4F4F4);
	background-image: -o-linear-gradient(top, #FFF, #F4F4F4);
	background-image: linear-gradient(to bottom, #FFF, #F4F4F4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#F4F4F4', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);	
	border-bottom: 1px solid rgba(204, 204, 204, 0.9);
	height:110px;
	}
	



.top_bg{
	background-color: #F4F4F4;
	background-image: -moz-linear-gradient(top, #FFF, #F4F4F4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#F4F4F4));
	background-image: -webkit-linear-gradient(top, #FFF, #F4F4F4);
	background-image: -o-linear-gradient(top, #FFF, #F4F4F4);
	background-image: linear-gradient(to bottom, #FFF, #F4F4F4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#F4F4F4', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);	
	border-bottom: 1px solid rgba(204, 204, 204, 0.9);
	}
	
	
	
.f_bg{
	background:url(../img/footer_bg.jpg);
	border-top: 1px solid rgba(204, 204, 204, 0.9);
	}
	
	
.field_bg{
	background-color: #E1E1E1;
	background-image: -moz-linear-gradient(top, #E1E1E1, #F3F3F3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E1E1E1), to(#F3F3F3));
	background-image: -webkit-linear-gradient(top, #E1E1E1, #F3F3F3);
	background-image: -o-linear-gradient(top, #E1E1E1, #F3F3F3);
	background-image: linear-gradient(to bottom, #E1E1E1, #F3F3F3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1E1E1', endColorstr='#F3F3F3', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	margin-top:10px;
	margin-bottom:50px;
	padding-top:25px;
	padding-bottom:25px;
	  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
		  border: 1px solid rgba(204, 204, 204, 0.9);
		  
	}
	


.buttom-buffer { margin-top:70px;}

.top-buffer { margin-top:8%;}

div#Form1 {
    width: 433px !important;
    margin: 0 auto !important;
    text-align: center !important;
}
div#Form1 .form-horizontal .control-label {
    text-align: left !important;
}
.form-horizontal .control-label, .controls {
    text-align: left;
}
.checkbox {
    padding: 0px;
    text-align: left;
}
input#btnLogin {
    margin-bottom: 20px;
    color: black;
}
input#btnLogin:hover {
    color: white;
}
.form-horizontal .controls {
    margin-left: 109px;
}

.btn:hover, .btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 0px;
    -webkit-transition: background-position 0s linear; 
    -moz-transition: background-position 0s linear;
    -o-transition: background-position 0s linear;
     transition: background-position 0s linear; 
    border: 1px solid rgba(51, 167, 255, 0.6);
    background-image: linear-gradient(#4cb1ff, #1793e5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 0 0 1px rgba(255, 255, 255, 0.0980392) inset, 0 1px 0 rgba(23, 51, 78, 0.298039);
    

}
.btn {
   /*\ border: 1px solid #888888;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 0 0 1px rgba(255, 255, 255, 0.0980392) inset, 0 1px 0 rgba(23, 51, 78, 0.298039);
    background-color: WHITE !important;
    color: black;
       */
}
.btn-primary {
    background-image: none;
    background: transparent linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1)) repeat scroll 0% 0% padding-box;
}
.tab-content > .active, .pill-content > .active, .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
        background-image: linear-gradient(#4cb1ff, #1793e5);
}
.tab-content > .active, .pill-content > .active, .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    /* background-image: linear-gradient(#4cb1ff, #1793e5); */

}
.tab-content .btn {
    background-image: linear-gradient(#4cb1ff, #1793e5);
}

.tab-content > .active, .pill-content > .active {
       background-color: #E1E1E1;
    background-image: -moz-linear-gradient(top, #E1E1E1, #F3F3F3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E1E1E1), to(#F3F3F3));
    background-image: -webkit-linear-gradient(top, #E1E1E1, #F3F3F3);
    background-image: -o-linear-gradient(top, #E1E1E1, #F3F3F3);
    background-image: linear-gradient(to bottom, #E1E1E1, #F3F3F3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1E1E1', endColorstr='#F3F3F3', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: black;
}