﻿a.ItemLink
{
	text-decoration: none;
	vertical-align:top;
	color: #3f80b4; 
	cursor: hand;
}

a.ItemLink:hover
{
	text-decoration: underline;
	color: #3f80b4; 
}

.ItemLinkImage
{
	margin-top:2px;
}
/* Span Visibility */
span.visiblenone
{
    display:none;
}
span.visibleblock
{
    display:block;
}
span.prefixcontrol
{
	width: 200px;
	vertical-align: top;
	display: inline-block;
}

span.prefixcontrollarge
{
	width: 300px;
	vertical-align: top;
	display: inline-block;
}

span.contentcontrol
{
	vertical-align: top;
	display: inline-block;
}

span.contentcontrol select
{
	vertical-align: top;
}

span.suffixcontrol
{
	vertical-align: top;
}

span.prefixcontrol_ontop
{
	width: 100px;
	vertical-align: top;
	display: inline-block;
}

span.contentcontrol_ontop
{
	vertical-align: top;
	display: inline-block;
}

span.contentcontrol_toright
{
	margin-left: 4px;
	margin-top: 4px;
	vertical-align: top;
	display: inline-block;
}

input.contentcheckbox
{
}

span.controlHolder
{
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 2px;
}

.radiobuttonlist
{
	display: inline;
}

.NCbutton
{
	font-size: 11px;
	height: 1.8em;
}

.DialogBody
{
	background-color: white;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px;
}

.DialogButtonPanel
{
	text-align: right;
	position: absolute;
	width: 100%;
	height: auto;
	padding-top: 4px;
	margin: 0px;
	border-top: 1px solid #bbbbbb;
}

.Selectable
{
	cursor: hand;
	cursor: pointer
}

.Underline
{
	text-decoration: underline;
}

.ErrorText
{
	color: Red;
}

.AlternateText
{
	color: #222288;
}

.loadingControlDiv
{
	display: none;
	position: absolute; 
	width: 100%; 
	height: 100%;
	z-index: 99;
	background-image: url('images/Loading.gif');
	background-position: center;
	background-repeat: no-repeat;
}

iframe.ContentIframe
{
	width: 100%;
	height: 100%;
}

.PositionBottom
{
	position: absolute; 
	bottom: 0px;
}

.GroupHeaderContainer
{
	display: block;
	height: 20px;
    background-image: url(Images/group_hr.gif); 
	background-repeat: repeat-x;
	background-position: center;
}

.GroupHeaderControlTitle
{
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
	float: left;
	padding-left: 6px;
	padding-right: 10px;
	padding-top: 1px;
	background-color: White;
	color:#777777;
}

.GroupHeaderImage
{
    background-color: White;
	cursor: pointer;
	float: left;	
	margin-top: 2px;
}


.PanelControl
{
	padding-left: 10px;
	padding-top: 4px;
}

.SmallButton
{
	width: 72px;
}

.MediumButton
{
	width: 120px;
}

.LargeButton
{
	width: 170px;
}

.XLargeButton
{
	width: 200px;
}

.BoardHeader
{
	overflow: auto;
	width: 100%;
	height: 100%;
}

.Board
{
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	overflow: auto;
	width: 100%;
	height: 100%;
}

.BoardBottom
{
	border-bottom: 1px solid #b4b4b4;
	width: 100%;
}

.BoardButtons
{
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
}

.Borderless
{
	border: 0;
}

.ButtonsPanel
{
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px solid #dddddd;
}

.ListHeader
{
	font-family: Tahoma;
	font-weight: bold;
	color: white;
	height: 25px;
	text-align: left;
}

.Header
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #626367;
}

img.Info
{
	cursor: hand;
}

.BodyMargins
{
	margin-right: 0;
	margin-top: 0;
	margin-left: 4;
	margin-bottom: 0;
}

.BreadCrumbHolder
{
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 10px;
}

span.ButtonSeparator
{
	width: 10px;
}

.Center
{
	text-align: center;
}

span.initialColor, span.selectedColor
{
	width: 100px;
	height: 30px;
	border: 1px solid black;
}

span.selectedColor
{
	border-top: none;
}

.CompactAccessSelectionIframe
{
	width: 350px;
	height: 44px;
}

.SectionBorderLeft
{
	border-left: 1px solid #bbbbbb;
}

.SectionBorderRight
{
	border-right: 1px solid #bbbbbb;
}

.SectionBorderBottom
{
	border-bottom: 1px solid #bbbbbb;
}

.Toolbar
{
	padding-bottom: 20px;
}

.TemplateFieldPadding
{
    padding: 5px;
}

/* The definitions below consists of a known workaround to a IE ul/li list image bug. Works in all browsers. */
ul.SectionList
{
	line-height: 2em;
	list-style-type: none;
}

ul.SectionList li
{
	padding-left: 25px;
	background: transparent url(Images/Icons/List/BulletedListItem.png) no-repeat;
	background-position: 0 3px;
}

td.SectionImage
{
	width: 3em;
	vertical-align: bottom;
	text-align: center;	
	padding: 1em;
}

.SmallLeftPadding
{
	padding-left:0.5em;
}

.SmallTopPadding
{
	padding-top:0.3em
}

.BigLeftPadding
{
	padding-left:3em;
}

.BigTopPadding
{
	padding-top:2em;
}

.ReportCategorySection
{
	height: 10em;
}

.AlignTop
{
	vertical-align: top;
}

.TopAlign
{
    vertical-align: top;
}

.CellLabel
{
	vertical-align: top;
	margin-top:2px;
	display:inline-block;
}

.SearchBox
{
	background-color: White;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	padding: 10px 10px 10px 10px;
}

.RadTreeView .rtLI
{
   padding-bottom: 0;
   margin-top: 0;
   padding-top:0;
   margin-bottom:0;
   margin:0;
}

.RadTreeView .rtUL .rtUL
{
   padding-bottom: 0;
   margin-top: 0;
   padding-top:0;
   margin-bottom:0;
   margin:0;
}

.RadTreeView .rtBot
{
   padding-bottom: 0 !important;
   margin-top: 0 !important;
   padding-top:0 !important;
   margin-bottom:0 !important;
   margin:0 !important;
}

.RadTreeView .rtMid
{
   padding-bottom: 0 !important;
   margin-top: 0 !important;
   padding-top:0 !important;
   margin-bottom:0 !important;
   margin:0 !important;
}

.RadTreeView .rtLast
{
   padding-bottom: 0; /* prevent double-spacing */
} 


#IframeSection
{
    width: 100%;
}
