﻿/*****   this style sheet is used by CQWP to display Event items     ****************/
.CnspEvent {
				background-color:#876028;
				width:300px;
}
.CnspEventTitle a:hover   {
				text-decoration:underline;
}
.CnspEventTitle a, .CnspEventTitle a:link, .CnspEventTitle a:visited, .CnspEventTitle a:active {
				font-weight:bold;
				color:#CCCCCC !important;
}
.CnspEventDesc {
				text-align:justify;
				padding:5px;
				background-color:#FFFFFF;
}
.CnspEventSmall {
				background-color:#876028;
				width:150px;
				height:100%;
				overflow: hidden;
				text-overflow: ellipsis;
			    white-space: nowrap;
list-style: none outside none; margin:0; padding: 0; text-align: center;
			    }

.CnspEventSmallImg {
				width:150px;
}
.CnspEventCurrent {
				background-color:#FFCC00;
				width:300px;
}
.CnspEventCurrentTitle a, .CnspEventCurrentTitle a:link, .CnspEventCurrentTitle a:visited, .CnspEventCurrentTitle a:active, .CnspEventCurrentTitle a:hover {
				font-weight:bold;
}
.CnspEventCurrentDesc {
				text-align:justify;
				padding:5px;
				background-color:#FFFFFF;
}
.CnspEventCurrentSmall {
				background-color:#FFCC00;
				width:150px;
}
.CnspEventCurrentSmallImg {
				width:150px;
}
/* END Event Style */
