﻿/* 所有表格公共属性*/


table {
  border-collapse: collapse;
  width:100%;
  margin:0px auto;
  margin-top:10px;
  margin-bottom:10px;
  border: 0px;
  font-size:13px;
  font-family:'微软雅黑''黑体';
  background:#fff;
}
th, td {
  padding:4px;
   border: 1px solid #78a7ce;
   height:22px;
}

.tabletitle{margin:60px 0px 10px 0px;;text-align:center;font-size:16px;font-weight:bold;color:#aa0000;}

table.n01 a{font-size:13px; color: #4d4d4d; text-decoration: none; }
table.n03 a{font-size:13px; color: #4d4d4d; text-decoration: none; }


table.n01 a:hover { color: #aa0000; text-decoration: none; }
table.n03 a:hover { color: #aa0000; text-decoration: none; }



span.rightside{float:right;}
span.leftside{float:left;margin-bottom:1px}
span.search{margin-left:20px;}

.leftalign{text-align:left}
.rightalign{text-align:right}

.bd{font-weight:bolder;}




/* n01-论坛信息*/
table.n01{

  text-align:center;
  border-top:4px solid #0085C1; 

  margin-top:10px;

}



table.n01 thead th{
  background: #DCEDF9;
  color:#0085C1;
  font-size:14px;
}


table.n01 td {
  padding:5px;
   height:20px;
   border:0px;
   border:1px solid #DCDCDC;
}

table.n01 th {
  padding:5px;
   height:20px;
   border:0px;
   border-bottom:1px solid #DCDCDC;
   border-left:1px #DCDCDC solid;
   border-right:1px #DCDCDC solid;
}

table.n01 .odd {
  background-color: transparent;
  color: inherit;
}

table.n01 tr:hover {
  background-color:#FCFCDF;
  color: #000;
}

table.n01 thead tr:hover {
  background-color: transparent;
  color: inherit;
}

table.n01 tfoot tr:hover {
  background-color: transparent;
  color: inherit;
}




/* n02-嘉宾人物*/
table.n02{

  text-align:center;
  border:0px; 

  margin-top:10px;

}

th,td{ border:0px;}
table.02 td {
  padding:5px;
   height:20px;
   border:0px;
   color:#555;

}



/* n03-外围活动*/


table.n03{

  text-align:center;
   margin-top:10px;
  width:95%;

}



table.n03 thead th{
  
  color:#0085C1;
  font-size:16px;
}


table.n03 td {
  padding:5px;
   height:20px;
   border:0px;
   border-right:1px solid #3E925E;
}

table.n03 th {
  padding:5px;
   height:20px;
   border:0px;
    border-right:1px #3E925E solid;
}

table.n03 .odd {
  background-color:#f0f0f0;
  color: inherit;
}

table.n03 tr:hover {
  background-color:#FCFCDF;
  color: #000;
}

table.n03 thead tr:hover {
  background-color: transparent;
  color: inherit;
}


table.n03 .nob{border-right:0px;}



