﻿/* Tables */
/*styles for ms-rteTable*/
.ms-rteTable td {
	padding:8px 5px 8px 10px;
}
.ms-rteTable th {
	padding:15px 0 8px 10px;
}

/*styles for ms-rteTable-1*/
.ms-rteTable-1 {
	border-bottom:1px solid #cccccc;
	border-top:1px solid #CCCCCC;
	width:567px;
	border-collapse:collapse;
	font-size: 12px;
	margin: 0 0 10px 0;
}
.ms-rteTable-1 th {
	padding: 5px 10px 3px 11px;
	text-align:left;
	color: #333333;
}
.ms-rteTable-1 td {
	padding: 5px 10px 3px 10px;
	text-align:left;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	color: #333333;
	font-size: 12px;
}

.ms-rteTable-1 tr.ms-rteTableHeaderRow-1 
{
}
.ms-rteTable-1 tr.ms-rteTableHeaderRow-1 td{
	padding: 5px 10px 3px 11px;
	color:#000000;
	font-weight: bold;	
	text-transform: capitalize;
	background: url('/Style Library/Images/search-results-sort-bground.gif') top left repeat-x;	
	background-position: 0 2%;
	background-color:#b2b2b2;
	border-left:0px none #cccccc;
	border-right:0px none #cccccc;
	}
.ms-rteTable-1 td.ms-rteTableHeaderFirstCol-1
{	
}
.ms-rteTable-1 .ms-rteTableHeaderOddCol-1
{
}
.ms-rteTable-1 .ms-rteTableHeaderEvenCol-1 
{
}
.ms-rteTable-1 td.ms-rteTableHeaderLastCol-1
{
}

.ms-rteTable-1 tr.ms-rteTableOddRow-1 {
	background-color: #ffffff;
	vertical-align: top;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.ms-rteTable-1 tr.ms-rteTableEvenRow-1 {
	background-color: #e9f9f7;
	vertical-align: top;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.ms-rteTable-1 td.ms-rteTableFirstCol-1{
}
.ms-rteTable-1 td.ms-rteTableOddCol-1 {
}
.ms-rteTable-1 td.ms-rteTableEvenCol-1 {
}
.ms-rteTable-1 td.ms-rteTableLastCol-1 {
}
.ms-rteTable-1 td.ms-rteTableSingleCol  {
}
.ms-rteTable-1 tr.ms-rteTableFooterRow-1 {
	background-color: #999999;
	font-weight: 500;
	font-family: Arial;
	line-height: 20pt;
}
.ms-rteTable-1 td.ms-rteTableFooterFirstCol-1 {
	border-top: none #999999 0pt;
}
.ms-rteTable-1 td.ms-rteTableFooterOddCol-1 {
	border-top: none #999999 0pt;
}
.ms-rteTable-1 td.ms-rteTableFooterEvenCol-1 {
	border-top: none #999999 0pt;
}
.ms-rteTable-1 td.ms-rteTableFooterLastCol-1 {
	border-top:none #999999 0pt;
}

.ms-rteTable-1 table {
	width:567px;
}
.ms-rteTable-1 h2 {
	padding:.4em 12px .3em 12px;
	margin:0;
	width:543px;
	background-color:#dbdbdb;
	overflow:visible;
}
.ms-rteTable-1 td p, .ms-rteTable-1 td p span {
	padding:0;
	margin:0 0 10px 0;
}
.ms-rteTable-1 td a {
	color:#009b94;
	padding:0;
	margin:0;
	text-decoration:none
}
.ms-rteTable-1 td a:hover{
	text-decoration:underline;
}
.ms-rteTable-1 td a:visited {
	color:#009b94;
}
.ms-rteTable-1 td ul
{
	margin-left: 2em;
	padding-left: 0em;
}

