@charset "utf-8";
/* CSS Document */

/* --- High Level CSS that is used a lot ---*/
body, html {
	background-color: #white;
	text-align: left;
	color: #52585D;							/* Default Font Color - dark Grey */
	font-family:  calibri, helvetica, arial, sans-serif; 
	margin: 0px; padding: 0px; 				/* remove all padding and margins */
	height: 100%;
	}

/* --- Contains the Signup and Register Buttons ---*/
#message_bar, #message_bar a, #message_bar a img  {
		color: #676767;
		text-decoration: none;
		padding:5px 0px 5px 8px;
		}

/* --- Defines all the borders below the message bar, right and left. ---*/
.yreceipts #boarders {
	
}


/* --- Controls the Main Menu above the central message area ---*/
.yreceipts #header{
	margin-bottom: 15px;
	} 
	
.menu	{float:right;
		position:relative;
		margin-top:7px;
		}
.menu li{
	margin-left:-5px;
	display:inline;
	border: thin solid #CCCCCC;
	
	padding:8px 15px 8px 15px;
	
	}
.menu li a	{font-size:13pt;
			color: #676767;
			text-decoration: none;
			}
.indented {
	margin-left: 40px
}

/* --- Homepage Text ---*/
.homepage_headline {
	color: #000000;
	font-size:40px;
	font-weight:bolder;
	letter-spacing:1px;
  display: block ! important;
}
  
.homepage_subheadline {
	color:#ff0000;
	font-size:25px;
	font-weight:400;}


/* --- Store Suggestion Box ---*/
.store_suggest {background-color: #cccccc;
	border-radius: 6px;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	height:53px;
	vertical-align:middle;
	padding-top: 5px;
	padding-bottom: 4px;
	}

.store_suggest .image {float:left;
	margin:7px 0px 5px -7px;
	}

.store_suggest input {
	height:39px;
}

.store_suggest .loader {
	margin-left: 17px;
	margin-right: 11px;
	display: none;
}

.store_suggest input, .store_suggest img {
vertical-align:top;
margin:6px 0px 5px 7px;
}

.container
{
}

/* --- Controls the Main Content Container and central message area ---*/
.container1 {
	min-height: 400px; 	
 	padding:15px 0px 15px 0px;
}
.link{text-decoration:none;
	color:#0168b3;
	font-weight:bold;}

.stroke {
	text-decoration: none;
	background:  url(/images/stroke.png) no-repeat bottom;
	padding-bottom:8px;
	text-align: center;
	width: 200px;}


/* --- Container Layout options ---*/

.sidebar {text-align: center;
	padding-top:1em;}
.contenta { padding: 1em 1em 1em 0em ;}
#contenta h3 { margin: 0 0 0 0; }
.sidebar a, .sidebar a:visited, .contenta a, .contenta a:visited {
	text-decoration: none;
	color: #blue;}


/* --- yReceipts Footer ---*/
.footer, .footer  p, .footer a, .footer p a  {
	margin-top: 20px;
	text-align: center;
	clear: right;
	font-size: 10pt;
	text-decoration: none;
	color: #676767;
} 	


/* --- System Message Font and Layout ---*/	
.yreceipts  #message {
	text-align: center;
	margin-bottom: -30px;
	color: #005BAA;}



	
/* Change formattting when on selected page 
#home li.home a, #about li.about a, #consumer li.consumer a, #business li.business a, #contact li.contact a, #register li.register a, #my_account li.my_account a, #video li.video a, #partners li.partners a
{
	font-weight:bold; }
 */


/* --- Text Formatting ---*/
p, li, table    {
	font-size: 12pt;
	line-height: 1.4;}
h2 {font-size: 18pt;}
h3 {font-size: 14pt;}
h4 {font-size:25px;}

img {text-decoration: none;
	border: none;}
	
/*table th {text-align:right;}*/

.vertical_header_table th {text-align:left;}

.errorlist {
  color: #C00000;
  font-size: 12pt;
  font-weight: bold;
  text-align:left;}

.defaultText { width: 300px; }

.defaultTextActive { color: #a1a1a1; font-style: italic; }


/* --- Button formatting ---*/
.btm0{margin-bottom:0px !important;}
.btm10{margin-bottom:10px !important;}
.btm15{margin-bottom:15px !important;}
.left{float:left;}
.right{float:right;}
.center{text-align:center;}
.left20{margin-left:20px !important;}
.top0{margin-top:0px;}
.top10{margin-top:10px;}
.top20{margin-top:20px;}
.top60{margin-top:60px;}
.top80{margin-top:110px;}
.pad10{padding-top:10px;}
.pad40{padding-top:40px;}
.pad60{padding-top:60px;}
.padleft20{padding-left:20px;}
.padright20{padding-right:20px;}
.valign{vertical-align:middle;}
.logo{border: thin solid #CCCCCC;}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack*/


	.button span {
	font-family: calibri;
	background: url('/images/button.png') no-repeat 0 0;
	text-align: center;
	color: #676767;
	width: 210px;
	text-decoration: none;
	line-height: 30px;
	float: left;
	height: 30px;
	}
.button:hover span {
	background-position:0 -40px;
	color:#fff;
	}
ul li a img{margin-bottom: -5px;
	margin-top: 0px;
	width: 120px;
}

td ul {margin-bottom: 10px;
		margin-top: 0px;
}
.textinput2
{
	width: 150px;
	height: 16px;
	background: #fff;
	border: thin solid #darkgray;
	color: #000000;
	margin-top: 5px;
	margin-left: 0px;
	font-size:11pt;
}
ul.errorlist {
        margin: 0;
        padding: 0;
    }
.errorlist li {
        color: red;
        display: block;
    }

.error_message
{
	color: red;	
}

.yr_button
{
	border-radius: 3px;
	background: rgb(0,141,67); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,141,67,1) 1%, rgba(0,107,56,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,141,67,1)), color-stop(100%,rgba(0,107,56,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,141,67,1) 1%,rgba(0,107,56,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,141,67,1) 1%,rgba(0,107,56,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,141,67,1) 1%,rgba(0,107,56,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(0,141,67,1) 1%,rgba(0,107,56,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008d43', endColorstr='#006b38',GradientType=0 ); /* IE6-9 */
	color: white ! important;
	padding: 8px;
	box-shadow: #999999 1px 1px 1px;
	font-weight: bold;
	text-shadow: #999999 1px 1px 1px;
}

.download_instruct{
	margin: 0px 0px 0px 14px; 
	padding: 0px; 
	border: 0px; 
	outline: 0px; 
	font-size: 12px; 
	vertical-align: baseline; 
	background-color: transparent; 
	background-position: initial initial; 
	background-repeat: initial initial;
	}
	
.download_instruct-header{
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	outline: 0px; 
	font-size: 13px; 
	vertical-align:	baseline; 
	background-color: transparent; 
	font-weight: bold; 
	color: rgb(51, 51, 51); 
	line-height: 18px; 
	overflow: hidden; 
	background-position: initial initial; 
	background-repeat: initial initial;
  }
  
.download_instruct_div{
	margin: 0px; padding: 0px 0px 0px 23px; border: 0px; outline: 0px; font-size: 12px; vertical-align: baseline; background-color: transparent; width: 217px; float: left; background-position: initial initial; background-repeat: initial initial;
}

#home #email_address
{
  font-size: 1.6em;
}

@media screen and (max-width: 1023px)
{
  #home #email_address
  {
    font-size: 1.3em;
  }
}