* {
	padding: 0;
	margin: 0;
}

p {
	margin: 10px 0px;
}

body {
	font-size: .75em;
	line-height: 1.5em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #e7e7e7;
	text-align: center;
}

.clear {
	clear: both;
}

#main {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

h1,h2,h3,h4,h5,h6 {
	color: #007ec3;
}

h1 {
	padding-top: 10px;
	font-size: 1.5em;
}

h2.upload {
	font-size: 1.2em;
	padding-left: 20px;
	margin-top: -15px;
	color: #2659a5;
}

h3.upload {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	margin-top: -23px;
	padding-bottom: 5px;
	color: #2659a5;
}

h3 {
	clear: left;
	margin-left: 100px;
	padding-top: 20px;
	padding-bottom: 10px;
}

h4 {
	font-size: 1.2em;
	color: #2e5ea6;
	margin-top: 10px;
}

h5,h6 {
	font-size: 1.2em;
	color: #2e5ea6;
	margin-top: 30px;
}

h6 {
	clear: both;
	padding-top: 20px;
}

div.error_message,div.error-message {
	color: red;
	clear: both;
	float: left;
	width: 400px;
	text-align: left;
	margin-left: 210px;
	display: inline;
	font-size: .9em;
}

#img_bar {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 120px;
	background-color: #ffffff;
}

#img_bar img {
	padding: 10px;
}

#img_bar img#forty-below-logo {
	position: absolute;
	top: 0;
	right: 0;
}

#nav_bar {
	padding-left: 10px;
	display: block;
	height: 30px;
	background-color: #007ec3;
}

#nav_bar ul {
	float: right;
}

#nav_bar li {
	display: inline;
	list-style-type: none;
	float: left;
	background-color: #007ec3;
	color: #ffffff;
	height: 20px;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	padding: 5px 5px;
	width: 75px;
	border-left: 1px solid #4aa8d3;
}

#nav_bar li a {
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#nav_bar li a:hover {
	background-color: #ffffff;
	color: #000000;
}

#nav_bar li a:active {
	background-color: #ffffff;
	color: #000000;
}

#center {
	background: url('../img/th-back1.png') repeat-x;
	background-color: #ffffff;
	border-top: 2px solid #ffffff;
	clear: both;
}

#center-inner {
	padding: 5px 10px 100px 10px;
}

#new {
	float: right;
	margin-right: 20px;
	margin-top: 15px;
	text-decoration: none;
	width: 60px;
	height: 30px;
	background: url('../img/add.png') no-repeat;
}

#pagination {
	margin-left: 20px;
	display: inline;
}

#pagination #pager {
	float: right;
}

#prev {
	margin-left: 40px;
	color: #ffffff !important;
}

#next {
	margin-left: 5px;
	color: #ffffff !important;
}

#formDiv {
	margin-top: 30px;
	margin-right: 40px;
	margin-left: 40px;
	border: 1px solid #acdfec;
}

#imgHold {
	height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #acdfec;
	border-bottom: 1px solid #acdfec;
	background: url('../img/th-back2.png') repeat-x;
}

#form1 input {
	margin-left: 10px;
	width: 300px
}

#form1 input.short {
	width: 196px;
	display: inline;
}

#form1 select {
	margin-left: 10px;
	width: 200px;
	display: inline;
}

#form1 p {
	text-align: center;
	display: inline;
}

#formSub {
	border: 0px;
	clear: both;
	float: right;
	cursor: pointer;
	margin-right: 30px;
	width: 69px !important;
	background: url('../img/save.png');
}

/* Form styles */
form {
	padding: 20px;
	margin: 10px 0;
}

fieldset {
	border: 1px solid #addeec;
	padding: 1em;
	clear: both;
}

label {
	font-weight: bold;
	color: #305fa7;
	float: left;
	width: 190px;
	clear: both;
	text-align: right;
	padding: 3px 5px;
}

optgroup option {
	padding-left: 20px;
}

input.text,select,textarea {
	margin: 3px 0px;
	border: 1px solid #addeec;
	float: left;
	width: 300px;
}

input.tel {
	width: 50px !important;
	margin-right: 5px;
}

input.submit {
	margin-top: 18px;
	float: right;
	clear: both;
}

span.form-description {
	clear: both;
	margin-left: 200px;
	font-size: .9em;
	font-weight: bold;
	color: red;
}

div.validation-advice {
	clear: both;
	color: #CC0000;
	font-weight: bold;
	margin-left: 200px;
	margin-bottom: 0;
}

input.validation-failed,textarea.validation-failed,select.validation-failed
	{
	border: 1px solid #CC0000 !important;
	background-color: #FF9999 !important;
}

div.date-time-tag {
	left: -2px;
	position: relative;
	margin-bottom: 7px;
}

