﻿.Report .GridView
{

    /*border:1px solid #EFEFEF;*/
}

.Report .GridView div.Pagination-Top,.Report .GridView div.Pagination-Bottom
{
    margin-top:5px;
    border-top: solid 1px #CCCCCC;
        border-bottom: solid 1px #CCCCCC;
}
.Reports .GridView div.Pagination span
{

}
.Reports .GridView div.Pagination a
{
    text-decoration:none;
}
.Reports .GridView div.Pagination a:hover
{

    color:#FF9900;
    text-decoration:none;

}
.Report .GridView table
{
    /*border: solid 1px #CCCCCC;*/

}

.Report .GridView table thead tr th
{

    font-weight: bold;
    border-bottom: solid 1px #CCCCCC;
background:#EFEFEF;
    
}

.Report .GridView table thead tr th a
{

}

.Report .GridView table tbody tr td
{

  
}

.Report .GridView table tbody tr.GridView-Alternate td
{

}

.Report .GridView table tbody tr.GridView-Selected td
{
}

.Report .GridView table tfoot tr td
{
}


.Components {
   width:200px;
   float:left;
}
.Components .GridView{
}

.Components .GridView div.Pagination-Top,.Components .GridView div.Pagination-Bottom{
    margin-top:5px;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}
.Components .GridView div.Pagination span{

}
.Components .GridView div.Pagination a{
    text-decoration:none;
}
.Components .GridView div.Pagination a:hover{
    color:#FF9900;
    text-decoration:none;
}
.Components .GridView table{
   width:200px;
   float:left;
}

.Components .GridView table  a{
    color:#ff9900;
    font-weight:bold;
}
.Components .GridView table  a:hover{
text-decoration:underline;
color:#f4d217;
}

.Components .GridView table thead tr th{
    font-weight: bold;
    border-bottom: solid 1px #CCCCCC;
    background:#EFEFEF;
}

.Components .GridView table thead tr th a{
}

.Components .GridView table tbody tr td{
}

.Components .GridView table tbody tr.GridView-Alternate td{
}

.Components .GridView table tbody tr.GridView-Selected td{
}

.Components .GridView table tfoot tr td{
}



.Settings 
{
    margin-left:20px;
    width:250px;float:left;
        border-bottom: solid 1px #CCCCCC;
    background:#EFEFEF;
    border: solid 1px #CCCCCC;
}

.Settings .DetailsView .DetailsView-Header 
{
}
.Settings .DetailsView .DetailsView-Header p
{

padding:3px;
margin:3px;


}
.Settings .DetailsView .DetailsView-Data  
{


}
.Settings .DetailsView .DetailsView-Data ul,.Settings ul
{
    list-style-type:none;margin:0px 5px 15px 20px;
}
.Settings .DetailsView .DetailsView-Data ul span.fieldlabel,
.Settings ul span.fieldlabel
{
width:100px;display:block;float:left;
}
.Settings .DetailsView .DetailsView-Data ul span.field,
.Settings ul span.field
{
padding-top:3px
}
.Settings .DetailsView .DetailsView-Data ul span.field input,
.Settings ul span.field input
{
padding-top:-3px
}
.Settings .DetailsView .DetailsView-Data ul span.field input,
.Settings .DetailsView .DetailsView-Data ul span.fieldlabel input,
.Settings ul span.field input,
.Settings ul span.fieldlabel input
{
font-size:11px;
}

.Settings .DetailsView .DetailsView-Data ul a,
.Settings ul a
{
    color:#ff9900;
    font-weight:bold;
}

.Settings .DetailsView .DetailsView-Data ul span.fieldlabel a:hover,
.Settings ul span.fieldlabel a:hover
{
text-decoration:underline;
color:#f4d217;
}




