form {
	margin: 0px;
}

#window {
	overflow: hidden;
	/* Removed for the time being so non-javascript clients can still use the site
	visibility: hidden;
	*/
	position: relative; /* needed for IE */
	height: 100%;
}

#please {
	width: 3000px;
	border-spacing: 0px;
	height: 100%;
}

#please td {
	vertical-align: top;
}

#slideleft {
	float: left;
	cursor: pointer;
	padding-left: 20px;
	padding-top: 1px;
	visibility: hidden;
}

#slideleft span {
	padding-left: 5px;
	font-size: 0.9em;
}

#slideleft img {
	border: 0px;
	vertical-align: middle;
}

#slideright {
	float: right;
	cursor: pointer;
	padding-top: 1px;
	visibility: hidden;
}

#slideright img {
	border: 0px;
}

div.label {
	padding: 2px;
	color: rgb(200,0,0);
	color: rgb(65, 65, 65);
	font-size: 0.85em;
	cursor: default;
}

#results div.label {
    padding-top: 0px;
    padding-bottom: 0px;
}

div.label div.status {
	float: right;
	color: green;
	padding-right: 8px;
	padding-top: 0.15em;
}

/*
	facets
*/
#facetscol {
	float: left;
	width: 450px;
	height: 100%;
	border-right: 1px solid rgb(225, 219, 180);
	position: relative !important;
	position: static;
	font-size: 0.85em;
}

#facetscol div.container {
}

#dateholder {
	margin: 5px 5px 0px 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 220px;
	background-color: white;
}

#cleardates {
	float: right;
	padding-top: 1px;
	padding-right: 3px;
}

div.hoverdateclear:hover {
	text-decoration: underline;
	cursor: pointer;
}

#facetscol #matrix {
	margin: 0px;
}

#facetscol #matrix td.facet {
	width: 215px;
	padding: 0px;
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#facetscol div.label {
	background-image: url(/images/gbg_center.png);
	background-repeat: repeat-x;
	font-size: 1em;
	font-weight: bold;
	height: 18px;
	color: white;
	padding: 0px;
}

#facetscol div.label div.lbg {
	float: left;
	height: 18px;
	background-image: url(/images/gbg_left.png);
	margin-left: -1px;
}

#facetscol div.label div.rbg {
	float: right;
	height: 18px;
	background-image: url(/images/gbg_right.png);
	margin-right: -1px;
	width: 5px;
}

#facetscol div.label div.fmore {
	float: right;
	font-size: 0.9em;
	padding-top: 2px;
	display: none;
	cursor: pointer;
}

#facetscol div.label div.fmore:hover {
	text-decoration: underline;
}

#facetscol div.label div.title {
	padding-left: 5px;
	padding-top: 1px;
}

#facetscol div.values {
	padding: 5px;
	overflow: hidden;
}

#lists div.empty,
#senders div.empty,
#extensions div.empty,
#types div.empty {
	padding: 3px;
	font-style: italic;
	font-size: 0.9em;
}

table.facetlist {
	font-size: 0.9em;
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.facetlist tr.even {
	background-color: rgb(244, 244, 244);
}

table.facetlist tr.selected {
	background-color: rgb(210, 210, 210);
}

table.facetlist td {
	padding: 2px;
}

table.facetlist td.count {
	text-align: right;
}

table.facetlist td.remove {
	padding: 0px 5px 0px 5px;
	text-align: right;
}

td.remove img {
	border: 0px;
}

table.facetlist td a {
	text-decoration: none;
}

table.facetlist td a:hover {
	text-decoration: underline;
}

/*
	search results
*/
#resultscol {
	float: left;
	width: 450px;
	height: 100%;
	border-right: 1px solid rgb(225, 219, 180);
	position: relative !important;
	position: static;
}

#resultscol div.container {
	padding: 1px 5px 5px 5px;
}

#results {
	width: 440px;
}

#results div.values {
	overflow: auto;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: white;
	height: 0px;
	clear: both;
}

#results div.label {
	padding-left: 0px;
}

#orderoption {
	border: 1px solid #ccc;
	font-size: 0.9em;
	background-color: white;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

#results div.label img.loading {
	visibility: hidden;
	float: right;
	xpadding-top: 5px;
}

#results a.permalink img {
    visibility: visible;
	float: right;
    border: 0;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 3px;
}

