@charset "utf-8";
/* CSS Document */

.mainTable .center .infoTable {
height:525px;
background:#111111;
border:solid 1px #2A2A2A;
border-width:0 1px 0 1px;
}
.mainTable .center .infoTable iframe{
border:none;
}
.mainTable .center .infoTable .frame {
border:none;
width:658px;
height:485px;
overflow:auto;
padding:20px;
}
.mainTable .center .infoTable .frame .title { font-size:16px; font-weight:bold; border-bottom:solid 1px #CCCCCC; padding:4px; margin-bottom:5px; }

.mainTable .center .infoTable .frame .desc { font-size:14px; font-weight:normal; text-align:justify; }

.mainTable .center .infoTable .right {
background:#555555;
padding:10px;
}


.calendarmain {
width:180px;
border:1px solid black;
}

.calendarmonth {
background-color:#333333;
font:bold 12px verdana;
color:#CCCCCC;
}

.calendardaysofweek {
background-color:#666666;
font:bold 12px verdana;
color:white;
}

.calendardays {
font-size: 12px;
font-family:verdana;
color:black;
background-color: #CCCCCC;
padding: 2px;
}

.calendardays #today{
font-weight: bold;
color: red;
}


