﻿div.search
{
  float: right;
  margin-left: 1em;
  width: 13.5em;
  overflow: hidden;
  position: relative;
}

#primary div.search {width: 90%;}

div.search .form-wrap
{
  background: #fafafa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0.2em;
}


div.search input
{
  border: none;
  padding: 0.1em 0.3em;
  background: #fafafa;

}

div#SRSB
{
	visibility: hidden;
}

TD.ms-sbcell
 { 
	border-width: 0px;
	border-style: none;
 }
 
 TD.ms-sbLastcell
 {
	border-width: 0px;
	border-style: none;
 }

div.search input.searchInput
{
  width: 9.9em;
  color: #999;
}

#primary div.search input.searchInput {width: 70%;}

div.search input.searchInput:focus
{
  color: #414141;
}

div.search input.submit
{
  background: #666;
  color: white;
    -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: bold;
  text-shadow: none;
}
/* sidebar search */

#primary .portlet div.search {padding: 2em 0 10em 0; float: none; position: relative;}
div.search .button-wrap {display: inline-block;}

div.search input.submit:hover
{
  background: #333;
}

a#top,
div.search label,
form.cv label
{position: absolute; top: auto; left: -9999px;}


INPUT.ms-long{width:98%;}

.sidebar .portlet a.downloadwhite {background: url(img/icon_download_white.gif) 7px 0.6em no-repeat; color: white !important;}
.sidebar .portlet a.externalwhite {background: url(img/icon_external-white.gif) 7px 0.85em no-repeat; color: white !important;}

.sidebar a.downloadwhite
{
  display: block;
  padding: 0.6em 0.6em 0.6em 30px;
  text-decoration: none;
  color: white;
  background: url(img/icon_download_white.gif) white 7px 0.6em no-repeat;
  font-size: 0.9em;
  margin-bottom: 0.25em;
}

.sidebar a.externalwhite
{
  display: block;
  padding: 0.6em 0.6em 0.6em 30px;
  text-decoration: none;
  color: white;
  background: url(img/icon_external-white.gif) white 7px 0.85em no-repeat;
  font-size: 0.9em;
  margin-bottom: 0.25em;
}

.sidebar a.downloadwhite:hover, .sidebar a.externalwhite:hover{text-decoration: underline;}

.gmapsblock
{
	display:block;
}

.gmapstext
{
	display:inline-block;
    float: right;
    width: auto;
}

.gmapswebpart
{
    width: 320px;
    height:350px;
    float: left;
    margin: 0;    
    display:inline-block;
    overflow:hidden
}
