﻿.TitleTextDiv
{
    text-align: center;
    width: 100%;
}

.reportDescClass
{
    color: Black;
    font-size: 12px;
}


.TitleClass
{
    font-weight: bold;
    color: Black;
    font-size: 15px;
}

.ContentDiv
{
    text-align: left;
    width: 100%;
}

.ButtonClass
{
    text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../../AT_VenuesImages/btn_bg_public.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 23px;
	width: 188px; 
    border: 0px;
    cursor: pointer;
}

.ButtonClass:hover
{
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../../AT_VenuesImages/btn_bg_over_public.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 23px;
	width: 188px; 
    border: 0px;
    cursor: pointer;
}
.SortButtonClass
{
    text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../../AT_VenuesImages/btn_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	Width: 94px; 
	Height: 23px;
	border: 0px;
}

.SortButtonClass:hover
{
   text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../../AT_VenuesImages/btn_bg_over.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	Width: 94px; 
	Height: 23px;
	border: 0px;
}

.Table_TR
{
    position: relative;
    width: 100%;
}

.Table_TD1
{
    float: left;
}

.Table_TD2
{
    float: left;
}

.Table_NewLiner
{
    clear: both;
}

.ContentLabel
{
    color: Black;
    font-size: 12px;
    font-weight: bold;
}



