﻿body
{
   font:12px Tahoma;
   margin:0px;
   text-align:center;

   
   }

/*通用超级链接各种样式*/
a:visited{text-decoration: none;color:blue;font:12px Tahoma;}
a:active{text-decoration: none;color:blue;font:12px Tahoma;}
a:hover{text-decoration: none;color:red;font:12px Tahoma;}
a:link{text-decoration: none;color:red;font:12px Tahoma;}



/*通用输入框样式*/
input{border-top-width: 1px; padding-right: 1px; padding-left: 1px; border-left-width: 1px; font-size: 9pt; border-left-color: #cccccc; border-bottom-width: 1px; border-bottom-color: #cccccc; padding-bottom: 1px; border-top-color: #cccccc; padding-top: 1px; height: 18px; border-right-width: 1px; border-right-color: #cccccc; font-family: "宋体"; font-size: 12px}
textarea{border-top-width: 1px; padding-right: 1px; padding-left: 1px; border-left-width: 1px; font-size: 9pt; border-left-color: #cccccc; border-bottom-width: 1px; border-bottom-color: #cccccc; padding-bottom: 1px; border-top-color: #cccccc; padding-top: 1px; height: 200px; border-right-width: 1px; border-right-color: #cccccc; font-family: "宋体"; font-size: 12px}


/*有虚线的表格背景*/
/*备注：用于“我的桌面”部分表格
  用该样式的表格不能设置一下属性,否则字和背景不相符
  border="0" cellspacing="0" cellpadding="0"
*/
.linetbl{
background-image: url(../Images/dashlinebg.gif);
line-height:20px;
}


/*DataGrid样式*/
/*DataGrid属性应设置BorderWidth=0,CellSpacing=1*/
.dgtbl{
	background-color: #f5f5f5;
	font-size:9pt;
}


/*DataGrid页眉*/
.EG_HeaderCSS{
	COLOR: #000000; BACKGROUND-COLOR: #CBE0F5; font-size: 9pt; height:27px;
}

/*DataGrid奇数行*/
.EG_ItemCSS{
	
	BACKGROUND-COLOR: #F6F7FB; font-size: 9pt; height:25px;
}

/*DataGrid偶数行*/
.EG_AlternatingItemCSS{
	BACKGROUND-COLOR: #FFFFEA; height:25px;
}

.title2{
font-weight:bold;
font-size:10.5pt;
}




form {margin:0;}

/* 页面主体框架结构 */
#Main
{
	margin-right:auto;
	margin-left:auto;
	width:780px;
	text-align:center;
	border-bottom-style:none;
}

.fixedHeaderTr 
{
	 POSITION: relative; 
	 TOP: expression(this.offsetParent.scrollTop);
} 

/* 站点导航栏 */
#WebSite
{
	width:780px;
	margin:0 auto;
	height:46px;
	background-image: url(../images/WebSite_Background.gif);	
	float:left;
	background-repeat: repeat-x;
	font-size:93%;
	line-height:normal;
}

#WebSite ul {
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:10px 10px 0;
	list-style:none;
}
#WebSite li {
	float:left;
	background:no-repeat left top;
	margin:0;
	padding:0 0 0 20px;
}
#WebSite a {
	float:left;
	display:block;
	background:no-repeat right top;
	padding:10px 20px 10px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
#WebSite a:hover {
	color:#000;
}
#WebSite #current {
	background-image:url(../images/WebSite_LeftOn.gif);
}
#WebSite #current a {
	background-image:url(../images/WebSite_LeftOn.gif);
	color:#000;
	padding-bottom:10px;
}


/* 主窗体页面（包括登陆框和地图） */
#MainForm
{
	width:780px;
	margin:0 auto;
	height:400px;
	background:#FFFFFF;
}

/* 登陆栏 */
#Login {
	width:365px; /*设定宽度*/
	float:left; /*浮动居左*/
	clear:left; /*不允许右侧存在浮动*/
	overflow:hidden; /*超出宽度部分隐藏*/
}

/* 登陆框 */
#frmLogin
{
	margin-top:2px;
	width:100%;
	height:150px;	
}

/* 搜索栏 */
#frmSerch
{
	margin-top:0px;
	width:100%;
	height:38px;
	border:solid 1px #CCCCCC;
}

/* 注册程序 */
#frmRegister
{
	margin-top:8px;
	width:100%;
	height:130px;
}

/*地图栏*/
#Map {
	width:385px;
	float:right; /*浮动居右*/
	clear:right; /*不允许右侧存在浮动*/
	overflow:hidden;
}

#hnMaps {
	margin-top: 8px;
}


/* 页面中部导航栏 */
#Middle
{
	width:780px; 
	margin:0 auto; 
	height:30px; 
	background:#D9DADC; 
	border-bottom:1px #000000 solid;
}

#Middle table
{
	color: #28678A;
}

/* 内容页面 */
#Content 
{ 
	width: 780px; 
	height: 293px; 
	background: #FFFFFF; 
	border-bottom: 2px solid #2F6F92;
}

/* 底层 */
#Bottom
{
	width: 780px; 
	height: 75px; 
	background: #FFFFFF; 
}



/* 登陆控件 */
.loginFrames
{
	
	 BACKGROUND-REPEAT: no-repeat;
	 height: 150px;
}





/* 学校列表页面 */
#SchoolContent
{
	margin-right:auto;
	margin-left:auto;
	width:780px;
	text-align:center;
	border-bottom: 2px solid #2F6F92;
}

/*  */
#Left {
	width:145px; /*设定宽度*/
	float:right; /*浮动居左*/
	clear:right; /*不允许右侧存在浮动*/
	overflow:hidden; /*超出宽度部分隐藏*/
	background-color: #e6e7e8;
	height: 600px;
}

#Right {
	width:630px;
	float:left; /*浮动居右*/
	clear:left; /*不允许右侧存在浮动*/
	overflow:hidden;
	border:1 ;
	border-color:Black;
}

/*  */
#List {
	float:left; /*浮动居左*/
	clear:left; /*不允许右侧存在浮动*/
	overflow:hidden; /*超出宽度部分隐藏*/
	margin-left:10px; /*距离左边框距离*/
	width: 390px;
	text-align: left;
}

#Radios {
	float:right; /*浮动居右*/
	clear:right; /*不允许右侧存在浮动*/
	overflow:hidden;
	text-align:left;
	width: 203px;
}


#LeftContent {
	float:left; /*浮动居左*/
	clear:left; /*不允许右侧存在浮动*/
	overflow:hidden; /*超出宽度部分隐藏*/
	width: 211px;
	text-align: left;

}

#RightContent {
	float:right; /*浮动居右*/
	clear:right; /*不允许右侧存在浮动*/
	margin-left:20px; /*距离左边框距离*/
	overflow:hidden;
	text-align:left;
	width: 532px;
	
}

INPUT.Textbox 
{ PADDING-RIGHT: 2px;
	 PADDING-LEFT: 2px;
	  PADDING-BOTTOM: 2px; 

	  PADDING-TOP: 2px;
	 Width:102px;
	  Height:22px;
	   FONT-FAMILY: verdana, arial, sans-serif 
	   }



