﻿body {
}


.tblMenu
{
	width :100%;	
}

/*
TABLE.InnertblMenu {background-color:#FFFFFF;font-size: 8pt; font-family: verdana, trebuchet, helvetica, sans-serif; border-right: gray 1px solid; border-top: gray 1px solid; border-left: gray 1px solid; border-bottom: gray 1px  solid;}
TABLE.InnertblMenu TD {height:16px;font-size: 8pt; font-family: verdana, trebuchet, helvetica, sans-serif;height:16px;font-weight: normal; cursor:pointer; border-bottom: silver 1px dotted;}
TABLE.InnertblMenu TR {background-color:#FFFFFF;}
TABLE.InnertblMenu TH {height:16px;font-size: 8pt; font-family: verdana, trebuchet, helvetica, sans-serif;height:16px;font-weight: normal; cursor:pointer; border-bottom: silver 1px dotted;}
*/


.InnertblMenu
{	
	/* border:solid 1px black;*/
	background-color: #FFFFFF;
	
}


TD.MenuItemHover {background-color:#ECCCB9;}		/*#FFE6A0*/
TD.MenuItem {background-color:#FFFFFF;}


.InnertblMenu table
{	
	 border:solid thin Gray;
}


.InnertblMenu td
{
	color:Gray;
	font-family:Eras Demi ITC;
	font-size:smaller;
	text-align:left;    	  
}


.HomeContainer
{
	height:100%;		
}

.MoveableHeads
{
	vertical-align :top;
	cursor: move;
	background-color: silver;
	height: 20px;
}

.StaticHeads
{	
	height:300px; 
}

.tblList td a
{
	font-size:smaller;
	font-family :trebuchet; 
	color:blue;     
}

.MenuContainer
{	
	border-bottom: 1px solid Gray;
	border-top:1px solid Gray;	
	
}


/*******************/

.customColumnHeaders
{
	font-size: 14px; 
	color:#52650d; 
	/*background-color:Navy;*/
	font-family: Trebuchet MS;
	text-decoration: none;
	font-weight:500;
}

a.customLinks
{
color: #52650d;
font-size: 10px;
text-decoration: none;
font-weight:500;
font-family: Trebuchet MS;
}

a.customLinks:visited
{
color: #52650d;
text-decoration: none;
font-family: Trebuchet MS;
font-size: 10px;
font-weight:500;
} 


a.customLinks:hover
{
color: #52650d;
text-decoration: none;
font-family: Trebuchet MS;
font-size: 10px;
font-weight:500;
} 

a.nameLinks
{
color: #787878;
font-size: 11px;
text-decoration: none;
font-weight:500;
font-family: Trebuchet MS;
}

a.nameLinks:visited
{
color: #787878;
text-decoration: none;
font-family: Trebuchet MS;
font-size: 11px;
font-weight:500;
} 

a.nameLinks:hover
{
color: #787878;
text-decoration: none;
font-family: Trebuchet MS;
font-size: 11px;
font-weight: bold;
}

a.nameLinksVisited
{
color: #787878;
text-decoration: none;
font-family: Trebuchet MS;
font-size: 11px;
font-weight: bold;
}

.customColumnHeaders1
{
	padding-left:10px;
	font-size: 18px; 
	color:#9e2c27; 
	/*background-color:Navy;*/
	font-family: Trebuchet MS;
	text-decoration: none;
	font-weight:500;
	
	
	
}

.customColumnHeaders2
{
	font-size: 16px; 
	color:#9e2c27; 
	/*background-color:Navy;*/
	font-family: Trebuchet MS;
	text-decoration: none;
	font-weight:500;
	
	
}

.CVLinkNames
{
	font-size: 12pt; 
	font-family: Trebuchet MS;
	color:White;
	text-align :left;
}
.customColumnData
{
	font-size: 12px; 
	font-family: Trebuchet MS;
	text-decoration: none;	
	width :100%;
	color:#2e2e2e;
}

.customColumnData
{
	font-size: 12px; 
	font-family: Trebuchet MS;
	text-decoration: none;	
	width :100%;
	color:#2e2e2e;
}

.customColumnData1
{
	font-size: 14px; 
	font-family: Trebuchet MS;
	text-decoration: none;	
	width :100%;
	color:#2e2e2e;
}

.customActSf
{
	font-size: 12px; 
	font-family: Trebuchet MS;
	text-decoration: none;	
	color:#2e2e2e;
}

.CVMenuTitle
{
	font-size: 14pt; 
	font-family: Trebuchet MS;
	text-decoration: none;	
	width :100%;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px;
	font-size:6pt;
	font-weight:bold;
	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:Silver;
	color: black;
	font-size:6pt;
	font-weight:bold;

}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	font-size:6pt;
	font-weight:bold;

}