.Grid 
{ 
  border: 1px solid #57566F; 
  border-bottom: 2px solid #57566F; 
  background-color: #FFFFFF;
  cursor: pointer;
}

.GridHeader
{
  background-image: url(images/grid_headerBg.gif); 
  background-color: #8988A5; 
  border-bottom: 1px solid #57566F; 
  height: 28px;
  padding-left: 3px;
  cursor: default; 
}

.GridHeaderText
{
  color: #FFFFFF;  
  font-family:Wide Latin;
  font-size:10px;
}

.GridFooter
{
  cursor: default; 
  padding: 5px;
  vertical-align: bottom;
}

.GridFooterText
{
  color: #000000;  
  font-family: verdana; 
  font-size: 11px;
}

.HeadingRow 
{ 
  background-color: #E9E9EB; 
  background-image: url(images/header_rowBg.gif);   
}

.HeadingCell 
{ 
  background-image: url(images/header_bg.gif);   
  background-color: #E9E9EB; 
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 2px; 
}

.HeadingCellHover
{ 
  background-image: url(images/header_hoverBg.gif);   
  background-color: #F6F6F7; 
}

.HeadingCellActive
{ 
  background-image: url(images/header_activeBg.gif);   
  background-color: #F6F6F7; 
  
}

.HeadingRow td.FirstHeadingCell
{ 
  background-image: url(images/header_bg.gif); 
}

.HeadingCellText
{
  font-family: verdana; 
  font-size: 30px; 
  font-weight: bold; 
  text-align: left;
  padding-top: 3px;
  padding-bottom: 5px;
}

.Row 
{ 
  background-color: #FFFFFF; 
  cursor: default;
}

.Row td.DataCell 
{ 
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 1px; 
  border-bottom: 1px solid #EAE9E1; 
  font-family: verdana; 
  font-size: 20px; 
} 

.SortedDataCell 
{ 
  background-color: #F5F5F5; 
} 


.Row td.LastDataCell 
{ 
  background-color: #EFEFF4; 
} 

.SelectedRow 
{ 
}

.SelectedRow td.DataCell 
{ 
  background-color: #FFEEC2; 
  padding: 2px; 
  padding-left: 3px; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  font-family: verdana; 
  font-style:italic;
  font-size: 20px; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
}

.SelectedRow td.FirstDataCell 
{ 
  background-color: #FFEEC2; 
  border-left: 1px solid #4B4B6F; 
  border-right: 0px; 
  padding-left: 2px; 
  padding-right: 3px; 
}

.SelectedRow td.LastDataCell 
{ 
  background-color: #FFEEC2; 
  border-right: 1px solid #4B4B6F; 
}

.GroupHeading
{
  color: #706F91; 
  background-color: #FFFFFF; 
  font-family: verdana; 
  font-weight: bold;
  font-size: 11px; 
  border-bottom: 2px solid #A5A4BD; 
  padding-top: 10px;
  padding-bottom: 3px;
}

.GroupByCell
{
  cursor: pointer;
}

.GroupByText
{
  color: #FFFFFF; 
  font-size: 11px;   
  font-weight: bold; 
  padding-right: 5px;
}


.SliderPopup
{
  background-color: #FFF4D7; 
  border: 1px solid #4B4B6F; 
  border-top-color: #9495A2; 
  border-left-color: #9495A2; 
  width: 288px;
  height: 60px;
}

.GridClass
{width:100%;
  CURSOR: default;
  border: solid 1px #0071b5;
}
#ctl00_ctl00_ContentPlaceHolderMainContent_ContentArea_gridUniversity_dom
	{
		overflow-y: visible !important;
	}
	
#ctl00_ContentArea_gridUniversity_dom
	{
		overflow-y: visible !important;
	}


.RowClass
{
  BACKGROUND-COLOR: #ffffff
}

.DataCell 
{
  BORDER-LEFT: solid 1px #0071b5;
  BORDER-TOP: solid 1px #0071b5;
  PADDING-LEFT: 2px;
  FONT-SIZE: 12px;
  CURSOR: default;
  FONT-FAMILY: verdana;
}

.AlternatingRowClass 
{
  BACKGROUND-COLOR: #EAF3FB;
}

.HeaderClass 
{
  FONT-WEIGHT: bold;
  FONT-SIZE: 10px;
  FONT-FAMILY: verdana
}

.HeadingCellClass 
{
  PADDING-LEFT: 2px;
  HEIGHT: 20px;
}

.HeadingTextClass 
{
  PADDING-LEFT: 0px;
  FONT-WEIGHT: bold;
  FONT-SIZE: 12px;
  FONT-FAMILY: verdana;
  WHITE-SPACE: nowrap;
}

.HeadingRowClass 
{
  BACKGROUND: url("images/title_back.PNG");
}

.SelectorCell 
{
  BORDER-RIGHT: 0px;
  BORDER-TOP: 0px;
  BORDER-LEFT: 0px;
  BORDER-BOTTOM: 0px;
  HEIGHT: 20px
}

.SelectedRowClass 
{
  BORDER-RIGHT: #040484 1px solid;
  BORDER-TOP: #040484 1px solid;
  BORDER-LEFT: #040484 1px solid;
  BORDER-BOTTOM: #040484 1px solid;
  BACKGROUND-COLOR: #bee1ff;
}
td div a{color:#0071b5;text-decoration:none;}/*列表大学名称字体颜色*/
td div a:hover{text-decoration:underline;}
.GridFooter table td{padding:5px;}
.SelectedRowClass TD.DataCell 

{
  BORDER-RIGHT: #DEDEEF 1px solid
}

.IndentCell 
{
  BORDER-RIGHT: 0px;
  /*BACKGROUND: #EBF8E7;*/
  HEIGHT: 20px
}

.GridFooter
{
  cursor: default; 
  padding: 5px;
  vertical-align: bottom;
  background-color: #0071b5;/*大学列表Footer颜色*/
}
.GridFooter a{color:White}

.GridFooterText
{
  color: #000000;
  font-family: verdana; 
  font-size: 11px;
}

/*************************************/
