/* main page layout */
#pageContainer
{
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}

.mainLeftHalf
{
	float: left;
	width: 468px;
	min-height: 500px;
	margin-bottom: 20px;
}

.mainRightHalf
{
	float: right;
	width: 468px;
	margin-bottom: 20px;
}

.mainLeft {
	float: left;
	width: 631px;
	margin-right: 25px;
	min-height: 500px;
	margin-bottom: 20px;
}

.mainRight {
	float: right;
	width: 300px;
	margin-bottom: 20px;
}


ul.topNav
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	clear: both;
}

ul.topNav li
{
	list-style-type: none;
	float: left;
	display: inline;
	background: url('/images/navbg2.png') repeat-x;
	height: 32px;
	padding: 0;
	border-top: 1px solid #bfd9e6;
	border-bottom: 1px solid #bfd9e6;
	text-align: center;
	line-height: 32px;
	font-size: 1.1em;
}

/*ul.topNav li.readFuture, ul.topNav li.readPast, ul.topNav li.what, ul.topNav li.book, ul.topNav li.donate, ul.topNav li.search { background: url('/images/navbg2.png') repeat-x; }*/
ul.topNav li.write { width: 262px; }
ul.topNav li.readFuture { width: 196px; }
ul.topNav li.what { width: 94px; }
ul.topNav li.book { width: 96px; }
ul.topNav li.donate { width: 116px; }
ul.topNav li.search { width: 236px; }

/* 
ul.topNav li.readPast { width: 149px; } 
distributing 149 - 90 to donate, 25 to read (was 220), 25 to write (was 154)
*/


li.selected
{
	font-weight: bold;
	font-size: 1.2em;
	color: #c06019;	
}

ul.topNav li a
{
	display: block;
	line-height: 32px;
}

.searchBox
{
	font-size: 1em;
	font-family: arial;
	border: 1px solid #444;
	padding: 2px 4px !important;
}

.searchButton
{
	font-size: .9em;
	font-family: verdana;
	border: 1px solid #444;
	background-image: none;
}

/* main page layout */
#pageContainer
{
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}

/*main content between the menu and the footer*/
.main {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
	clear: both;
	min-height: 450px;
}

.letterForm {
	font-size: 1.1em;
}

.letterForm table {
	width: 100%;	
	white-space: nowrap;
}

.letterForm th
{
	text-align: right;
	vertical-align: top;
	padding: 5px;
}
.letterForm td
{
	/*vertical-align: text-top;*/
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
}

.letterForm textarea {
	height: 300px
}

.letterForm textarea, .letterForm input[type=text]
{
	width:95%;
}

.fileUploadButton {
	display: inline-block;
	vertical-align: top;
	border: 1px solid black;
	height: 30px;
	background-color: #F7F7F7;
}


/* all textfields etc that have errors during validaiton */
.field_with_errors {
  padding: 1px;
  background-color: #c06019;
  display: inline-block;
  vertical-align: text-top;
}

/* all textfields etc that have errors during validaiton */
.ajax_field_with_errors {
  border: 1px solid red;
}

.captchaTextField {
	width: 60px !important;
	height: 17px !important;
	padding: 0px !important;
	vertical-align: text-top;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px
}

/* small preview letter container */
.letterPreviewContainer
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	border-bottom: 1px solid #EEE;
	cursor: hand;
	overflow: hidden;
}

.bucket
{
	padding: 5px;
	border-top: 1px solid #bfd9e6;
}

.adBucket { 
	padding: 10px;
	margin-top: 20px;
	text-align: center;
}

/* search page layout */
.mainFullPage { padding-top: 40px; }

/* public & search layout */
ul.publicNav
{
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}

ul.publicNav li
{
	padding: 0;
	list-style-type: none;
}

/* TODO: abstract this better...since same for both left and right */
.publicInner
{
	/*padding: 10px 0px 0px 10px;*/
	margin: 0 0 20px 0;
	width: 650px;
	float: left;
}

.ad {
	margin-top: 15px;
}


.categorization { padding: 5px 0; }

.moreEmails
{
	text-align: center;
	font-size: 1.3em;
}

/************** matt's stuff below *******************/
/* account page - matt */
/* matt - static content stuff */
div.static
{
	padding: 20px 200px 0px 200px;
	clear: all;
}

div.static h3
{
	border-bottom: 1px solid #BFD9E6;
	font-size: 1em;
}

div.static p
{
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}

.flash
{
	background-color: #F7F7F7;
	clear: both;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding: 8px 4px;
	text-align: center;
	margin-bottom: 10px;
}

.unbold {
	font-weight: normal;	
}