div.date-time-tag select {
	float: none !important;
	width: auto !important;
	paddin-bottom: 5px;
	margin: 5px 2px -2px 2px;
}

div.radio-tag {
	text-align: left;
	margin-bottom: 5px;
}

div.radio-tag label {
	margin-top: -5px;
	padding-bottom: 20px;
}

div.radio-tag input {
	float: none !important;
	margin-right: 3px;
}

div.radio-tag input.text {
	width: 100px !important;
}

form#add-campaign input.text {
	width: 298px;
}

ul#stores-list {
	list-style-type: none;
	padding: 10px 100px 10px 10px;
}

ul#stores-list li {
	border-top: 1px dashed #cad6d9;
	padding-top: 10px;
	clear: both;
}

ul#stores-list li.first {
	border: none !important;
	padding-bottom: 10px;
}

ul#stores-list a {
	color: #1785ac;
	display: block;
	font-size: 1.2em;
}

ul#stores-list a.edit-button {
	float: left;
	background: url('../img/button-edit.gif') no-repeat;
	width: 70px;
	margin-right: 20px;
	height: 20px;
}

a.back-button {
	float: left;
	width: 100px;
	height: 20px;
	background: url('../img/back-button.gif') no-repeat;
	margin-top: -20px;
}

a.add-additional {
	margin-top: 20px;
	background: url('../img/button-add-additional.gif') no-repeat;
	float: left;
	width: 160px;
	height: 20px;
}

/** Form-specific css **/
form#login label {
	width: 150px;
}

form#login fieldset {
	clear: both;
	width: 400px;
	margin: 50px auto 10px auto;
	padding: 20px 80px 20px 80px;
	background: url('/img/fieldset-background.gif') repeat-x;
}

form#login input.text {
	width: auto !important;
}

form#login input.submit {
	float: none;
	margin: 10px 0px 0px 235px;
}

form#login p#login-forgot-password-link {
	padding: 10px 0px;
	text-align: center;
}

form#login div#login-error-message {
	clear: both;
	text-align: center;
	margin: 10px 0;
}

form#administrator-edit {
	
}

form#administrator-edit a#delete-link {
	
}

form#administrator-edit p {
	color: #007ec3;
	font-weight: bold;
	margin-left: 200px;
}

form#store-search-form {
	border: 1px solid #ACDFEC;
}

form#campaign-add {
	
}

form#campaign-add select#CampaignCampaignRadius,form#campaign-add select#CampaignCampaignZip
	{
	float: none !important;
	display: inline;
	vertical-align: middle;
	width: 100px !important;
}

form#campaign-add div.radio-tag {
	position: relative !important;
}

form#campaign-add div#advice-validate-zip-CampaignCampaignZip {
	position: absolute !important;
	top: 45px;
	left: 200px;
	margin-left: 0px;
	display: inline !important;
}

form#user-search-form {
	border: 1px solid #ACDFEC;
}

form#show-corporate-campaigns-only-form {
	padding: 0;
	margin: 0;
}

/**
 * Table Styles
 */
table.list {
	width: 100% !important;
	border: 1px solid #acdfec;
	color: #000000;
}

table.list th {
	border-bottom: 1px dashed #8ea2c1;
	background: url('../img/th-back2.png') repeat-x;
	text-align: left;
	padding: 2px 5px;
	color: #2e5ea6;
}

table.list th a {
	text-decoration: none;
	color: #2e5ea6;
}

table.list td {
	padding: 5px;
}

table.list td a {
	color: #000000;
}

table.centered {
	
}

table.centered th,table.centered td {
	text-align: center !important;
}

/*
 * table-specific css
 */
table#administrators {
	width: 100%;
	border: 1px solid #acdfec;
	color: #000000;
}

table#administrators th {
	width: 25%;
	padding: 2px;
	border-bottom: 1px dashed #8ea2c1;
	background: url('../img/th-back2.png') repeat-x;
	text-align: left;
	padding-left: 25px;
}

table#administrators th a {
	text-decoration: none;
	color: #2e5ea6;
}

table#administrators th a:visited {
	color: #2e5ea6;
}

table#administrators tr td {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}

table#administrators td a {
	color: #000000;
}

table#administrators td a:visited {
	color: #000000;
}

div#campaign-ver {
	border: 1px solid #acdfec;
	display: block;
	width: 778px;
	margin-top: 20px;
	padding-top: 8px;
	padding-bottom: 30px;
}

table#verify-campaign {
	padding: 3px 20px 20px 20px;
	font-size: 1.2em;
	border-top: 1px solid #acdfec;
	background: url('../img/th-back.png') repeat-x;
	width: 778px;
}

table#verify-campaign td {
	float: left;
}

table#verify-campaign td strong {
	display: block;
	padding-right: 20px;
	text-align: right !important;
	width: 180px;
	color: #2e5ea6;
}