#results a.atom img {
    visibility: visible;
	float: right;
    border: 0;
    padding-left: 3px;
    padding-right: 3px;
}

#results a.setlink img {
    visibility: visible;
	float: right;
    border: 0;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 2px;
}

#results div.suggestion {
	font-size: 0.9em;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 5px;
}

img.link {
	float: right;
	padding-right: 2px;
}

#results span.info {
	float: right;
	padding-right: 8px;
}

#results div.result {
	margin-bottom: 5px;
	padding: 2px 0px 2px 4px;
	cursor: pointer;
	background-color: rgb(247, 247, 247);
	border: 1px solid rgb(235, 235, 235);
}

#results div.highlighted {
	background-color: rgb(223, 223, 223);
}

#results div.result:hover {
	background-color: rgb(235, 235, 235);
}

#results div.result a {
	text-decoration: underline;
	font-size: 0.9em;
	cursor: pointer;
}

#results div.result div.blurb {
	font-size: 0.8em;
}

#results div.result div.meta {
	font-size: 0.8em;
	color: rgb(1, 116, 22);
}

div.pagination {
	text-align: center;
	font-size: 0.9em;
}

div.pagination span.number {
	padding-left: 5px;
	padding-right: 5px;
}

div.pagination span.current {
	padding-left: 5px;
	padding-right: 5px;
}

div.noresults {
	margin-top: 20px;
	margin-left: 10px;
	font-size: 0.9em;
}

/*
	message column
*/
#messagecol {
	float: left;
	width: 550px;
	position: relative !important; 
	position: static;
}

#messagecol div.container div.sep {
	border-top: 1px solid rgb(225, 219, 180);
	height: 0px;
}

#message {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

#thread {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

#thread div.label img,
#message div.label img {
	visibility: hidden;
	float: right;
}

#thread a.permalink img {
    visibility: visible;
    border: 0;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 3px;
}

#thread a.atom img {
    visibility: visible;
    border: 0;
    padding-left: 3px;
    padding-right: 3px;
}

#thread div.label span.subject {
	padding-left: 5px;
}

#thread div.label span.info {
	float: right;
	padding-right: 5px;
}

#thread div.values {
	height: 125px;
	overflow: auto;
	border: 1px solid #ccc;
	background-color: white;
}

#thread div.values,
#message div.values {
	padding: 5px;
}

#thread table {
	width: 95%;
	font-size: 0.85em;
	border-spacing: 0px;
	margin-bottom: .25em;
	border-collapse: collapse;
}

#thread th {
	text-align: left;
	font-size: 0.95em;
}

#thread tr.moreresults td {
	font-style: italic;
	color: #666;
}

#thread tr.threadmessage td {
	padding: 2px;
	font-size: 0.95em;
}

#thread tr.threadmessage td img {
	float: left;
	padding-right: 3px;
}

#thread tr.currentmessage {
	background-color: rgb(223, 223, 223);
}

#thread tr.othermessage:hover {
	background-color: rgb(235, 235, 235);
	cursor: pointer;
}

#thread td a {
	text-decoration: none;
	color: black;
}

/* message display */

#message div.values {
	font-size: 0.9em;
	overflow: auto;
	padding: 5px;
	width: 100%;
	border: 1px solid #ccc;
	background-color: white;
}

#message div.label span.mode {
	float: right;
}

#headers a.subject {
	text-decoration: none;
	color: black;
	font-size: 1em;
}

#headers a.subject:hover {
	text-decoration: underline;
	color: rgb(0, 0, 153);
}

#headers td.actions {
	text-align: right;
}

span.actions {
    background-image: url(/images/arrow.gif);
    background-repeat: no-repeat;
    background-position: center right; 
    padding-right: 12px;
}

#headers,
table.innerheaders {
	border: 1px solid #aaa;
	background-color: rgb(245, 245, 245);
	padding: 5px;
	margin-bottom: 5px;
	color: black;
}

#headers img,
table.innerheaders img {
	border: 0px;
	padding-left: 5px;
}

#headers td,
#headers th,
table.innerheaders td,
table.innerheaders th {
	font-size: 0.85em;
}

#headers th,
table.innerheaders th {
	text-align: right;
	vertical-align: top;
	color: rgb(106, 106, 106);
	padding-right: 5px;
	width: 1%;
}