/* expected to be used together w/ .flash - subclass...*/
.error {
	border-bottom: 1px solid red;
}

.notice {
	border-bottom: 1px solid #bfd9e6;
	padding: 10px;
}


/* todo: what is display table? */

/*public letter page*/
p.letter
{
	/* TODO: this is kinda of a hack to override these - abstract better...*/
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


.hidden { 
	display: none;
}

h3.letter_subject { 
	border-bottom: 1px solid #BFD9E6; 
}

.pointer {
	cursor: pointer;
}

div.readmoveHover {
	background-color: #DDD;
}

a.readmoreHover {
	color: #900;
	text-decoration: underline;
}

.actions {
	float: right;
	padding-right: 5px;
}


.topborder {
	border-top	: 1px solid #BFD9E6; 
}

.acctTable { margin: 20px 0 10px 0; }

.acctTable th
{
	text-align: left;
	padding-bottom: 2px;
	/*border-bottom: 1px solid black;*/
}

.acctTable td
{
	text-align: left;
	padding: 1px 0;
	/*border-bottom: 1px solid #ddd;*/
}

.table
{
	border-spacing: 0px;
	display: table;
	width: 100%;
}
.tr
{
	display: table-row;
	border-bottom: 1px solid #ddd;
	padding: 2 0 2 0;
}
.th
{
	display: table-cell;
	font-weight: bold;
	border-bottom: 1px solid black;
	padding-bottom: 2px;
}
.td { display: table-cell; }
.td .error { display: inline; }


.support table {
}

.support th {
	font-size: 1.1em;
	padding: 8px 0 0 0;
	color: #c06019;
	border-bottom: 1px solid #bfd9e6;
	text-align: left;
}

.support td{
	vertical-align: top;
}

.supportCols {
	width: 275px;
}


.lightbox_mask {
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	z-index: 1000;
	position: fixed;
	background: #ccc;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}

#lightbox_content {
	left: 50%;
	position: fixed;
	background: #fff;
	padding: 16px 16px 16px 8px;
	border: 3px solid #bfd9e6;
	background: white;
	z-index:2000;
	overflow: hidden;
}




.whatLeft
{
	float: left;
	width: 200px;
	padding: 10px 0 0 10px;
}

.whatRight
{
	float: left;
	width: 100%;
	padding: 10px 0 0 10px;
}

select {
	border: 1px solid #ADADAD;
}

td.formLeft {
	text-align: right;
	padding-right: 10px;
	white-space: nowrap;
	vertical-align: top;
	padding-bottom: 10px;
}
td.formRight {
.	white-space: nowrap;
	vertical-align: top;
	padding-bottom: 10px;
}

img.props
{
	vertical-align: middle;
	margin: 5px;
	border: 0px;
	width: 100px;
}


.bigBlueButton {
	white-space:nowrap;
  	display:inline-block;
  	cursor:pointer;
	/*background: #bfd9e6;*/
	color:#0B4E86;
	background: url('/images/navbg.png') repeat-x;
	margin: 5px 0px;
	text-align: center;
	font-size: 1.1em;
	border: 1px solid #BFD9E6;
	padding: 6px 20px;
	font-weight: bold;
	text-shadow: #ffffff 1px 1px 1px;

}

.bigBlueButton:hover {	
	text-shadow: #ffffff 4px 4px 6px;
	color: #900;	
	border: 1px solid #900;	
}

.bigBlueButton:active {	
	border: 1px solid #333;
}


.premier { 
  display:block;
  cursor:pointer;
  text-align:center; 
  text-decoration:none;
  line-height:normal;
  margin:0;
  white-space:nowrap;
}

/* font-family:"lucida grande","lucida sans unicode",sans-serif; */

input[type=submit].premier {padding-bottom:4px;height:47px;}
input::-moz-focus-inner { border: 0;padding: 0;}
.premier.blue {	background:transparent url(http://d1nu2rn22elx8m.cloudfront.net/buttons/resources/images/premier.png) no-repeat;
  width:232px;height:41px;padding-top:6px;color:#fff;text-shadow:0 -1px 0 #0a60a7;font-size:22px;}
.premier.blue:hover {background:url(http://d1nu2rn22elx8m.cloudfront.net/buttons/resources/images/premier.png)no-repeat -232px 0;}
.premier.blue:active {background:url(http://d1nu2rn22elx8m.cloudfront.net/buttons/resources/images/premier.png)no-repeat -464px 0;}

span.left {
	display: inline-block;
	float: left;
}

span.right {
	display: inline-block;
	float: right;
}


.ad {
}

.skyscraper {
	margin: 0 0 20px 0;
	width: 160px;
	float: left;
}

