/*------------------------------------------*/
/* SAMHSA.gov Buckets Style Sheet 			*/
/* All Buckets								*/
/* Screen (v 1.1.0) - 04/10/2007			*/
/*------------------------------------------*/

/* CHANGE LOG */
/* 04/10/2007 - Added #spotlight td (SAS)
*/

/* =Bucket Structure
---------------------------------------------------- */
div.bucketCapsule {
	background: #f1f1f1;
	border: 1px solid #091f58;
	margin: 0 auto;
	width:195px; 
}

.bucketCapsule a {
	color: #333;
	font-weight: normal !important;
	text-decoration: none;
}

.bucketCapsule a:hover {
	background: transparent !important;
	color: #333;
	text-decoration: underline;
}

.bucketAlignCenter { 
	text-align: center;
}

.bucketContent {
	color: #333;
	padding: 5px 3px 15px 3px;
}

.bucketTitle {
	background: #091f58;
	color: #fff;
	height: 23px;
	text-align: center;
	width: 195px;
	
}

.bucketContent ul { 
	margin: 0 0 0 1px;
	padding: 0 0 0 1px;
}

.bucketContent li { 
	background: url("/Include/buckets/images/bulletArrowSM.gif") top left no-repeat;
	list-style-type: none;
	padding: 0 0 0 12px;
}

/* =Custom Buckets
---------------------------------------------------- */
.bucketAlertBox {
	background: #fff;
	border: 1px solid #760813;
	color: #760813;
	font-weight: bold;
	margin: 10px 5px;
	padding: 3px;
	text-align: center;
}

.bucketAlertBox a { 
	color: #760813;
	text-decoration: none;
}

.bucketAlertBox a:hover {
	background: transparent !important;
	text-decoration: none;
}

/* Calendar Bucket */
#calendarTable {
	border: 1px solid #091f58;
	margin: 10px 5px;
}

td.calendarNoEvent {
	background: #9cc1d1;
}

td.calendarEventDay {
	background: #ffebb8;
}

#calendarTable th {
	background: #091f58;
	color: #ffebb8;
}

#calendarTable th, #calendarTable td {
	font-size: 10px;
	padding: 2px;
}

#calendarTable td { 
	border: 1px solid #fff;
	padding: 3px;
}

#calendarTable a {
	color: #091f58;
	text-decoration: underline;
}

#calendarTable a:hover {
	background: #fff;
	font-weight: bold;
}

#spotlight td {
	padding: 6px 5px 6px 0;
}

/* RSS Icons as bullets */
.rssListBucket li { 
	background: url("/Include/buckets/images/feed-icon-14x14.png") top left no-repeat !important;
	list-style-type: none;
	padding: 0 0 0 16px;
}
