﻿.title {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; 
	COLOR: #FFFFFF; 
	FONT-FAMILY: helvetica, arial, sans-serif; 
	BACKGROUND-COLOR: #249ab8;
	text-align:center;height:16px;
}

.content {
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-FAMILY: helvetica, arial, sans-serif;
	text-align:left;
}
.txtbox {
font-family: helvetica, arial, sans-serif;
font-size:12px;
border: 1px solid #7f9db9;
width: 180px;

}

.contentdecimal {
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-FAMILY: helvetica, arial, sans-serif;
	text-align:right;
}
.txtdecimal {
font-family: helvetica, arial, sans-serif;
font-size:12px;
border: 1px solid #7f9db9;
width: 180px;
text-align:right;
}


.searchtxtbox {
	background:#FFFFFF url(/images/search.jpeg) no-repeat 1px 1px;
	padding:2px 2px 2px 22px;
	border:1px solid #CCCCCC;
	width:180px;	
}

.buttonNew
{
	background-image:url(/images/button.png)no-repeat;
}

.txtArea {
font-family: helvetica, arial, sans-serif;
font-size:12px;
border: 1px solid #7f9db9;
width: 180px;
height:90px;
}

.dropdownbox {
font-family: helvetica, arial, sans-serif;
font-size:12px;
border: 1px solid #7f9db9;
width: 183px;
height:19px;
z-index:-10; 
}


.boxed {
	float: left;
	height:400px;
	width:275px;
	margin: 0 0 0px 0;
	padding: 0;
	background: #f6f6f6;	
}
.modalBackground 
{
	/*background-image:url(App_Themes\Default\images\background.jpg);*/
    background-color:#1e281e;
    filter:alpha(opacity=70);
    opacity:0.7;
    
   /* padding-left:1px;
    padding-right:100px;*/    
}
/* popUp panel */
.pnlPop
{
	background-color: #f7fcf6;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding: 5px 0px 0px 20px;	
}
.searchbox
{
	border:solid 1px #841417;

}

#menuh-container
	{
	position:relative;
	top: 0;
	left: 0;
	width:100%;
	}
.maindiv
{
	width: auto;
	/**width:180px; **/
	float:left;
	padding:0px 0px 5px 0px;
}

.grid-view
{
   padding: 0;
   margin: 0;
   border: 1px solid #333;
   font-family: helvetica, arial, sans-serif;
   font-size: 12px;
}

.grid-view tr.header
{
   color: white;
   background-color: #116f8a;
   height: 25px;
   vertical-align: middle;
   text-align: center;
   font-weight: bold;
}

.grid-view tr.normal
{
   color: black;
   background-color: #d3d3d3;
   height: 25px;   
   text-align: left;
}

.grid-view tr.alternate
{
   color: black;
   background-color: #eeeeee;
   height: 25px;   
   text-align: left;
}
.grid-view tr.normal:hover, .grid-view tr.alternate:hover
{
  /* background-color: #b2e1ff;
   color: black;*/
}

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;	
    text-align : left; 
    list-style-type : none;
    padding-left:1px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #249ab8;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/* Content Page Layout */
.demoarea {
	padding:0px;
	background:#FFF url(images/demotop.png) no-repeat left top;
}


#master_content .ajax__combobox_itemlist
{
    margin: 0px;
}



.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 1px;
    font-size: 13px;
    height: 18px;
    width:160px;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    margin: 0;
    padding: 0;
    background-image: url(/images/windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 25px;   
}
.WindowsStyle .ajax__combobox_itemlist
{
    border-color: #7F9DB9;
}
