/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;} */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#fff;
}

#TB_window a:link {color: #fff;}
#TB_window a:visited {color: #fff;}
#TB_window a:hover {color: #fff;}
#TB_window a:active {color: #fff;}
#TB_window a:focus{color: #fff;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=35);
	-moz-opacity: 0.35;
	opacity: 0.35;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 2px solid #1f63a9;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-image: url(../images/bluebar3.png);
	background-repeat: repeat-x;
	height:27px;
	color:#fff;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
body {
	margin: 0;
	padding: 0;
	font-family: verdana,sans-serif;
	font-size: small;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "trebuchet MS",verdana,sans-serif;
	font-size: medium;
}

form, label, img {
	margin: 0;
	border: 0;
	padding: 0;
}

p, ul, ol, li, dl, dt, dd, blockquote {
	padding: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border: 0;
}

#flyrig_container {
	padding: 1em;
	width: 98%;
	min-width: 800px;
	font-size: 92.8%;
	text-align: left;
}
#flyrig_content_fixed {
	margin: 0 auto;
	padding: 1em;
	width: 800px;
	text-align: left;
}
#flyrig_header {
	float: left;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #b5b5b5;
	width: 100%;
	text-align: left;
}
#flyrig_footer {
	float: left;
	width: 100%;
	list-style: none;
	text-align: center;
}

#minigrey {
	font-size: smaller;
	color: #a4a4a4;
}
.mini {
	font-size: smaller;
}
.clear { /* generic container (i.e. div) for floating buttons */
    	overflow: hidden;
	width: 100%;
}
a.publicnav {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a.miniwhite {
	color: #fff; 
	font-weight: bold;
	font-size: smaller;
	text-decoration: none;
}

a.miniwhite_selected {
	color: #ff9036; 
	font-weight: bold;
	font-size: smaller;
	text-decoration: none;
}

a.tooltip {
	position:relative; /*this is the key*/
	z-index:24;
	background-color:#fff;
	color:#000;
	text-decoration:none
}

a.tooltip:hover {
	z-index:25;
	background-color:#fff
}

a.tooltip span {
	display: none
}

a.tooltip:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top: 2.5em;
	left: 0em;
	width: 10em;
	padding: 5px;
	border:1px solid #ddbd86;
	background-color: #ffdfa8;
	color:#000;
	text-align: center
}

a.previewtext{
	position:relative; /*this is the key*/
	z-index:24; 
	background-color:#fff;
}

a.previewtext:hover{
	z-index:25; 
	background-color:#fefefe
}

a.previewtext span {
	display: none
}

a.previewtext:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top: 2.5em; 
	left: 4em; 
	width: 30em;
	padding: 5px;
	border:1px solid #ddbd86;
	background-color:#ffdfa8; 
	color:#000;
}

a.helptext{
	position:relative; /*this is the key*/
	z-index:24; 
	background-color:#fff;
}

a.helptext:hover{
	z-index:25; 
	background-color:#fefefe
}

a.helptext span {
	display: none
}

a.helptext:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top: 1.5em; 
	left: 2em; 
	width: 20em;
	padding: 5px;
	border:1px solid #d4d21d;
	background-color:#fffd7e; 
	color:#000;
	font-weight: normal;
}

a.helptextleft{
	position:relative; /*this is the key*/
	z-index:24; 
	background-color:#fff;
}

a.helptextleft:hover{
	z-index:25; 
	background-color:#fefefe
}

a.helptextleft span {
	display: none
}

a.helptextleft:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top: 1.5em; 
	left: -20em; 
	width: 20em;
	padding: 5px;
	border:1px solid #d4d21d;
	background-color:#fffd7e; 
	color:#000;
}

table.public {
	width: 700px;
}
table.public tr td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
}
table.public thead td {
 	font-size: x-large; 
	color: #4e7593;
	font-family: "trebuchet MS",verdana,sans-serif;
	font-weight: bold;
}

table.public2 {
	width: 700px;
}
table.public2 tr td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
}

table.public2 thead td{
 	font-size: large; 
	color: #4e7593;
	font-family: "trebuchet MS",verdana,sans-serif;
}

table.public3 {
	width: 700px;
}
table.public3 tr td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
}


table.lined {
	border: 1px solid #666;
}

table.lined tr td {
	padding: 5px 8px;
	background: #fff;
	vertical-align: top;
}

