/*lightweight mode*/
.RadWindow_Metro div.rwTitleBar,
.RadWindow_MetroTouch div.rwTitleBar
{
background-color: #25a0da;
}
/*if you want to remove the sides padding*/
/*.RadWindow.RadWindow_Metro,
.RadWindow.RadWindow_MetroTouch
{
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
}*/
/* if you want all the borders blue */
/*div.RadWindow_Metro,
div.RadWindow_MetroTouch
{
border-color: #25a0da;
background-color: #25a0da;
}*/
/* when Classic form decorator is prsent it adds a white border and changes the font size of h6 elements, avoid that for the Lightweight Radwindow if you cannot move to a Lightweight form decorator as well*/
div.RadWindow h6.rwTitle
{
border-bottom: none;
font-size: inherit;
}