﻿body
{
  /*background-color: #f2f3f5;*/
  background-color: white;
}
.normal
{
  font-size: 11px;
  color: #393939;
  line-height: 1em;
  line-height: 16px; /*background: #f2f3f5 url(images/body-tail.gif) repeat-x 50% 0%;*/
  font-family: Tahoma, Geneva, sans-serif;
  width: 67%;
}
.normal1
{
  font-size: 11px;
  color: #393939;
  line-height: 1em;
  line-height: 16px; /*background: #f2f3f5 url(images/body-tail.gif) repeat-x 50% 0%;*/
  font-family: Tahoma, Geneva, sans-serif;
  width: 100%;
}
.footer
{
  color: #5F7786;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #E0E0E0;
}
.button
{
  color: #5F7786;
  font-size: 12px;
  line-height: 16px;
  font-family: Verdana,Arial,Helvetica;
  font-weight: normal;
}

.DisableLabel
{
  height: 14px;
  font-size: 11px;
  line-height: 16px;
  font-family: Verdana,Arial,Helvetica;
  background-color: Transparent;
  border: 1px solid #5F7786;
  color: Black;
  font-weight: bold; 
}

.lable
{
  color: Black;
  font-size: 11px;
  line-height: 16px;
  font-family: Verdana,Arial,Helvetica;
  background-color: Transparent;
  border: 0px;
}

.lable1
{
  color: Black;
  font-size: 11px;
  line-height: 16px;
  font-family: Verdana,Arial,Helvetica;
  background-color: Transparent;
  border: 0px;
}

/*.textbox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: #053E52 1px doted;
	font-size: 12px;
	color: #003399;
}*/

.textbox
{
  border-style: solid;
  border-color: inherit;
  border-width: 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10.5px;
  color: #003399;
  height: 14px;
  margin-left: 1px;
}

.gridtextbox
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: #053E52 1px doted;
  font-size: 11px;
  color: #003399;
}

.txtremark
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: #053E52 1px doted;
  font-size: 11px;
  color: #003399;
}

.DropdownItem
{
  background-color: #f8f8f8;
  color: #003399;
  font-size: 11px;
  border: 1px solid; /*border: 1px solid #63CFFF;  */
  font-family: Verdana,Arial,Helvetica;
}

.tr
{
  height: 22px; /*background: #efebef url(images/body-tail.gif) repeat-x 50% 0%;*/
  background: #efebef;
  font-weight: normal;
  font-family: Stencil,Verdana;
  font-size: 14px;
  width:100%;  
}
/* Accordion */
.accordionHeader
{
  border: 1px solid ##9999ff;
  color: white;
  background-color: #D6DDFF;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin-top: 5px;
  cursor: pointer;
}
.accordionHeaderSelected
{
  border: 1px solid #2F4F4F;
  color: white;
  background-color: #C4C4FF;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin-top: 5px;
  cursor: pointer;
}


.accordionContent
{
  background-color: #D3DEEF;
  border: 1px dashed #2F4F4F;
  border-top: none;
  padding: 5px;
  padding-top: 10px;
}
#master_content .accordionHeader a
{
  color: #FFFFFF;
  background: none;
  text-decoration: none;
}

#master_content .accordionHeader a:hover
{
  background: none;
  text-decoration: underline;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	/*background-color:#ffffdd;*/
	background-color:Transparent  ;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}


/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	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;
    padding-left:0px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #F0F8FF;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
	border : 1px solid #C3C9CE;
}