/* 
    Document   : custom
    Created on : Aug 19, 2013, 2:46:38 PM
    Author     : kae
    Description:
        Purpose of the stylesheet follows.
*/

@charset "utf-8";

@font-face {
    font-family: ThaiSansLite;
    font-style: normal;
    src: url('../font/thaisanslite_r1.otf');
}

@font-face {
    font-family: ThaiSansLite;
    font-style: normal;
    src: url('../font/thaisanslite_r1.ttf');
}

body{ 
    padding: 0px; margin: 0px; 
    /*background-color: #FFFFFF;*/
    /*background: url('../img/event_calendar/calendar.png');*/ 
}
select{ padding: 5px; border-radius: 2px; }

a.calendar:visited {  font-family: Tahoma; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none}
a.calendar:active {  font-family: Tahoma; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none}
a.calendar:hover {  font-family: Tahoma; font-size: 12px; font-weight: bold; color: #990000; text-decoration: none}
a.calendar:link {  font-family: Tahoma; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none}

a.style1:visited {  font-family: Tahoma; font-size: 12px; font-weight: bold; color: #666666; text-decoration: none}
a.style1:active {  font-family: Tahoma; font-size: 12px; font-weight: bold; color: #666666; text-decoration: none}
a.style1:hover {  font-family: Tahoma; font-size: 12px; font-weight: bold; color: #990000; text-decoration: none}
a.style1:link {  font-family: Tahoma; font-size: 12px; font-weight: bold; color: #666666; text-decoration: none}

.move_cal{ color: #777; text-decoration: none; }

/*.arrow_prev1{ background: url('../img/calendar/arrow_set.png') 0px 0px; padding: 10px 15px; }
.arrow_next1{ background: url('../img/calendar/arrow_set.png') -30px 0px; padding: 10px 15px; }

.arrow_prev2{ background: url('../img/calendar/arrow_set.png') 0px -30px; padding: 10px 15px; }
.arrow_next2{ background: url('../img/calendar/arrow_set.png') -30px -30px; padding: 10px 15px; }*/

.header{ text-align: center; font-size: 18px; padding: 7px 0px 0px 0px; background: #80a4d5; color: #FFFFFF; }
select{ font-family: "kwamsookregular"; font-size: 16px; }
.calendar{
    width: 100%;
    border-left: 1px #eee solid;
}

td{
    font-size: 11px;
    line-height: 1.5em;
    font-family: Verdana,Geneva,"kwamsookregular",sans-serif;
    text-align:center;
}

.control td{
    text-align: center;
    background-color: #ccc;
}

.control select{
    background-color: #ccc;
    font-size: 13px;
    font-weight: bold;
    color: #777;
    border: 1px #ccc solid;
}

.title{

}

.title td{
    height: 15px;
    background-color: #eee;
    color: #777;
    font-size: 10px;
    font-weight: bold;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}

td.normal{
    color: #03694F;
    border-right: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
    padding: 20px 0px;
}

td.normal:hover{
    background-color:#FFF;
    cursor: pointer;
}

td.event{
    color: #FFFFFF;
    font-weight:bold;
    border-right:1px #eee solid;
    border-bottom:1px #eee solid;
    cursor: pointer;
}
td.event div{ background-color: #03694F; border-radius: 20px; width: 32px; padding: 8px 0px; margin: 0px auto; vertical-align: middle; }
td.event a{ text-decoration: none; color: #FFFFFF; }
td.event img{ width: 80%; margin: 0px 5px 5px 0px; }

td.today{
    color: #03694F;
    font-weight: bold;
    background-color: #feab5f;
    border-right:1px #eee solid;
    border-bottom:1px #eee solid;
    cursor: pointer;
}

td.notset{
    border-right: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
}

.event_list{ width: 99%; padding-top: 5px; }
.event_list .title{ font-size: 14px; color: #777; }
.event_list ul{ padding: 0px; margin: 5px; }
.event_list ul li{ list-style: none; }
.event_list ul li a{ font-family: "kwamsookregular"; font-size: 16px; text-decoration: none; color: #666666; }
.event_list ul li a:hover{ text-decoration: underline;}
.event_list ul li a span{ font-size: 11px; }
.event_list ul li.no_event{ text-align: center; font-size: 12px; text-decoration: none; }