/* goBalto styles */

body {
  color: #3e3b37;
  font-size: 12px;
  width: 1000px;
}
html.popupPage,
body.popupPage {
  background: #fff;
}
body.popupPage {
  width: auto;
  padding: 10px;
}

.textile ul.menu-list {
	margin: 0;
	padding: 0;
}
.textile ul.menu-list li {
	list-style: none;
}


.textile h1, h1 {
  font-size: 29px;
  padding-bottom: 0;
}
.textile h2, h2 {
  font-size: 15px;
  font-weight: bold;
  color: #eb6400;
}
.textile h2 { margin-top: 15px; }
.right_bar h2 {
  color: #333;
  zoom: 1; /* IE6 fix */
}
.columns h2 {
  font-size: 16px;
}

.textile {
  line-height: 17px;
}

.more {
  font-size: 12px;
  margin-top: 15px;
}

#bd, #hd {
  margin: 0 10px;
  width: 980px;
}
body.wide_right #bd {
  background-position: 690px 0;
  zoom: 1;
}
body.wide_right #bd #content {
  width: 650px;
  min-height: 250px;
  _height: 250px; /* IE6 min-height */
  padding: 20px 20px 30px;
  zoom: 1;
}
body.wide_right #bd div.right_bar,
#bd div.right_bar  {
  width: 290px;
  height: auto;
  position: relative;
  top: 0;
  right: -20px;
  _right: 0;
  float: right;
  margin-right: -290px;
}

.dottedSep {
	margin: 16px 0 14px;
	font-size: 1px;
	height: 2px;
	background: url(../images/icons.png) repeat-x 0 -60px;
	clear: left;
}

#content * .clear {
  clear: left;
}

/* top menu */
#topMenu {
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  margin-bottom: 30px;
  height: 30px;
}
#topMenu li {
  float: left;
  background: #eee;
  border: 1px solid #ccc;
  padding: 0 10px;
  font: bold 12px/28px Arial, Helvetica, sans-serif;
  position: relative;
  top: 1px;
  margin-right: -1px;
}
#topMenu a {
  color: #3e3b37;
}
#topMenu li.active {
  background: #fff;
  border-bottom: none;
  line-height: 29px;
}


/* Columns in content */
.columns {
 margin-top: 15px;
}
.colLeft {
	float: left;
	width: 313px;
	clear: left;
	padding-right: 24px;
}
.colRight {
	float: left;
	width: 313px;
  overflow: hidden;
}


/* news body items */
.newsBody h2,
.right_bar .newsBody h2 {
  color: #1a5287;
  font-size: 13px;
  margin: 2px 0 5px 0;
  line-height: normal;
}
.right_bar .newsBody h2 {
  border: none;
  padding: 0;
}
.newsBody .newsDate {
  color: #9e9d9b;
  font-size: 11px;
}
.newsBody .newsImage {
  margin-bottom: 12px; 
}
#indexPage .newsBody .newsImage {
  float: left;
  margin-right: 10px;
}

/* Kiosks */
.contentKiosk {
  margin-bottom: 28px;
}

.rightKiosk {
  margin-bottom: 20px;
}
.rightKiosk .kioskText {
  padding: 1px 15px 1px 20px;
}

/* Image strip kiosk*/
.newsImageSmall {
  display: none;
}
.imageStrip, .textile .imageStrip {
  padding-top: 1px;
}
.imageStrip .newsBody .newsText,
.imageStrip .newsBody h2,
.imageStrip .newsBody .download,
.imageStrip .newsBody .newsImage {
  display: none;
}
.imageStrip ul li, 
.imageStrip .newsBody, 
.imageStrip .newsImageSmall {
  display: inline;
}
.imageStrip ul, .textile .imageStrip ul {
  padding-top: 10px;
  min-height: 45px;
  _height: 4px; /* IE6  */
  position: relative;
}
.imageStrip li {
  #padding-right: 3px; /* IE fix */
}
.imageStrip li a {
  zoom: 1; /* IE fix */
  position: relative;
  outline: none;
}
.imageStrip li a:hover,
.imageStrip li a.active {
 border: none;
 padding: 0;
}
.imageStrip li .newsImageSmall a:hover {
 position: relative;
 background-position: 0; /* dummy update for IE6 */
}
.imageStrip li .newsImageSmall a img {
  width: 88px;
  padding: 3px;
  border: 1px solid #b6b4b2
}
.imageStrip li  .newsImageSmall a:hover img,
.imageStrip li  .newsImageSmall a.active img {
  border: 4px solid #1a5287;
  padding: 0;
}

.right_bar .kioskStrip .newsImage img {
  max-width: 255px;
}  
.right_bar .imageStrip li .newsImageSmall a img {
  width: 70px;
}  

.kioskStrip .newsImage {
  text-align: center;
}


