@charset 'utf-8';
/* CSS Document */
/*
@import url("table.css");
*/
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, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 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;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family:  Verdana, Arial, sans-serif;
    font-size: 60%;
    color: #4C4C4C;
    
}

table.calendar {
	/*
    border-left: 1px solid #6C8B97;
    */
       border-left: 1px solid #006aad;
    width: 100%;
    height: auto;
}
td {
    vertical-align: top;
}
tr.calendar-row {
 width: auto;
}
td.calendar-day {
  
    width: auto;
     max-width: 150px;
    padding: 5px;
    border-bottom: 1px solid #006aad;
    border-right: 1px solid #006aad;
 
  
    /*
    min-height: 200px;
      word-break: break-all;
    word-wrap: break-word;
    */
    height: auto;
    height:90px;
}
* html div.calendar-day {

    height: auto;
    display: block;
}
td.calendar-day:hover {
    background: #eceff5;
}
td.calendar-day-np {
    background: #eceff5;
    /*
    
    min-height: 300px;
    */
}
* html div.calendar-day-np {
  
     background: #eceff5;
     /*
      *   background: #6897c3;
    
     min-height: 300px;
     */
     height: auto;
     
}
td.calendar-day-head {
    background: #006aad;
    font-weight: normal;
    text-align: center;
     width: 150px;
     max-width: 150px;
    padding: 5px;
    border-bottom: 1px solid #006aad;
    border-top: 1px solid #006aad;
    border-right: 1px solid #006aad;
    color: #fff;
    font-size: 140%;
     font-family: NewsGothicFSBookBold, Arial;
}
div.day-number {
	/*
    background: #6C8B97;
    */
   background: #006aad;
    padding: 2px;
    color: #fff;
    font-weight: normal;
    float: right;
    margin: -5px -5px 0 0;
    width: 60px;
    text-align: center;
    position: relative;
       font-family: NewsGothicFSBookBold, Arial;
       font-size: 14px;
 
}

/* shared */
/*
 td.calendar-day {
 max-width: 200px;
 padding: 5px;
 border-bottom: 1px solid #6897c3;
 border-right: 1px solid #6897c3;

 height: auto;
 }
 */

h2 {
    font-size: 2em;
    font-weight: normal;
    padding: 0px;
     font-family: NewsGothicFSBookBold, Arial;
}
h3 {
     font-size: 1.5em;
    font-weight: normal;
    padding: 0px;
     font-family: NewsGothicFSBookBold, Arial;
    
}

a {
 padding: 0px;
  color: #4C4C4C;
   text-decoration: none;

}
#table_menu{
	width: 100%;
	background: #006aad;
	 padding-top: 5px; 
	 color:#fff; 
	 border-bottom: 1px solid #ffffff;
}
#table_menu td{
	line-height: 28px;
}
#main {
    width: 99%;
    height: auto;
    margin: 0px auto;
    padding-bottom: 20px;
}
#header {
    width: 100%;
    height: auto;
    margin: 0px auto;
}
#header_left {
    width: auto;
    height: auto;
    float: left;
    margin-left: 20px;
}

#header_right {
    width: 400px;
    height: 40px;
    float: right;
    margin-top: 5px;
}
#etitle{
font-size: 1.2em;
font-weight: bold;	
text-decoration: none;
}
#event{
	
	line-height: 1.2; 
	display: block;
   padding-bottom: 10px;
   /*
	border-bottom: solid  #0072BA;
	  border-bottom-width: 1px;
	  */
}
#view{
      position: absolute;      
       left: 9px; top: 9px; 
       	width: auto;
       	height: auto;
       	padding-bottom: 10px;	
}

#viewData{
     min-height: 310px;
    background: white;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0, .4); 
    /*
    text-align: center;
    */
    padding-top: 20px;
    padding-left: 20px;
     padding-bottom: 10px;
    border: 5px solid #006aad;
      height: auto;
       width: auto;
   
}


.btn{
	background: #006aad none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
}

.btn:hover {
	
	background: #00517C none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
	
}



/*

.btn {
	
		width: 242px;
	height: 45px;
	margin-top: 20px;
	cursor: pointer;
	color: white;
	font-weight: bold;
	text-shadow: 0 -1px 0 #336895;
	
	
  background: #0072BA;
  background-image: -webkit-linear-gradient(top, #0072BA, #059DFC);
  background-image: -moz-linear-gradient(top, #0072BA, #059DFC);
  background-image: -ms-linear-gradient(top, #0072BA, #059DFC);
  background-image: -o-linear-gradient(top, #0072BA, #059DFC);
  background-image: linear-gradient(to bottom, #0072BA, #059DFC);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Georgia;
  color: #ffffff;
  font-size: 13px;
  padding: 3px;
  text-decoration: none;
}

.btn:hover {
	/*
//  background: #3cb0fd;3498db
  
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #9CC8D8, #3390CE);
  text-decoration: none;
}
*/
footer{
	padding-top: 5px;
	padding-left: 20px;
    font-size: 9px;
	padding-bottom: 5px;

}

