﻿.calendar {
	border: none;
}
.day {
	width: 106px;
	height: 100px;
	text-align: right;
	vertical-align: top;
	font-family: Arial;
	font-size: 11px;
	color: Black;
	background-color: #FFFFFF;
	border: solid 1px #b3b3b3;
}
.othermonthday {
	background-color: #f2f2f2;
}
.month {
	border-collapse: collapse;
	border: solid 1px black;
}
.dayheader {
	background-color: #E3E0CD;
	background-image: url(images/header_bg.gif);
	color: #333333;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	border-top: solid 1px #b3b3b3;
	border-left: solid 1px #b3b3b3;
	border-bottom: solid 1px #b3b3b3;
	border-right: solid 1px #b3b3b3;
	padding: 4px;
}
.title {
    background-color: #FFFFFF;
    background-image: url(images/title_bg.gif);
    /* border-right: #a9a9a9 1px solid;
    border-top: #a9a9a9 1px solid;
    border-left: #a9a9a9 1px solid;
    border-bottom: #a9a9a9 0px solid; */
    border:none !important;
}
.title TD {
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    padding-top: 1px;
    padding-bottom: 1px;
}
.nextprev {
	cursor: pointer;
}
.selectedday {
	background-color: #d5d5d5;
}
A.CalendarMeeting:link, A.CalendarMeeting:visited, A.CalendarMeeting:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #1e90ff;
	font-size: 10px;
}
A.CalendarMeeting:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #1e90ff;
	font-size: 10px;
}
A.CalendarEvent:link, A.CalendarEvent:visited, A.CalendarEvent:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #228b22;
	font-size: 10px;
}
A.CalendarEvent:hover {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #228b22;
    font-size: 10px;
}

/* Window */
.container-page-window {
}
.window-label {
    width: 70px;
    font-weight: bold;
    font-size: 10pt;
    margin: 0px;
    display: block;
    color: #ff0000;
    float: left;
}
.window-text {
    width: 260px;
    height: auto;
    font-size: 10pt;
    margin: 0px;
    display: block;
    float: left;
}
.window-divlabel {
    display: block;
    width: 330px;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 8px;
}
.window-body {
    background-color: #efefe7;
    margin: 4px;
}
.window-Description {
    display: block;
    width: 320px;
    margin-top: 35px;
    font-size: 10pt;
    color: #3300ff;
}
.window-divbox {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #efefe7;
    background-color: #f5f5f0;
}
.container-box-title {
    background-image: url(images/icon_title.gif);
    background-repeat: no-repeat;
    margin-top: 8px;
    margin-bottom: 5px;
    margin-left: 10px;
    font: 1.8em Georgia, Times, serif;
    text-transform: none;
    height: 81px;
    padding-left: 90px;
    padding-top: 3px;
}
.container-box-title-meeting {
    background: url(images/hdr-upcoming-meetings.png) no-repeat;
    margin: 0;
    height: 89px;
    width:375px;
    padding: 0px;
}
.container-box-box {
    padding:5px;
    background-color: #ffffff;
    border-right: #909067 1px solid;
    border-top: #909067 1px solid;
    border-left: #909067 1px solid;
    border-bottom: #909067 1px solid;
}
.container-box-box img {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.container-box-panel {
    margin: 0px auto 15px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #ffffe0;
    border-right: #b8860b thin dashed;
    border-top: #b8860b thin dashed;
    border-left: #b8860b thin dashed;
    border-bottom: #b8860b thin dashed;
    width: 95%;
    font-size: 8pt;
}
.container-box-frase {
    width: 323px;
    height: 71px;
    margin: 10px auto 0px;
}
