﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
   background: url(../images/main-bg.jpg) repeat top left;
margin: 0px;
padding: 0px;
    
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
  
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}
.headertop
{
	min-width:980px;
	max-width:106%;
	margin-top:-10px;
	height:15px;
	background-color:red;
}
.headertopbottom
{
	min-width:980px;
	max-width:106%;
	height:114px;
	background:url("../Images/header_bg.png");
}
.nav
{
		background:url("../Images/navbar_bg.gif");
	height:33px;
	min-width:980px;
	max-width:106%;
}
.logo
{
	background:url("../Images/log.png");
	height:113px;
	width:139px;
}
.title
{
	background:url("../Images/title.png");
	height:48px;
	width:381px;
position:absolute;
left:180px;
top:50px;
}

.main
{
	min-width:980px;
	max-width:106%;
	min-height:450px;
	height:auto;
		background:url("../Images/login_bg.gif") repeat-x #9ba8be;
	
}
.main1
{
	min-width:980px;
	max-width:106%;
	min-height:500px;
	height:auto;
	 background: url(../images/main-bg.jpg) repeat top left;
	
}
.content
{
	margin-left:200px;
	min-height:500px;
	height:auto;
	width:auto;
	background:white;
	
}
.div_center
{
min-width:980px;
max-width:106%;
	
}

.login
{
	width: 618px;
	height: 388px;
	
	margin: auto;
	  -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	background:url("../Images/login_dialog_bg.jpg");
}
.footer_top
{
	min-width:980px;
	max-width:106%;
		height:3px;
		background-color:red;
}

.footer
{
	min-width: 980px;
	max-width: 106%;
	height: 100px;
	background-color: #293955;
}


