.event_heading {  
	text-align: left;  
	width: 100%;  
	padding-top: 20px; 
	clear: both; 
	display: inline-block; 
	color: #000000; 
	font-size: 25px; 
	font-weight: bold; 
	text-decoration: none; 
	}



.story_box {	
	position: relative;
	display: block;
	clear: both;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	border-color: #cccccc;	
	border-style: solid;		
	border-width: 1px;	
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	color: black;
	text-decoration: none;
	cursor: pointer;
	height: 75px;
	overflow: hidden;

}


.story_box:hover {	
	background-color: #bddcfa;	
}

.story_headline {
	font-size: 15px;
	font-weight: bold;
}

.story_short_desc {
	font-size: 12px;
	font-weight: normal;
}

	
.thumb_box {	
	float: right;
	width: 75px;
	height: 75px;
	margin-left: 15px;
	}


















.top_space {
	height: 17px;
	display: block;
	clear: both;
}

.top_space2 {
	height: 15px;
	display: block;
	clear: both;
	margin-top: 15px;
	border-top-color: black;
	border-top-style: dotted;
	border-top-width: 1px;
}


.master_heading {
	line-height: normal;
	padding-top: 17px;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}



.action{
	line-height: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	clear: both;
	font-size: 16px;
	font-style: italic;
	}
	
	
.action a {
	color: #0000ff;
}

.action a:hover {
	color: #ff0000;
}

.details a {
	color: #0000ff;
}

.details a:hover {
	color: #ff0000;
}


/* Style for Usual tabs */
.usual {
  color:#111;
  width:100%;
}
.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font:10px Verdana;
  color:#FFF;
  background:#888;
}
.usual ul a:hover {
  color:#FFF;
  background:#111;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background: #e6e6e6;
  border-bottom:1px solid #e6e6e6;
  cursor:default;
  }
.usual div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background: #e6e6e6;
}

#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }
