body.sort-active *
{
	cursor: wait;
}

* /

#table-projects h2 span
{
	font-variant: normal;
	text-transform: none;
}

#table-projects table
{
	width: 928px;
	padding: 0;
	margin: 0 0 20px 1px;
	border-left: 1px solid #e7e7e7;
	border-collapse: collapse;
}

#table-projects table a, #table-projects table a:hover
{
	text-decoration: none;
	color: #000;
}

#table-projects caption
{
	padding: 0 0 5px 0;
	margin: 0;
	width: auto;
	text-align: left;
}

th
{
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	text-transform: uppercase;
	text-align: left;
	padding: 5px 10px 5px 10px;
	background: #e7e7e7 url(/portals/_default/skins/templates/images/table/bg_header.gif) no-repeat;
	vertical-align: middle;
}

th.sortable, th.sortable-text, th.sortable-date, th.sortable-keep, th.sortable-date-dmy, th.sortable-numeric, th.sortable-currency, th.sortable-sortByTwelveHourTimestamp, th.sortable-sortIPAddress, th.sortable-sortEnglishLonghandDateFormat, th.sortable-sortScientificNotation, th.sortable-sortImage, th.sortable-sortFileSize
{
	cursor: pointer;
	background: #e7e7e7 url(/portals/_default/skins/templates/images/table/bg_header_sortable.gif) no-repeat;
	padding: 8px 12px 4px 16px;
}

th.forwardSort
{
	background: #e7e7e7 url(/portals/_default/skins/templates/images/table/bg_header_down.gif) no-repeat 0 0;
}

th.reverseSort
{
	background: #e7e7e7 url(/portals/_default/skins/templates/images/table/bg_header_up.gif) no-repeat 0 0;
}

th.forwardSort a, th.reverseSort a
{
	color: #000;
	outline: 0 none;
}

#table-projects th a
{
	text-decoration: none;
	color: #000;
}

#table-projects th a:hover
{
	text-decoration: none;
	color: #003399;
}


#table-projects td
{
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 5px 10px 5px 10px;
}

#table-projects td a
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	background-image: url(/Portals/_default/Skins/templates/images/link.gif);
	background-repeat: no-repeat;
	background-position: 0 -121px;
	padding-left: 9px;
}

#table-projects td a:hover
{
	text-decoration: none;
	color: #003399;
	background-repeat: no-repeat;
	background-position: 0 -2px;
}

#table-projects td img
{
	margin: 0 auto;
	border: 4px solid #e7e7e7;
}

#table-projects td.lft
{
	text-align: left;
}

#table-projects tr.alt
{
	background: #f5f5f5;
}

/* Poor old Internet Explorer has a bug that means we can't use background images for the table rows
   as it trys to download the image each and every time that it is used... */

#table-projects tr[class="alt"] td
{
	background: #f5f5f5 url(/portals/_default/skins/templates/images/table/td_alt.jpg) no-repeat;
}

#table-projects td[class~="alt"]
{
	background: #fff url(/portals/_default/skins/templates/images/table/col_alt.jpg) no-repeat !important;
}

/* Poor old Internet Explorer won't see the next two rules either */

#table-projects tbody tr.alt td:first-child
{
	background: #f5f5f5 url(/portals/_default/skins/templates/images/table/bullet2.jpg) no-repeat;
	font-weight: bold;
}

#table-projects tbody tr td:first-child
{
	background: #fff url(/portals/_default/skins/templates/images/table/bullet1.gif) no-repeat;
	font-weight: bold;
}

/* Mutipage */

ul.tablePaginater
{
	display: block;
	list-style: none;
	padding: 0;
	margin: 1px 0 1em 0;
	text-align: left;
}

ul.tablePaginater li
{
	display: inline;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.2em;
	vertical-align: middle;
	margin-right: 4px;
	list-style: none;
	cursor: pointer;
}

ul.tablePaginater li.currentPage a
{
	border-color: #cccccc !important;
	background-color: #cccccc;
	color: #000 !important;
	font-weight: bold;
}

ul.tablePaginater li a
{
	display: table-cell; /*!important*/
	display: inline-block;
	text-align: center;
	width: 1.2em;
	height: 1.2em;
	color: #000;
	padding: 0.2em;
	min-width: 1.2em;
	min-height: 1.2em;
	text-decoration: none;
	outline: none;
	border: 1px solid #e7e7e7;
	cursor: pointer;
	background-color: #e7e7e7;
}

ul.tablePaginater li a:hover
{
	color: #003399;
}

ul.tablePaginater li a:focus
{
	color: #003399;
	text-decoration: none;
	outline: none;
	border-color: #e7e7e7;
}
td.sized1
{
	width: 16em;
	text-align: left;
}
td.sized2
{
	width: 10em;
	text-align: left;
}
td.sized3
{
	width: 7em;
	text-align: left;
}

