/*----------------------------------------------------------------------------*/
#amber-alerts
{
	width: 198px;
	height: 300px;
	margin-left: 1px;
	overflow: auto;
}
#amber-alerts .alerts-item
{
	border-bottom: 1px solid #a1b4cd;
	padding: 8px 4px 0;
}
#amber-alerts .alerts-item h5
{
	color: #194e84;
	font-weight: bold;
	font-size: 80%;
}
#amber-alerts .alerts-item p
{
	clear: both;
	font-size: 80%;
}










/*----------------------------------------------------------------------------*/
/* ib for 'item browser' */

.ib-header
{
	color: #194e84;
	text-align: center;
	border-top: 1px dotted #ccc;
	padding: 0.5em 0;
	background-color: transparent;
	width: 100%;
}
.ib-mode
{
	padding: 0 10px;
	cursor: pointer;
}
.ib-selected-mode
{
	text-decoration: underline;
	font-weight: bold;
}
a.ib-letter, a.ib-letter-empty
{ 
	padding: 0 3px;
	cursor: pointer;
}
a.ib-letter-selected, a.ib-letter:hover
{
	text-decoration: underline;
}
a.ib-letter-empty
{ 
	color: #999;
}

#ib-window
{
	position: relative;
	border: 1px solid #194e84;
	height: 400px;
}

#ib-listing-panel
{
	float: left;
	position: relative;
	border-right: 1px solid #194e84;
	overflow: auto;
	width: 49%; /* 50% will break in ie */ 
	height: 400px;
}
#ib-description-panel
{
	margin-right: -1px;
	float: right;
	position: relative;
	overflow: auto;
	width: 50%;
	height: 400px;
}
.ib-description
{
	padding: 0 10px 10px 10px;
}
.ib-description h3
{
	padding: 0;
}
.ib-description p
{
	margin-top: 0.75em;
	font-size: 80%;
}

/* all the possible item states */

.ib-item, .ib-item-selected, .ib-item-open, .ib-item-closed, .ib-item-selected-open, .ib-item-selected-closed 
{
	padding: 4px 4px;
	font-size: 80%;
	cursor: pointer;
	position: relative;
}
.ib-item-selected, .ib-item-selected-open, .ib-item-selected-closed
{
	background-color: #194e84;
	color: white;
	cursor: default;
	position: relative;
}
.ib-item-open
{
	background: transparent url(/i-p/open-blue.gif) no-repeat 4px 5px;
	position: relative;
}
.ib-item-closed
{
	background: transparent url(/i-p/closed-blue.gif) no-repeat 4px 5px;
	position: relative;
}
.ib-item-selected-open
{
	background: #194e84 url(/i-p/open-white.gif) no-repeat 4px 5px;
	position: relative;
}
.ib-item-selected-closed
{
	background: #194e84 url(/i-p/open-blue.gif) no-repeat 4px 5px;
	position: relative;
}
.ib-message
{
	position: relative;
	text-align: center;
	font-size: 18px;
	margin-top: 130px;
	color: #cccccc;
	font-weight: bold;
}
.ib-link
{
	display: block;
	padding-left: 15px;
	margin-top: 0.75em;
	background: url(/i-p/item-more.gif) no-repeat 0 2px;
	font-weight: normal;
	text-decoration: none;
}
a.ib-go
{
	float: right;
	color: #194e84;
	font-weight: bold;
	text-decoration: none;
}
.ib-item-selected-open a.ib-go, .ib-item-selected-closed a.ib-go, .ib-item-selected a.ib-go
{
	color: #fff;
}
.ib-link:hover
{
	text-decoration: underline;
}






/*----------------------------------------------------------------------------*/


