/*
 * presscom/stylesheets/contents.css
 */

#calendar {
   border: 0px solid green;
   padding: 0px;
   width:132px;
   display: block;
   z-index: 2; 
   }

#calendar table {
   border: 0px solid white;
   }

#calendar tr {
   border: 0px solid green;
   } 

#calendar td.header  {
   vertical-align: top;
   padding-top: 0px;
   text-align: right;
   height: 28px;
   font-weight: bold;
   color: #aaa;
   background: transparent url(../images/agenda_small.jpg) no-repeat 0px 0px;
   }
   
#calendar td.event  {
   border-top: 1px solid white;
   border-left: 1px solid white;
   text-align: right;
   padding-left: 5px;
   padding-right: 5px;
   font-size: 8px;
   font-weight:bold;
   cursor: pointer;
   color: white;
   background-color: #6695E7;
   }     

#calendar td.on  {
   border-top: 1px solid white;
   border-left: 1px solid white;
   text-align: right;
   padding-left: 5px;
   padding-right: 5px;
   font-size: 8px;
   font-weight:bold;
   cursor:default; 
   background-color: #eee;
   }     
#calendar td.off  {
   border-top: 1px solid white;
   border-left: 1px solid white;
   padding-left: 5px;
   padding-right: 5px;
   text-align: right;
   font-size: 8px;
   font-weight:normal;
   color: #999;
   cursor:default; 
   background-color: lightgray;
   }   
div.separators {
	width: 700px;
	height: 18px;
	padding-left: 20px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6695E5;
	background-image: url("blackBox.jpg"); 
	background-repeat: repeat-y; 
	background-position: top 0px; 
	background-attachment: scroll;  
}
div.separators p {
	color:white !important;
	font-weight:bold;
	padding-top:2px !important;
}
/**	
*/
div.localStyle ul li{
	list-style-image: url('/images/bullet_blue.gif');	
	line-height: 1.7em;
}
div.localStyle {
	padding-left: 10px;	
}
div.localStyle h3 {
	margin: 10px 0 10px 0;
	font: 16px Arial;
	text-align: left;
	font-weight: bold;
	color: black;
}
.inactive {
	color: #999;
	font-weight: bold;
}
.note {
	color: #999;
	font-style:italic;
	padding-left: 3em;
}
img.breadcrumbs {
	margin-left: 0.4em;
	margin-right: 0.4em;
} 
div.localStyle {
	padding-left: 10px;
}
div.localStyle h3 {
	margin: 10px 0 0px 0;
	font: 16px Arial;
	text-align: left;
	font-weight: bold;
	color: black;
	padding: 0;
}
div.localStyle dl.videosAdhoc dt { 
	width: 25em;
	float: left;
}
div.localStyle dl.videosAdhoc dd { 
	float: top;
	padding: 0 0 0 35em;
	margin: 2.5em 0 2.5em 0 ;
}
/**
*/
div.row {
	height: auto;
}
div.photoFrame {
	width: 350px;
	height: 370px;
	padding: 5px;
	float: left;
	text-align:center;	 
}
div.photoFrame img {
	padding-bottom: 1em;
} 
/**
*/
h6 {	
	font-size: 12px;
	margin: 1em 0 1em 0;
}
.breadcrumbActive {
	color: #999999;
	font-weight:bold;
}
.pdf {
	color: #999;
	font-weight: bold;
	font-size: 0.9em;
}
/**********************/
div.localStyle dl {
	padding-left: 3em;
}
div.localStyle dt {
	float: left;
}
div.localStyle dd {
	margin-left: 27em;
}
div.localStyle p.party {
	margin-left: 3em;
	margin-top: 1em;
	text-decoration:underline;
}
div.videoWrap {
	padding-left: 2em;
	padding-bottom: 1em;
}
.inactive {
	color: #bbbbbb;
	font-weight:bold;
}