body {
	font-size: 12px;
	line-height: 150%;
	margin:0px;
	cursor: url('images/mouse.cur'),auto;
	background-color: #CCCCCC;
	background-image: url(images/bodyBg.gif);
	text-align:center;
}
td {
	font-size: 12px;
	line-height: 150%;
}
.myInput {
	color: #990000;
	font-size: 12px;
	line-height: 150%;
	background-color: #FFEBE6;
	border: 1px solid #990000;
}
.myButton {
	background-color: #FFDFDF;
	font-size: 12px;
	border-top: 1px outset #FFE8E8;
	border-right: 1px outset #990000;
	border-bottom: 1px outset #990000;
	border-left: 1px outset #FFE8E8;
	vertical-align: bottom;
	height: 20px; 
	padding:1px 2px;
}
.bottomline {
	border-bottom: 1px dashed #990000;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	cursor: url(images/mouseOver.cur),auto;	
}
a:visited {
	color: #000000;
	text-decoration: none;
}
.photo-roundline {
	border: 1px solid #000000;
	background-color: #D7EBFF;
}
.photo-roundline-HeightWidth {
	border: 1px solid #000000;
	background-color: #D7EBFF;
	height: 120px;
	width: 160px;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.red:link {
	color: #CC6666;
	text-decoration: none;
}
a.red:hover {
	color: #CC0033;
	text-decoration: underline;
}
a.red:visited {
	color: #CC6666;
	text-decoration: none;
}
.font-14px {
	font-size: 14px;
	line-height: 150%;
}
.input-disabled {
	background-color: #F4CECE;
	border: 1px dashed #000000;
}
/*----------------------------------网页Header--------------------------------*/
#header{
	width:760px;
	margin:0 auto;
}
#addFav{
	height:20px;
	text-align:right;
	background-color:#B61F1F;
	color:#FFFFFF;
}
#addFav a:link{color: #FFFFFF;} /* li 之内的链接属性*/
#addFav a:hover{color: #FFFFFF;background-color:green;;}
#addFav a:visited{color: #FFFFFF;}
#Logo{
	width:760px;
	height:130px;
	float:left;
	background:url(images/left_banner.gif) no-repeat; /*加个图片，左对齐，垂直居上*/
}
#Banner{
	width:510px;
	height:84px;
	float:right;
	display:none; /*暂时不用，不显示*/
}
#Banner img{
	vertical-align:middle;
	margin:10px;
}
/*-----------------切换样式的下拉菜单--------------------------------*/
#skinMenu_child
{
  width: 160px; /*下拉菜单宽度*/
  text-align:left; /*文字左对齐*/
  background-color:#CD5555; /*下拉菜单背景色*/
  border-width:1px 1px 0px 1px;
  border-color:#EFC0C0;
  border-style:solid; 
}
#skinMenu_child ul {list-style:none;margin:0px;padding:0px} /*外边距0px，沾满div*/
#skinMenu_child ul li{border-bottom:1px solid #EFC0C0} /*每行的下边框*/
#skinMenu_child ul li a{width:100%;padding:1px 2px 1px 6px} /* 内部链接沾满每行，以便动态变更背景色*/
#skinMenu_child ul li a:link{color: #eee;} /* li 之内的链接属性*/
#skinMenu_child ul li a:hover{color: #000;background-color:#EFC0C0;}
#skinMenu_child ul li a:visited{color: #fff;}
/*----------------------------------顶部横排菜单--------------------------------*/
#menu {width:760px;height:25px;margin:0 auto;background-color:#B61F1F;clear:both;}
#menu ul {list-style:none;margin:0px 2px;float:right;} /*左右外边距2px，右对齐*/
#menu ul li {float:left;margin:0 4px;color:#FFFFFF;padding:3px 0px} /* 左右间距4px，上下内边距3px*/
#menu ul li a:link{color: #FFFFFF;} /* li 之内的链接属性*/
#menu ul li a:hover{color: #FFFFFF;background-color:green;}
#menu ul li a:visited{color: #FFFFFF;}
/*----------------------------------当前位置+在线用户--------------------*/
#locationArea{
	width:760px;
	height:22px;
	margin:0 auto;
	text-align:left;
	background-color:#FBF0F0;
	border-bottom:1px solid #990000;
	vertical-align:middle;
	line-height:22px;
}
/*共三个块：当前位置，在线用户，小图片*/
#locationBlock{
	width:490px;
	height:100%;
	float:left;
}
#onlineUserBlock{
	width:220px;
	height:100%;
	float:left;
}
#otherBlock{
	width:50px;
	height:100%;
	float:left;
}
#otherBlock A{ /* 显示隐藏功能菜单*/
	width:100%;height:100%;
	background:url(images/show-hide.gif) no-repeat left center;
	padding-left:15px;
}
/*在线用户滚动区*/
#onlineUser{
	width:180px;
	height:100%;
}
/*----------------------------------内容区-------------------------------*/
#mainArea {
	width:760px;
	background-color:white;
	margin:0 auto;
	clear:both;
}
/* 左侧功能菜单区 */
#functionArea {
	float:left; /*浮动居左*/
	clear:left; /*不允喧左侧存在浮动*/
	overflow:hidden;
	margin:1px; /* 四周外边距1px*/
	width:180px;
	border-right: 1px solid #990000;
}
/* 右侧主要内容区*/
#contentArea {
	float:right; /*浮动居右*/
	clear:right; /*不允许右侧存在浮动*/
	width:574;
	margin:5px 1px 1px 1px; /*外边距，上右下左*/
	overflow:hidden;
	text-align:left;
	/*border:1px solid green;*/
}
/*----------------------------------底部版权区-------------------------------*/
#footArea {
	width:760px;
	background:#B61F1F;
	margin:0 auto; /* 居中 */
	clear:both /*清除浮动，否则浮动的不占位置，该区跑到上面去了。*/
}
#footLogo {
	float:right;
	width:500px;
	height:65px;
	background:url(images/footLog.gif) no-repeat right;
}
#runTime {
	clear:both;
	text-align:center;
	color:#FFFFFF;
	font-family:Verdana; 
}
/*----------------------------------首页每个显示内容块-------------------------------*/
/* 最新公告 */
#newAffiche {
	float:left; /*浮动居左*/
	width:74%;
	background:url(images/gonggao.gif) no-repeat left top; /*加个图片，左对齐，垂直居上*/
	padding:40px 1px 1px 1px;  /*上内边距40px*/
}
/* 过生日同学 */
#birthdayArea {
	float:right; /*浮动居右*/
	width:25%;
	background:url(images/birthday.gif) no-repeat left top; /*加个图片，左对齐，垂直居上*/
	padding:35px 1px 1px 1px;  /*上内边距35px*/
}
/* 待批准同学 */
#joinStudent {
	width:100%;
	clear:left; /*不允许左侧有浮动内容*/
}
/* 最新文章 */
#newArticle {
	float:left; /*浮动居左*/
	width:74%;
	background:url(images/newArticle.gif) no-repeat left top; /*加个图片，左对齐，垂直居上*/
	padding:40px 1px 1px 1px;  /*上内边距40px*/
}
/* 留言排行 */
#msgCount {
	float:right; /*浮动居右*/
	width:25%;
	background:url(images/msgCount.gif) no-repeat left top; /*加个图片，左对齐，垂直居上*/
	padding:35px 1px 1px 1px;  /*上内边距35px*/
}
/* 最新照片 */
#newPhoto {
	width:100%;
	background:url(images/newPhoto.gif) no-repeat left top; /*加个图片，左对齐，垂直居上*/
	padding:40px 1px 1px 1px;  /*上内边距40px*/
	clear:left;
}
/* 最新帖子 */
#newTopic {
	width:100%;
	background:url(images/newTopic.gif) no-repeat left top; /*加个图片，左对齐，垂直居上*/
	padding:40px 1px 1px 1px;  /*上内边距40px*/
}
/* 最新留言 */
#newMessage {
	width:100%;
	background:url(images/leaveMessage.gif) no-repeat left top; /*加个图片，左对齐，垂直居上*/
	padding:40px 1px 1px 1px;  /*上内边距40px*/
}
/* 班级统计 */
#classStat {
	width:100%;
	background:url(images/classStat.gif) no-repeat left top; /*加个图片，左对齐，垂直居上*/
	padding:45px 1px 1px 1px;  /*上内边距45px*/
	clear:both;
}
/* 最近登陆 */
#latestLogin {
	width:100%;
	background:url(images/latestLogin.gif) no-repeat left top; /*加个图片，左对齐，垂直居上*/
	padding:45px 1px 1px 1px;  /*上内边距45px*/
	clear:both;
}
/* 最新下载 */
#newDownload {
	width:100%;
	background:url(images/newDownload.gif) no-repeat left top; /*加个图片，左对齐，垂直居上*/
	padding:45px 1px 1px 1px;  /*上内边距45px*/
	clear:both;
}
/* 个人信息 */
#myInfo {
	width:100%;
	background:url(images/myinfo.gif) no-repeat left top; /*加个图片，左对齐，垂直居上*/
	padding:50px 1px 1px 1px;  /*上内边距50px*/
}
/* 登陆表单 */
#LoginFormBlock {
	width:100%;
	background:url(images/login_class.gif) no-repeat left top; /*加个图片，左对齐，垂直居上*/
	padding:45px 1px 1px 1px;  /*上内边距45px*/
}
/*-------------功能菜单--------------------*/
#functionMenu {
	width:100%;
	background-color:#FFFFFF;
	clear:both;
	background:url(images/function_area.gif) no-repeat left top;
	padding:45px 1px 1px 1px;
	text-align:left;}