div.sort-header {
	padding: 5px 10px;
	border: 1px solid #acdfec;
	background-color: white;
	clear: both;
}

div.sort-header h2 {
	float: left;
	font-size: 1.1em;
	margin-right: 10px;
	margin-bottom: 5px;
}

div.sort-header a {
	text-decoration: none;
	color: #2e5ea6;
	font-weight: bold;
	margin-left: 5px
}

div#alpha-filter {
	float: right;
	padding: 5px 10px;
}

div#alpha-filter a {
	background: url('/img/alpha-filter-background.gif') repeat-x;
	border: 1px solid #acdfec;
	padding: 5px 3px 5px 6px;
	text-decoration: underline;
	letter-spacing: 3px;
}

div#alpha-filter a.selected {
	text-decoration: none;
	color: #eebb85;
}

#back-form {
	float: right;
	width: 70px;
	margin-top: 18px;
	margin-right: 15px;
	height: 20px;
	background: url('../img/back.png') no-repeat;
}

#header-select {
	border: 1px solid #addeef;
	margin-top: 30px;
	width: 780px;
}

#header-form {
	border-top: 1px solid #addeef;
}

div.select-holder {
	width: 21%;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	height: 150px;
}

.header-list-radio {
	float: left;
	margin-top: -5px;
	height: 50px;
	margin-right: 10px;
}

.header-list-label {
	margin-top: 2px;
	width: 100px;
}

#camp-next {
	margin-bottom: 20px;
	float: right;
	width: 70px;
	height: 20px;
	background: url('../img/next.png') no-repeat;
}

#camp-prev {
	margin-bottom: 20px;
	float: right;
	width: 90px;
	height: 20px;
	background: url('../img/back.png') no-repeat;
}

#bannerDiv {
	width: 780px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #addeef;
	padding-top: 8px;
}

#banner {
	background: url('../img/th-back.png') repeat-x;
	border-top: 1px solid #addeef;
	padding: 10px;
}

.banner {
	width: 760px;
}

form.email {
	padding: 0px;
	font-size: 1.2em;
}

form.email label {
	width: 90px;
	margin-right: 5px;
	margin-left: -5px;
}

div#emailDiv {
	height: auto !important;
	height: 200px;
	min-height: 200px;
	margin-top: 10px;
	border: 1px solid #addeef;
}

div#subject {
	margin-top: 20px;
	border: 1px solid #addeef;
	padding: 15px;
	padding-left: 100px;
	font-size: 1.1em;
}

div#subject p {
	float: left;
	margin-left: 42px;
	margin-right: 20px;
	font-size: 1.1em;
	font-weight: bold;
	color: #2e5ea6;
}

div.email-text {
	float: left;
	height: auto !important;
	height: 174px; min-height : 174px;
	background: url('../img/th-back.png') repeat-x;
	border-top: 1px solid #addeef;
	border-right: 1px solid #addeef;
	min-height: 174px; background : url('../img/th-back.png') repeat-x;
	border-top : 1px solid #addeef; border-right : 1px solid #addeef;
	width: 600px
}

div.email-options {
	float: left;
	height: auto !important; height : 174px; min-height : 174px;
	width: 177px; border-top : 1px solid #addeef;
	background: url('../img/th-back.png') repeat-x;
	height: 174px;
	min-height: 174px; width : 177px;
	border-top: 1px solid #addeef;
}

div.email-options img {
	margin-left: 5px;
	margin-top:5px;
	float:left;
	clear:both;
}

div.email-options p {
	float:left;
	margin-top:5px;
	margin-left: 5px;
	font-size: .9em;
}

span#action,span#status {
	display: block;	
}

span#action a.resume_editing {
	padding: 0;
}
span#action p
{
	margin-left:2px;
}

span#action a.resume_editing img,span#status img {
	padding: 0px 16px;
}

form.email textarea {
	border: none;
	width: 585px;
	height: 174px;
	background: transparent;
	margin-left: 13px;
}

div#emailFinalDiv {
	margin-top: 20px;
	border: 1px solid #addeef;
	padding-top: 8px;
}

div#emailPreview {
	border-top: 1px solid #addeef;
	background: url('../img/th-back.png') repeat-x;
	padding: 7px;
}

div#emailPre img {
	border: 2px solid #e7e7e7;
	margin-bottom: 20px;
}

div#emailPre {
	border: 2px solid #e7e7e7;
}

div#emailPre p {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 40px;
}

div#emailPre p.sig {
	font-size: 1.5em;
	color: #007ec3;
}

div#email-bottom {
	border-top: 1px solid #e7e7e7;
	font-size: .8em;
	color: #949295;
}

div#email-bottom p {
	margin-bottom: 0px;
	float: left;
	margin-right: 4px;
}

div#email-bottom a {
	color: #949295;
}

div#emailPreview p.test {
	color: #ef8814;
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 480px;
}

