﻿/* Page ABOUT */

.about-head 
{
	background-image: url(Images/Controls/About/aboutBannerBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 33px;
	width: 100%;
} 

.about-head--banner 
{
	border-bottom: 1px Solid Black;
	height: 100%;
	width: 100%;
	background-image: url(Images/Controls/About/aboutBanner.jpg);
	background-repeat: no-repeat;
}

/* Policy Scope Add */

.elementContainer
{
	border: 1px Solid #8FAECD;	
	padding: 5px;
	height: 40px;
	overflow: auto;
	width: 96%; /* FOR IE */
}

/* TableList */

table.tableList 
{
	padding-top: 15px;
	border: 0px Solid;
	width: 100%;
	table-layout: fixed;
}

table.tableList th.tableList
{
	font-family: "MS Sans Serif";
	font-size: 11px;
	font-weight: lighter;

	height: 20px;
	text-align: left;

	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;

	margin-bottom: 5px;

	border-bottom: 5px Solid White;

	height: 1%;

	background: url(Images/Controls/TableList/head_sep.gif) no-repeat bottom right #E5E5E5;
}

table.tableList th.clean 
{
	background: White;
}

table.tableList td.tableList
{
	font-size: 11px;

	text-align: left;

	vertical-align: middle;

	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.tableList .text 
{
	padding-left: 5px;
}

table.tableList tr.tableList 
{
	background: url(Images/Controls/TableList/tr_bg.gif) repeat-x bottom;
}

table.tableList tr.grey 
{
	background-color: #f5f5f5;
}

table.tableList a 
{
	font-weight: bold;
	font-size: 11px;
}

.tableList-spacer
{
	float: left;
	width:5px;
	height:5px;
}

.tableList-scrolling
{
	width: 96%;
}

/* ADMIN User Statistics */

.userStatistics {
	clear: both;
	font-family: Tahoma;
	padding: 10px 0px 0px 0px;
}

.userStatistics .placeHolder {
	background-color: #ffffff;
	padding: 10px;
}

.userStatistics .userStatistics--caption {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 14px;
}


.userStatistics a {
	font-size: 11px;
}

.userStatistics table {
	font-size: 9px;
	border: 0px solid black;
	text-align: left;
}

.userStatistics table td.firstRow {
	padding-top: 4px;
}


.userStatistics table td {
	font-size: 11px;
	padding-right: 10px;
	padding-bottom: 2px;
}

.userStatistics table th {
	border-bottom: 1px solid #c8c9d8;
	padding-right: 10px;
	padding-bottom: 2px;
	font-size: 11px;
	font-weight:bold;
}

/* Table for separating controls */

table td.control
{	
	padding: 2px;
}