/* Global stuff */

html {
    height: 100%;
}

body {
    height: 100%;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #fff;
}

img
{
	border: 0;
	margin: 0px;
}

/* Forms */

form 
{
	margin: 0px;
	padding: 0px;
}
.inputBox
{
	color: #000;
	background-color: #ffffe0;
	border: 1px solid #666;
	padding:2px 2px 2px 5px;
}

.inputBoxDisabled
{
	color: #000;
	background-color: #dcdcdc;
	border: 1px solid #666;
	padding:2px 2px 2px 5px;
}

.amount {
    width: 5em;
    text-align: right;
}

.quantity {
    width: 3em;
    text-align: right;
}

select
{
	color: #000;
	background-color: #ffffe0;
	border: 1px solid #666;
	padding:1px 2px 1px 3px;

}

select.enabled
{
	color: #000;
	background-color: #ffffe0;
	border: 1px solid #666;
	padding:1px 2px 1px 3px;

}

select.disabled
{
	color: #000;
	background-color: #CCCCCC;
	border: 1px solid #666;
	padding:1px 2px 1px 3px;

}

/* Font stuff */

label
{
	font-weight: bold;
}

p
{
}


/* Links */

a
{
	color: #1471cf;
}
a:visited
{
	color: #1471cf;
}
a:hover
{
	color: #1471cf;
}


/* New breadcrumb navigation */
div.breadcrumb
{
	margin: 10px 5px -3px 0px;
}


/* Alignment */

.atop
{
	vertical-align: top;
}
.abottom
{
	vertical-align: bottom;
}
.acenter
{
	text-align: center;
}
.aleft
{
	text-align: left;
}
.aright
{
	white-space: nowrap;
	text-align: right;
}

.red
{
	color: #cc0000;
}

.gray
{
	color: #999;
}
.division
{
	background-color: #efefef;
	border-bottom: 1px solid gray;
	text-align: center;
	font-weight: bold;
}

.header
{
	font-family: Arial, sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 2px;
}

.cart
{
	padding-left:8px;
	padding-top:87px;
}


#myDonations
{
	font-size:20px;
  	color: #939393;
}

.header2
{
  font-family: Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  color: #333;
}
.subheader
{
	font-family: Arial, sans-serif; 
	color: #444; 
	font-size: 15px; 
	font-weight:bold;
}
.warntitle
{
	color: #e00;
}

.warntitleblack
{
	color: #000000;
}

.task
{
	font-size: 12pt;
}
.subtask
{
	padding-left: 18px;
}


#editTable td {
  border: 0px;
}
#editTable tbody tr {
    height: 35px;
}
#editTable_wrapper tfoot tr:first-child th:first-child {
    padding: 10px 10px 5px 10px;
}

.dataTableLeftBorder {
    border-left:1px solid #AED0EA
}
.dataTableRightBorder {
    border-right:1px solid #AED0EA
}
table.dataTable img {
	padding-top: 7px;
}
table.dataTable tfoot td, table.dataTable tfoot th {
    align: right;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 3px 10px;
}
table.dataTable tfoot tr:first-child th, tfoot tr:first-child td {
    border-top: 2px solid black;
}
table.dataTable thead td {
    border: 0px;
    border-bottom: 1px solid black;
}

.ui-tabs .ui-tabs-panel {
    padding: 0px;
}
#tabPanel {
    border: none;
}

table.summaryTable {
    margin-top:19px;
    margin-bottom:12px;
}
table.summaryTable tr th {
    color: #fff;
    font-size: 11px;
    padding:4px 6px 4px 6px;
    background-color:#0082C3;
}

/* Changed 2009 */
table.homeTable
{
	font-size: 12px;
	padding: 0px;
	width: 100%;
}
table.homeTable th
{
	text-align: left;
	font-size: 18px;
	font-family: Arial, sans-serif;
	color: #939393
}
table.homeTable td
{
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #000000;
}
table.homeTable th span.homeTableData
{
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #000000;
}

/* Changed 2007 */
table.myDonationsTable
{
	font-size: 10px;
	padding: 0px;
	width: 100%;
}
table.myDonationsTable th
{
	color: #fff;
	font-size: 11px;
    background-color:#0082C3;
	font-family: Arial, sans-serif;
}
table.myDonationsTable tbody td
{
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #000000;
	border-top: 1px solid #e0e0e0;
}


/* START New CSS styles for 2006 */

table.myDonationsTable tbody tr td.type
{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	width:110px;
}

