﻿body
{
	
	
	font-family: Verdana;
	font-size: smaller;
	color: navy;
	
}
.TableCenter
{
    background-color: lightBlue;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
}
.TableLeft
{
 border-right: black 1px solid;
 border-top: black 1px solid;
 border-left: black 1px solid;
 border-bottom: black 1px solid; 
 vertical-align :top ;
  text-align :left ;
 border-collapse:collapse ; 

}
.input
{
	font-family: Verdana;
	font-size: small;
	width:180px;
	background-color: white;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
select
{
	font-family: Verdana;
	font-size :small;
	background-color:White;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
textarea
{   font-family: Verdana;
	font-size :small;
	background-color: White;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}	
.Top
{
    background-color: #c3c7d3;
    font-size: small;
  font-family: Verdana;
    color: black;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}
.Buttons
{
	background-color: DeepBlue;
	font-size: small;
	font-weight: bold;
	font-family: Arial;
	color: black;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.mand
{
	color:Red;
	font-size: small ;
	font-weight: bold;
}
.TopIn
{
	
	font-size:small;
	font-weight: bold;
	font-family :Arial ;
	color: black;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.Mess
{
  font-size :11px ;
  font-weight :bold ;
  color  :Red  ;
}
.Images
{
	background-image: url(../images/index.jpg);
    background-repeat: repeat-x;
    padding: 0px;
   height:10px;
      }

.input1
{
	font-family: Verdana;
	font-size: small;
	width:182px;
	background-color: white;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.textboxe
{
	font-family: Verdana;
	font-size: small;
	width:182px;
	background-color: white;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	}
.textbox
{
	font-family:Kruti Dev 011;
	font-size:medium;
	width:182px;
	background-color: white;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	}
.ddl
{
	font-family:Kruti Dev 010;
	font-size:medium;
	width:186px;
	background-color: white;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	}
.lable
{
	font-family: Verdana;
	font-size:medium;
	width:425px;
	color:Red;
}
.ddle
{
	font-family:Verdana;
	font-size:12px;
	width:186px;
	background-color: white;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	}
	/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}
.validatorCalloutHighlight
{
    background-color:lemonchiffon;
}