﻿/* Sitecore Default Stylesheet */

html {
  height:100%;
}

body {
  font-family: Tahoma, Arial, sans-serif;
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
}

#MainPanel {
  background:#e9e9e9;
  text-align:center;
  height:100%;
}

#CenterColumn 
{
  text-align:left;
  margin:auto;
  width:800px;
}

#Banner 
{
  background:white;
  border-bottom:1px solid #bfbfbf;
  padding:8px;
}

#Content {
  background:white;
  margin:10px 0px 0px 0px;
  border-bottom:1px solid #bfbfbf;
  padding:16px 16px 48px 16px;
}

				
/* new styles for spanish and french newsletter signup */
table.emailsignup2 {
	width: 221px; 
	height: 111px; 
	float: left; 
	background-image: url(../images/prbemailnewsbg2.gif); 
	background-repeat:no-repeat; 
	color: #333333;
	font-family:Tahoma, Arial, sans serif; 
	text-align: left; 
	border-spacing: 0;
	font-size: 13px;
	margin-bottom: 10px;
}

table.emailsignup2 .subscribe {
	font-size: 16px; 
	background-image: url(../images/emailnewsicon2.gif); 
	background-repeat: no-repeat; 
	background-position: 8px 5px;
	height: 21px;
	padding: 8px 0px 0px 35px;
	color: #336600;
}

table.emailsignup2 input { margin-top: 0; }

input.searchfield2 {
    width: 200px;
    margin: 2px 0 0 6px;
}

input.submitBut {
    width: 60px;
    height: 27px;
    margin: 4px 0 0 0;
}

a  {
    text-decoration: underline;
    color: #3C6B9E;
}

a.info span {
    display: none;
}

a.info:hover {
    position: relative;
}

a.info:hover span {
    display: block;
    position: absolute;
    background-color: #55AADD;
    color: #FFFFFF;
    width: 128px;
    margin-left: -62px;
    padding: 10px;
}
