/*Style items for the navbar*/				
				
.TopGroup				
{				
    cursor: default;				
    height: 26px;   		
	z-index: 4000;									
	color: #ffffff;			
	font-family: "Roboto",serif;
	font-size:14px;
	font-weight:normal;	
	margin: 0px 0px 0px 0px;	
	background: #eeeeee; 	
}			
	
.MenuGroup				
{				
  background: #eeeeee;	
  cursor:default; 				
  margin: 0;				
  border-top: 1px solid #a6a6a6;				
  border-right: 1px solid #a6a6a6;				
  border-bottom: 1px solid #a6a6a6;				
  border-left: 1px solid #a6a6a6;				
}				
				
.TopMenuItem				
{						
	height: 22px;	
    color:  #455660;			
	margin: 0px;			
	background: #eeeeee;			
  	border-bottom: 1px solid #a6a6a6;					
  	font-family: "Roboto",serif;
	font-size:14px;	  
}				
				
.TopMenuItemHover				
{							
    color:  #455660;	
	font-weight:normal;			
	margin: 0px;			
	padding: 0px;		
	height: 22px;	
	cursor: hand;	
	text-decoration: underline;	
	border-bottom: 1px solid #a6a6a6;			
	font-size:14px;	  
	background: #eeeeee;		
	font-family: "Roboto",serif;
}				
				
.MenuItem				
{				
	display: block;			
	background: none;			
	float: none;			
	text-indent: 0;					
	color:  #455660;			
	background: #eeeeee;			
	font-size: 12px;			
	height: auto;			
	line-height: 1.1em;			
	font-family: "Roboto",serif;	
	text-decoration: none;			
	margin: 0px;			
	width: 165px;				
	border-top: 1px solid #a6a6a6;			
	border-right: 1px solid #a6a6a6;			
	border-bottom: 1px solid #a6a6a6;			
	border-left: 1px solid #a6a6a6;			
	padding: 0;			
}				
				
.MenuItemHover 				
{				
	color:  #455660;	
	display: block;			
	float: none;			
	text-indent: 0;			
	font-size: 12px;			
	height: auto;			
	line-height: 1.1em;			
	font-family: "Roboto",serif;		
	text-decoration: underline;			
	margin: 0px;			
	width: 165px;		
	cursor: hand;			
	background: #eeeeee;		
}				
				
.MenuItemExpanded				
{				
	display: block;			
	float: none;			
	text-indent: 0;			
	font-size: 12px;			
	height: auto;			
	line-height: 1.1em;			
	font-family: "Roboto",serif;		
	text-decoration: none;			
	margin: 0px;			
	width: 165px;					
	color: #455660;			
	background: none;			
	margin: 0;			
	border-top: 1px solid #a6a6a6;			
	border-right: 1px solid #a6a6a6;			
	border-bottom: 1px solid #a6a6a6;			
	border-left: 1px solid #a6a6a6;			
	padding: 0;						
	background: #eeeeee;			
}				
				
.MenuItemActive				
{				
	display: block;			
	float: none;			
	text-indent: 0;			
	font-size: 12px;			
	height: auto;			
	line-height: 1.1em;			
	font-family: "Roboto",serif;		
	text-decoration: underline;			
	margin: 0px;			
	width: 165px;			
	color: #455660;				
	margin: 0;			
	border-top: 1px solid #a6a6a6;			
	border-right: 1px solid #a6a6a6;			
	border-bottom: 1px solid #a6a6a6;			
	border-left: 1px solid #a6a6a6;			
	padding: 0;			
	padding: 0px 0px 0px 10px;	
}				
				
.MenuBreak				
{				
  width:100%;				
  height:1px;				
}				
/* Not sure what the ScrollItem Is */				
.ScrollItem				
{				
  background-color:#F5F5F5; 				
  border: 1px solid #757495; 				
  text-align:center;				
  cursor:default;				
}				
				
.ScrollItemH				
{				
  background-color:#FFEEC2; 				
  border: 1px solid #757495; 				
  text-align:center;				
  cursor:default;				
}				
				
.ScrollItemA				
{				
  background-color:#FBE694; 				
  border: 1px solid #BB5503; 				
  text-align:center;				
  cursor:default;				
}		
/* Used in LinkButton */	
.btn 
{
    font-weight: bold;
    padding: 8px 18px;
    border: none;
    margin: 0 5px 10px 0;    
    
    /* CSS3 */   
    -webkit-box-shadow: inset 3px 3px 6px -1px rgba(255,255,255,.5),
                inset -2px -2px 6px -1px rgba(0,0,0,.35);
    -moz-box-shadow: inset 3px 3px 6px -1px rgba(255,255,255,.5),
                inset -2px -2px 6px -1px rgba(0,0,0,.35);
    box-shadow: inset 3px 3px 6px -1px rgba(255,255,255,.5),
                inset -2px -2px 6px -1px rgba(0,0,0,.35);  
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;    
    -moz-border-radius: 15px; /* Firefox */  
    -webkit-border-radius: 15px; /* Safari, Chrome */ 
    behavior: url(../Avma-theme/PIE-1.0.0/PIE.htc); /* for IE 7-8*/
}

.pdf-download {
	color: #fff !important;
	background-color: #e57910 !important;
    text-decoration: none !important;  	
    background-image: none;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    vertical-align: top;      
}
	
.pdf-download:hover
{
    text-decoration: none !important;      
	color: #eee !important;
	background-color: #dd7203 !important;
}	

.pdf-download:active
{
    text-decoration: none !important;      
	color: #eee !important;
	background-color: #dd7203 !important;
    padding: 8px 18px;	
}	

.pdf-download:focus
{
    text-decoration: none !important;      
	color: #eee !important;
	background-color: #dd7203 !important;
    padding: 8px 18px;	
}	
/* Nav Bar Ends Here */	

/* Used in LinkButton */	

.pdf-downloadEcon {
	color: #ffc627 !important;
    text-decoration: none !important;  	
    font-size: 12pt;
    text-align: center;
    vertical-align: top;        
}
	
.pdf-downloadEcon:hover
{
    text-decoration: none !important;      
	color: #ffc627 !important;
	background-color: #fff !important;
}	

.pdf-downloadEcon:active
{
    text-decoration: none !important;      
	color: #ffc627 !important;
	background-color: #fff !important;
}	

.pdf-downloadEcon:focus
{
    text-decoration: none !important;      
	color: #ffc627 !important;
	background-color: #fff !important;
}	
/* Nav Bar Ends Here */			

