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



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
center,
dl, dt, dd, ol, ul, li,
form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;


}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ul,
ol {
    margin-top: 0;
    margin-bottom:0;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
ul li{
    margin:0;
    padding:0;
    list-style:none;
}

a{ 
    color: #000;
    text-decoration: none;
}
a:hover { 

}
a:visited { 
    text-decoration:none;	
}
.bold{
    font-weight:bold;
}
.clear{
    clear:both;
}	
p{
    font-size:23px;
    line-height:20px;	
}
span{

}
span:first-child {
}
.bar{
    margin-bottom:10px;
}
.bar span{
    line-height:30px;
    /*font-size:13px;*/
}
img{
    border:none;
}	
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {

    font-weight: 500;
    line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: normal;
    line-height: 1;
}

h1,
h2,
h3 {
    /*  margin-top: 20px;
      margin-bottom: 10px;*/
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1,
.h1 {
    font-size: 38px;
}

h2,
.h2 {
    font-size: 32px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

h1 small,
.h1 small {
    font-size: 24px;
}

h2 small,
.h2 small {
    font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 14px;
}
/*******************************************************/
body{
    overflow-x:hidden;
    font-size: 17px;
    line-height:140%;
    font-family:Arial, Helvetica, sans-serif;
}
#wrapper{
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
    height:auto;
    background:url(../images/calendar-print/bg.jpg) top center no-repeat;

}
#container{
    float:left;
    width:100%;
    height:auto;
    position:relative;
}
#main{
    position:relative;
    margin:0 auto;
    /*overflow:hidden;*/
    width:1020px;
}	
.row{
    float:left;
    width:100%;
    margin:0;
}
.previous-date{
    float:left;
    margin:0;
    padding:10px 0px;
    padding-left:20px;
    width:70%;
    height:30px;
    background:url(../images/calendar-print/previous.png) 0px 13px no-repeat;
    font:25px/23px 'THK2DJuly8', Arial, sans-serif;
}

.previous-date a{
    color:#3f1504;
}

.previous-date:hover{
    cursor:pointer;
    font:25px/23px 'THK2DJuly8', Arial, sans-serif;
    color:#930319;
}

.previous-date a:hover{
    cursor:pointer;
    font:25px/23px 'THK2DJuly8', Arial, sans-serif;
    color:#930319;
}
.today{
    float:left;
    margin:0;
    padding:10px 0px;
    cursor: pointer;
    width:100%;
    height:30px;
    text-align:center;
    font:25px/35px 'THK2DJuly8', Arial, sans-serif;
    color:#d6cea0;
    background:url(../images/calendar-print/today.png) top center no-repeat;
}
.today a{
    color:#d6cea0;		
}
.today a:hover{
    color:#FFF;		
}
.next-date{
    float:right;
    margin:0;
    padding:10px 0px;
    padding-right:20px;
    width:70%;
    height:30px;
    text-align:right;
    background:url(../images/calendar-print/next.png) right 13px no-repeat;
    font:25px/23px 'THK2DJuly8', Arial, sans-serif;
    color:#3f1504;
}
.next-date a{
    color:#3f1504;
}

.next-date:hover{
    cursor:pointer;
    font:25px/23px 'THK2DJuly8', Arial, sans-serif;
    color:#930319;
}

.next-date a:hover{
    cursor:pointer;
    font:25px/23px 'THK2DJuly8', Arial, sans-serif;
    color:#930319;
}
.btn-home {
    text-align: center;
    padding: 10px 0px;
    width: 61%;
    margin: 0 auto;
    height: 30px;
    font: 25px/23px 'THK2DJuly8', Arial, sans-serif;
    color: #3f1504;
}
.btn-home a{
    font:25px/23px 'THK2DJuly8', Arial, sans-serif;
    color:#3f1504;
}
.btn-home a:hover{
    font:25px/23px 'THK2DJuly8', Arial, sans-serif;
    color:#841708;
}



body {
    font-family:"THK2DJuly8","sans-serif";
    font-size: 22px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
} 
h1{
      font-size: 25px;
      margin: 0px;
      padding-bottom: 15px;
}  

.table-bordered {
    border: 1px solid #333;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th { 
    border-right:1px solid #333;
    border-bottom: 1px solid #333; 
    border-top: 1px solid #333; 
} 
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {  
    border-right:1px solid #333;
    border-bottom: 1px dotted #333; 
}   
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-bordered > tbody > tr > td{
    margin:0px;
    text-align:center;
    vertical-align:text-top;
    line-height:100%;
    padding: 5px;
}


.table-bordered > thead > tr > th:first-child,
.table-bordered > tbody > tr > th:first-child,
.table-bordered > tfoot > tr > th:first-child,
.table-bordered > thead > tr > td:first-child,
.table-bordered > tbody > tr > td:first-child,
.table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.table-bordered > thead > tr > th:last-child,
.table-bordered > tbody > tr > th:last-child,
.table-bordered > tfoot > tr > th:last-child,
.table-bordered > thead > tr > td:last-child,
.table-bordered > tbody > tr > td:last-child,
.table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
} 


table.sample {
    border-width: 0px 0px 0px 0px;
    border-spacing: 0px;
    border-style: outset outset outset outset;
    border-color: gray gray gray gray;
    border-collapse: separate;
    background-color: white;
}
table.sample th {
    border-width: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: white white white white;
    background-color: white;
    -moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
    border-width: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: white white white white;
    background-color: white;
    -moz-border-radius: 0px 0px 0px 0px;
}

.back{
    float: left;			
    width:25%;  
    left:auto;
    text-align:left;
}
.next{
    right:auto;
    text-align:right;
}
.home{
    float: left;
    width:50%;
    text-align:center;
}
.noprint
{
    width:100%;	
}

.cd{
    font-size:12.0pt;
} 

table {
    margin : 0 auto;
}