/* Forms */
/* go button from goBalto */
span.go_button {
  background: transparent url(../images/bttn_go_white.png) no-repeat 0 0;
  width: 31px;
  height: 28px;
  text-indent: -1000em;
  overflow: hidden;
  border: 0;
  margin-left: 10px;
  position: relative;
  top: 0px;
  padding: 0;
  float: left;
}
span.go_button input {
  border: 0;
  padding: 0;
  height: 19px;
  width: 23px;
  margin: 5px 4px;
  text-indent: -100px;
  display: block;
  float: none;
  position: relative;
}
span.go_button:hover {
  background-position: 0 -29px;
}
span.go_button input:active,
span.go_button input.active {
  margin-top: 7px;
}

/* search bar */
#searchBar .prInput {
  width: 200px;
  height: 18px;
  padding: 3px 2px 2px;
  float: left;
  border: 1px solid #6d6966;
  margin-right: 8px;
}
#searchBar .prSubmit {
  float: left;
}

/* index search forms*/
.searchForm {
  border: 1px solid #cdcdcd;
  background: url(../images/frm_search_bg.gif) repeat-x 0 100%;
  padding: 20px;
  margin: 20px 0 28px;
}
.searchForm .prSearch {
  height: 14px;
  padding: 2px 2px 2px;
  border: 1px solid #6d6966;
  width: 430px;
  margin: 0 10px 2px 0;
}
.searchForm .prSort {
  margin-right: 10px;
  border: 1px solid #6d6966;
  margin: 0 10px 2px 0;
}
.searchForm label {
  display: block;
  margin-bottom: 5px;
}

.searchForm ul.prOptions {
  margin-top: 7px;
}
.searchForm ul.prOptions li {
  float: left;
  margin-right: 10px;
}
.searchForm ul.prOptions input {
  margin-left: 0;
  #margin-left: -2px; /* IE */
}
.searchForm ul.prOptions label {
 display: inline;
 padding: 0;
 #padding-top: 3px; /* IE */
}


/* Service links */
.serviceLinks {
  zoom: 1;
  width: 175px;
}
.serviceLinks .clear { height: 1px; }
.serviceLinks .linksList a {
  background: url(../images/icons.png) no-repeat -1000px top;
  padding: 35px 0 0 0;
  color: #f0730d;
  width: 55px;
  display: block;
  text-align: center;
  font-size: 11px;
}
.serviceLinks .linksList li{
  float: left;
}
.serviceLinks .linksList .rss { padding-right: 0; }
.serviceLinks .linksList .rss  a { background-position: 50% -100px; }
.serviceLinks .linksList .alerts a { background-position: 50% 0px; }

.serviceLinks .shareThisWrap { display: none; } /* hide share until load */
.serviceLinks .shareBigBtn { display: block; }
.serviceLinks .shareBigBtn .shareThis {
  width: 65px;
}
.serviceLinks .shareThis .shareText a {
  font-size: 11px;
}
.serviceLinks .shareThisWrap {
  margin: 0;
}

/* Media contacts */
.mediaContacts { line-height: 1.2em; }
.mediaContacts .contact { margin-bottom: 10px; }
.mediaContacts .contactName { font-weight: bold; }
.mediaContacts .contactTitle { margin-bottom: 5px; }


/* Paging */
#pagingTop, #pagingBottom {
  clear: left;
  color: #808080;
}
#pagingTop { margin: 28px 0 15px; }
#pagingBottom { margin: 15px 0 28px; }

#pagingTop span, #pagingTop a,
#pagingBottom span, #pagingBottom a {
  padding: 5px 4px;
}
#pagingTop span, #pagingBottom span {
	font-weight: bold;
  background: #6d6966 url(../images/icons.png) no-repeat 50% -298px;
  color: #d3d2d1;
  line-height: 24px;
  padding: 5px 9px;
}
#pagingTop .res, #pagingBottom .res {
	font-weight: bold;
  color: #333;
  background: none;
  padding: 0;
}


.relevancy {
  margin-top: 5px;
}


/* service */
#servicePage #bd {
  background: #fff;
}

/* rss list */
.rssList {
  margin: 20px 0;
}
.rssList a {
  float: left;
  width: 500px;
  font-size: 17px;
}
.rssList .rss_icon {
  width: 20px;
  float: right;
}
.rssList .dottedSep {
  margin: 10px 0;
  height: 2px;
}


/* Image Library styles */
body #modalLoadingOverlay,
.prImageLibrary .galleryLoading {
  background-image: url(../images/loading.gif)
}
.prImageLibrary .galleryLoading {
  padding-top: 40px;
  height: 500px; 
}
.prImageLibrary .photo_item {
  width: 180px;
}
.prImageLibrary #albumView h2 {
  color: #3e3b37;
}
.searchForm .formReset {
  font-size:10px;
  margin-top:5px;
}
.prImageLibrary .ratingList .rateon { background-position: 4px -200px; }
.prImageLibrary .ratingList .rateoff { background-position: 4px -240px; }

.prImageLibrary .cmtReply a { background-position: 0 -158px; }
.prImageLibrary .eCommentsForm h2 {
  text-transform: none;
  font: bold 13px Arial, Helvetica, sans-serif;
  color: #595959
}
.prImageLibrary #albumList .albumImage img {
  opacity: .40;
  filter: alpha(opacity=40); 
}

/* recent new releases */
#recentRel .newsText {
  display: none;
}