.SearchButton
{
    color: Black;
    font-size: 12px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.ContentDropDown
{
    color: Black;
    font-size: 12px;
}

.LineSpacing
{
    margin: 10px 0px 0px 0px;
}

.RowCounterDiv
{
    text-align: center;
    width: 40px;
    height: 30px;
    padding: 10px 0px 0px 0px;
    float: left;
    margin: 0px 20px 0px 0px;
    border: solid 1px #CCCACA;
}

.RowCounterLabel
{
    vertical-align: middle;
    color: #555555;
    font-size: 13px;
}

.GridContent
{
    float: left;
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 0px;
    border: solid 1px #CCCACA;
    width: 100%;
}

.Grid_ReportTitle
{
    color: Black;
    font-size: 14px;
    font-weight: bold;
}

.Grid_RightsLabel
{
    color: Gray;
    font-size: 11px;
    margin: 0px 0px 0px 10px;
}

.Grid_RightsLabelContent
{
    color: #131313;
    font-size: 11px;
    margin: 0px 0px 0px 10px;
}

.GridInnerContentLeft
{
    float: left;
    width: 70%;
    white-space: nowrap;
}

.GridContentLabel
{
    color: Gray;
    font-size: 12px;
}

.GridContentText
{
    color: Gray;
    font-size: 12px;
}

.GridContentLineSpacer
{
    margin: 5px 0px 0px 0px;
}

.GridInnerContentRight
{
    float: left;
    width: 10%;
}

.GridLinksDiv
{
}

.GridLinks
{
    color: Black;
    font-size: 11px;
}

.GridLinksInnerDivs
{
    float: left;
}

.SortByDiv
{
    position: relative;
    border: solid 1px #CCCACA;
    background-color: White;
    width: 140px;
    padding: 5px;
    cursor: pointer;
}

.SortDivContentDivStyle
{
    float: left;
}

.SortByContentDivImage
{
    vertical-align: middle;
}

.SortImageDiv
{
    float: right;
}

.SortDivInnerContainer
{
    padding: 5px;
}

.SortSortDivInnerContainerhover
{
    border: solid 1px Gray;
    background-color: #F1F1F1;
    padding: 5px;
}

.SortByLabel
{
    color: Black;
    font-size: 11px;
    vertical-align: middle;
    text-decoration: none;
}

.CurrentSortedBy
{
    color: Black;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
}
.ContentTextBox
{
    color: Black;
    font-size: 12px;
    width: 300px;
    height: 16px;
    font-style: normal;
    border-top: solid 1px #CCCACA;
    border-left: solid 1px #CCCACA;
    border-right: none 0px #CCCACA;
    border-bottom: solid 1px #CCCACA;
}
.ContentTextBoxWaterMark
{
    color: Gray;
    font-size: 12px;
    width: 300px;
    height: 16px;
    font-style: italic;
    border-top: solid 1px #CCCACA;
    border-left: solid 1px #CCCACA;
    border-right: none 0px #CCCACA;
    border-bottom: solid 1px #CCCACA;
}
.MesagePanel
{
    border: 1px solid black;
    position: absolute;
    background: #FFFFFF;
    width: 300px;
    height: 120px;
    left: 50%;
    top: 50%;
    vertical-align: middle;
}
.Messageheader
{
    background-color: #CCCCCC;
    height: 18px;
    padding: 5px;
    border-bottom: solid 1px black;
}
.Messageheadertext
{
    color: Black;
    float: left;
    font-weight: bold;
}
.Pointer
{
    cursor: pointer;
}
.Messagefooter
{
    text-align: center;
    padding-top: 5px;
}
.MessageButton
{
    border: 1px solid #666666;
    font-size: 12px;
    color: Black;
    text-align: center;
    background-color: #8D8D8D;
    cursor: pointer;
}
.popupextender
{
    background-color: Gray;
    filter: alpha(opacity=40);
    opacity: 0.5;
}
.UserMessageDiv
{
    text-align: left;
    background-color: #FFFFCC;
    color: Gray;
    font-size: 11px;
    border: solid 1px #FFCC35;
    padding: 2px;
    float: left;
}
.ReportTitleTextBox
{
    color: Black;
    font-size: 12px;
    vertical-align: middle;
    border-top: solid 1px #CCCACA;
    border-left: solid 1px #CCCACA;
    border-right: solid 1px #CCCACA;
    border-bottom: solid 1px #CCCACA;
    background-color: #F1F1F1;
}
.PagerText
{
    font-size: 8pt;    
}
.pnlPager
{
    padding: 2px;
    width: 93%;
    border: 1px solid #CCCCCC;
}
.divPagerLeft
{
    margin: 0px;
    float: left;
}
.divPagerRight
{
    margin: 0px;
    float: right;
}
.divSearch
{
    color: #000000;
    border-right: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    display: none;
    z-index: 100;
    position: absolute;
    background-color: #efefef;
    width: 300px;
    margin: 0 auto;
    padding: 10px;
}

.divSearch p
{
    font-size: 11px;
    margin-bottom: 5px;
    border-bottom: solid 1px #dedede;
    padding-bottom: 10px;
}
.Searchlabel
{
    font-size: 11px;
    text-align: left;
    width: 100px;
    float: left;
    padding-top: 7px;
}

.SearchTextBox
{
    width: 200px;
    margin: 2px 0 5px 0px;
    color: Black;
    font-size: 12px;
    border: 1px solid #626262;
    vertical-align: middle;
}
.RBS_BuildMainDiv_Default
{
    width: 100%;
    height: 100%;
    z-index: -50;
}

.RBS_BuildMainDiv_Firefox
{
    width: 959px;
    height: 550px;
    z-index: -50;
}

.RBP_Container
{
    height: 148px;
    width: 400px;
    position: relative;
    border: 8px solid #6A6A6A
}
.RBP_TitleDiv
{
    border-top: solid 1px black;
    border-bottom: solid 0px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    height: 25px;
    float: left;
    width: 100%;
}

.RBP_TitleText
{
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    padding: 5px 0px 0px 5px;
}

.RBP_ContentDivContainer
{
    width: 100%;
    background-color: Orange;
    float: left;
    position: relative;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
}

.RBP_IconDiv
{
    width: 20%;
    float: left;
    height: 55%;
    padding-top: 20px;
    padding-left: 20px;
}

.RBP_Content
{
    float: left;
    width: 74%;
    font-size: 12px;
    height: 55%;
    padding-top: 20px;
    overflow: auto;
}

.RBP_buttonsDiv
{
    float: left;
    width: 99%;
    text-align: center;
    clear: both;
    padding-right: 10px;
    height: 25%;
}

.RBP_TopImageDiv
{
    border-width: 0px;
    background-image: url('../../Administrator/ReportBuilder/Controls/images/Top_Slice_Image.png');
    background-repeat: no-repeat;
    height: 0px;
    width: 0px;
    display: none;
}
.RBP_BottomImageDiv
{
    border-width: 0px;
    background-image: url('../../Administrator/ReportBuilder/Controls/images/Bottom_Slice_Image.png');
    background-repeat: no-repeat;
    height: 0px;
    width: 0px;
    display: none;
}
.RBP_LeftImageDiv
{
    border-width: 0px;
    background-image: url('../../Administrator/ReportBuilder/Controls/images/Transparent_Image.png');
    background-repeat: repeat;
    height: 0px;
    width: 0px;
    float: left;
    display: none;
}
.RBP_RightImageDiv
{
    border-width: 0px;
    background-image: url('../../Administrator/ReportBuilder/Controls/images/Transparent_Image.png');
    background-repeat: repeat;
    height: 0px;
    width: 0px;
    float: right;
    display: none;
}
.RBP_MiddleImageDiv
{
    float: left;
    height: 100%;
    width: 400px;
}
.RBP_HeaderDiv
{
    font-size: 11px;
	color: White;
	font-weight: bold;
	background-image: url(../../images/groupHeaderBg.gif);
	border-top: 1px solid #4977B2;
	border-left: 1px solid #4977B2;
	height: 16px;
    width: 100%;
    height: 30px;
    text-align: left;
    background-image: url('../../images/groupHeaderBg.gif');
    background-repeat: repeat;
}
.RBP_HeaderLeftDiv
{
    float: left;
    text-align: left;
    font-size: 14px;
    padding: 4px;
    font-weight: bold;
}
.RBP_HeaderRightDiv
{
    float: right;
    text-align: right;
    font-size: 12px;
    padding: 4px;
}
.RBP_MainDiv
{
    width: 100%;
    height: 118px;
    background-color: White;
}
.RBP_CopyTextoBox
{
    border: 1px solid #CCCCCC;
    width: 200px;
    height: 18px;
}
.RBP_Content table
{
    width: 99%;
    border-top: 1px solid #e5eff8;
    border-right: 1px solid #e5eff8;
   
    
    margin: 1em auto;
    border-collapse: collapse;
}
.RBP_Content caption
{
    color: #000000;
   
    letter-spacing: .1em;
    margin: 1em 0 0 0;
    padding: 0;
    caption-side: top;
    
    caption-side:left;
}
.RBP_Content td
{
    color: #000000;
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
    padding: .3em 1em;
    text-align: center;
}

.RBP_Content th
{
    background: #f4f9fe;
    text-align: center;
    color: #000000;
}


