/*
-----------------------------------------------
Client:REDF
Project:Web Site Redesign (http://www.redf.org/)

File Name:table.css 
Notes:Styles all tables.

Author:Dayspring Technologies, Inc.
Email:info@dayspring-tech.com
Web:http://www.dayspring-tech.com/
----------------------------------------------- */

/* Default styles
----------------------------------------------- */
table {
  border:0;
	border-collapse:collapse;
  empty-cells:show;
  width:100%;
  }
	
/* table.postings (Used on the home page)
----------------------------------------------- */
table.postings{
  color:#8c8976;
	margin-bottom:10px;
  width:auto;
	}
.postings th {
  font-size:85%;
  overflow:auto;
	padding-right:5px;
	vertical-align:top;
  white-space:nowrap;
	}
.postings td {
  font-size:85%;
  overflow:auto;
	padding-right:5px;
	vertical-align:top;
  }
.postings a {
	text-decoration:none;
	}

/* Toolbar styles
----------------------------------------------- */
table#tbar {
	border-collapse:collapse;
	color:#8c8976;
  empty-cells:show;
  margin-bottom:15px;
  width:100%;
  }
#tbar img.btn {
	margin-right:0;
	}
#tbar td {
	font-size:85%;
	padding-right:10px;
	vertical-align:top;
	}
#tbar td a {
	text-decoration:none;
	}
#tbar td#crumb {
	width:350px;
	}
#tbar td#tools {
	text-align:right;
	white-space:nowrap;
	width:250px;
	}
#tbar td#tools a {
	color:#8c8976;
	}
#tbar td#tools a:hover {
	color:#f55d07;
	}
#tbar td#tools a.edit {
	background:transparent url(/img/ico-edit.gif) no-repeat 0 0;
  padding:0 10px 4px 20px;
	}
#tbar td#tools a.email {
	background:transparent url(/img/ico-email.gif) no-repeat 0 0;
  padding:0 10px 4px 20px;
	}
#tbar td#tools a.print {
	background:transparent url(/img/ico-print.gif) no-repeat 0 0;
  padding:0 0 4px 20px;
	}
#tbar td#size {
	background:transparent url(/img/bg-dotline.gif) repeat-y 0 0;
	padding-left:10px;
	text-align:right;
	white-space:nowrap;
	}

/* table.portfolio
----------------------------------------------- */
table.portfolio{
  margin-bottom:20px;
  }
.portfolio td {
  font-size:100%;
  overflow:auto;
	padding-left:10px;
  vertical-align:top;
  }
.portfolio table th {
  font-size:100%;
  font-weight:bold;
	text-align:right;
	}
.portfolio table td {
  font-size:100%;
  }
.portfolio td strong {
  color:#f55d07;
  font-size:123.1%;
  }
/*
  .portfolio td th, .portfolio td td {
  font-size:85%;
	}
.portfolio td th p, .portfolio td td p {
  font-size:100%;
	}
*/    
.portfolio td th p {
  text-align:right;
  margin-bottom: 0pt;
    }
.portfolio td td p {
  margin-bottom: 0pt;
	}

/* table.thumb
----------------------------------------------- */
table.thumb {
  width:100%;
  margin-bottom:10px;
  }
.thumb td {
  overflow:auto;
	padding:0;
  vertical-align:top;
  }
.thumb img {
	margin-right:10px;
	margin-top:3px;
	}
.widget .thumb a {
	text-decoration:underline;
	}
