/* ########################################################################
 * Filter Filter Filter Filter Filter Filter Filter Filter Filter  
 * ######################################################################## */

.filter {
	border-top: 1px solid #bdc2c4;

	padding-top: 20px;
	padding-bottom: 15px;


	overflow: hidden;
}

.filter LABEL {
	width: 116px;
	text-align: left;

	float: left;
}

.filter SELECT {
    border: none;
    background: #e6e2df;
    font-weight: bold;
    color: #003f72;
    width: 184px;
    padding: 3px 0;

    float: left;
    margin-left: 2px;
	margin-bottom: 5px;
}

.filter .buttonWrap {
	float: right;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;

}
/* filter styled */

.filter .selectBoxStyled {

}

.filter .selectBoxStyledToggle {
	display: block;
	overflow: hidden;
	
	
    width: 158px;
    height: 18px;
    float: left;
    margin-left: 2px;
	margin-bottom: 5px;
	
    background: #e6e2df;
    font-weight: bold;
    color: #003f72;
	
    padding-left: 6px;
    padding-right: 20px;
    padding-top: 4px;
    

    background-image: url('../pix/selectBoxToggleBack.gif');
    background-repeat: no-repeat;
    background-position: 169px 8px;

    white-space: nowrap;
}

.filter .selectBoxStyledToggleActive {
    background-image: url('../pix/selectBoxToggleActiveBack.gif');
}


.selectBoxStyled {
	position: absolute;
	overflow: hidden;
	
	margin-top: 24px;
	
    background: #e6e2df;
	background: rgba(230, 226, 223, 0.95);
    
    color: #003f72;
    
}
.selectBoxStyled UL {
	border: none;
	margin: 0px;

	max-height: 400px;
	overflow-y: auto;
}
.selectBoxStyled LI {
    background-image: none;
    padding: 0px;
}
.selectBoxStyled A {
	display: block;
	padding-left: 6px;
	padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 3px;

    color: #003f72;
    font-size: 12px;

    margin-top: 2px;
    margin-bottom: 2px;
}
.selectBoxStyled A:hover {
    text-decoration: none;
	color: #fff;
	background-color: #003f72;
}

.selectBoxStyled A.selectBoxStyledOptionActive {
	background-color: #91004b;
	color: #fff;
}


/* ########################################################################
 * Pagination Pagination Pagination Pagination Pagination 
 * ######################################################################## */

.listPagination {
    text-align: right;
    overflow: hidden;
}

.listPagination ul {
    float: right;
    overflow: hidden;
    margin: 0px;
}

.listPagination ul li {
    float: left;
    margin-right: 6px;
    padding: 0;

    background-image: none;
}

.listPagination ul li.last {
    margin-right: 0px;
}

.listPagination ul li.currentPage {

}

.listPagination ul li a {
    display: block;
    font-weight: bold;
    width: 20px;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 2px;
}

.listPagination ul li.number a {
	background-color: #e6e2df;
    color: #003F72;
}

.listPagination ul li.number.currentPage a {
    color: #fff;
	background-color: #003F72;
}



.listPagination ul li.prev a {
    text-indent: -9999px;
    background: url(../pix/pagination_prev.png) no-repeat 10px 7px;

}

.listPagination ul li.next {
    text-indent: -9999px;
    background: url(../pix/pagination_next.png) no-repeat 4px 7px;
    margin-left: 6px;
}

.listPagination ul li.next a {
    width: 13px;
}
.listPagination ul li.next {
    margin-right: 0px;
}

.listPagination ul li.break {
    margin-left: 6px;
    font-weight: bold;
}


.listPagination p {
    clear: both;
    padding-top: 3px;
    padding-bottom: 3px;
}


/* ############
 * Tooltips
 * ############ */
 
.prototip ul {
    margin-bottom: 0;
}
.prototip li {
    background: none;
    padding: 0;
}

.prototip .juwi {
    background: #e6e2df;
    padding: 5px 10px;
    color: #91004b;
}

.prototip .juwi .content {
    width: 150px;
}
.prototip .juwi .content ul li {
    display: block;
    border-top: 1px solid white;
    padding: 5px 0;
}

.prototip .juwi .content ul li:first-child {
    border-top: none;
}



/***************************************************************************/
/* fixedRatio Viewhelper - fixedRatio Viewhelper - fixedRatio Viewhelper -   */
/***************************************************************************/


SPAN.fixedRatio {
	display: block;
	position: absolute;

	left: 50%;
	top: 50%;
}
SPAN.fixedRatio IMG {
	position: absolute;
	top: -50%;
	left: -50%;
	border: none;
}



