﻿@charset "utf-8";
/* CSS Document */

/* elements */
html, body, body * {
	margin: 0;
	padding: 0;
}

body {
	background: #ccc;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
}

a {
	color: #209c9a;
}

a:hover {
	color: #005150;
}

p {
	margin: 7px 0;
	line-height: 13pt;
}

h1 {
	color: #209c9a;
	font-size: 24px;
	margin-bottom: 4px;
}

h2 {
	color: #209C9A;
	font-size: 9pt;
	margin-top: 20px;
}

h3 {
	color: #209C9A;
	font-size: 10pt;
	padding: 8px 0;
	margin-top: 20px;
	border-bottom: 1px solid #209C9A;
}

li {
	margin-left: 15px;
}

/* messages */
.errorLabel {
	background: transparent url(images/iso_back-alpha-error.png) scroll top left;
	color: #FF0000;
	border: solid #FF0000 2px;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	display: block;
}

.errorLabel ul {
	margin-top: 3px;
}

.errorLabel li {
	list-style-type: square;
}

.successLabel {
	background: #E2F9E3 none repeat scroll left top;
	color: #008800;
	font-size: 15px;
	font-weight: bold;
	border: solid 2px #99CC99;
	padding: 5px;
	margin-bottom: 5px;
}

.required {
	color: #FF0000;
}

/* Master Page */
#container {
	background: #fff;
	width: 999px;
	margin: 7px auto;
}

#header {
	border-bottom: solid 1px #d4d0c8;
	overflow: hidden;
}

#homepageNote {
    font-size: .9em;
    font-style: italic;
    position: absolute;
    width: 487px;
    margin-top: 15px;
}

#content {
	height: auto !important;
	min-height: 600px;
	text-align: left;
	padding: 25px 10px 75px;
	position: relative;
}
/* End Master Page */

/* Base Content Styles */
div.home-logo, div.shopping-logo, div.give-award-logo, div.my-account-logo,
div.my-budget-logo, div.my-awards-given-logo, div.faq-logo, div.contact-us-logo {
	float: left;
}

div.home-sub-content, div.shopping-sub-content, div.give-award-sub-content, div.my-account-sub-content,
div.my-budget-sub-content, div.my-awards-given-sub-content, div.faq-sub-content, div.contact-us-sub-content {
	float:right;
	width:240px;
	clear:right;
}

div.content-top {
}

div.content-body {
	padding: 7px 0;
}

div.content-inner {
	overflow: hidden;
}

div.content-bottom {
	position: absolute;
	bottom: 0;
	width: 980px;
}

div.content-bottom { /* IE7 fix */
	left: 10px;
}

div.content-left, div.summary-container {
	width: 200px;
	border-left: 1px solid #BBCAD4;
}

div.content-left {
	float: left;
}

div.content-right {
	float: right;
	width: 250px;
    text-align: right;
	clear: right;
}

#footer {
	background: #a0a0a0;
	overflow: hidden;
	color: #fff;
}

#footer .left-foot {
	float: left;
	padding: 5px;
}

#footer .right-foot {
	float: right;
	clear: right;
	padding: 5px;
}

#footerNote {
	padding: 5px;
	font-size: .9em;
	text-align: center;
}

#homepageTitle {
    text-align: center;
    font-family:"Times New Roman", Times, serif;
    font-size: 20px;
}
/* End Base Content Styles */

/* Login Page */
div.login-top {
	font-style: italic;
	padding: 7px 0;
}

div.login-info {
	margin: 15px 0 5px 0;
	width: 390px;
}

div.login-info .form-field .label {
	float: left;
	margin-top: 3px;
	width: 200px;
}

div.login-info .form-field .input {
	float: left;
	width: 160px;
	clear: right;
}

div.login-info .form-field .input input {
	width: 156px;
}

div.login-info .button {
	width: 360px;
	text-align: right;
}
/* End Login Page */

/* Forgot Password Page */
table.forgotPasswordTable
{
}

table.forgotPasswordTable td.label
{
	padding: 4px 10px 0 0;
	vertical-align: top;
}

table.forgotPasswordTable td.input
{
	padding: 1px 0 0 0;
	vertical-align: top;
}

table.forgotPasswordTable td.button
{
	padding: 0 0 0 4px;
	vertical-align: top;
}

/* Forgot Username Page */
table.forgotUsernameTable
{
}

table.forgotUsernameTable td.label
{
	padding: 4px 10px 0 0;
	vertical-align: top;
}

table.forgotUsernameTable td.input
{
	padding: 1px 0 0 0;
	vertical-align: top;
}

table.forgotUsernameTable td.button
{
	padding: 0 0 0 4px;
	vertical-align: top;
}

/* Home Page */
div.home-body {
	float: left;
	width: 487px;
	margin-left: 18px;
	margin-right: 18px;
	padding: 0;
}

.home-body ul {
    margin-left: 20px;
}

