﻿.infoPanel
{
	padding: 5px 10px 5px 10px;
}

/* 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 */
	background-color: White;
}

/* TableList */

.table-noitems
{
	padding-top: 20px; 
	padding-bottom: 20px; 
	text-align: center;
}


table.tableList 
{
	padding-top: 15px;
	width: 100%;	
}

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: 0px;

	height: 21px;
	background-image: url(Images/Controls/TableList/tableFieldBG.png);
	background-repeat:repeat-x;
	
}
table.tableList td.checkboxContainer
,table.tableList th.checkboxContainer
{
	width:30px!important;
	padding:0 0 0 10px ;
	vertical-align:middle;
}
table.tableList td
{
	font-size: 11px;

	text-align: left;

	vertical-align: middle;

	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 6px;
}
table.tableList td.tableList
{
	background-color:#FFFFFF;
}
table.tableList tr.tableListAlternate td
{
	background-color:#F2F8FF;
}
table.tableList .text 
{
	padding-left: 5px;
}

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;
	width:732px;
}

.userStatistics .placeHolder {
	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;
}

.listDot
{
	background: url(Images/listDot.gif) no-repeat top left;
	width: 4px;
	height: 4px;
}

/*refresh button */
div.refreshButton
{
	background-image: url(Images/Controls/RefreshButton/buttonRefresh.gif);
	width:21px;
	height:21px;
	
}
div.refreshButtonHover
{
	background-image: url(Images/Controls/RefreshButton/buttonRefresh_hover.gif);
	width:21px;
	height:21px;
	cursor: pointer;
}
