	body 
{
	background-color :#e4ddc5;
}
.label
{
	font-family :"Verdana";
	font-size:12px;
	color :#7C6F57;
	/*text-transform:uppercase;*/
	
}
.labelBlack
{
	font-family :"Verdana";
	font-size:12px;
	color :Black;
	/*text-transform:uppercase;*/
	
}


textarea
{
	font-family :"Verdana";
	font-size:12px;
	color :#7C6F57;
}

.brownHeader
{
	COLOR: white; HEIGHT: 19px; BACKGROUND-COLOR: #7c6f57;font-family :"Verdana";font-size:14px;font-weight:bold ; 
}
.labelErr
{
	font-family :"Verdana";
	font-size:12px;
	color :Red ;
	/*text-transform:uppercase;*/
	
}
.DataviewLabel
{
	text-transform:uppercase;	
	
}

.landingpop
{
	text-align :center ;
}
.labelX
{
	font-family :"Verdana";
	font-size:23px;
	color :#7C6F57;
	
}
.labelsmall
{
	font-family :"Verdana";
	font-size:12px;
	color :#7C6F57;
	font-weight:bold ; 
}
/*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;
}

/*Cascading DropDown*/

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}

/*Confirm Button*/

/* DropShadow */

#master_content .dropShadowPanel span {color:white;text-decoration:underline;}
#master_content .dropShadowPanel span:hover {text-decoration:none;}


.dropShadowPanel 
{
	width:300px;
	background-color:#5377A9;
	color:white;
	font-weight:bold;
}

a
{
	font-family :"Verdana";
	font-size:12px;
	color :#7C6F57;
}
select
{
	font-family :"Verdana";
	font-size:12px;
	color :#7C6F57;
}
input
{
	font-family :"Verdana";
	font-size:12px;
	color :#7C6F57;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 1px;
}
.labelHeader
{
	font-family :"Verdana";
	font-size:14px;
	color :#7C6F57;
	font-weight:bold ; 

}
.GridViewStyle
{    
	font-family :"Verdana";
	font-size:12px;
	color :#7C6F57;
}
.labelital
{
	font-family :"Verdana";
	font-size:12px;
	color :#7C6F57;
	font-weight:bold ; 
	font-style:italic; 
}

.DataGridFixedHeader
{
	font-family :"Verdana";
	font-size:14px;
	color :#FFFFFF;
	background-color: #6b696b;
	font-weight:bold ; 
	/*POSITION: relative;*/ 
	text-align:left;

}

.DataGridFixedHeader2
{
	font-family :"Verdana";
	font-size:14px;
	color :#FFFFFF;
	background-color: #6b696b;
	font-weight:bold ; 
	POSITION: relative;
	
	TOP: expression(this.offsetParent.scrollTop-2);
	 
	

}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.unwatermarked {
	font-family :"Verdana";
	font-size:12px;
	color :#7C6F57;
}

.watermarked {
	font-family :"Verdana";
	font-size:12px;
	color :#7C6F57;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	
/*Calendar*/

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: #D6DFF7;
    color: white;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}
