.Grid 
{ 
  border: 1px solid #57566F; 
  border-bottom: 2px solid #57566F; 
  background-color: #FFFFFF;
  cursor: pointer;
  word-break:break-all;
  word-wrap:break-word;
}

.GridHeader
{
  background-color: #407c1a; 
  border-bottom: 1px solid #407c1a; 
  height: 25px;
  padding-left: 3px;
  cursor: default;
  font-size:14px;
  font-weight:900;
}

.GridHeaderText
{
  color: #fff;  
  font-family:Wide Latin;
  font-size:14px;
  margin-bottom:5px;
}

.GridTestText
{
  color: #FF0000;  
  font-family:Wide Latin;
  font-size:14px;
   margin-bottom:10px;
}

/*.GridFooter
{
  cursor: default; 
  padding: 5px;
  vertical-align: bottom;
}

.GridFooterText
{
  color: #000000;  
  font-family: verdana; 
  font-size: 14px;
}
*/

.HeadingRow 
{ 
  background-color: #407c1a; 
  /*background-image: url(../images/grid/header_rowBg.gif);*/
  font-weight:900;
  font-size:14px;
  
}

.HeadingCell 
{ 
  background-image: url(../images/grid/header_bg.gif);   
  background-color: #E9E9EB; 
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 2px;
  font-size:14px;
}

.HeadingCellHover
{ 
  background-image: url(../images/grid/header_hoverBg.gif);   
  background-color: #F6F6F7; 
}

.HeadingCellActive
{ 
  background-image: url(../images/grid/header_activeBg.gif);   
  background-color: #F6F6F7; 
  
}

.HeadingRow td.FirstHeadingCell
{ 
  background-image: url(../images/grid/header_bg.gif); 
}

.HeadingCellText
{
  font-family: verdana; 
  font-size: 14px; 
  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: 14px; 
} 

.SortedDataCell 
{ 
  background-color: #F5F5F5; 
} 


.Row td.LastDataCell 
{ 
  background-color: #EFEFF4; 
} 

.SelectedRow 
{ 
    background-color:#ffe27d;
}

.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: 14px; 
  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: 14px; 
  border-bottom: 2px solid #A5A4BD; 
  padding-top: 10px;
  padding-bottom: 3px;
}

.GroupByCell
{
  cursor: pointer;
}

.GroupByText
{
  color: #FFFFFF; 
  font-size: 14px;   
  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:98%;
  CURSOR: default;
  color:Black;
  margin-right:40px;
  padding-top:10px;
  border: solid 1px #407c1a;
}

#ContentPlaceHolder1_gridUniversity_dom
	{
		overflow-y: visible !important;
	}
	
#ctl00_ContentArea_gridUniversity_dom
	{
		overflow-y: visible !important;
	}


.RowClass
{
  BACKGROUND-COLOR: #ffffff;
  height:25px;
}

.DataCell 
{
  BORDER-LEFT: solid 1px #407c1a;
  BORDER-TOP: solid 1px #407c1a;
  PADDING-LEFT: 0px;
  FONT-SIZE: 14px;
  CURSOR: default;
  FONT-FAMILY: verdana;
}

.AlternatingRowClass 
{
  BACKGROUND-COLOR: #dfffc6;
  height:25px;
}

.HeaderClass 
{
  FONT-WEIGHT: bold;
  FONT-SIZE: 14px;
  FONT-FAMILY: verdana;
  background-color:#407c1a;
 
}

.HeadingCellClass 
{
  PADDING-LEFT: 2px;
  HEIGHT: 25px;
 
}

.HeadingTextClass 
{
  PADDING-LEFT: 0px;
  FONT-WEIGHT: 900;
  FONT-SIZE: 14px;
  FONT-FAMILY: verdana;
  WHITE-SPACE: nowrap;
}

.HeadingRowClass 
{
  BACKGROUND: url("images/grid/title_back.PNG");
  margin-top:10px;
}

.SelectorCell 
{
  BORDER-RIGHT: 0px;
  BORDER-TOP: 0px;
  BORDER-LEFT: 0px;
  BORDER-BOTTOM: 0px;
  HEIGHT: 25px
}

.SelectedRowClass 
{
  BORDER-RIGHT: #040484 1px solid;
  BORDER-TOP: #040484 1px solid;
  BORDER-LEFT: #040484 1px solid;
  BORDER-BOTTOM: #040484 1px solid;
  BACKGROUND-COLOR: #fbfb6e;
  height:25px;
}
td div a{color:#3a740e;text-decoration:none; font-weight:900; font-size:14px;}/*列表大学名称字体颜色*/
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: 25px
}

.GridFooter
{
  cursor: default; 
  padding: 5px;
  vertical-align: bottom;
  background-color: #407c1a;/*大学列表Footer颜色*/
}
.GridFooter a{color:#ff0000}

.GridFooterText
{
  color: #fff;
  font-family: verdana; 
  font-size: 14px;
}

/*************************************/
.MultiPage
{
    width:90%;
}