#headers tr.attachments th,
#headers tr.attachments td,
table.innerheaders tr.attachments th,
table.innerheaders tr.attachments td {
	padding-top: 5px;
}

#headers tr.attachments img,
table.innerheaders tr.attachments img {
	float: left;
	padding-right: 3px;
}

#headers span.actions {
	margin-left: 5px;
}

tr.attachments div.attachment {
	font-size: 1.1em;
}

#body {
	padding-left: 5px;
	padding-right: 5px;
}

div.messagebody p {
	padding: 0px;
	margin: 0px;
}

div.messagebody strong,
#headers strong,
table.innerheaders strong {
	background-color: #DDFF76;
	padding: 2px;
}

div.pws {
	white-space: pre;
}

div.quote {
	padding-left: 10px;
}

div.quote-1,
div.quote-4,
div.quote-7 {
	color: blue;
	border-left: 2px solid blue;
}

div.quote-2,
div.quote-5,
div.quote-8 {
	color: green;
	border-left: 2px solid green;
}

div.quote-3,
div.quote-6,
div.quote-9 {
	color: #661C1C;
	border-left: 2px solid #661C1C;
}

div.innermessage {
	padding-top: 10px;
	padding-left: 10px;
}

div.innerbody {
	margin-top: 5px;
	padding-top: 10px;
}

/* .footer is class footer, from email footers */
.footer {
	font-style: italic;
	white-space: pre;
}

.footer.signature {
	/* just leave it italics */
}
.footer.legalese {
	color: #999;
}
.footer.virus-scan {
	display: none;
}
.footer.free-hosting {
	display: none;
}
.footer.sponsored {
	display: none;
}
.footer.list-management {
	color: #999;
}

/* attachment viewer */

/* this is the overall div that holds the whole attachment */
#attachcontainer {
	display: none;
	position: absolute;
	z-index: 1000;
	background-color: #fff;
	top: 0px;
	left: 0px;
	width: 700px;
	border: 1px solid #fff;
}

div.shadow1 {
	border: 2px solid #eee;
}

div.shadow2 {
	border: 1px solid #ddd;
}

#attachbox {
	border: 1px solid #bbb;
}

#attachbox table {
	width: 100%;
	border-spacing: 0px;
}

#attachbox #attachleftarrow,
#attachbox #attachrightarrow {
	vertical-align: middle;
	text-align: center;
}

#attachtext {
	display: none;
	text-align: left;
	overflow: auto;
	background-color: white;
	width: 640px; /* can't specify 100% because of safari */
	font-size: 0.8em;
}

#attachtext div {
	font-family: inherit;
}

#attachtext strong {
	background-color: #DDFF76;
	padding: 2px;
}

#attachleftarrow img,
#attachrightarrow img {
	cursor: pointer;
}

#contentcell {
	width: 640px;
	vertical-align: middle;
	text-align: center;
}

#contentcell img {
	cursor: move;
}

#contentcell #attachimg {
	overflow: hidden;
	position: relative; /* This is needed because IE sucks */
	width: 640px; /* can't specify 100% because of safari */
}

#controls {
	border-bottom: 1px solid #ccc;
	background-color: #f9f9f9;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 15px;
}

#controls #attachclose,
#controls #attachzoom,
#controls #attachmode {
	float: right;
	margin-left: 10px;
}

#controls #attachfilename {
	float: left;
}

#controls #attachfilename {
	padding-top: 2px;
	padding-left: 2px;
}

#controls div:hover {
	cursor: pointer;
}

#attachzoom,
#attachmode {
	display: none;
	color: rgb(0, 0, 153);
	margin-top: 3px;
}

#attachzoom:hover,
#attachmode:hover {
	text-decoration: underline;
}

#thumbs {
	height: 120px;
	border-top: 1px solid #ccc;
}

#thumbs table {
	width: 100%;
	height: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

#thumbs td {
	background-color: #f9f9f9;
	vertical-align: middle;
}

#thumbs td.notselected img {
	border: 1px solid #ccc;
	margin: 1px;
}

#thumbs td.selected img {
	border: 2px solid #999;
}

#thumbs td div {
	text-align: center;
}

#thumbs div.hit {
	border-bottom: 2px solid rgb(200,0,0);
}

#thumbs td img {
	cursor: pointer;
}

