/* tables */
table.tablesorter {
	font-family: Arial, Sans-serif;
	/*margin:10px 0pt 15px;*/
	margin:0px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	cell-spacing: 0px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	font-family: arial,helvetica,sans-serif;
	background-color: #EEEEEE;
	/*border: 1px solid #FFF;*/
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	font-size: 12px;
	padding: 4px;
}

table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}


table.tablesorter tbody td {
	font-family: arial,helvetica,sans-serif;
	color: #black;
	padding: 4px;
	background-color: #FFFFFF;
	font-size: 12px;
	vertical-align: top;
	border-bottom: 1px solid #BBBBBB;
}

table.tablesorter tbody tr.odd td {
	background-color:#F9F9F9;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

table.tablesorter tbody tr td a {
	color: #1B6ABA;
	font-weight: normal;
}

/* Remove the border from the top row. */
table.tablesorter tbody tr:first-child td { /*border-left: 1px solid red;*/  }
 
/* Remove the border from the left column. */
table.tablesorter tbody tr td:first-child { 
	/*border-left: 1px solid red;*/ 
	color: #1B6ABA;
}



table.tablesorter tbody tr.hover_yes td {
	background-color: #8888FF;
	text-decoration: none;
	color: white;
}

table.tablesorter tbody tr.hover_no td  {
	background-color: #ffffff;
	text-decoration: none;
	color: #3D3D3D;
}

/* OLD TABLESORTER FORMAT
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
*/

/* tables */
table.keywordsorter {
	font-family: Arial, Sans-serif;
	/*margin:10px 0pt 15px;*/
	margin:0px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	cell-spacing: 0px;
}
table.keywordsorter thead tr th, table.keywordsorter tfoot tr th {
	font-family: arial,helvetica,sans-serif;
	background-color: #EEEEEE;
	/*border: 1px solid #FFF;*/
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	font-size: 12px;
	padding: 5px 5px 5px 10px;
}

table.keywordsorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}


table.keywordsorter tbody td {
	font-family: arial,helvetica,sans-serif;
	color: #black;
	padding: 2px 0px 0px 10px;
	background-color: #FFFFFF;
	font-size: 12px;
	vertical-align: top;
	border-bottom: 1px solid #BBBBBB;
	text-align: left;
}

table.keywordsorter tbody tr.odd td {
	background-color:#F9F9F9;
}
table.keywordsorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.keywordsorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.keywordsorter thead tr .headerSortDown, table.keywordsorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

table.keywordsorter tbody tr td a {
	color: #1B6ABA;
	font-weight: normal;
}

/* Remove the border from the top row. */
table.keywordsorter tbody tr:first-child td { /*border-left: 1px solid red;*/  }
 
/* Remove the border from the left column. */
table.keywordsorter tbody tr td:first-child { 
	/*border-left: 1px solid red;*/ 
	color: #1B6ABA;
	text-align: left;
}



table.keywordsorter tbody tr.hover_yes td {
	background-color: #8888FF;
	text-decoration: none;
	color: white;
}

table.keywordsorter tbody tr.hover_no td  {
	background-color: #ffffff;
	text-decoration: none;
	color: #3D3D3D;
}

/* tables */
table.socialMedia {
	font-family: Arial, Sans-serif;
	/*margin:10px 0pt 15px;*/
	margin:0px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	cell-spacing: 0px;
}
table.socialMedia thead tr th, table.socialMedia tfoot tr th {
	font-family: "HelveticaNeue-Light",Helvetica,Arial,sans-serif;
	background-color: #EEEEEE;
	/*border: 1px solid #FFF;*/
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	font-size: 12px;
	padding: 5px;
}

table.socialMedia thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}


table.socialMedia tbody td {
	font-family: arial,helvetica,sans-serif;
	color: #black;
	padding: 2px;
	background-color: #FFFFFF;
	font-size: 12px;
	vertical-align: middle;
	border-bottom: 1px solid #BBBBBB;
	height:31px;
}

table.socialMedia tbody tr.odd td {
	background-color:#F9F9F9;
}
table.socialMedia thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.socialMedia thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.socialMedia thead tr .headerSortDown, table.socialMedia thead tr .headerSortUp {
	background-color: #8dbdd8;
}

table.socialMedia tbody tr td a {
	color: #1B6ABA;
	font-weight: normal;
}

/* Remove the border from the top row. */
table.socialMedia tbody tr:first-child td { /*border-left: 1px solid red; */ 
}
 
/* Remove the border from the left column. */
table.socialMedia tbody tr td:first-child { 
	/*border-left: 1px solid red;*/ 
	color: #1B6ABA;
	/*background-image: url(../img/sm_img/news2.png);*/
	/*	background-image: url(bg.gif);*/ 
	background-repeat: no-repeat;
	background-position: center left;
	/*padding-left: 45px;*/

}



table.socialMedia tbody tr.hover_yes td {
	background-color: #8888FF;
	text-decoration: none;
	color: white;
}

table.socialMedia tbody tr.hover_no td  {
	background-color: #ffffff;
	text-decoration: none;
	color: #3D3D3D;
}