.content-left .summary
{
    padding: 10px;
}
.content-left .acct-summary
{
    /*margin-bottom: 15px;*/
}
.content-left .bud-summary{}
.content-left .summary .summary-title
{
    background-color: #FFF;
    text-align: left;
}
.content-left .summary table.grid
{
}
.content-left .summary .summary-title a
{
    font-size: 14px;
    color: #209c9a;
    text-decoration: underline;
}
.content-left .summary table.grid tbody{}
.content-left .summary table.grid tbody tr
{
}
.content-left .summary table.grid tbody tr.odd td
{
    background-color: #FFF;
}
.content-left .summary table.grid tbody tr.balance
{
    display: none;
}
.content-left .summary table.grid tbody td
{
    background-color: #FFF;
}

p.homepageContent {
    font-size: 18px;
    font-family:"Times New Roman", Times, serif;
    line-height: 25px;
    margin-bottom: 22px;
}
.content-left .summary table.grid tbody td.value{}

/* End Home Page */

/* Award/Budget Summary */
div.summary-container {
	margin-bottom: 20px;
}

.summary {
	padding: 0 0;
}
.summary .summary-title
{
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background-color: #209C9A;
}
.summary .summary-title a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

.summary table.grid {
	width: 100%;
	border: none;
}
.summary table.grid tr td
{
    color: #808080;
    background-color: #E0E0E0;
}
.summary table.grid tr.odd td
{
    background-color: #F0F0F0;
}

.summary table.grid tr.balance
{
    line-height: 1px;
}
.summary table.grid tr.balance td
{
    padding: 0;
    background-color: #000;
}

.summary table.grid td.value {
	text-align: right;
	color: #000;
}
.summary table.grid tr td, th{
	border-width: 0;
}
/* End Award/Budget Summary */

/* Give Award Page */
#wizardShell .recipient-search {
	float: left;
	width: 700px;
	padding-right: 30px;
}

#wizardShell .selected-recipients {
	float: left;
	width: 249px;
	clear: right;
}

#wizardShell .instructions {
	font-size: .9em;
}

#sr {
	border: 1px solid #DCDCE9; 
	display: none;
	width: 0;
	background-color: #F0F0F0;
}

#sr .title {
	border-bottom: solid 1px #DCDCE9;
	background: #209C9A;
	color: #FFF;
	font-weight: bold;
	width: 100%;
	height: 16px; 
	padding-top: 4px; 
	padding-bottom: 4px;
	text-align: center;
}

#srList {
	margin-top: 5px;
	margin-bottom: 5px;
}

#srList .srItem {
	line-height: 17px;
	color: #000;
	height: 16px;
	margin-top: 5px;
}

#srList .remove {
	background-image: url('images/delete.gif');
	background-repeat: no-repeat;
	float: left;
	width: 16px;
	height: 16px;
	text-align: center;
	margin-left: 3px;
	cursor: pointer;
}

#srList .name {
	height: 16px;
	float: left;
	text-align: left;
	padding-left: 5px;
	clear: right;
}

div.section {
	padding: 10px 0;
}

div.create-award {
	overflow: hidden;
}

div.create-award fieldset {
	margin-top: 15px;
	padding-top: 10px;
}

div.create-award fieldset legend {
	margin-left: 15px;
	padding: 0 5px;
	color: #209C9A;
	font-size: 18px;
}

div.create-award div.label-container {
	background: #eee;
	overflow: hidden;
	padding: 10px 0 0;
}

div.create-award div.control-container {
	padding: 0 7px;
	height: 50px;
}

div.create-award div.control-container select {
    width: 303px;
}

div.create-award div.left, div.create-award div.right {
	width: 325px;
	float: left;
}

div.create-award div.middle {
	width: 311px;
	padding: 0 7px;
	float: left;
}

div.create-award div.right {
	clear: right;
}

div.create-award div.label-container div.label {
	width: 311px;
	float: left;
	padding: 0 7px;
}

div.create-award div.label-container div.right.label {
	clear: right;
}

div.create-award div.left div.label-container {
	padding: 10px 7px 0;
	margin-right: 15px;
}

div.create-award div.right div.label-container {
	padding: 10px 7px 0;
}

div.create-award .safeTextCounter {
	color: #007f0e;
}

.eCardSelect, #btnAwardOptionClose {
	color: #fff;
	background: #209C9A;
	border: 2px solid #000;
	margin-top: 3px;
	cursor: pointer;
    padding: 3px;

}

.eCardSelect[disabled], #btnAwardOptionClose[disabled] {
	color: #aaa;
	border: 1px solid #aaa;
	cursor: default;
}
/* End Give Award Page */

/* Contact Us Page */
div.contact-us-body table {}

div.contact-us-body table td {
	padding-top: 20px;
}

div.contact-us-body table td.label {
	text-align: right;
	vertical-align: top;
	padding-right: 50px;
}

div.contact-us-body table td.contact-info {
	text-align: center;
}

div.contact-us-body table td.contact-info a,
div.contact-us-body table td.contact-info strong {
	font-size: 1.2em;
}
/* End Contact Us Page */

