.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.paddRight3{
	padding-right:3px;
}

.largeMain{
	width:100%;
	border: 1px solid #b9261d;
	margin-bottom:10px;
}

.noImage{
	width: 150px;
	height: 113px;
	background-image: url(noImage.gif);
}

.largeImage{
  text-align: center;
}

.largeData{
  padding-left:10px;
  vertical-align: top;
}

.markModel{
  font-weight:bold;	
  padding-bottom: 5px;
}

.markModel a, .markModel:visited{
  text-decoration: none;
  color: #000;
}

.markModel a:hover{
  text-decoration: underline;
}

.dataRowName{
  padding-top: 2px; padding-bottom: 2px;
  
}

.dataCaption{
  background-color: #e49590;
  float: left;
  border-bottom: 1px solid #ffffff;
  width: 147px;
  padding-left:3px;
}

.dataValue{
  background-color: #d95c54;
  float: left;
  border-bottom: 1px solid #ffffff;
  padding-left:3px;
} 
  
.splitItem{
  height: 18px;
  margin-top:15px;
  margin-bottom:5px;
  background-color: #fff;
  color:#b9261d;
  font-size: 17px;
  font-weight: bold;
  padding: 10px;
}

.splitItem a, .splitItem a:visited{
 color:#fff;
 text-decoration: none;  
 font-size: smaller;
}

.splitItem a:hover{
 color:#fff;
 font-size: smaller;
  text-decoration: underline;  
}
 
/* PAGING */
.pages{
}

.goFirst{
  float:left; 
  width: 13px;	
  height: 13px;
  background-image: url(pageFirst.gif);
  background-repeat: no-repeat;
  background-position: left;
}

.goFirst a:hover{
 float:left; 
   width: 13px;	
  height: 13px;
  text-decoration: none;
  background-image: url(pageFirstOver.gif);
}

.goPrev{
  float:left; 
  width: 13px;	
  height: 13px;
  background-image: url(pagePrev.gif);
  background-repeat: no-repeat;
  background-position: left;
}

.goPrev a:hover{
 float:left; 
   width: 13px;	
  height: 13px;
  text-decoration: none;
  background-image: url(pagePrevOver.gif);
}

.goNext{
  float:left; 
  width: 13px;	
  height: 13px;
  background-image: url(pageNext.gif);
  background-repeat: no-repeat;
  background-position: left;
}

.goNext a:hover{
  float:left; 
  width: 13px;	
  height: 13px;
  text-decoration: none;
  background-image: url(pageNextOver.gif);
}

.goLast{
  float:left; 
  width: 13px;	
  height: 13px;
  background-image: url(pageLast.gif);
  background-repeat: no-repeat;
  background-position: left;
}

.goLast a:hover{
  float:left; 
  width: 13px;	
  height: 13px;
  text-decoration: none;
  background-image: url(pageLastOver.gif);
}

.pageNumber a, .pageNumber a:active, .pageNumber a:visited{
  text-decoration: none;
  padding-bottom: 0px;
  padding-left:2px;
  padding-right:2px;
  font-size: 10px; 
  float:left;
  width: 14px;
  height:13px; 
  display: block;
  text-align: center;
  background-color: #d1ec9a;
  color:#000;
}

.pageNumber A:hover{
  color: #fff;
  height:13px; 
  background-color: #b9261d;
  text-decoration: underline;
}

.pageNumberSelected {
  width: 20px; 
  height:13px; 
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  background-color: #b9261d;
  float:left;
  text-align: center;
}

.pageMore{
  float: left;
  padding:2px;
}

.path a,.back a:visited{
  color:#b9261d;
  font-weight:bold;
  text-decoration: none;
}

.path a:hover{
  text-decoration: underline;
}