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

.cal_border_today {
	border: 1px dashed #FF6600;
}

body,html,main_table {
	height: 100%;
	min-height: 100%;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0000A0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000A0;
}
a:hover {
	text-decoration: underline;
	color: #E90348;
}
a:active {
	text-decoration: none;
	color: #E90348;
}

motto { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000A0;
	line-height: 18px;
}

  td.shadow-top { 
    height: 16px;  
    background-image: url(images/top.gif)
  }

  td.shadow-topRight { 
    width: 16px;
    height: 16px;
    background-image: url(images/topRight.gif)
  }

  td.shadow-right { 
    width: 16px; 
    background-image: url(images/right.gif)
  }

  td.shadow-bottomRight { 
    width: 16px; 
    height: 16px; 
    background-image: url(images/bottomRight.gif)
  } 

  td.shadow-bottom { 
    height: 16px;
    background-image: url(images/bottom.gif)
  }

  td.shadow-bottomLeft { width: 16px;
    height: 16px;
    background-image: url(images/bottomLeft.gif)
  } 

  td.shadow-left { width: 16px;
    background-image: url(images/left.gif)
  }

  td.shadow-topLeft { 
    width: 16px; 
    height: 16px; 
    background-image: url(images/topLeft.gif)
  }      

  td.shadow-center { 
    background-color: white  
  }

  