/* Changed 2007 */
table.myDonationsTable tbody tr td.description
{
	font-size: 12px;
	line-height:14px;
	color: #474747;
	width:275px;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.myDonationsTable tbody tr td.amount
{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	width:75px;
}
table.myDonationsTable tbody tr td.btn
{
	padding-right:6px;
}
table.myDonationsTable tfoot tr td
{
	border-top: 3px solid #e0e0e0;
	border-bottom: 3px solid #939393;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
table.myDonationsTable tbody tr td.amount span.pending
{
	font-weight: normal;
	color: #aaa;
}
table.myDonationsTable tbody tr td.amount span.estimate
{
	font-size: 14px;	
	font-weight: bold;
	font-family: Arial, sans-serif;	
	line-height:14px;	
}
/* Divs that float to the left of 'Donations' table on home page */

/* Changed 2007 */
div.taxLawChange
{
	margin-top:10px;
	padding: 0px 5px 0px 5px;
}
div.taxLawChange p
{
	margin-bottom:4px;
	color:#5a5a5a;
	font-size:11px;
	line-height:13px;
}
div.taxLawChange p strong
{
	margin:0px;
	color:#5a5a5a;
	font-size:11px;
	line-height:13px;
	color: #000;
}
div.taxLawChange p strong.important
{
	background-image: url(../images/important.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding:3px 0px 3px 22px;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
}

div.taxLawChange p em
{
	font-style: normal;
	font-weight:bold;
	color: #444;
}



/* Divs that float to right of 'Donations' table on home page */
/* Changed 2007 */
div.myDonationsDiv
{
	margin-top:10px;
	width: 235px;
	float: left;
	padding: 0px 20px 0px 0px;
}
div.myDonationsDiv p
{
	margin-bottom:4px;
	color:#5a5a5a;
	font-size:12px;
	line-height:14px;
}
div.myDonationsDiv p strong
{
	margin:0px;
	font-size:13px;
	line-height:18px;
	color: #000;
}
div.myDonationsDiv p strong.important
{
	background-image: url(../images/important.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding:3px 0px 3px 22px;
	font-weight:bold;
	font-size:12px;
}

div.myDonationsDiv p em
{
	font-style: normal;
	font-weight:bold;
	color: #444;
}

/* Changed 2007 */
div#mySummaries
{
}

div.myDonationsDiv a
{
	padding-left: 15px;
	margin-left: 0px;
	background-image: url(../images/navlist-mydonations.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	font-weight: bold;
	font-size:11px;
	text-decoration: none;
}

div.myDonationsDiv a:hover
{
	text-decoration: underline;
}


/* END New CSS styles for 2006 */



/* Outer Table */


.outerTable
{
	border: 0px;
	width: 50%;
}

#outerTable th
{
  font-size: 95%;
  color: #FFFFFF;
  border-bottom: 1px solid gray;
  background-color: #3D90FA;
}
#outerTable td
{
	border: 0px solid white;
}
#outerTable tfoot
{
	background-color: #3D90FA;
}
.tableLeft
{
	border-left: 1px solid gray;
	font-weight: bold;
	font-size: 110%;
	width: 70%;
}
.tableRight
{
	border-right: 1px solid gray;
}

.inlineList
{
	list-style: none;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.inlineList li
{
	display: inline;
	
}


/* Line Item Table */

#lineItemTable
{
	width: 99%;
	border: 1px solid gray;
}
#lineItemTable th
{
	background-color: #ddd;
}
#lineItemTable tr
{
	background-color:#fff;
}
#lineItemTable td
{
	border-bottom: 1px solid #efefef;
}

.notRequiredWarntitle {
    width:65px;
    color: #f00;
    font-size:11px;
    font-weight:bold;
    padding-left: 10px;
}

/* 'required' form fields */

div.warntitle
{
	width:65px;
	color: #f00;
	font-size:11px;
	padding-left: 10px;
	background-image: url(../images/navlist-required.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
table tr td.warntitle
{
	width: 15px;
}
table tr td.warntitle span.warntitle, table tr td label span.warntitle
{
	width: 15px;
	height: 10px;
	padding-left:5px;
	padding-right:5px;
	background-image: url(../images/navlist-required.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}

/* Miscellaneous */

.tab
{
	background-color: #EEEEEE;
	padding: 6px 3px;
	width: 97%;
	margin: 0;
	border: 1px solid gray;
	text-align: center;
}
.notice
{
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}

.animated {
	display: none;
}
span.sub {
	font-weight:bold;
}
.itemOffset1Sub{
	padding-left: 0px;
	font-weight: bold;
}
.itemOffset2Sub{
	padding-left: 15px;
	font-weight: bold;
}
.itemOffset1{
	padding-left: 0px;
}
.itemOffset2{
	padding-left: 15px;
}
.itemOffset3{
	padding-left: 30px;
}
.itemOffset4{
	padding-left: 45px;
}
.itemOffset5{
	padding-left: 60px;
}


/* START New CSS styles for 2006 */

/* New 'Go back to turbotax' styling */
.goBackToTurboTax
{
	font-size:14px;
	color:#555;
	line-height:18px;
}


/* New table for main bottom nav (i.e. 'Back' button and 'Add X Donation' buttons) */
table.bottomNav
{
	border-top:3px solid #939393;
	margin-top:20px;
	padding-top:15px;
}


/* New style rules for footer */
div.footer {
	color:#666;
    height:6em; /* Matches pushFooter and pageWrapper below */
	font-size:11px;
	line-height:16px;
	text-align:center;
	border-top: 6px solid #ddd;
}

/* To make footer stick to the bottom of the page: */
.pushFooter {
  height: 6em; /* Matches footer height above */
}
.pageWrapper {
  height: 100%;
  min-height: 100%;
  margin: 0 auto -6em; /* Matches footer height above */
  height: auto !important;
}

/* Blue layout box */
div.formLayout1
{
	padding:10px 10px 10px 10px;
	background-color:#f0f7fc;
	margin-top:20px;
	border: 1px solid #e0e0e0;
}

/* Grey layout box */
div.formLayoutWarn
{
	padding:10px 10px 10px 10px;
	background-color:#E0E0E0;
	margin-top:20px;
	border: 1px solid #999999;
}

#irsUpdate { margin:0px 10px 4px 20px; border-top:solid 1px #cecece; width:710px; }
#irsUpdate TD.board { line-height:16px; padding:6px 240px 6px 140px; padding:6px 180px 6px 200px; }
#irsUpdate	P.title	{ margin-bottom:0px; font: normal normal 11px Arial, sans-Setif; color:#A71921; letter-spacing:1px; }
#irsUpdate	SPAN.title { font: normal bold 12px Arial, sans-Setif; color:#333; color:#A71921; letter-spacing:0px; padding-right:4px; }
#irsUpdate SPAN.letter-space { letter-spacing:1px; }
#irsUpdate	P.bulletin { margin:0px; font: normal normal 12px Arial, sans-Setif; color:#333; }
#irsUpdate A.more-info	{  }
IMG.toothpick { height:140px; }

/* Start of bullets Style of Donation Tracker */
div.trackerInfo
{
	margin-top:10px;
	width:138px;
}
div.trackerInfo ul
{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1.5em;
	padding-left: 0;	
	padding-bottom:6px;
}
div.trackerInfo ul span 
{
	color:#5a5a5a;
	font-size:12px;
	line-height:14px;
}
div.trackerInfo ul span strong{
	margin:0px;
	font-style: normal;
	font-weight:bold;
	color: #444;
}

/* End of bullets Style of Donation Tracker */

/* Start Styles for Donation Tracker static content */
table.trackerContentTable
{
	font-size: 12px;
	padding: 0px;
	width: 422px;
	padding-bottom: 4px;
}
table.trackerContentTable tbody td
{
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #333333;
	border-bottom: 3px solid #e0e0e0;
	padding-bottom: 15px;
}
/* End of Styles for 2007 Donation Tracker static content*/

/* Start of disclaimer */
div.disclaimer
{
	margin-top:115px;
	width:422px;
}
div.disclaimer p
{
	color:#5a5a5a;
	font-size:11px;
	font-weight:normal;
}
/* End of disclaimer */

/* Start iFrame tabs */
#iframebar
{
	float:left;
	width:100%;
	background:#DAE0D2 url("../images/bg.gif") repeat-x bottom;
	font-size:93%;
	line-height:normal;
}
#iframebar ul
{
	margin:0;
	padding:10px 10px 0;
	list-style:none;
	outline: none;
}
#iframebar li
{
	float:left;
	background: url("../images/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}
#iframebar a
{
	float:left;
	display:block;
	background:url("../images/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#333;
	outline: none;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#iframebar a {float:none;color:#333;}
/* End IE5-Mac hack */
#iframebar a:hover
{
	text-decoration: underline;
}
#iframebar #current
{
	background-image:url("../images/left_on.gif");
	border-width:0;
}
#iframebar #current a
{
	background-image:url("../images/right_on.gif");
	color:#333;
	padding-bottom:5px;
}
/* End of iFrame tabs */