.cal_outtab {
	margin: 0 20px 2px 0;
	vertical-align: bottom;
	line-height: 0.5em;
}
.cal_button {
	/*display: block;
		width:16px;
		height: 16px;
		margin: 2px 0 0 2px;*/
	background: transparent url(images/calendar.gif) no-repeat 5px 7px;
	/*outline: none;
		border: none;*/
}
.cal_div * {
	outline: none;
}
.cal_div {
	position: absolute;
	width: 280px;
	top: auto;
	left: auto;
	font-family: "Trebuchet MS",Tahoma,Arial,sans-serif;
	font-size: 11px;
	border: 1px solid black;
	z-index: 1000;
}
.cal_div th a {
	color: white;
	text-decoration: none;
}
.cal_div th a:hover {
	color: black;
}
.cal_table td {
	text-align: center;
	height: 30px;
	background: white;
	line-height: 17px;
}
.cal_table td.date {
	font-size: 18px;
	font-weight: bold;
	color: #999;
}
.cal_table td.date table {
	width: 99%;
}
.cal_table td.date table a {
	color: #3f3f3f;
	text-decoration: none;
}
.cal_table td.date table a:hover {
	color: black;
}
.cal_table td.date td.links {
	font-size: 10px;
	text-align: right;
	padding-right: 2px;
}
.cal_table td.we {
	font-size: 18px;
	font-weight: bold;
	color: #ccc;
	background: #f3f3f3;
}
.cal_table td.we table {
    width: 99%;
}
.cal_table td.we td.day {
    text-align: right;
    background: #f3f3f3;
}
.cal_table td.we td.links {
    font-size: 10px;
    text-align: right;
    padding-right: 2px;
    background: #f3f3f3;
}
.cal_table td.notmonth {
	font-size: 18px;
	font-weight: bold;
	color: #ccc;
}
.cal_table td.date, .cal_table td.we, .cal_table td.notmonth {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.cal_table td.today {
	color: #3f3f3f;
	border:2px solid #3f3f3f;
}
.cal_table td.date:hover {
	background: #eef;
}
.cal_table th {
	background: #3f3f3f;
	color: white;
	font-size: 14px;
	font-weight: bold;
	height: 15px;
}

.cal_table th.center {
	text-align:center;
	width: 40px;
}

.cal_table th.day {
	width: 40px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.cal_table select {
	border-style : solid;
	border-width:2px;
	border-color:#fff;
	color:#3f3f3f;
}
	
.cal_table option {
	color: #3f3f3f;
	font-size: 10px;
}
.div_1col .cal_table
{
	margin:0px;
}
.div_1col_ie .cal_table
{
    margin:0px;
}
.div_1col .cal_table .center, .div_1col .cal_table  th, .div_1col .cal_table  td
{
	text-align:center;
}
.div_1col_ie .cal_table .center, .div_1col_ie .cal_table  th, .div_1col_ie .cal_table  td
{
    text-align:center;
}
.div_2col .cal_table
{
	margin:0px;
}
.div_2col_ie .cal_table
{
    margin:0px;
}
.div_2col .cal_table .center, .div_2col .cal_table  th, .div_2col .cal_table  td
{
	text-align:center;
}
.div_2col_ie .cal_table .center, .div_2col_ie .cal_table  th, .div_2col_ie .cal_table  td
{
    text-align:center;
}
.div_1col .cal_outtab , .div_2col .cal_outtab{
	margin: 0 10px 2px 0;
	vertical-align: bottom;
	line-height: 0.5em;
}
.div_1col_ie .cal_outtab , .div_2col_ie .cal_outtab{
    margin: 0 10px 2px 0;
    vertical-align: bottom;
    line-height: 0.5em;
}        
.dashboard_table tr td table.cal_outtab tr td  {
	border : none;
}
.dashboard_table tr td table.cal_table th {
	background: #3f3f3f;
	color: white;
	font-size: 14px;
	font-weight: bold;
	height: 15px;
	border : none;
}
.dashboard_table tr td table.cal_table th.center {
	text-align : center;
}