.txt_login_id
{ 
	height:20px;
	width:80%;
	 font-family: 'Times New Roman', Times, serif; font-size: medium; font-weight: normal; font-style: normal; color: #000000; }
	 .txt_login_id:focus
{
	background-color: #333;
	outline: none;
	color: #FFFFFF;
}
	 .btn_login
{
	background: url("../Images/btn.png");
	border: none;
	height: 35px;
	width: 70px;
	margin-left: 5px;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	font-style: normal;

}
.btn_150
{
	 background: url("../Images/btn.png");
	border: none;
	height: 30px;
	width: 125px;
	margin-left: 5px;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	
	
}
	 .btn_login:hover
	 {
	 	background:url("../Images/button_hover.png");
	 }
 .btn_150:hover
	 {
	 	background:url("../Images/button_hover.png");
	 }

.dropdown
{
border:1px solid gray;
	width:250px;
	height:20px;
}
.dropdown75
{
	border: 1px solid gray;
	width:75px;
	height:20px;
}
.txt_box
{
	border: 1px solid gray;
	width:246px;
	height:18px;
	
}
.txt_box70
{
	border: 1px solid gray;
	width:70px;
	height:16px;
}
.dropdown75 :hover
{
	border: 1px solid Blue;
}
.dropdown :hover
{
	border: 1px solid Blue;
	
}
.txt_box70 :hover
{
	border: 1px solid Blue;
}

.txt_box :hover
{
	border: 1px solid Blue;
	
}

.dropdown_500
{
	border: 1px solid gray;
	width:500px;
	height:20px;
}
.dropdown_500 :hover
{
	border: 1px solid #0033CC;
	
}
.dropdown_300
{

 border:1px solid gray;
	width:250px;
	height:20px;
	
}
.dropdown_300 :hover
{
		border: 1px solid Blue;
	
}
.dropdown_300 :hover
{
	border: 1px solid #0033CC;
	
}
.chk_box
{
	border: none;
	width:148px;
	height:16px;
}
 .modalBackground
        {
            background-color: Black;
            filter: alpha(opacity=90);
            opacity: 0.8;
        }
        	margin-right:auto;
            background-color: #FFFFFF;
            border-width: 3px;
            border-style: solid;
            border-color: black;
            padding-top: 20px;
            padding-left: 10px;
            padding-bottom:20px;
            width:650px;
            height: auto;
        }
         .modalPopup1
        {
        	margin-left:1px;
        	margin-right:auto;
            background-color: #FFFFFF;
            border-width: 3px;
            border-style: solid;
            border-color: black;
            padding-top: 20px;
            padding-left: 10px;
            padding-bottom:20px;
            width:850px;
            height: 400px;
        }
        .gridview
        {
        	width:600px;
        	margin-left:auto;
        	margin-right:auto;
        	
        }
        
        .gridview
        {
        	width:600px;
        	margin-left:auto;
        	margin-right:auto;
        	
        }
        
        .MessageBoxPopupBackground
        {
            filter: Alpha(Opacity=40);
            -moz-opacity: 0.4;
            opacity: 0.4;
            width: 100%;
            height: 100%;
            background-color: #999999;
            position: absolute;
            z-index: 500001;
            top: 0px;
            left: 0px;
        }
        .popupHeader
        {
            float: left;
            padding: 5px 0px 0px 0px;
            width: 420px;
            font-family: tahoma;
            font-weight: bold;
            height: 25px;
            text-decoration: none;
            background-image: url("images/body_tab_top.jpg");
            background-repeat: repeat-x;
            color: #FFFFFF;
        }
        .popupHeader span
        {
            color: #fff;
            text-decoration: none;
            line-height: 15px;
            text-decoration: none;
            float: left;
            margin-left: 10px;
        }
        .popupHeader a
        {
            color: #fff !important;
            text-decoration: none !important;
            line-height: 15px;
            text-decoration: none;
            float: right;
            margin-right: 10px;
        }
        .popup_button
        {
            color: #fff !important;
            font-family: arial, Geneva, sans-serif;
            font-size: 12px;
            font-weight: normal;
            text-decoration: none !important;
            width: auto;
            background-image: url('images/button_bg.jpg');
            background-repeat: repeat-x; /*height: 24px;*/
            line-height: 22px;
            padding: 3px 15px 3px 15px;
            float: left;
            margin: 0px 0px 0px 5px;
        }
      .outer {
            width:600px;
            margin-left:auto;
            margin-right:auto;
            margin-top:30px;
        }
        
    .td
        {
        	width:50%;
        	height:25px;
        }
        
        
.maincontainer
{
	margin-left:300px;
	margin-top:20px;
	min-height:400px;
	max-height:auto;
	
}
.lable
{
	float:right;
	font-family:arial, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:auto;
	margin-bottom: 0px;
}
.txt_box_vill
{
	border: 1px solid gray;
	width:200px;
	height:22px;
	
}

.txt_box_vill :hover
{
	border: 2px solid Blue;
	
}

.gridvu_1
{
	border: 1px solid skyblue;
	margin-left:30px;
	margin-right:auto;
	margin-top: 0px;
}

.txt_box_prop
{
	border: 1px solid gray;
	width:290px;
	height:22px;
	
}
 /* ----- Validation and error messages class starts -----*/
.validationsummary {
	border: 1px solid #b08b34;
	background: transparent url('../Images/WarningHeader.gif') no-repeat 12px 30px;
	padding: 0px 0px 13px 0px;
	font-size:12px;
	width:99%;
}
.validationheader {
	left: 0px;
	position: relative;
	font-size: 11px;
	background-color: #e5d9bd;
	color: #56300a;
	height: 14px;
	font-weight: bold;
	border-bottom: 1px solid #b08b34;
	padding-top: 3px;
}
.validationsummary ul {
	padding-top: 5px;
	padding-left: 45px;
	list-style:none;
	font-size: 11px;
	color:#982b12;
	font-style:italic;
}
.validationsummary ul li {
	padding: 2px 0px 0px 15px;
	background-image:url('../Images/Warning.gif');
	background-position:0px 3px;
	background-repeat:no-repeat;
}
/* -- --Validation and error messages class ends -- --*/