BODY {
background-color:#000000;   
margin: 0px;
color: #0AB101;
font-size: 12px;
line-height: 150%;
}
a {color: #E3E3E3;text-decoration: none;}
a:hover {color: #E3E3E3;}
td {
font-size: 12px;
line-height: 150%;}
.main {
height: 150px;
width: 850px;
background: #000000 url(top.jpg)
}
.top{
border-top: 1px solid #808080;
border-left: 1px solid #808080;
border-right: 1px solid #808080;
}
.bom{
border-bottom: 1px solid #808080;
border-left: 1px solid #808080;
border-right: 1px solid #808080;
}
.line-A{
border-bottom: 1px solid #808080;
}
.line-C{
border-LEFT: 1px solid #808080;
}
.left-A {
border: 1px solid #555555;
height: 25px;
color: #AE6A00;
font-size: 13px;
font-weight:bold;
}
.ZHU {
color: #FFE5B7;
font-size: 12px;
}
.TITLE {
height: 25px;
border: 1px solid #555555;
COLOR:#37C100;
font-size: 13px;
font-weight:bold;
}

textarea {
background-color: #000;
border: 1px solid #808080;
color: #E3E3E3;
font-size: 12px;
}
input {
background-color: #000;
border: 1px #808080 solid;
font-size: 12px;
line-height: 15px;
color: #E3E3E3;
}
input.text {
background-color: #000;
border: 1px solid #808080;
height: 20px;
padding: 1px;
color: #E3E3E3;
}
select {
background-color: #000;
border: 1px solid #808080;
font-size: 12px;
color: #E3E3E3;
}
#placard {margin: 10px;padding: 10px 5px;line-height:150%;color: #fff;font-size: 12px;font-weight: normal;background: #000 url(placard.GIF) no-repeat top right;border: 1px solid #555555;}
/* 日历 */
table {font-size: 12px;color: #E3E3E3;}
table p{font-size: 12px;color:#E3E3E3;}
#calendar {
width:180px;    /* 日历的宽度为180px */
margin-left:0px;    /* 左边距5px */
font-size: 11px;
}
caption {    /*定义日历顶部月份*/
line-height:20px;    /* 行高为 20px */
font-weight:bold;    /* 粗体 */
font-size: 12px;
color: #37C100;
}
th{    /* 定义星期 */
font-size: 12px;color: #001BC1;
background-color: #484848;
}
#calendar table { 
border-collapse: collapse; /*合并表格相临边框*/
} 
#calendar td{font-size: 11px;} /* 日历单元格样式 */ 
#calendar a{background-color: #909090;width:16px;height:10px;display:block;} /* 有日志的号数样式(链接样式） */
#calendar a:hover{background-color: #ff0000;color: #FCD2FD;} /* 鼠标经过日历有链接的号数的样式 */ 

