@charset "UTF-8";
/* CSS Document */

.greyback {
	width: 646px;
	background: url(../images/calendar/grey_bg_mid.jpg) left top repeat-y;
}

.greyback .topcurve {
	height: 12px;
	background: url(../images/calendar/grey_bg_top.jpg) left top no-repeat;
}

.greyback .remainder {
	padding: 15px 31px 27px 31px;
	background: url(../images/calendar/grey_bg_bot.jpg) left bottom no-repeat;
}

.agenda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 585px;
}

.search {
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
	background: #80A2BD;
	height: 24px;
	width: 205px;
	color: #FFFFFF;
	font-size: 12.5px;
	line-height: 12.5px;
	font-weight: normal;
	text-transform: uppercase;
	float: right;
}

.search .search_label {
	position: absolute;
	top: 6.5px;
	left: 11px;
}

.search .query {
	position: absolute;
	top: 3px;
	right: 31px;
	padding: 1px;
	border: 0;
	margin: 0;
	width: 95px;
	height: 16px;
}

.search .go {
	position: absolute;
	top: 3px;
	right: 3px;
}

.view_switch {
	float: right;
}

.heading {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #2C5F9F;
	padding: 0 0 10px 0;
}

.heading img {
	float: left;
}

.searchMsg {
	text-align: center;
	font-size: 14px;
	font-style: italic;
	color: #A30F0F;
	padding: 15px;
}

.day1,
.day2,
.thisday {
	width: 570px;
	padding: 10px;
	margin: 0 auto;
	position: relative;
	overflow: auto;
}

.day1 {
	background: #FFFFFF;
}

.day2 {
	background: #EDECE6;
}

.thisday {
	background: #F7F2DC;
}

.line {
	padding-bottom: 8px;
	overflow: auto;
}

.line .date,
.line .time,
.line .netime {
	float: left;
	width: 160px;
	text-align: right;
}

.line .date {
	color: #3975AF;
	font-size: 13px;
	font-weight: bold;
	overflow: auto;
}

.line .date .dow {
	float: left;
}

.line .time {
	color: #A30F0F;
	font-size: 12px;
}

.line .netime {
	color: #A09080;
	font-size: 12px;
	text-transform: uppercase;
}

.line .entries {
	margin-left: 180px;
}

.line .noevent {
	margin-left: 180px;
	color: #A09080;
	font-size: 12px;
	text-transform: uppercase;
}

.entries.entries .name {
	padding-left: 15px;
	background: url(../images/calendar/arrows.gif) 0 1px no-repeat;
}
	
.entries .name,
.entries .name a {
	color: #A30F0F;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}

.entries .name a:hover {
	color: #999999;
}

.entries .head {
	float: left;
	width: 75px;
	text-align: right;
	color: #00457C;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 15px;
}

.entries .info {
	color: #808080;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 0 80px;
	width: auto;
	background: none;
}

.entries .name .editdel {
	display: block;
	width: 53px;
	height: 18px;
	background: url(../images/calendar/editdel_clr.gif) top left no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

.entries .name .edit {
	position: absolute;
	top: 3px;
	left: 8px;
}

.entries .name .delete {
	float: right;
	position: relative;
	top: 3px;
	right: 10px;
}
