﻿button
{
	font-family: Arial;
	font-size: 12px;
}
body
{
	font-family: Arial;
}
.LblInfo
{
	color: Red;
	font-weight: bold;
	text-align: center;
}
.LblError
{
	color: Red;
	text-align: center;
}
.TableStyle
{
	border-style: solid;
	border-width: 1px;
	background-color: #E6E6E6;
	font-size: 12px;
}
.ChildTable
{
	background-color: #E6E6E6;
	font-size: 12px;
}
.MstTable
{
	background-color: #F5D0A9;
	font-size: 10px;
}
.NavigationBar
{
	background-color: #BCD2EE;
	border-style: none;
	font-size: 12px;
}
a
{
	color: #0000FF;
}
.Textbox
{
	width: 300px;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
}
.tdHover
{
	background-color: #A9F5A9;
}
.LblHeader
{
	font-size: large;
	font-weight: bold;
	font-size: 16px;
}
.ButtonStyle
{
	font-family: Arial;
	font-size: 12px;
}
.CommonFont
{
	font-family: Arial;
	font-size: 12px;
}
.Lblblabel
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

/*______________________________________________________________*/

.rbroundbox
{
	background: url(home1.gif);
	width: 40%;
	margin-left: 2%;
	margin-top: 10%;
}

.imagehome
{
	background: transparent;
}


.marginright
{
	margin-right: 30px;
}
.marginleft
{
	margin-left: 38px;
}

.hidden
{
  display:none;
}

/*=============================================================*/
/* Auto complete */
.ui-autocomplete
{
	background: #FFFFFF;
	border: solid 1px #000000;
	position: absolute;
	padding: 3px;
	line-height: 18px;
	text-decoration: none;
	overflow: auto;
	height: 150px;
	font-size: 0.9em;
}


.ui-menu-item
{
	border-bottom: dotted 1px #000000;
	text-decoration: none;
	font-size: 0.9em;
}
.item.autocomplete
{
	border-bottom: solid 1px #000000;
	text-decoration: none;
	font-size: 0.9em;
}
.ui-state-hover
{
	color: #336699;
	text-decoration: none;
	cursor: hand;
	font-size: 0.9em;
}

.autcompletevalid
{
	background-color: #9F9F5F;
	background-repeat: repeat-x;
	height: 23px;
	border-style: solid;
	font-family: Arial;
	vertical-align: middle;
	color: #ffffff;
	border: solid 1px #848688;
}
.autcompleteinvalid
{
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	height: 23px;
	border-style: solid;
	font-family: Arial;
	vertical-align: middle;
	color: #000000;
	border: solid 1px #848688;
}

/*=============================================================*/
