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

#eventsText {
	width: 600px;
	height: 700px;
	margin-top: 10px;
	font-size: 14px;
	position: absolute;
	text-align: left;
	line-height: 30px;
	clear: both;
	margin-left: 20px;
	overflow: hidden;
}
#eventsText .sizeTable{
	display: table;
	width: 600px;
	}
#eventsText .cssRow{
	display: table-row;
}
#eventsText .cssRow p{
	display: table-cell;
}

#eventsText .demo6 {
	cursor:pointer;
	padding-left: 5px;
	color: #000000;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-moz-box-shadow: 0 0 0 #FFF, inset -1px -1px 1px 1px #CC6600, inset 2px 2px 2px 2px #FFC;
	-webkit-box-shadow: 0 0 0 #FFF, inset -2px -2px 2px 2px #CC6600, inset 2px 2px 2px 2px #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-color: #666666;
	border-left-color: #666666;
	border-right-color: #000;
	border-bottom-color: #000;
	border-width: 1px;
	padding-top: 0px;
	margin: 10px;
	padding-bottom: 0px;
	/*background-image: url(Buttons/EventBar.png);*/
	background-repeat: no-repeat;
	background-color: #FC6;
}


h4, h4 a, h4 a:link, h4 a:visited {
	text-decoration: none;
	}

h4 a:hover {
	color: #FF3300;
	text-decoration: none;
	}
	
#eventsText .panel{
	padding-left: 15px;
}

#vacation {
	margin-left: 20px;
}