/* Presentation Theme : item template CSS file */

.flexicontent {
	padding-top: 0px;	
}
.flexiitem {
	border: 1px dotted #ddd;
	width: 990px;
}

.buttons {
	padding-left: 974px;
}

.contentheading {
	overflow: hidden;
}

.flexi.lineinfo {
	display: block;
	margin: 0 0 0 0;
	overflow: hidden;
	clear: both;
}

.flexi.subtitle1 {
}
.flexi.subtitle2 {
}
.flexi.subtitle3 {
}

.tabbertab .flexi.element,
.subtitle1 .flexi.element,
.subtitle2 .flexi.element,
.subtitle3 .flexi.element {
	display:inline;
	float: right;
	margin: 0px 0px 0px 0px;
}


/* topblock: Field block styling */
.flexi.topblock {
	overflow: hidden;
	width: 100%;
	margin-left: 0px;
	display: inline;
	float: left;
}
.topblock .flexi.image {
	border: 0px solid #eee;
	display: inline;
	float: right;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}
.topblock .flexi.image a {
	outline: none;
}
.topblock .flexi.image img {
	border: 0px solid black;
}
.topblock .flexi.infoblock {
	overflow: hidden;
}


.description {
	width: 950px;
	margin-top:20px;
	margin-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:  1px dashed silver;
}
/* infoblock: Field block styling */
.flexi.infoblock {
	border: 0px solid #eee;
	margin: 0 0 0px;
	padding: 0px;
}
.infoblock ul.flexi {
	margin: 0;
	padding: 0;
}
.infoblock ul li.flexi {
	padding: 0;
	background: none;
	min-height: 10px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	zoom: 1;
	*display: inline;
	_height: 10px;
}


/* Field label & values styling */
span.flexi.label, .flexi.label {
	float: left;
	font-size: 85%;
	margin-right: 0px;
	display:inline;
}
span.flexi.value, .flexi.value {
	float: left;
	display:inline;
}



/* Field values into 1 column */
.onecols ul li.flexi {
	width: 100%;
}
.onecols .flexi.label {
	min-width: 100%;
	margin-bottom:0px;
}
.onecols .flexi.value {
	min-width: 100%;
}


/* Field values into 2 columns */
.twocols ul li.flexi {
	min-width: 10%;
	font-size: 70%;
}
.twocols .flexi.label {
	min-width: 10%;
	margin-right: 1%;
	margin-bottom:6px;
}
.twocols .flexi.value {
	min-width: 10%;
	margin-right: 1%;
}

.fc_item_seperator {
	clear:both;
	margin-bottom: 35px;
	width:100%;
}

.readon {
	margin-left:5px;
}

/* =============================================
   Bootstrap adjustments
============================================= */
#fc_alpha .btn.fc_alpha_index,
#fc_alpha .btn.fc_alpha_index_sep {
	margin-top:0;
	margin-bottom:0;
}

/* ===============================================
   "micro" clearfix 
   http://nicolasgallagher.com/micro-clearfix-hack/
=============================================== */

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.group:before,
.group:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.group:after {
    clear: both;
}

/**
 * Include this rule to trigger hasLayout and contain floats.
 */
.group {
	/* for IE 6/7 */
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
    /* non-JS fallback */
    *zoom: 1;
}


.pageslinks
{
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}

.pagination-start {
 float: left;
 font-size: 80%;
 padding: 5px;
 color: #eee;
}
.pagination-start a {
 float: left;
 font-size: 130%;
 padding: 5px;
 font-weight: bold;
 color: #044b63; 
}

.pagination-end {
 float: right;
 font-size: 80%;
 padding: 5px;
 color: #eee;
}
.pagination-end a {
 float: right;
 font-size: 130%;
 padding: 5px;
 font-weight: bold;
 color: #044b63; 
}

.pagination-prev {
 font-size: 80%;
 padding: 5px;
 color: #eee; 
}
.pagination-prev a{
 font-size: 130%;
 padding: 5px;
 font-weight: bold;
 color: #044b63; 
}

.pagination-next {
 font-size: 80%;
 padding: 5px;
 color: #eee;
}
.pagination-next a{
 font-size: 130%;
 padding: 5px;
 font-weight: bold;
 color: #044b63; 
}




}
p.counter
{
        font-weight:bold;
}
