﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
h2 {
	margin: .1em 0 .5em;
  	background-color: #a3b6cb;
	padding: 3px;
	padding-top: 6px;
	padding-left: 10px;
	color: #ffffff;
	font-family: Verdana, Geneva, ms sans serif;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding-left: 4px;
}

.gfg-title {
	margin: .1em 0 .5em;
  	background-color: #a3b6cb;
	padding: 3px;
	padding-top: 6px;
	color: #ffffff;
	font-family: Verdana, Geneva, ms sans serif;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 0px;
}
.gfg-root {
  width : 220px;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  border: 0px;
  padding-right: 0px;
}

.InfoList {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	color: #859999;
	vertical-align: middle;
	text-align: left;
	padding: 3px 6px 3px 6px;
	}
.InfoLabel {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	color: #859999;
	padding: 3px 6px 3px 6px;
	}	
.gf-result, .gfg-list, .gfg-listentry  {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	color: #859999;
	padding-right: 0px;
	text-align: left;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
	}	
.gfg-listentry-highlight { 
  background-image : none;
}
	
.gf-snippet, .gfg-entry  {
	display: none;
	}
	
.fls2 {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 14px;
	font-weight: bold;
	color: #859999;
	white-space: nowrap;	
	vertical-align: middle;
	text-align: right;
	padding: 3px 6px 3px 6px;
	}	
	
.dfv2 {
	color: #999999;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 14px;
	padding: 3px;
	}	