#functionMenu ul {list-style:none;margin:0px;padding:0px 0px 0px 15px;} /*左内边距10px*/
#functionMenu ul li { height:25px;} 
#functionMenu ul li a{ /* li 之内的链接属性*/
	width:92%;height:100%;
	border: 1px solid #FFFFFF; /* 防止鼠标放上时，大小跳动 */
	text-decoration: none;
	background:url(images/funcList.gif) no-repeat left center; /*左边加个图片，左对齐，垂直居中*/
	padding:3px 1px 3px 15px;}  /*左内边距15px*/
#functionMenu ul li a:link{color: #000000;} /* li 之内的链接属性*/
#functionMenu ul li a:hover{color: #000000;border: 1px solid #990000;background-color:#F4CACA;}
#functionMenu ul li a:visited{color: #000000;}

/*-----------------------------------表格共通样式-----------------------------------------------*/
/* 表格Header 样式 */
.tableHeader {
	background-color: #EFC0C0;
	text-align:center;
	font-weight:bold;
}
/* 表格Header 样式---只有背景颜色  */
.tableHeaderBgColor {
	background-color: #EFC0C0;
}
/* 表格Header 样式---背景颜色+粗体  */
.tableHeaderBgColor-Bold {
	background-color: #EFC0C0;
	font-weight:bold;
}
/* 表格Header 样式 */
.tableHeader2 {
	background-color: #F7DBDB;
	text-align:center;
	font-weight:bold;
}
/* 表格Header 样式---只有背景颜色  */
.tableHeaderBgColor2 {
	background-color: #F7DBDB;
}
/* 表格Header 样式---背景颜色+粗体  */
.tableHeaderBgColor-Bold2 {
	background-color: #F7DBDB;
	font-weight:bold;
}
/* 鼠标经过时的样式*/
.tableRowMouseOver {
	background-color: #FDF7F7;
}
/* 表格行的样式 */
.tableRowBgColor {
	background-color: #FBF0F0;
}
/* 表格下框线*/
.tableBottomline {
	border-bottom: 1px dashed #000000;
}
/* 表格奇数行背景色*/
.tableOddRow {
	background-color: #FFFFFF;
}
/* 表格偶数行背景色*/
.tableEvenRow {
	background-color: #FFEBE6;
}
/* 表格外边框 */
.tableRoundBorder {
	border:1px solid #EAAAAA;
}
/* 表格外边框2 */
.tableRoundBorder2 {
	border:1px solid #DE7A7A;
}
/* 横线颜色*/
.hrColor {
	color:#DE7A7A;
}
/*-------------------------------BBS共通样式----------------------------------*/
/* 表格Header 样式 */
.bbsTableHeader {
	background-color:#EFC0C0;
	text-align:center;
	font-weight:bold;
	color:#000;
}
.bbsTableHeaderLeftAlign {
	background-color:#EFC0C0;
	font-weight:bold;
	color:#000;
}
/* BBS表格奇数行背景色*/
.bbsTableOddRow {
	background-color:#FFF;
	border-bottom:1px solid #000000;
}
/* BBS表格偶数行背景色*/
.bbsTableEvenRow {
	background-color:#FFF0ED;
	border-bottom:1px solid #000000;
}
/* 鼠标经过时的样式*/
.bbsTableRowMouseOver {
	background-color:#FFF0ED;
	border-bottom:1px solid #000000;
}
.bbsOnTopRow { /* 置顶行的背景色*/
	background-color:#FBF0F0;
}
.bbsForumIcon { /* 论坛版面图标 */
	width:25px;height:30px;
	background:url(images/bbs_forum.gif) no-repeat center center;
} 
#bbsNewTopic A{ /* 发表新帖*/
	width:85px;height:25px;
	background:url(images/bbs_newtopic.gif) no-repeat left center;
} 
#bbsNewReply A{ /* 发表回复*/
	width:85px;height:25px;
	background:url(images/bbs_newreply.gif) no-repeat left center;
}
.bbsOnTopIcon{ /* 置顶图标*/
	width:30px;height:20px;
	background:url(images/bbs_top.gif) no-repeat center center;
} 
/*-------------------------------分页链接---------------------------------------*/
.pagination {margin:5px 5px 2px 5px;text-align:right;}
.pagination span, .pagination A {
	margin:2px;padding:1px 4px !important;
	border:1px solid #EFC0C0;color:#000;
	font:12px Tahoma,Verdana;
	background:#fff;text-decoration:none !important;}
.pagination A {background:#fff;}
.pagination A:hover {color:#000;background:#FBF0F0;}
.pagination .curpage {font-weight:bold;color:#000;background:#FBF0F0;} /*当前页*/

/*-----------------------------------其他------------------------------------------------*/
.albumHelpTableCss { /* 班级相册中，相关功能的样式*/
	color: #000000;
	background-color: #FFEBE6;
	border: 1px solid #990000;
}
.photoShowBlock { /* 照片列表中，每个照片的显示块*/
	width:180px;height:140px;
	padding-top:5px;padding-left:6px;
	background:url(images/photo_bg.gif) no-repeat;
}
.photoShowBlock2 { /* 首页，每个照片的显示块*/
	width:180px;height:140px;
	padding-top:6px;padding-left:7px;
	background:url(images/photo_bg.gif) no-repeat;
}
#albumTree{ /* 班级相册中，相册树形菜单*/
	width:190px;height:650px;overflow:scroll;float:left;
}
#photoContent{ /* 班级相册中，除了相册树形菜单之外的内容*/
	width:565px;float:right;
}
.fileIntroBlock{ /* 班级宝库中，文件的介绍*/
	background-color: #FFF0ED;
	border:1px solid #EFC0C0;
	padding:2px;
}
.fileIntro{ /* 班级宝库中，文件的介绍*/
	border-top:1px solid #EFC0C0;
	color:#666666;
}
/*--------------------------------------------------------------------------*/