/* tables */
table.updatestable {
	font-family: Arial, Sans-serif;
	/*margin:10px 0pt 15px;*/
	margin:0px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	cell-spacing: 0px;
}
table.updatestable thead tr th, table.updatestable tfoot tr th {
	font-family: arial,helvetica,sans-serif;
	background-color: #EEEEEE;
	/*border: 1px solid #FFF;*/
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	font-size: 12px;
	padding: 4px 4px 4px 4px;
}

table.updatestable thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}


table.updatestable tbody td {
	font-family: arial,helvetica,sans-serif;
	color: #black;
	padding: 4px 4px 4px 4px;
	background-color: #FFFFFF;
	font-size: 12px;
	vertical-align: top;
	border-bottom: 1px solid #BBBBBB;
}

table.updatestable tbody tr.odd td {
	background-color:#F9F9F9;
}
table.updatestable thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.updatestable thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.updatestable thead tr .headerSortDown, table.updatestable thead tr .headerSortUp {
	background-color: #8dbdd8;
}

table.updatestable tbody tr td a {
	color: #1B6ABA;
	font-weight: normal;
}

/* Remove the border from the top row. */
table.updatestable tbody tr:first-child td { /*border-left: 1px solid red;*/  }
 
/* Remove the border from the left column. */
table.updatestable tbody tr td:first-child { 
	/*border-left: 1px solid red;*/ 
	/*color: #1B6ABA;*/
}



table.updatestable tbody tr.hover_yes td {
	background-color: #8888FF;
	text-decoration: none;
	color: white;
}

table.updatestable tbody tr.hover_no td  {
	background-color: #ffffff;
	text-decoration: none;
	color: #3D3D3D;
}


/* tables */
table.seoxraytable {
	font-family: Arial, Sans-serif;
	/*margin:10px 0pt 15px;*/
	margin:0px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	cell-spacing: 0px;
}
table.seoxraytable thead tr th, table.seoxraytable tfoot tr th {
	font-family: arial,helvetica,sans-serif;
	background-color: #EEEEEE;
	/*border: 1px solid #FFF;*/
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	font-size: 12px;
	padding: 4px 4px 4px 4px;
}

table.seoxraytable thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}


table.seoxraytable tbody td {
	font-family: arial,helvetica,sans-serif;
	color: #black;
	padding: 4px 4px 4px 4px;
	background-color: #FFFFFF;
	font-size: 12px;
	vertical-align: top;
	border-bottom: 1px solid #BBBBBB;
}

table.seoxraytable tbody tr.odd td {
	background-color:#F9F9F9;
}
table.seoxraytable thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.seoxraytable thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.seoxraytable thead tr .headerSortDown, table.updatestable thead tr .headerSortUp {
	background-color: #8dbdd8;
}

table.seoxraytable tbody tr td a {
	/*color: #1B6ABA;*/
	font-weight: normal;
	font-size: 12px;
	color: #black;
}

/* Remove the border from the top row. */
table.seoxraytable tbody tr:first-child td { /*border-left: 1px solid red;*/  }
 
/* Remove the border from the left column. */
table.seoxraytable tbody tr td:first-child { 
	/*border-left: 1px solid red;*/ 
	/*color: #1B6ABA;*/
}



table.seoxraytable tbody tr.hover_yes td {
	background-color: #8888FF;
	text-decoration: none;
	color: white;
}

table.seoxraytable tbody tr.hover_no td  {
	background-color: #ffffff;
	text-decoration: none;
	color: #3D3D3D;
}


/*tablesorter hover */

table.tablesorterhover {
	font-family: Arial, Sans-serif;
	/*margin:10px 0pt 15px;*/
	margin:0px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	cell-spacing: 0px;
}
table.tablesorterhover thead tr th, table.tablesorterhover tfoot tr th {
	font-family: arial,helvetica,sans-serif;
	background-color: #EEEEEE;
	/*border: 1px solid #FFF;*/
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	font-size: 12px;
	padding: 4px;
}

table.tablesorterhover thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}


table.tablesorterhover tbody td {
	font-family: arial,helvetica,sans-serif;
	color: #black;
	padding: 4px;
	background-color: #FFFFFF;
	font-size: 12px;
	vertical-align: top;
	border-bottom: 1px solid #BBBBBB;
}

table.tablesorterhover tbody tr.odd td {
	background-color:#F9F9F9;
}
table.tablesorterhover thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorterhover thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorterhover thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

table.tablesorterhover tbody tr td a {
	color: #1B6ABA;
	font-weight: normal;
}

/* Remove the border from the top row. */
table.tablesorterhover tbody tr:first-child td { /*border-left: 1px solid red;*/  }
 
/* Remove the border from the left column. */
table.tablesorterhover tbody tr td:first-child { 
	/*border-left: 1px solid red;*/ 
	color: #1B6ABA;
}



table.tablesorterhover tbody tr.hover_yes td {
	background-color: #8888FF;
	text-decoration: none;
	color: white;
}

table.tablesorterhover tbody tr.hover_no td  {
	background-color: #ffffff;
	text-decoration: none;
	color: #3D3D3D;
}

table.tablesorterhover tbody tr:hover td {
	background-color: #8888FF;
	text-decoration: none;
	color: white;
}


table.tablesorterhover tbody tr.selectedrow td {
	background-color: #8888FF;
	text-decoration: none;
	color: white;
}

.tablehovercolor {
		background-color: #8888FF;
	}

.cleartablerow {
	background-color: #FFFFFF;
}
