﻿
.holderWithPadding
{
	float:left;
	clear:both;
	width:99%;
	margin-bottom:5px;
}

.holderWithPaddingContent
{
	float:left;
	clear:both;
	width:99%;
	margin-bottom:5px;
	font-size: .875em;
	line-height: 140%;
}

.holderWithPaddingContentChkList
{
	float:left;
	clear:both;
	width:700px;
	margin-bottom:10px;
	font-size: .875em;
	line-height: 140%;
}
.holderWithPaddingContentWhite
{
	float:left;
	clear:both;
	width:99%;
	margin-bottom:5px;
	font-size: .875em;
	line-height: 140%;
	padding-bottom:5px;
}
.holderWithPaddingContentGray
{
	float:left;
	clear:both;
	width:99%;
	margin-bottom:5px;
	font-size: .875em;
	line-height: 140%;
	background-color:#E5E5E5;
	padding-bottom:5px;
}
.adminDetail
{
    float:left;
	clear:both;
	width:780px;
	margin-bottom:5px;
	margin-right:5px;
	font-size: 0.75em;
	overflow:auto;
	height:550px;
	position:relative;
}
.adminSummary
{
    margin-left:100px;
}
.errorText
{
    color:#ff0000;
    font-weight:bold;
}
.GridHeader
{
    position:relative;
	font-weight:bold ;
	background-color:#DDDDFF;
	word-wrap: break-word;
	/*IE5+ only*/
	top:expression(this.offsetParent.scrollTop-2);
	z-index: 10;

}
th
{
    position:relative;
	font-weight:bold ;
	background-color:#DDDDFF;
	word-wrap: break-word;
	/*IE5+ only*/
	top:expression(this.offsetParent.scrollTop-2);
	z-index: 10;
}
.GridHeaderLocked
{
    position:relative;
	font-weight:bold ;
	background-color:#DDDDFF;
	/*IE5+ only*/
	top:expression(this.offsetParent.scrollTop-2);
	left: expression(this.offsetParent.scrollLeft-2);
	z-index:99;
}
.GridItemLocked
{
	padding:5px;
	background-color: White;
    position:relative;
    /*IE5+ only*/
    left: expression(this.offsetParent.scrollLeft-2);
}
.GridItem
{
	padding:5px;
	word-wrap: break-word;
}
.titleText
{
    font-family:tahoma, verdana, arial, sans-serif;
    font-size: 2em;
    font-weight:lighter
}
.AdminDeatilButtons
{
    display:-moz-inline-block;	
    display:-moz-inline-box;	
    display:inline-block;
    width:300px;
    text-align:right;
}
.FixedWidthSpan
{
    display:-moz-inline-block;	
    display:-moz-inline-box;	
    display:inline-block;
}
.SummaryLeft
{
    width:280px;
    float:left;
    padding-right:20px;
}
.SummaryRight
{
    width:300px;
    float:right;
}
.LinkLikeButton
{
	background-color: transparent;
	background-image:none;
	border-style:none;
	cursor: hand;
	text-decoration: underline;
	overflow:visible; 
	width:auto;
}
.LinkLikePagerButton
{
	background-color: transparent;
	background-image:none;
	border-style:none;
	cursor: hand;
	overflow:visible; 
	width:auto;
}
.LinkLikePagerButtonSelected
{
	background-color: transparent;
	background-image:none;
	border-style:none;
	cursor: hand;
	text-decoration:underline ;
	overflow:visible; 
	width:auto;
	font-weight:bold;
}
.loggedInSpan
{
    font-size:small;
    color:Orange;
    font-weight:bold;
}
.AppQLabel
{
    font-weight:bold;
}
