.TreeView 
{ 
  padding-top:4px; 
  padding-left:1px; 
  border: #7C7C94 1px solid; 
  cursor:default; 
}

.TreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding:2px 3px;
}

.GrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding:2px 3px;
  
  color:gray; 
  cursor:default;
}

.HoverTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  text-decoration:underline; 
  padding:2px 3px;
  cursor: default; 
}

.SelectedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  background-color: gray; 
  color:white; 
  padding:2px 3px;
  cursor: default; 
}

.NodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 11px;
}
.Grid 
{ 
  border: 1px solid #7C7C94; 
  cursor: pointer; 
}

.HeadingRow 
{ 
  background-color: #E2E2E2; 
}

.HeadingCell 
{ 
  background-color: #E2E2E2; 
  border: 1px solid #FFFFFF; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
  padding: 3px;
}

.HeadingCellText
{
  font-family: verdana; 
  font-size: 10px; 
  font-weight: bold; 
  text-align: left;
}

.DataRow 
{ 
  background-color: #FFFFFF; 
}

.DataCell 
{ 
  cursor: default;
  padding: 3px; 
  border-right: 1px solid #EAE9E1; 
  border-bottom: 1px solid #EAE9E1; 
  font-family: verdana; 
  font-size: 10px; 
} 

.DataRow td.FirstDataCell 
{ 
  padding-left: 3px; 
} 

.SelectedRow 
{ 
  background-color: #FFEEC2; 
}

.SelectedRow td.DataCell 
{ 
  cursor: default; 
  padding: 2px; 
  padding-left: 3px; 
  padding-bottom: 3px; 
  font-family: verdana; 
  font-size: 10px; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
}

.SelectorCell 
{ 
  background-color: #E2E2E2; 
  border: 1px solid #FFFFFF; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
}

.GridFooter
{
  cursor: default;
  padding:5px;
  vertical-align: bottom;
}

.GridFooter a 
{
  color: Black;
  font-weight: bold;
}


.PagerText
{ 
  font-family: verdana; 
  font-size: 11px; 
} 


/* snap */

.SnapHeader
{
  color: #ffffff; 
  background-color: #000; /*#6699CC; */ 
  font-family: Tahoma; 
  font-weight: bold; 
  font-size: 12px; 
  padding-top: 2px;
  padding-left: 5px; 
}

.SnapContent
{
  font-family: verdana;
  font-size: 11px;
  padding: 3px;
  border:  #000 /*#4284b5 */ 1px solid;
  background-color: white;
  cursor:default;
}

.Dock
{
  padding:5px;
  border:#AFAFAF 1px solid; 
  background-color:#D1D1D1;
}

.Links
{
  color:Black;
  font-size:11px;
}





.DMDVFooter
{
  background-color: #fff;
  border: 1px solid #FFFFFF;
  border-color: #B5B5B5;
  font-weight: normal;
  font-size: 10px;
  color: #698b69;
  font-family: Tahoma;
  padding: 1px;
}
.DMDVFooterActivePage
{
  background-color: #d3d3d3;
  border: 1px solid #a9a9a9;
  font-weight: bold;
  font-size: 10px;
  color: #698b69;
  font-family: Tahoma;
}
.DMDVFooterLinkPage
{
  background-color: #d3d3d3;
  border: 1px  #a9a9a9;
  font-weight: bold;
  font-size: 10px;
  color: black;
  font-family: Tahoma;
}
.DMDVFooterTitle
{
  background-color: #fff;
  border: 1px  #a9a9a9;
  font-weight: normal;
  font-size: 10px;
  color: #a9a9a9;
  font-family: Tahoma;
}
#cb-sv-store-header{
    padding-bottom:10px;
    float:left;
    display:block;
    width:100%;
   
}
#cb-sv-edit-action{
    margin:0 0 10px 0;
    height:15px;
    
}
.cb-sv-store-header-left{
width:50%;
float:left;
display:block;

}
.cb-sv-store-header-right{
    float:right;
    width:50%;
    display:block;
    line-height:25px;
}
#cb-sv-store-body{
    float:left;
   }
.art-title, span.art-title{
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
}

#dm-related-block {
    padding: 25px 0;
}
#dm-related-block img {
    margin-top: 25px;
}
.read-more,span.read-more {
    float: right;
}
#dm-related-heading {
    border-top: 2px solid #666;
    padding-top:25px;
    width: 100%;
}
.dm-related-heading {
    font-size: 30px;
    font-weight: bold;
    color: #852483;
    text-align: center;
}