table.lined thead td {
	color: #fff;
	background-color: #ff9036;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

table.linedGrey thead td {
	color: #000;
	background-color: #cfcfcf;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

table.lined tbody td {
	border-left: 1px solid #D9D9D9;
}

table.lined tbody tr.even td {
	background: #e9e9e9;
}

table.lined tbody tr.saved td {
	background: #b8fbb5;
}

table.lined tbody tr.selected td {
	background: #3d80df;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}

table.lined tbody tr.ruled td {
	color: #000;
	background-color: #bfd9e7; 
	border-color: #3292FC;
}

table.grey {
	padding: 0px 0px 5px 0px;
	font-size: smaller;
	width: 100%;
}

table.grey tr td {
	background: #d7d7d7;
	vertical-align: top;
}

table.grey thead td {
	padding: 5px 5px;
	background-color: #e6e6e6;
	border-top: 1px solid #b5b5b5;
}

table.simple {
        border: 0px solid #666;
        width: 100%;
}

table.simple tr td {
        padding: 2px 2px;
        background: #fff;
        vertical-align: top;
}

table.simple thead td {
        font-size: 12pt;
        background-color: #fff;
        border-bottom: 0px solid #999;
}

table.simple tbody td {
        border-left: 0px solid #D9D9D9;
}
ul.universal {
	list-style-position: inside; 
	padding: 0px; 
	margin: 0px
}
ul.flyrig_tab
{
	text-align: left; /* set to left, right or center */
	margin: 0 0 1em 0; /* set margins as desired */
	font: bold 12px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 1px solid #aaa; /* set border COLOR as desired */
	list-style-type: none;
	padding: 0px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul.flyrig_tab li
{
	display: inline;
}

ul.flyrig_tab a:hover
{
	background: #fff;
}

ul.flyrig_tab_logout li
{
	font: normal;
}

ul.flyrig_tab a:link.inactive, a:visited.inactive
{
	padding: 3px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #aaa; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #ddd; /* set unselected tab background color as desired */
	color: #666; /* set unselected tab link color as desired */
	margin-right: 3px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

ul.flyrig_tab a:link.active, a:visited.active
{
	padding: 3px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #aaa; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
	background-color: #fff; /* set selected tab background color as desired */
	color: #000; /* set selected tab link color as desired */
	margin-right: 3px; /* set additional spacing between tabs as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}

.marginForm fieldset
{
	display: block;
	margin: 0 auto;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #000000;
	padding: 0 1em 1em 1em;
	text-align: left;
}

.marginForm legend
{
	font-weight: bold;
	float: left;
}

a.linkon
{	
	color: #000; 
	text-decoration: none;
	font-weight: bold;
}

a.linkon:hover
{
	cursor: text;
}

div.ildiv
{
	text-align:center;
	width: 130px;
	height: 140px;
	float: left;
	padding: 2px;
	border: 2px solid #fff;
	font-size: smaller;
}

img.ilimage:hover
{
	cursor: pointer;
	cursor: hand;
}

div.ilimageselected
{	border: 2px solid #44b6ff;	}

a.noline {
	font-weight: bold;
	color: #444fe0;
	text-decoration: none;
}
/* CSS for Bars */
.flyrig_roundbar {
	font-family: "trebuchet MS", verdana,sans-serif;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0 0 1em;
	list-style: none;
	text-align: left;
}
.flyrig_roundbar ul {
	margin: 3px 0 0 15px;
	border-top: #d7d7d7 1px dotted;
	padding: 0;
	list-style: none;
}
.flyrig_roundbar ul.flyrig_roundbar_nested {
	margin: 0 0 0 8px;
	border: 0;
	padding: 0;
}
.flyrig_roundbar li {
	margin: 0 0 3px 0;
	padding: 1px 0 0 0;
}
.flyrig_roundbar ul li {
	margin: 0;
	padding: 0;
}
.flyrig_roundbar a {
	display: block;
	border: solid #d7d7d7;
	border-width: 0 1px;
	font-size: 110%;
	text-decoration: none;
	outline: none;
	color: #000;
	background: #e4e4e4;
}
.flyrig_roundbar a:hover {
	text-decoration: underline;
}
.flyrig_roundbar ul a {
	font-size: 95%;
	margin: 0;
	border: 0;
	color: #444;
	background: #fff;
}
.flyrig_roundbar a.selected {
	border-color: #000088;
	color: #fff;
	background: #000088;
}
.flyrig_roundbar a.selected:hover {
	text-decoration: none;
}
.flyrig_roundbar ul a.selected {
	border: solid #000088;
	border-width: 0 1px;
	margin: 0 0 3px 0;
	background: #000088;
}
.flyrig_roundbar a b {
	display: block;
	position:relative;
	top: -1px;
	left: 0;
	border:solid #d7d7d7;
	border-width:1px 0 0;
	font-weight:normal;
}
.flyrig_roundbar ul a b {
	top: 0;
	border: 0;
}
.flyrig_roundbar a.selected b {
	border-color: #000088;
}
.flyrig_roundbar ul a.selected b {
	top: -1px;
	border: solid #000088;
	border-width: 1px 0 0;
}
.flyrig_roundbar a b b {
	border-width:0 0 1px;
	top: 2px;
}
.flyrig_roundbar ul a b b {
	top: 0;
	border-width: 0;
}
.flyrig_roundbar ul a.selected b b {
	border-width: 0 0 1px;
	top: 2px;
}
.flyrig_roundbar a b b b {
	top: -1px;
	padding: 1px 6px 1px 10px;
	border-width: 0;
	background: center left no-repeat;
	cursor: pointer;
}
* html .flyrig_roundbar a b b b {
	width: 80%;
	overflow: hidden;
}

.flyrig_roundbar ul a b b b {
	top: 0;
	border-bottom: #d7d7d7 1px dotted;
	padding: 3px 8px;
}
.flyrig_roundbar ul a.selected b b b {
	top: -1px;
	border-width: 0;
	padding: 1px 6px;
	background: center left no-repeat;
}

/* CSS for Subject Bar */
.flyrig_roundbar_subject {
	padding: 0;
}
.flyrig_roundbar_subject a.selected {
	border-color: #c8c8ff;
	color: #000;
	background: #c8c8ff;
}
.flyrig_roundbar_subject ul a.selected {
	border: solid #c8c8ff;
	border-width: 0 1px;
	margin: 0 0 3px 0;
	background: #c8c8ff;
}
.flyrig_roundbar_subject a.selected b {
	border-color: #c8c8ff;
	font-weight: bold;
}
.flyrig_roundbar_subject ul a.selected b {
	top: -1px;
	border: solid #c8c8ff;
	border-width: 1px 0 0;
}

/* CSS for Navigation Bar */
.flyrig_roundbar_navigation a.selected {
	border-color: #0b69a4;
	color: #fff;
	background: #0b69a4;
}
.flyrig_roundbar_navigation ul a.selected {
	border: solid #0b69a4;
	border-width: 0 1px;
	margin: 0 0 3px 0;
	background: #0b69a4;
}
.flyrig_roundbar_navigation a.selected b {
	border-color: #0b69a4;
	font-weight: bold;
}
.flyrig_roundbar_navigation ul a.selected b {
	top: -1px;
	border: solid #0b69a4;
	border-width: 1px 0 0;
}

/* CSS for Light Bar */
.flyrig_roundbar_light {
	font-size: smaller;
	padding: 0;
}
.flyrig_roundbar_light a.selected {
	border-color: #e8e8e8;
	color: #000;
	background: #e8e8e8;
}
.flyrig_roundbar_light ul a.selected {
	border: solid #e8e8e8;
	border-width: 0 1px;
	margin: 0 0 3px 0;
	background: #e8e8e8;
}
.flyrig_roundbar_light a.selected b {
	border-color: #e8e8e8;
	font-weight: normal;
}
.flyrig_roundbar_light ul a.selected b {
	top: -1px;
	border: solid #e8e8e8;
	border-width: 1px 0 0;
}

/* CSS for Paging */

table.flyrig_paging td {
	padding: 3px;
	border: 1px solid #9F9F9F;
}

.flyrig_paging_pages {
	font-weight: bold;
	background: #4c93bf;
	color: #fff;
	border: 1px solid #4C93BF;
}

.pics {
	height: 310px;
	width: 310px;
	padding: 0;
	margin: 0;
}

.pics img {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #eee;
	width: 300px;
	height: 300px;
	top: 0;
	left: 0;
}

/* CSS for comment bubbles */
.cbubble {background: transparent; margin:1em;}
.cbubble p {margin:0 10px; letter-spacing:1px; padding-bottom:0.5em; color:#000;}
.cbubble em {display:block; width:0; height:0; color:#d8d8ee; overflow:hidden; border-top:12px solid #cdcdcd; border-left:12px dotted transparent; border-right:12px dotted transparent; margin-left:50px;}
.cbubble span {display:block; width:0; height:0; color:#cdcdcd; overflow:hidden; border-top:10px solid #ededed; border-left:10px dotted transparent; border-right:10px dotted transparent; margin-left:52px; margin-top:-15px;}
.cb1, .cb2, .cb3, .cb4, .cb5, .cb6, .cb7 {display:block; overflow:hidden; font-size:0;}
.cb1, .cb2, .cb3, .cb4, .cb5, .cb6 {height:1px;}
.cb4, .cb5, .cb6, .cb7 {background:#ccc; border-left:1px solid #cdcdcd; border-right:1px solid #cdcdcd;}
.cb1 {margin:0 8px; background:#cdcdcd;}
.cb2 {margin:0 6px; background:#cdcdcd;}
.cb3 {margin:0 4px; background:#cdcdcd;}
.cb4 {margin:0 3px; background:#ededed; border-width:0 5px;}
.cb5 {margin:0 2px; background:#ededed; border-width:0 4px;}
.cb6 {margin:0 2px; background:#ededed; border-width:0 3px;} 
.cb7 {margin:0 1px; background:#ededed; border-width:0 3px; height:2px;} 
.cbubblecontent {display:block; background:#ededed; border:3px solid #cdcdcd; border-width:0 3px;}
.cbubbleauthor {font-size: smaller;padding-top:5px;}

.cbubble-broker {background: transparent; margin:1em;}
.cbubble-broker p {margin:0 10px; letter-spacing:1px; padding-bottom:0.5em; color:#000;}
.cbubble-broker em {display:block; width:0; height:0; color:#d8d8ee; overflow:hidden; border-top:12px solid #cdcdcd; border-left:12px dotted transparent; border-right:12px dotted transparent; margin-left:50px;}
.cbubble-broker span {display:block; width:0; height:0; color:#d5eaff; overflow:hidden; border-top:10px solid #d5eaff; border-left:10px dotted transparent; border-right:10px dotted transparent; margin-left:52px; margin-top:-15px;}
.cb1-broker, .cb2-broker, .cb3-broker, .cb4-broker, .cb5-broker, .cb6-broker, .cb7-broker {display:block; overflow:hidden; font-size:0;}
.cb1-broker, .cb2-broker, .cb3-broker, .cb4-broker, .cb5-broker, .cb6-broker {height:1px;}
.cb4-broker, .cb5-broker, .cb6-broker, .cb7-broker {background:#d5eaff; border-left:1px solid #cdcdcd; border-right:1px solid #cdcdcd;}
.cb1-broker {margin:0 8px; background:#cdcdcd;}
.cb2-broker {margin:0 6px; background:#cdcdcd;}
.cb3-broker {margin:0 4px; background:#cdcdcd;}
.cb4-broker {margin:0 3px; background:#d5eaff; border-width:0 5px;}
.cb5-broker {margin:0 2px; background:#d5eaff; border-width:0 4px;}
.cb6-broker {margin:0 2px; background:#d5eaff; border-width:0 3px;} 
.cb7-broker {margin:0 1px; background:#d5eaff; border-width:0 3px; height:2px;} 
.cbubblecontent-broker {display:block; background:#d5eaff; border:3px solid #cdcdcd; border-width:0 3px;}
.cbubbleauthor-broker {font-size: smaller;padding-top:5px;}



/** Copyright 2005 Google Inc. All rights reserved. */

/* the GSearchControl CSS Classes
 * .gsc-control : the primary class of the control
 */
.gsc-control {
  width: 300px;
}

.gsc-control div {
  position: static;
}

/* control inputs
 * .gsc-search-box : the container that hosts the text input area
 * .gsc-input : the text input area
 * .gsc-keeper : the save link below savable results
 */
form.gsc-search-box {
  font-size: 13px;
  margin-top : 0px;
  margin-right : 0px;
  margin-bottom : 4px;
  margin-left : 0px;
  width: 90%;
}

/*
 * This table contains the input element as well as the search button
 * Note that the search button column is fixed width, designed to hold the
 * button div's background image
 */
table.gsc-search-box {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 100%;
  margin-bottom : 2px;
}

table.gsc-search-box td {
  vertical-align : middle;
}

table.gsc-search-box td.gsc-input {
  padding-right : 2px;
}

td.gsc-search-button {
  width : 1%;
}

td.gsc-clear-button {
  width : 14px;
}

/**
 * undo common generic table rules
 * that tend to impact branding
 */
table.gsc-branding td,
table.gsc-branding {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border : none;
}

table.gsc-branding {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 100%;
}

td.gsc-branding-text {
  vertical-align : top;
}

td.gsc-branding-text div.gsc-branding-text {
  padding-bottom : 2px;
  text-align : right;
  color : #676767;
  font-size : 11px;
  margin-right : 2px;
}

div.gsc-branding-youtube td.gsc-branding-text {
  vertical-align : middle;
}

td.gsc-branding-img-noclear {
  width : 51px;
  vertical-align : bottom;
}

td.gsc-branding-img {
  width : 65px;
  vertical-align : bottom;
}

div.gsc-branding-youtube td.gsc-branding-img-noclear {
  width : 55px;
}

div.gsc-branding-youtube td.gsc-branding-img {
  width : 69px;
}

table.gsc-branding-vertical td.gsc-branding-text div.gsc-branding-text {
  margin-right : 0px;
  text-align : center;
}

table.gsc-branding-vertical td.gsc-branding-img-noclear {
  text-align : center;
}

div.gsc-branding-img,
div.gsc-branding-img-noclear,
img.gsc-branding-img,
img.gsc-branding-img-noclear {
  padding-top : 1px;
}

img.gsc-branding-img,
img.gsc-branding-img-noclear {
  margin : 0 0 0 0;
  padding-right : 0;
  padding-left : 0;
  padding-bottom : 0;
  border : none;
  display : inline;
}

a.gsc-branding-clickable {
  cursor : pointer;
}

input.gsc-search-button {
  margin-left : 2px;
}

div.gsc-clear-button {
  display : inline;
  text-align : right;
  margin-left : 4px;
  margin-right : 4px;
  padding-left : 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('http://www.google.com/uds/css/clear.gif');
  cursor : pointer;
}

/*
 * Given that this is sitting in a variable width tabel cell, the idea is
 * for it to consume the entire cell. The adjacent cell contains the search
 * button and that is a fixed width cell.
 */
input.gsc-input {
  padding-left : 2px;
  border-style : solid;
  border-width : 1px;
  border-color : #6a7cff;
  width : 99%;
}

.gsc-keeper {
  color: #3366cc;
  text-decoration: underline;
  font-size: 13px;
  cursor: pointer;
  font-weight: normal;

  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: 1px 3px;
  background-image: url('http://www.google.com/uds/css/blue_check.gif');
}

/* each section of results has a results header table
 * .gsc-resultsHeader : the header itseld
 * td.twiddleRegionCell : the section that controls twiddleing of the section to expand/collapse
 * td.configLabelCell : the twiddler that controls active configuration of a searcher (used in GlocalSearch)
 * .gsc-twiddle : the twiddle image, note, this is a div that wraps gsc-title so that standard image replacement is feasible
 * .gsc-twiddle-closed : class added to gsc-twiddle when the twiddler is in the closed state
 * .gsc-twiddle-opened : class added to gsc-twiddle when the twiddler is in the opened state
 * .gsc-title : the section's title (e.g., Web Results, etc.)
 * .gsc-stats : contains the result counts
 * .gsc-stats
 */
.gsc-resultsHeader {
  clear: both;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom : 4px;
}

.gsc-resultsHeader td.gsc-twiddleRegionCell{
  width: 75%;
}

.gsc-resultsHeader td.gsc-configLabelCell{
  text-align: right;
  width: 75%;
}

/*
 * note that the next three classes are all joined together
 * to implement the twiddle image. apps can substitute in their
 * own images but will need to account for the image size here
 * as well as in the left padding of the title element
 *
 * Note: uds provides the following images that work with the geometry/padding defined below
 *  to use these images simply over-ride the.gsc-twiddle-opened/-closed class and specify an alternate image
 *  or use an image of your own design
 */
.gsc-resultsHeader .gsc-twiddle{
  margin-top: 4px;
  display: inline;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0px 2px;
}
.gsc-resultsHeader td.gsc-twiddle-closed div.gsc-twiddle{
  background-image: url('http://www.google.com/uds/css/arrow_close.gif');
}
.gsc-resultsHeader td.gsc-twiddle-opened div.gsc-twiddle{
  background-image: url('http://www.google.com/uds/css/arrow_open.gif');
}

.gsc-resultsHeader .gsc-title{
  color: #676767;
  margin-right: 10px;
  padding-left: 14px;
  display: inline;
}

.gsc-resultsHeader .gsc-stats {
  color: #676767;
  font-size: 11px;
  font-weight: normal;
  display : inline;
}

.gsc-resultsHeader td.gsc-twiddle-opened .gsc-stats {
  display : none;
}

/*
 * .gsc-results-selector : box surrounding individual selectors for 1, more, or all results
 * .gsc-result-selector : an individual selector
 * .gsc-one-result : single result selector
 * .gsc-more-results : more (4) results selector
 * .gsc-all-results : all results (8) selector
 */
.gsc-results-selector {
  display : inline;
}

.gsc-resultsHeader td.gsc-twiddle-closed .gsc-results-selector {
  display : none;
}

.gsc-result-selector {
  cursor : pointer;
  display : inline;
  font-size : 13px;
  padding-left : 13px;
  background-repeat: no-repeat;
  background-position: center left;
}

/* default mode is dark */
.gsc-one-result {
  background-image: url('http://www.google.com/uds/css/one-complex-dark.gif');
}

.gsc-more-results {
  background-image: url('http://www.google.com/uds/css/more-complex-dark.gif');
}

.gsc-all-results {
  background-image: url('http://www.google.com/uds/css/all-complex-dark.gif');
  padding-right : 1px;
}

/* active mode is light */
.gsc-one-result-active .gsc-one-result {
  background-image: url('http://www.google.com/uds/css/one-complex-light-blue.gif');
}

.gsc-more-results-active .gsc-more-results {
  background-image: url('http://www.google.com/uds/css/more-complex-light-blue.gif');
}

.gsc-all-results-active .gsc-all-results {
  background-image: url('http://www.google.com/uds/css/all-complex-light-blue.gif');
}

.gsc-resultsHeader .gsc-configLabel{
  color: #676767;
  display: inline;
  font-size: 11px;
  cursor: pointer;
}

.gsc-resultsHeader td.gsc-configLabelCell span.gsc-twiddle-closed {
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('http://www.google.com/uds/css/settings.gif');
}


/* tabbed mode of search control
 * .gsc-tabsArea : the box containing all of the tabs
 * .gsc-tabsAreaInvisible : same as above, but this is the state when search has been cleared
 * .gsc-tabHeader : an individual tab
 * .gsc-tabHeader.gsc-tabhActive : the active tab
 * .gsc-tabHeader.gsc-tabhInactive : an inactive tab
 * .gsc-tabData : the data area/box containg results and header data for each tab
 * .gsc-tabData.gsc-tabdActive : the data area for the active tab
 * .gsc-tabData.gsc-tabdInactive : the data area for inactive tabs
 */
.gsc-tabsArea {
  clear: both;
  margin-top: 6px;
  }

.gsc-tabsArea .gs-spacer {
  font-size : 1px;
  margin-right : 2px;
  overflow : hidden;
}

.gsc-tabsArea .gs-spacer-opera {
  margin-right : 0px;
}

.gsc-tabsAreaInvisible {
  display : none;
  }

.gsc-tabHeader {
  display: inline;
  cursor: pointer;
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 0px;
  }

.gsc-tabHeader.gsc-tabhActive {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-top: 2px solid #ff9900;
  color: black;
  }

.gsc-tabHeader.gsc-tabhInactive {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-top: 2px solid #e9e9e9;
  background: #e9e9e9;
  color: #676767;
  }

.gsc-tabData.gsc-tabdActive {
  display: block;
  }

.gsc-tabData.gsc-tabdInactive {
  display: none;
  }

/* tab specific results header supression
 * - no twiddle, tabbed mode runs in full expand mode
 * - no title
 * - no stats
 */
.gsc-tabData .gsc-resultsHeader .gsc-title {
  display: none;
  }

.gsc-tabData .gsc-resultsHeader .gsc-stats {
  display: none;
  }

.gsc-tabData .gsc-resultsHeader .gsc-results-selector {
  display : none;
}



/* the results for each section
 * .gsc-resultsbox-{visible,invisible} : a complete-collection of results including headers
 * .gsc-results : the collection of results for a given searcher
 * .gsc-result : a generic result within the control. each result has this class, as well as .gsc-xxxResult where xxx is web, image, local, blog, etc.
 */
.gsc-resultsbox-visible {
  display : block;
}

.gsc-resultsbox-invisible {
  display : none;
}

.gsc-results {
  clear: both;
  padding-bottom: 2px;
}

.gsc-result {
  margin-bottom: 10px;
}

.gsc-result .gs-title {
  height: 1.4em;
  overflow: hidden;
  }

/* specialized, result type specific, fine grained controls */
.gsc-result div.gs-watermark {
  display: none;
}

/* Ads
 */
.gsc-results .gsc-result img.gs-ad-marker {
  display: none;
}

/* Standard configuration div/form */
div.gsc-config {
  border: 1px solid #e9e9e9;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top : 2px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 6px;
}

form.gsc-config {
  margin-bottom : 0px;
}

.gsc-configSetting {
  margin-top : 6px;
  }

.gsc-configSetting_Label {
  color: #676767;
  }

.gsc-configSettingInput {
  color: #676767;
  border: 1px solid #e9e9e9;
  width: 75%;
  }

.gsc-configSettingCheckbox {
  color: #676767;
  margin-right: 6px;
  }

.gsc-configSettingCheckboxLabel {
  display : inline;
  color: #676767;
  }

div.gsc-configSettingSubmit {
  margin-top : 8px;
  text-align : right;
}

input.gsc-configSettingSubmit {
  display: inline;
  font-size: 11px;
  cursor: pointer;
}


/* Image Search
 */
.gsc-imageResult {
  float: left;
  margin-bottom: 1em;
  margin-right: 20px;
}

.gs-imageResult {
  width: 114px; /* default width + 1px border */
  overflow : hidden;
}

.gs-imageResult .gs-image-box {
  height: 86px; /* default height + 1px border */
  position : relative;
}

/* note, left edge is auto-set by search control */
.gs-imageResult .gs-image-box img.gs-image {
  position : absolute;
  bottom : 0px;
}

.gs-imageResult .gs-text-box {
  text-align: center;
  overflow : hidden;
  height: 4em;
}

.gs-imageResult .gs-snippet {
  overflow : hidden;
  line-height: 1em;
  cursor : pointer;
  white-space : nowrap;
}
.gs-imageResult .gs-visibleUrl {
  cursor : pointer;
}
.gs-imageResult .gs-size {
  color: #6f6f6f;
}

/* Video Search
 * - single line title
 */

.gsc-videoResult .gs-videoResult .gs-title {
  line-height: 1.3em;
  height: 1.3em;
  overflow: hidden;
  }

.gsc-videoResult .gs-videoResult .gs-snippet {
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
  }

/* trailing more link at the bottom of
 * a collection of results
 */
.gsc-imageResult .gsc-trailing-more-results {
  clear : both;
}

.gsc-results .gsc-trailing-more-results {
  margin-bottom : 10px;
}

.gsc-results .gsc-trailing-more-results,
.gsc-results .gsc-trailing-more-results * {
  color: #0000cc;
  text-decoration: underline;
}

/* trailing cursor section
 */
.gsc-imageResult .gsc-cursor-box {
  clear : both;
}

.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
  margin-bottom : 0px;
  display : inline;
}

.gsc-results .gsc-cursor {
  display : inline;
}

.gsc-results .gsc-cursor-box {
  margin-bottom : 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor : pointer;
  color : #000000;
  text-decoration: underline;
  margin-right : 8px;
  display : inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color : #A90A08;
  font-weight : bold;
  text-decoration: none;
}



/*** End of Control, Begin Results ***/

/* generic, cross cutting result style
 * - in the form of .gs-result .gs-xxx where xxx is the generic style
 * .gs-title : typically the first line of a result, typically a link, image results over ride this, since for image results, the image is the link
 * .gs-divider : typically seperates results from ads
 * .gs-visibleUrl : typically the last line of a result, displayed in green. sometimes a link (like in blog search)
 * .gs-clusterUrl : for news, and other similar services, this is a cluster of additional results
 * img.gs-image : an actial image in a result
 * .gs-phone : a phone number
 * .gs-address : an address (includes street, city, region, country)
 * .gs-streetAddress : a street (including #)
 * .gs-city : a city
 * .gs-region : a region (zip code, area, etc.)
 * .gs-country : a country
 * .gs-snippet : snippetized content
 * .gs-watermark : indicator that user selected this result
 * .gs-metadata : generic metadata, e.g.,
 * .gs-image-box : generic container for a result's image (within a table)
 * .gs-text-box : generic container for a result's text content (within a table). Note that this class, and image-box are only used in video
 */
.gs-result .gs-title,
.gs-result .gs-title * {
  color: #0000cc;
  text-decoration: underline;
}

.gs-divider {
  padding-bottom: 8px;
  text-align: center;
  color: #676767;
}

.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
  color: #008000;
  text-decoration: none;
}

/* relative and absolute dates, note, news/books inlines these */
.gs-relativePublishedDate,
.gs-publishedDate {
  color: #6f6f6f;
  text-decoration: none;
}
.gs-result a.gs-clusterUrl,
.gs-result .gs-clusterUrl {
  color: #008000;
  text-decoration: underline;
  cursor: pointer;
}

.gs-newsResult .gs-publisher {
  color: #6f6f6f;
  display : inline;
  text-decoration: none;
}

/*
 * For news results there are two dates...
 * The relative date is visible while in the
 * search control and the published date
 * is visible when clipped. Why? It doesn't
 * make sense to say 4 hours ago for a clipped
 * result...
 */

/* establish the base style */
.gs-newsResult .gs-relativePublishedDate,
.gs-newsResult .gs-publishedDate {
  display : inline;
  margin-left : 4px;
}

/* base styling for relative date is none */
.gs-blogResult .gs-relativePublishedDate,
.gs-newsResult .gs-relativePublishedDate {
  display : none;
}

/* suppress publishedDate while in the control */
.gsc-blogResult .gs-blogResult .gs-publishedDate,
.gsc-newsResult .gs-newsResult .gs-publishedDate {
  display : none;
}

/* enable relativePublishedDate while in the control */
.gsc-blogResult .gs-blogResult .gs-relativePublishedDate,
.gsc-newsResult .gs-newsResult .gs-relativePublishedDate {
  display : inline;
}

.gs-newsResult .gs-location {
  color: #6f6f6f;
  display : inline;
  text-decoration: none;
}

.gs-result img.gs-image {
  vertical-align : middle;
  border : 1px solid #0000cc;
}

.gs-result div.gs-phone {}

.gs-result .gs-directions,
.gs-result .gs-directions * {
  color: #7777cc;
  font-weight: normal;
  text-decoration : underline;
  cursor : pointer;
}

.gs-secondary-link,
.gs-secondary-link * {
  color: #7777cc;
  font-weight: normal;
  text-decoration : underline;
  cursor : pointer;
}

/* wrapper around user supplied to/from mode directions
 * normally this is disabled by default, and gs-directions is enabled
 * apps can easily switch this by setting display:block on the rule below,
 * and display:none on the rule above
 * e.g., add these two rules to switch local results into
 * alternate style driving directions
 * .gs-localResult .gs-directions-to-from { display : block; }
 * .gs-localResult .gs-directions { display : none; }
 */
.gs-result .gs-directions-to-from {
  display : none;
  margin-top : 4px;
}
.gs-result .gs-directions-to-from .gs-label {
  display : inline;
  margin-right : 4px;
}

.gs-result .gs-directions-to-from div.gs-secondary-link {
  display : inline;
}

.gs-result .gs-directions-to-from .gs-spacer {
  display : inline;
  margin-right : 3px;
  margin-left : 3px;
}

.gs-videoResult a.gs-publisher,
.gs-videoResult .gs-publisher {
  color: #008000;
  text-decoration: none;
}

.gs-result a {
  cursor: pointer;
}

.gs-result .gs-address {
}

.gs-result .gs-snippet {
}

.gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
  padding : 5px;
  margin : 5px;
  border : 1px solid rgb(255,204,51);
  background-color : rgb(255,244,194);
}

.gs-result .gs-watermark{
  font-size: 10px;
  color: #7777cc;
}

div.gs-results-attribution {
  text-align : center;
  margin-bottom : 4px;
}

div.gs-results-attribution,
div.gs-results-attribution * {
  font-size : 10px;
  color : #676767;
  text-decoration : none;
}

div.gs-results-attribution a {
  color: #0000cc;
  cursor : pointer;
}

div.gs-results-attribution a:hover {
  text-decoration : underline;
}

.gs-result .gs-metadata{
  color: #676767;
}

/* searcher specific styling for
 * - web ad
 * - web
 * - local
 * - image (none)
 * - blog (none)
 * - video (none)
 */

/* webAd search specific over rides
 * .gs-ad-marker : disabled in control, but on in green to indicate clipped result is an ad
 */
.gs-localAd img.gs-ad-marker,
.gs-webAd img.gs-ad-marker {
  padding-left: 4px;
}

/* default is to not show long mode visible urls
 * apps should selectively enable this while disabling
 * div.gs-visibleUrl-short
 */
.gs-webResult div.gs-visibleUrl-long {
  width : 100%;
  overflow : hidden;
  display : none;
}

/* local search specific over rides
 * - city, region displayed inline
 * - country supressed
 * - small font size for info window's
 */

.gs-localAd div.gs-address * {
  color : #676767;
}

.gs-localAd div.gs-street {
  display: inline;
}

div.gs-city {
  display: inline;
}

div.gs-region {
  display: inline;
}

div.gs-country {
  display: none;
}

div.gs-infoWindow * {
  font-size: 11px;
  }

/* video search specific over rides
 * - align the table data
 * - default image width garuntee
 * - appropriate cell seperation
 */

/* todo(markl): workaround until gre in gmail fixes his styles */
.gs-videoResult * {
  font-size: 13px;
  }

/*
.gs-videoResult td .gs-image {
  vertical-align : middle;
}

.gs-videoResult td.gs-image-box {
  background-color : #000000;
}*/

.gs-videoResult td div.gs-image-box {
  width : 110px;
  height : 78px;
}

.gs-videoResult td div.gs-text-box {
  vertical-align: top;
  margin-left: 4px;
  }


/* book search specific over rides
 * - default image width garuntee
 * - appropriate cell seperation
 */

div.gs-book-image-box td,
.gs-bookResult td {
  vertical-align : top;
}

div.gs-book-image-box,
div.gs-book-image-box div {
  position : static;
  text-align : start;
}

div.gs-book-image-box {
  width : 75px;
  height : 90px;
}

.gs-bookResult td div.gs-text-box {
  vertical-align: top;
  margin-left: 4px;
  }

div.gs-book-image-box img {
  border-spacing : 0px 0px;
  border : none;
}

div.gs-book-image-box div.gs-row-1 {
  line-height : 7px;
}

div.gs-book-image-box img.gs-pages {
  height : 7px;
  width : 45px;
}

div.gs-book-image-box img.gs-page-edge {
  height : 7px;
  width : 11px;
}

div.gs-book-image-box div.gs-row-2 {
}

div.gs-book-image-box img.gs-image {
  height : 80px;
  border : 1px solid #a0a0a0;
}

.gs-bookResult .gs-author {
  display : inline;
  color: #6f6f6f;
}
.gs-bookResult .gs-publishedDate {
  display : inline;
}

.gs-bookResult .gs-pageCount {
  display : inline;
  color: #6f6f6f;
  margin-left : 4px;
}

.gs-bookResult .gs-id {}


.gmls {
   width: 100%;
 }

.gmls-app {
  width : 100%;
  font-family: arial, sans-serif;
  font-size : 12px;
}

.gmls-app table {
  width : 100%;
  border-collapse : collapse;
}

.gmls-app td {
  vertical-align : top;
  border : none;
  padding : 0px;
}

.gmls-search-form {
  padding-top : 2px;
  padding-bottom : 2px;
  padding-left : 2px;
  padding-right : 2px;
  margin-bottom: 0px;
  background-color : #FFFFFF;
}

.gmls-search-form-withclear {
  background-image : url('http://www.google.com/uds/solutions/localsearch/img/google-logo.png');
  background-repeat : no-repeat;
  background-position : center left;
  padding-left : 57px;
  height : 23px;
}

.gmls-search-form table.gsc-search-box,
.gmls-search-form form.gsc-search-box {
  margin : 0px;
  padding : 0px;
}

.gmls-search-form table.gsc-branding {
  display : none;
}

.gmls-search-form form.gsc-search-box input.gsc-input {
  padding : 1px;
}

.gmls-search-form-idle form.gsc-search-box input.gsc-input {
  color : #676767;
}

.gmls-search-form-active form.gsc-search-box input.gsc-input {
  color : #000000;
}

/* style buttons */
.gmls-search-form input.gsc-search-button {
  background-color : #ffffff;
  border-width : 1px;
  border-style : solid;
}

.gmls-search-form-idle input.gsc-search-button {
  color : #000000;
  border-color : #000000;
}

.gmls-search-form-active input.gsc-search-button {
  color : #000000;
  border-color : #000000;
}

.gmls-search-form div.gsc-clear-button {
  margin-left : 0px;
  margin-right : 0px;
  padding-left : 24px;
  font-size : 20px;
  background-image : url('http://www.google.com/uds/solutions/localsearch/img/clear-button.png');
  background-repeat : no-repeat;
  background-position : center right;
}

.gmls-search-form td.gsc-clear-button {
  width : 30px;
  height : 23px;
}

.gmls-prev-next-active {
  margin-left : 0px;
  display : block;
  text-align : center;
  width : 100%;

}

.gmls-prev-next-center {
  width : 50px;
  vertical-align : middle;
  margin-left : auto;
  margin-right : auto;
}

.gmls-idle .gmls-prevNext,
.gmls-prev-next-idle {
  display : none;
}

.gmls-prev {
  display : inline;
  cursor : pointer;
  padding-right : 8px;
  margin-right : 4px;
  background-repeat: no-repeat;
  background-position: right 2px;
}

.gmls-next {
  display : inline;
  cursor : pointer;
  padding-left : 8px;
  margin-left : 4px;
  background-repeat: no-repeat;
  background-position: left 2px;
}

.gmls-prev-idle {
  background-image : url('http://www.google.com/uds/solutions/localsearch/img/prev-idle.gif');
}

.gmls-prev-active {
  background-image : url('http://www.google.com/uds/solutions/localsearch/img/prev-active.gif');
}

.gmls-next-idle {
  background-image : url('http://www.google.com/uds/solutions/localsearch/img/next-idle.gif');
}

.gmls-next-active {
  background-image : url('http://www.google.com/uds/solutions/localsearch/img/next-active.gif');
}

.gmls-app-full-mode .gmls-prev-next {
  display : none;
}

.gmls-idle .gmls-attribution {
  display : none;
}

.gmls-active .gmls-attribution {
  display : block;
}

.gmls-attribution div.gs-results-attribution {
  margin-top : 2px;
  margin-bottom : 2px;
}

.gmls-app .gs-watermark {
  display : none;
}

.gmls-app .gs-result a.gs-secondary-link {
  color : #7777cc;
}

.gmls-app .gmls-result-wrapper,
.gmls-app .gs-result {
  padding-bottom : 0px;
}

.gmls-app div.gs-directions {
  display : none;
}

.gmls-app div.gs-directions-to-from {
  display : block;
}

.gmls-results-popup {
}
.gmls-idle .gmls-results-popup {
  display : none;
}

.gmls-active .gmls-results-popup {
  display : block;
}

.gmls-results-list {
  font-family : arial;
  font-size : 12px;
  background-color : #FFFFFF;
  opacity : 0.9;
  -moz-opacity : 0.9;
  filter:alpha(opacity=90);
}

.gmls-external-results .gmls-results-list {
  opacity : 1;
  -moz-opacity : 1;
  filter:alpha(opacity=100);
}

.gmls-app-full-mode .gmls-results-list div.gmls-results-table {
  margin-bottom : 4px;
}

.gmls-results-list .gmls-result-list-item {
  margin-top : 1px;
  margin-bottom : 1px;
  padding-right : 2px;
  padding-left : 1px;
  cursor : pointer;
  height : 16px;
  font-size : 12px;
  overflow : hidden;
}

.gmls-results-list .gmls-results-table,
.gmls-results-list table.gmls-results-controls {
  padding : 0px;
  border-width: 0px;
  border-style: none;
  border-spacing: 0px;
  border-collapse: collapse;
 }

.gmls-app-full-mode .gmls-results-list div.gmls-results-controls {
}

.gmls-app-compact-mode .gmls-results-list div.gmls-results-controls {
  margin-top : 1px;
  margin-bottom : 1px;
}

.gmls-results-controls td {
  vertical-align : top;
  font-size: 12px;
  background-color: #EEEEEE;
}

.gmls-results-controls td.gmls-more-results {
  text-align : left;
}

.gml-results-controls td.gmls-clear-results {
  text-align : right;
}

.gmls-results-list div.gmls-clear-results,
.gmls-results-list a.gmls-more-results {
  color: #7777cc;
  text-decoration : underline;
  cursor : pointer;
  text-align : right;
}

.gmls-results-list .gmls-result-list-item .gmls-result-list-item-key {
  color : #000000;
  font-weight : bold;
  display : inline;
  margin-right : 4px;
}

.gmls-results-list .gmls-result-list-item .gmls-result-list-item-key-keymode {
  display : inline;
  cursor : pointer;
  margin-left : 2px;
  padding-left : 12px;
  background-repeat: no-repeat;
  background-position: left center;
}

.gmls-result-list-item-key-A {
  background-image : url('http://www.google.com/uds/solutions/localsearch/img/A-lv.png');
}

.gmls-result-list-item-key-B {
  background-image : url('http://www.google.com/uds/solutions/localsearch/img/B-lv.png');
}

.gmls-result-list-item-key-C {
  background-image : url('http://www.google.com/uds/solutions/localsearch/img/C-lv.png');
}

.gmls-result-list-item-key-D {
  background-image : url('http://www.google.com/uds/solutions/localsearch/img/D-lv.png');
}

.gmls-result-list-item-key-E {
  background-image : url('http://www.google.com/uds/solutions/localsearch/img/E-lv.png');
}

.gmls-result-list-item-key-F {
  background-image : url('http://www.google.com/uds/solutions/localsearch/img/F-lv.png');
}

.gmls-result-list-item-key-G {
  background-image : url('http://www.google.com/uds/solutions/localsearch/img/G-lv.png');
}

.gmls-result-list-item-key-H {
  background-image : url('http://www.google.com/uds/solutions/localsearch/img/H-lv.png');
}

.gmls-result-list-item-key-I {
  background-image : url('http://www.google.com/uds/solutions/localsearch/img/I-lv.png');
}

.gmls-result-list-item-key-J {
  background-image : url('http://www.google.com/uds/solutions/localsearch/img/J-lv.png');
}

.gmls-results-list .gmls-result-list-item .gs-title {
  color : #0000cc;
  text-decoration : underline;
  display : inline;
}

.gmls-results-list div.gmls-selected {
  background-color : rgb(238, 238, 238);
}

.gmls-results-list .gmls-result-list-item .gs-street {
  color : #676767;
  text-decoration : none;
  display : inline;
  overflow : hidden;
}

.gmls-results-list .gmls-selected .gs-street {
  color : #000000;
}

.gmls-result-list-item .gmls-result-list-item-warning-symbol {
  color : red;
  font-weight : bold;
  display : inline;
  margin-right : 4px;
}

.gmls-results-list .gmls-result-list-item-warning-text {
  color : #000000;
  font-weight : bold;
  display : inline;
}
.gmls-result-wrapper {
  font-family: arial, sans-serif;
  font-size : 12px;
}

.gmls-result-wrapper .gs-result .gs-watermark {
  display : none;
}

.gmls-result-wrapper .gs-result .gs-directions {
  display : none;
}

.gmls-result-wrapper .gs-result .gs-directions-to-from {
  display : block;
}

.gmls-no-results-table {
  width : 100%;
  vertical-align : middle;
}

.gmls-clear-results-cell {
  text-align : right;
}

.gmls-no-results-label {
  text-align : left;
  font-size : 12px;
  color: rgb(103, 103, 103);
}

/* Ads Box Formats */

/* inline: positioned inside ads results */
.gmls-ads-box-234x60_as {
  width : 234px;
  height : 64px;
  position : relative;
  display : none;
}
.gmls-ads-box-234x60_as .gmls_inline_ads {
  top : 0px;
  left : 8px;
}

/* strip: across top */
.gmls-ads-box-468x15_0ads_al {
  width : 468px;
  height : 15px;
  display : none;
}
.gmls-ads-box-468x15_0ads_al .gmls_inline_ads {
  top : 4px;
  left : 80px;
}

/* skyscraper lower right */
.gmls-ads-box-120x600_as {
  width : 120px;
  height : 600px;
  display : none;
}
.gmls-ads-box-120x600_as .gmls_inline_ads {
  bottom : 1.4em;
  right : 2px;
}

/* wide_skyscraper lower right */
.gmls-ads-box-160x600_as {
  width : 160px;
  height : 600px;
  display : none;
}
.gmls-ads-box-160x600_as .gmls_inline_ads {
  bottom : 1.4em;
  right : 2px;
}

/* button: lower right */
.gmls-ads-box-125x125_as {
  width : 125px;
  height : 125px;
  display : none;
}
.gmls-ads-box-125x125_as .gmls_inline_ads {
  bottom : 1.4em;
  right : 2px;
}

/* vertical_banner: lower right */
.gmls-ads-box-120x240_as {
  width : 120px;
  height : 240px;
  display : none;
}
.gmls-ads-box-120x240_as .gmls_inline_ads {
  bottom : 1.4em;
  right : 2px;
}

/* links_120x90: lower right */
.gmls-ads-box-120x90_0ads_al {
  width : 120px;
  height : 90px;
  display : none;
}
.gmls-ads-box-120x90_0ads_al .gmls_inline_ads {
  bottom : 1.4em;
  right : 2px;
}


a {
	color: #0c4ea6;
	outline: none;
}

table.flush tr td {
	padding: 0px;
	background: #fff;
}

#flyrig_content_right {
	float: right;
	width: 83%;
	text-align: left;
}

#flyrig_content_left {
	float: left;
	width: 15%;
	text-align: left;
}

html #flyrig_container {
	width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 800 ? "790px" : "auto");
}

iframe {
	border-width: 0px;
	height: 60px;
	width: 400px;
}
iframe.hidden {
	visibility: hidden;
	width:0px;
	height:0px;
}

#images {
	width: 390px;
	margin: 20px;
}

#images div {
	margin: 10px;
	width: 100px;
	height: 100px;
	border-style: solid;
	border-width: 5px;
	border-color: #DEDFDE;
	float: left;
	overflow: hidden;
}

#images div:hover {
	border-color: #529EBD;
}

#images img.load {
	margin: 36px;
}