div#emailPreview a.test {
	background: url('../img/test.gif') no-repeat;
	display: block;
	margin-top: -17px;
	margin-left: 700px;
	width: 100px;
	height: 20px;
}

div#emailFinalDiv a#finish {
	margin-top: 18px;
	float: right;
	background: url('../img/finish.gif') no-repeat;
	width: 70px;
	height: 20px;
}

a#preview-header,a#upload-template {
	margin-top: 18px;
	margin-left: 10px;
	float: left;
}

/** User upload styles */
div#upload-outer {
	margin-top: 10px;
	border: 1px solid #acdfec;
	padding-top: 5px;
}

div#upload-inner {
	border-top: 1px solid #acdfec;
	background: url('../img/th-back.png') repeat-x;
	padding-top: 20px;
	font-size: 1.25em;
}

div#upload-inner h3 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: .95em;
	float: left;
	width: 200px;
}

form#upload-form {
	border-top: 1px dashed #92a9c4;
	text-align: center;
	font-size: .85em;
}

form#upload-form p.instructions {
	float: left;
	margin-top: -2px;
	margin-left: 5px;
}

.upload-submit {
	margin-left: 130px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#upload-form a {
	float: left;
	margin-top: -2px;
	margin-left: 3px;
}

div#user-upload-result {
	width: 60%;
	margin: 30px 20%;
}

div#user-upload-result td {
	padding: 5px 10px;
}

#new-campaign {
	padding: 30px;
	margin-left: 700px;
	padding-top: 20px;
	height: 20px;
	width: 60px;
	background: url('../img/add.png') no-repeat;
}

.data-upload {
	margin-left: 253px;
	display: block;
	margin-top: 2px;
}

#upload-form label {
	margin-left: 50px;
}

img.format-instructions {
	float: left;
	margin-left: 200px;
	width: 15px;
}

p.p-error {
	color: red;
	margin-left: -20px;
}

#header-up {
	font-size: .85em;
	border-top: 1px dashed #92a9c4;
}

.header-upload {
	float: left;
}

.header-submit {
	margin-top: 3px;
	margin-left: 270px;
}

.check-fran,.check-corp {
	float: left;
	margin-top: 20px;
	margin-left: 150px;
	font-weight: bold;
}

.corporate,.franchisee {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

#headers-outer {
	border: 1px solid #addeef;
	padding-top: 8px;
}

#headers-inner {
	border-top: 1px solid #addeef;
	background: url('../img/th-back.png') repeat-x;
	padding-top: 28px;
}

#headers {
	border-top: 1px dashed #8ba6ca;
	padding-top: 20px;
}

form.bare {
	padding: 0px;
	margin: 0px;
}

.submit-header {
	float: right;
	margin-top: -24px;
	margin-right: 20px;
}

.thumb {
	margin-left: 20px;
}

.check {
	position: relative;
	right: 142px;
	top: 3px;
}

/* Pagination */
img.pagination-sort-arrow {
	border: 0px;
	padding-left: 5px;
	margin-top: -1px;
	vertical-align: top;
	padding-top: 8px;
}

/* Franchisee User List */
div#franchisee-member-index {
	border: 1px solid #ACDFEC;
	padding-top: 5px;
	clear: both;
	margin-top: 10px;
}

div#franchisee-member-index h2 {
	font-size: 1.2em;
	border-top: 1px solid #ACDFEC;
	border-bottom: 2px dashed #8EA2C1;
	padding: 10px 20px;
	background: transparent url('/img/th-back2.png') repeat-x scroll 0% 0%;
}

div#franchisee-member-index table {
	margin: 5px 10px;
}

div#franchisee-member-index table td {
	padding: 5px 10px;
}

div.check-coup {
	margin-top: 10px;
	margin-left: 10px;
}

.check-coup input {
	float: left;
	margin-top: 3px;
	margin-right: 3px;
}

.check-coup p {
	font-weight: bold;
}

#coupon_div {
	float: left;
	border: 1px solid #acdfec;
	padding: 10px;
	margin-top: 20px;
	margin-left: 40px;
	width: 500px;
}

#coupon_div input {
	width: 100px;
	margin-bottom: 10px;
}

#coupon_div label {
	clear: none;
	float: none;
	color: black;
	font-weight: normal;
	margin-left: 30px;
}

#coupon_div div {
	position: relative;
	right: 140px;
}

/* Reports table */
table.report th {
	padding: 0px 10px;
}

.orange,p.question {
	color: #ff6600;
}

.blue,p.answer {
	color: #0000ff
}

p.question strong,p.answer strong {
	color: black;
}

p.question,p.answer {
	margin: 10px 0px;
}

p.question a,p.answer a {
	color: black;
}

p.answer {
	margin-bottom: 20px;
}

.center {
	text-align: center;
}