/* Grid Filters */
div.filter-container {
	overflow: hidden;
}

div.filter-container div {
	float: left;
	padding-right: 10px;
}

div.filter-container input, div.filter-container select {
	margin-left: 10px;
}
/* End Grid Filters */

/* Grid */
table.grid {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: solid #000 1px;
}

table.grid td {
	border: solid #000 1px;
}

table.grid thead tr a, 
table.grid tr.grid-header a {
  color: #FFF;
  text-decoration: none;
}

table.grid thead tr th, 
table.grid tr.grid-header th {
  border-bottom: 2px solid #000;
  border-top: 1px solid #000;
  border: solid #000 1px;
  padding: 2px;
  background-color: #209C9A;
  color: #FFF;
  font-size: 14px;
}

table.grid th.dte,
table.grid th.str,
table.grid td.dte,td.str{
    text-align: center;
}
table.grid th.str,
table.grid td.str{}

table.grid th.num,
table.grid td.num{
    text-align: right;
}

table.grid tr {
  color: black;
  background-color: white;
}

table.grid tr.odd {
  background-color: #CCCCCC;
}

table.grid tr td, 
table.grid tr th {
  border-bottom: 1px solid black;
  padding: 2px;
}

table.grid a {
  text-decoration: underline;
  color: #209C9A;
  cursor: pointer;
}

table.submittedTbl
{
    width: 100%;
}
table.processTbl
{
    width: 100%;
}
/* End Grid */

/* Tabs */
ul.tab-set {
	overflow:hidden;
	border-bottom:solid 1px #333;
	margin-bottom: 10px;
}

ul.tab-set li {
	float:left;
	padding:5px;
	list-style:none;
	cursor:pointer;
	background:gray;
	color:#fff
}

ul.tab-set li.selected {
	cursor: default;
	background: #209C9A;
}

ul.tab-set li.last {
	clear: right;
}
/* End Tabs */

/* Details Grid */
div.details table {
	border-collapse: collapse;
	width: 100%;
}

div.details table tr {
	/*border: 1px solid #333;*/
}

div.details table td {
	padding: 5px;
	border: 1px solid #333;
}

div.details table td.label {
	background: #209C9A;
    color: #fff;
}
/* End Details Grid */

/* Gritter */
/* ie6 trash */
* html #gritter-notice-wrapper {
	position:absolute; 
}
* html .gritter-top {
	margin-bottom:-10px;
}
* html .gritter-item {
	padding-bottom:0;
}
* html .gritter-bottom {
	margin-bottom:0;
}
* html .gritter-close {
}

/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:301px;
	z-index:9999;
}

.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	background:url('.'); /* ie7/8 fix */ 
}

.gritter-top {
	background:url(images/gritter.png) no-repeat left -30px;
	height:10px;
}

.hover .gritter-top {
	background-position:right -30px;
}

.gritter-bottom {
	background:url(images/gritter.png) no-repeat left bottom;
	height:8px;
	margin:0;
}

.hover .gritter-bottom {
	background-position: bottom right;
}

.gritter-item {
	display:block;
	background:url(images/gritter.png) no-repeat left -40px;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 12px;
	font-family:verdana;
}

.hover .gritter-item {
	background-position:right -40px;
}

.gritter-item p {
	padding:0;
	margin:0;
}

.gritter-close {
	display:none;
}

.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
	text-shadow:1px 1px #000; /* Not supported by IE :( */
}

.gritter-image {
	width:48px;
	height:48px;
	float:left;
}

.gritter-with-image,
.gritter-without-image {
	padding:0 0 5px 0;
}

.gritter-with-image {
	width:220px;
	float:right;
}
/* End Gritter */

/* Idle Countdown */
.countdown {
	height: 17px;
}

.hasCountdown {
	/*border: 1px solid #ccc;*/
	/*background-color: #eee;*/
}

.countdown_rtl {
	direction: rtl;
}

.countdown_holding span {
	/*background-color: #ccc;*/
}

.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}

.countdown_show1 .countdown_section {
	width: 98%;
}

.countdown_show2 .countdown_section {
	width: 48%;
}

.countdown_show3 .countdown_section {
	width: 32.5%;
}

.countdown_show4 .countdown_section {
	width: 24.5%;
}

.countdown_show5 .countdown_section {
	width: 19.5%;
}

.countdown_show6 .countdown_section {
	width: 16.25%;
}

.countdown_show7 .countdown_section {
	width: 14%;
}

.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}

.countdown_amount {
	font-size: 120%;
}

.countdown_descr {
	display: block;
	width: 100%;
}
/* End Idle Countdown */

td.chkAddToList
{
}

span.chkSelRecip {
    display:block;
    text-align: center;
}

#modalContent table {
	text-align: left;
	margin: 0 auto;
}

.header-control {
	padding: 5px;
	text-align: right;
	font-size: 1.2em;
    display: none;
}

.validation-error {
	color: #ff0000;
	font-size: .8em;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}