#cal-event-form fieldset
{
	font-size: 90%;
	padding: 10px 0px;
	margin: 15px 0;
}
#cal-event-form legend
{
	font-weight: bold;
	margin-left: 10px;
}
div.cal-input
{
	clear: both;
	padding: 5px 10px;
	height: 25px;
}
div.cal-label
{
	float: left;
	width: 30%;
	font-size: 90%;
	font-weight: bold;
}
div.cal-field
{
	float: right;
	width: 70%;
	font-size: 90%;
}
div.cal-field .sub-field
{
	margin-right: 10px;
}
div.cal-container
{
	z-index: 999;
}
.cal-popup img
{
	cursor: pointer;
	display: inline;
}
div.cal-field input, div.cal-field select
{
	font-size: 90%;
}
div#custom-inputs
{
	border-top: 1px dotted #ccc;
	margin-top: 5px;
	padding-top: 10px;
}
.check-weekday
{
	display: block;
	float: left;
	width: 14%;
}
.check-monthday
{
	display: block;
	float: left;
	width: 10%;
	padding: 2px;
}
.check-month
{
	display: block;
	float: left;
	width: 16%;
	padding: 2px;
}
div.cal-dim
{
	color: #999;
}
div.extra-pad
{
	padding-top: 10px;
}
img.cal-close
{
	cursor: pointer;
	float: right;
}
div.cal-container
{
	z-index: 9999;
	background-color: #fff;
	border: 1px solid #194e84;
	font-size: 80%;
	width: 150px;
}
table.calendar
{
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	position: relative;
}
table.calendar th, table.calendar td
{
	font-size: 80%;
	padding: 3px;
	text-align: center;
}
div.calheader
{
	font-size: 90%;
	text-align: center;
	position: relative;
}
th.calweekdaycell
{
	font-weight: bold;
	color: #fff;
	background-color: #194e84;
}
div.select-a-date
{
	font-size: 100%;
	background-color: #194e84;
	font-weight: bold;
	padding: 3px;
	color: #fff;
}
td.oom
{
	color: #777;
	background-color: #eee;
}
td.today
{
	font-weight: bold;
}
.calcell:hover, .calcell.calcellhover {
	cursor:pointer;
	background-color: #eee;
}
td.selected
{
	background-color: #194e84;
	color: #fff;
}
td.selected a
{
	color: #fff;
}


.calnavleft {
	position:absolute;
	top:0;
	bottom:0;
	height:12px;   
	left:2px;
	border: none;
}

.calnavright {
	position:absolute;
	top:0;
	bottom:0;
	height:12px;  
	right:2px;
	border: none;
}




/*----------------------------------------------------------------------------*/
/* Yahoo's calendar component */

/*

.calcontainer {*height:1%;} 
.calcontainer:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} 

.calbordered {
	background-color: #fff;
	width: 200px;
}

.calbordered .title {
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
	height:auto;
	position:relative;
}

.title .close-icon {
	position:absolute;
	right:0;
	top:0;
	border:none;
}

.cal2up {
	float:left;
}

.calnavleft {
	position:absolute;
	top:0;
	bottom:0;
	height:12px;   
	left:2px;
}

.calnavright {
	position:absolute;
	top:0;
	bottom:0;
	height:12px;  
	right:2px;
}


.calendar {
	text-align:center;
	border-spacing:0;
}

.calcell {
	font-size: 80%;
	padding: 3px;
	height:1em;
	border:1px solid #E0E0E0;
	background-color:#FFF;
}

.calcell.today {
	border:1px solid #000;
}

.calcell.oom, .calcell.oom:hover {
	cursor:default;
	color:#999;
	background-color:#EEE;
	border:1px solid #E0E0E0;
}

.calcell.selected {
	color:#003DB8;
	background-color:#FFF19F;
	border:1px solid #FF9900;
}

.calcell:hover, .calcell.calcellhover {
	cursor:pointer;
	color:#FFF;
	background-color:#FF9900;
	border:1px solid #FF9900;
}

.calcell.calcellhover a, .calcell:hover a {
	color:#FFF;
}

.calcell.restricted {
	text-decoration:line-through;
}

.calcell.previous {
	color:#CCC;
}

.calcell.highlight1 { background-color:#CCFF99; }
.calcell.highlight2 { background-color:#99CCFF; }
.calcell.highlight3 { background-color:#FFCCCC; }
.calcell.highlight4 { background-color:#CCFF99; }


.calhead {
	border:1px solid #E0E0E0;
	vertical-align:middle;
	background-color:#FFF;
}

.calheader {
	font-size: 80%;
	position:relative;
}

.calheader img {
	border:none;
}

.calweekdaycell {
	font-size: 80%;
	color:#666;
	font-weight:normal;
}

.calfoot {
	background-color:#EEE;
}

.calrowhead, .calrowfoot {
	color:#666;
	font-size:9px;
	font-style:italic;
	font-weight:normal;
}

.calrowhead {
	border-right-width:2px;
}

*/
