body {
	font-size: 12px;
	line-height: 150%;
	margin:0px;
	background-image: url(images/bodyBg.gif);
	text-align:center;
}
td {
	font-size: 12px;
	line-height: 150%;
}
.myInput {
	color: #000;
	background-color: #fff;
	border: 1px solid #7AC7C9;
	font-size: 12px;
	line-height: 150%;
}
.myButton {
	background-color: #FFFAFa;
	font-size: 12px;
	border-top: 1px outset #FFFAF0;
	border-right: 1px outset #EEC591;
	border-bottom: 1px outset #EEC591;
	border-left: 1px outset #FFFAF0; 
	vertical-align: bottom;
	height: 20px; 
}
.bottomline {
	border-bottom: 1px dashed #79C6C8;
}
a{text-transform: none; text-decoration: none; color: #333333}
a:hover {color: #333333;background-color:#C4F0FF; background-repeat:repeat-x; background-position:bottom}

.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: #F2FBFB;
	border: 0px solid #15A9C4;

}
/*----------------------------------网页Header--------------------------------*/
#header{
	width:1000px;
	margin:0 auto;
	border-right: 1px solid #fff; 
	border-top: 1px solid #fff; 
	border-left: 1px solid #fff; 
}
#addFav{
	height:20px;
	text-align:right;
	background-color:#1291A9;
	color:#fff;

}
#addFav a:link{color: #FFFFFF;} /* li 之内的链接属性*/
#addFav a:hover{color: #FFFFFF;background-color:green;;}
#addFav a:visited{color: #FFFFFF;}
#Logo{
	width:998px;
	height:120px;
	float:none;
	background:url(images/left_banner.jpg) 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:#C9E8E9; /*下拉菜单背景色*/
  border-width:1px 1px 0px 1px;
  border-color:#1291A9;
  border-style:solid; 

}
#skinMenu_child ul {list-style:none;margin:0px;padding:0px} /*外边距0px，沾满div*/
#skinMenu_child ul li{border-bottom:1px solid #1291A9} /*每行的下边框*/
#skinMenu_child ul li a{width:100%;padding:1px 2px 1px 6px} /* 内部链接沾满每行，以便动态变更背景色*/
#skinMenu_child ul li a:link{color: #000;} /* li 之内的链接属性*/
#skinMenu_child ul li a:hover{color: #000;background-color:#EDF8F8;}
#skinMenu_child ul li a:visited{color: #000;}
/*----------------------------------顶部横排菜单--------------------------------*/
#menu {width:1000px;height:22px;margin:0 auto;background-color:#1291A9;clear:both;border-right: 1px solid #fff;border-left: 1px solid #fff;}
#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:1000px;
	height:21px;
	margin:0 auto;
	text-align:left;
	background-color:#EDF8F8;
	border-bottom:1px solid #1291A9;
	vertical-align:middle;
	line-height:22px;
        border-right: 1px solid #fff; 
        border-left: 1px solid #fff; 
}
/*共三个块：当前位置，在线用户，小图片*/
#locationBlock{
	width:500px;
	height:100%;
	float:left;
}
#onlineUserBlock{
	width:300px;
	height:100%;
	float:left;
}
#otherBlock{
	width:100px;
	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:200px;
	height:100%;
}
/*----------------------------------内容区-------------------------------*/
#mainArea {
	width:1000px;
	background-color:white;
	margin:0 auto;
	clear:both;
        border-right: 1px solid #fff; 
        border-left: 1px solid #fff; 
}
/* 左侧功能菜单区 */
#functionArea {
	float:left; /*浮动居左*/
	clear:left; /*不允喧左侧存在浮动*/
	overflow:hidden;
	margin:1px; /* 四周外边距1px*/
	width:180px;
	border-right: 1px solid #1291A9;
}
/* 右侧主要内容区*/
#contentArea {
	float:right; /*浮动居右*/
	clear:right; /*不允许右侧存在浮动*/
	width:810px;
	margin:5px 1px 1px 1px; /*外边距，上右下左*/
	overflow:hidden;
	text-align:left;
	/*border:1px solid green;*/
}
/*----------------------------------底部版权区-------------------------------*/
#footArea {
	width:1000px;
	background:#1291A9;
	margin:0 auto; /* 居中 */
	clear:both /*清除浮动，否则浮动的不占位置，该区跑到上面去了。*/

}
#footLogo {
	width:1000px;
        border-right: 1px solid #fff; 
        border-left: 1px solid #fff;
}
#runTime {
	clear:both;
	text-align:center;
	color:#FFFFFF;
	font-family:Verdana; 
}
/*----------------------------------首页每个显示内容块-------------------------------*/
/* 最新公告 */
#newAffiche {
	float:left; /*浮动居左*/
	width:100%;
	background:url(images/gonggao.gif) no-repeat left top; /*加个图片，左对齐，垂直居上*/
	padding:40px 1px 1px 1px;  /*上内边距40px*/
}
/* 过生日同学 */
#birthdayArea {
width:100%;
background:url(images/birthday.gif) no-repeat left top; /*加个图片，左对齐，垂直居上*/
padding:45px 1px 1px 6px;  /*上内边距35px*/

}
/* 待批准同学 */
#joinStudent {
	width:100%;
	clear:left; /*不允许左侧有浮动内容*/
}
/* 最新文章 */
#newArticle {
	float:left; /*浮动居左*/
	width:100%;
	background:url(images/newArticle.gif) no-repeat left top; /*加个图片，左对齐，垂直居上*/
	padding:40px 1px 1px 1px;  /*上内边距40px*/
}
/* 留言排行 */
#msgCount {
width:100%;
background:url(images/msgCount.gif) no-repeat left top; /*加个图片，左对齐，垂直居上*/
padding:45px 1px 1px 5px;  /*上内边距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 #1291A9;background-color:#C9E8E9;}
#functionMenu ul li a:visited{color: #000000;}

/*-----------------------------------表格共通样式-----------------------------------------------*/
/* 表格Header 样式 */
.tableHeader {
	background-color: #C9E8E9;
	text-align:center;
	font-weight:bold;
}
/* 表格Header 样式---只有背景颜色  */
.tableHeaderBgColor {
	background-color: #C9E8E9;
}
/* 表格Header 样式---背景颜色+粗体  */
.tableHeaderBgColor-Bold {
	background-color: #C9E8E9;
	font-weight:bold;
}
/* 表格Header 样式 */
.tableHeader2 {
	background-color: #C9E8E9;
	text-align:center;
	font-weight:bold;
}
/* 表格Header 样式---只有背景颜色  */
.tableHeaderBgColor2 {
	background-color: #C9E8E9;
}
/* 表格Header 样式---背景颜色+粗体  */
.tableHeaderBgColor-Bold2 {
	background-color: #C9E8E9;
	font-weight:bold;
}
/* 鼠标经过时的样式*/
.tableRowMouseOver {
	background-color: #EDF8F8;
}
/* 表格行的样式 */
.tableRowBgColor {
	background-color: #EDF8F8;
}
/* 表格下框线*/
.tableBottomline {
	border-bottom: 1px dashed #000000;
}
/* 表格奇数行背景色*/
.tableOddRow {
	background-color: #FFFFFF;
}
/* 表格偶数行背景色*/
.tableEvenRow {
	background-color: #EDF8F8;
}
/* 表格外边框 */
.tableRoundBorder {
	border:1px solid #BAE1E2;
}
/* 表格外边框2 */
.tableRoundBorder2 {
	border:1px solid #79C6C8;
}
/* 横线颜色*/
.hrColor {
	color:#79C6C8;
}
/*-------------------------------BBS共通样式----------------------------------*/
/* 表格Header 样式 */
.bbsTableHeader1 {
	background-color:#79C6C8;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
}
.bbsTableHeader {
	background-color:#C9E8E9;
	text-align:center;
	font-weight:bold;
	color:#000;
}
.bbsTableHeaderLeftAlign {
	background-color:#C9E8E9;
	font-weight:bold;
	color:#000;
}
/* BBS表格奇数行背景色*/
.bbsTableOddRow {
	background-color:#FFF;
	border-bottom:1px solid #000000;
}
/* BBS表格偶数行背景色*/
.bbsTableEvenRow {
	background-color:#EDF8F8;
	border-bottom:1px solid #000000;
}
.bbsTableRowMouseOver {
	background-color:#EDF8F8;
	border-bottom:1px solid #000000;
}
.bbsOnTopRow { /* 置顶行的背景色*/
	background-color:#EDF8F8;
}
.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 #1291A9;color:#000;
	font:12px Tahoma,Verdana;
	background:#fff;text-decoration:none !important;}
.pagination A {background:#fff;}
.pagination A:hover {color:#000;background:#EDF8F8;}
.pagination .curpage {font-weight:bold;color:#000;background:#EDF8F8;} /*当前页*/

/*-----------------------------------其他------------------------------------------------*/
.albumHelpTableCss {
	color: #000000;
	background-color: #F2FBFB;
	border: 1px solid #BAE1E2;
}
.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:805px;float:right;
}
.fileIntroBlock{
	background-color: #F2FBFB;
	border:1px solid #BAE1E2;
	padding:2px;
}
.fileIntro{
	border-top:1px solid #BAE1E2;
	color:#666666;
}
/*--------------------------------------------------------------------------*/