﻿.roundedcornerpanel_table
{
  font-family: 'Trebuchet MS', Tahoma, Helvetica, Verdana, Arial, 'Times New Roman', 'MS SansSerif', sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.roundedcornerpanel_table_row_top
{
  height: 28px;
  cursor: default;
}
.roundedcornerpanel_table_row_top_cell_left
{
  background-image: url('../Images/RoundedCornerPanel/top_left.png');
  background-repeat: no-repeat;
  width: 20px;
  height: 28px;
}
.roundedcornerpanel_table_row_top_cell_center
{ /* RoundedCornerPanel HeaderText Style */
  font-size: 16px;
  font-weight: bold;
  background-image: url('../Images/RoundedCornerPanel/top.png');
  background-repeat: repeat-x;
  color: #4f6b72;
  height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.roundedcornerpanel_table_row_top_cell_right
{
  background-image: url('../Images/RoundedCornerPanel/top_right.png');
  background-repeat: no-repeat;
  width: 20px;
  height: 28px;
}

.roundedcornerpanel_table_row_center
{
}
.roundedcornerpanel_table_row_center_cell_left
{
  background: #F5F5F5 url('../Images/RoundedCornerPanel/left.png') repeat-y;
}
.roundedcornerpanel_table_row_center_cell_center
{ /* RoundedCornerPanel Content Style */
  background-color: #F5F5F5;
  padding: 10px 0px 0px 0px;
}
.roundedcornerpanel_table_row_center_cell_right
{
  background: #F5F5F5 url('../Images/RoundedCornerPanel/right.png') repeat-y;
}

.roundedcornerpanel_table_row_bottom
{
  height: 10px;
}
.roundedcornerpanel_table_row_bottom_cell_left
{
  background-image: url('../Images/RoundedCornerPanel/bottom_left.png');
  background-repeat: no-repeat;
  height: 10px;
}
.roundedcornerpanel_table_row_bottom_cell_center
{
  background: #F5F5F5 url('../Images/RoundedCornerPanel/bottom.png') repeat-x;
  height: 10px;
}
.roundedcornerpanel_table_row_bottom_cell_right
{
  background-image: url('../Images/RoundedCornerPanel/bottom_right.png');
  background-repeat: no-repeat;
  height: 10px;
}
