.DataWebXmlList_Grid_Header
{
background-image :url(Images/DataWebXmlList_Header_Background.gif);
background-position: top;
background-repeat: repeat-x;
height: 25px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

.DataWebXmlList_Grid_Header a:link
{
color: #3B4A5A;
text-decoration : none;
}

.DataWebXmlList_Grid_Header a:hover
{
color: #3B4A5A;
text-decoration : underline;
}

.DataWebXmlList_Grid_Header a:visited
{
color: #3B4A5A;
text-decoration : none;
}

.DataWebXmlList_Grid_Row
{
background-image: url(Images/DataWebXmlList_Grid_Separator_Background.gif);
background-position: bottom;
background-repeat: repeat-x;
background-color: #FFFFFF;
height: 25px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3B4A5A;
}

.DataWebXmlList_Grid_AlternatingRow
{
background-image :url(Images/DataWebXmlList_Grid_Separator_Background.gif);
background-position: bottom;
background-repeat: repeat-x;
background-color: #F2F2F2;
height: 25px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3B4A5A;
}

.DataWebXmlList_Grid_SelectedRow
{
background-image :url(Images/DataWebXmlList_Grid_Separator_Background.gif);
background-position: bottom;
background-repeat: repeat-x;
background-color: #f7f8ff;
height: 25px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3B4A5A;
font-weight: bold;
color: #007DC7;
}
.DataWebXmlList_Grid_Column_Generic
{
padding-left: 6px;
padding-right: 6px;
vertical-align:middle;
}

.DataWebXmlList_Grid_Label_Text
{
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3B4A5A;
font-weight: bold;
}

.DataWebXmlList_Validator_Text
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FF0000;
}

.DataWebXmlList_Button_ItemNew
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #007DC7;
height: 20px;
font-weight: bold;
margin-bottom: 10px;
}

.DataWebXmlList_Button_Save
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #007DC7;
height: 20px;
font-weight: bold;
margin-bottom: 10px;
}

.DataWebXmlList_Button_Cancel
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3B4A5A;
height: 20px;
font-weight: bold;
margin-bottom: 10px;
}

.DataWebXmlList_ModalPopup_Delete
{
width: 400px;
height: 100px;
}

.DataWebXmlList_Icon
{
padding-top:5px;
padding-bottom:5px;
padding-right:2px;
display:inline;
}

.DataWebXmlList_Header
{
background:url(Images/DataWebForm_Header_Background.gif) repeat-x;
}

.DataWebXmlList_Header_Left
{
background:url(Images/DataWebForm_Header_Left.gif) left no-repeat;
}

.DataWebXmlList_Header_Right
{
background:url(Images/DataWebForm_Header_Right.gif) right no-repeat;
}

.DataWebXmlList_Background
{
background-color:#F5F6F7;
}

.DataWebXmlList_Side_Left
{
background:url(Images/DataWebForm_Side_Left.gif) left repeat-y;
}

.DataWebXmlList_Side_Right
{
background:url(Images/DataWebForm_Side_Right.gif) right repeat-y;
}

.DataWebXmlList_Footer
{
background-image:url(Images/DataWebForm_Footer_Background.gif);
background-position:top;
background-repeat:repeat-x;
}

.DataWebXmlList_Footer_Left
{
background:url(Images/DataWebForm_Footer_Left.gif) left no-repeat;
}

.DataWebXmlList_Footer_Right
{
background:url(Images/DataWebForm_Footer_Right.gif) right no-repeat;
}