td.leftarrow img,
td.rightarrow img {
	visibility: hidden;
}

td.notselected,
td.selected {
	width: 105px;
}

td.notselected div.pagelabel,
td.selected div.pagelabel {
	visibility: hidden;
	position: absolute;
	width: 105px;
	height: 120px;
	font-size: 80px;
	line-height: 100%;
	text-align: center;
	z-index: 1001;
	cursor: pointer;
	background-color: #f9f9f9;
	opacity: 0.3;
}

div.nothit {
	text-align: center;
	width: 100%;
}


/* mad folding */
div.fold {
	overflow: hidden;
	border: 1px solid #ccc;
	margin-top: 5px;
	cursor: pointer;
}

div.fold div.topfade {
	position: relative;
	background-image: url(/images/fade_top.png);
	height: 20px;
	z-index: 10;
}

div.bottomfade {
	position: relative;
	background-image: url(/images/fade_bottom.png);
	height: 20px;
	z-index: 10;
	margin-top: -21px;
	margin-left: 1px;
	margin-right: 7px;
}

div.scroll {
	border-left: 1px solid #ccc;
	float: right;
	height: 100%;
	width: 5px;
	position: relative;
	z-index: 20;
}

div.scrollbar {
	background-color: #ccc;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 5px;
}

/* captcha */
#captcha {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
	background-color: white;
	width: 312px;
	border: 1px solid #ccc;
}

#captcha div.label {
	padding: 2px 5px 2px 5px;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	text-align: right;
}

#captcha div.values {
	padding: 5px;
}

#captcha input {
	border: 1px solid #ccc;
}

#captcha input.answer {
	width: 130px;
}

#captcha input.submit {
	margin-left: 5px;
	width: 75px;
}

#captcha input.again {
	margin-left: 5px;
	width: 75px;
}

#captcha div.imageparent {
	width: 300px;
	height: 60px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 57px;
	margin-bottom: 2px;
}

#captcha img {
	vertical-align: middle;
}

#captcha div.message {
	font-size: 0.9em;
	font-style: italic;
	padding-bottom: 2px;
}

/*
	Facet Detail
*/
#facetdetailbg {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #eee;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#facetdetail {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10001;
}

#facetdetail table.pos {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#facetdetail div.label {
	border-bottom: 1px solid #ccc;
	background-color: #f9f9f9;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 18px;
}

#facetdetail div.label #facetdetailtitle {
	font-size: 16px;
	font-weight: bold;
	color: rgb(200,0,0);
}

#facetdetail div.label img {
	float: right;
}

#facetdetail div.container {
	background-color: white;
	border: 1px solid rgb(109, 109, 109);
}

#facetdetail div.container div.values {
	padding: 5px;
	width: 600px;
	height: 400px;
	overflow: auto;

	font-size: 0.85em;
}

#facetdetail div.container div.values p {
	padding-left: 5px;
}

#facetdetail div.container div.values table {
	border-spacing: 5px;
}

#facetdetail div.container div.values table td {
}

#facetdetail table.facetcolumn {
	float: left;
	width: 280px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 5px;
}

#facetdetail table.facetcolumn td.position {
	text-align: right;
	padding: 2px 2px 2px 0px;
}

#facetdetail table.facetcolumn td.name {
	padding: 2px;
}

#facetdetail table.facetcolumn td.count {
	text-align: right;
	padding: 2px 5px 2px 2px;
}

#facetdetail table.facetcolumn tr.even {
	background-color: rgb(244, 244, 244);
}

#facetdetail table.facetcolumn a {
	text-decoration: none;
}

#facetdetail table.facetcolumn a:hover {
	text-decoration: underline;
}

/*
	Styles for the search and message actions
*/

#searchactions {
	display: none;
	z-index: 500;
	position: absolute;
	background-color: white;
	border: 1px solid #ccc;
	width: 400px;
	margin-top: 2px;
	padding-left: 5px;
	padding-bottom: 3px;
}

#searchactions table {
    float: left;
}
#searchactions div.close {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	cursor: pointer;
}

#searchactions input.cancel {
	background-image: url(/images/btn_cancel_white.gif);
	border: 0px;
	width: 57px;
	height: 19px;
}

#searchactions input.save {
	background-image: url(/images/btn_save_white.gif);
	border: 0px;
	width: 44px;
	height: 19px;
}
