/* .click {cursor: pointer;} */
.click {cursor:pointer; cursor:hand}
		
/* article text */
#storyPagesColumnsParent 
{
	position: relative; 
	height: 200px; 
	overflow: hidden; 
	z-index: 1;
}
.storyColumn 
{
	position: absolute; 
	width: 800px;
	margin-right: 14px; 
	z-index: 1;
}

.storyText 
{
	position: absolute; 
	width: 800px; 
	top: 0px; 
	left: 0px; 
	margin-right: 5px; 
	font-family: Arial, san-serif; 
	font-size: 10px; 
	line-height: 16px; 
	color: #444444; 
	display: none;
}

/* next and previous buttons */
.prevImage 
{
  text-align: left;
  margin-bottom: 0px; 
  margin-left: 0px; 
  margin-top: 0px; 
  margin-right: 0px;

}

.nextImage 
{
  text-align: right;
  margin-bottom: 0px; 
  margin-left: 0px; 
  margin-top: 0px; 
  margin-right: 0px;
}

div.pageMenu 
{
  clear: both;
  padding-top: 5px;
  padding-bottom: 10px;
}

div.storyTool 
{
  clear: both;
  padding-top: 5px;
  padding-bottom: 10px;
}

#storyTools
{
  position: center;
  font-family: Tahoma, "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #524949;
}

#gotoPageMenu
{
  text-align: center;
  font-family: Tahoma, "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #524949;
}

.CommandButton     
{
  font-family: Tahoma, "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  padding-right: 3px;
  padding-left: 3px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link 
{
  text-decoration: none;
  color: #413400;
  border: 1px solid #413400;
  background-color: #FFFCEA;
}

A.CommandButton:visited  
{
  text-decoration: none;
  color: #413400;
  border: 1px solid #413400;
  background-color: #FFFCEA;
}

A.CommandButton:active   
{
  text-decoration: none;
  color: #F10909;
  border: 1px solid #F10909;
  background-color: #FFFCEA;
}

A.CommandButton:hover    
{
  text-decoration: none;
  color: #F10909;
  border: 1px solid #F10909;
  background-color: #FFFCEA;
}
