/*
    PBDOU.css
    --.02.2013
    Global page class: "pbdou"
*/
.page.pbdou{
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}
.page.pbdou h1 b{
    padding: 0;
}

.pbdou .right-side-filter{ /* Right column */
    float: right;
    width: 480px;
}
.pbdou .right-side-filter .map-link{
    display: block;
    padding: 0 0 0 65px;
    margin: 0 0 45px 0;
    color: #4a8d2d;
    background: url(/images/ui/geo-marker.png) no-repeat 20px top;
}

.pbdou .pbdou-groups{ /* Center column */
    margin: 0 500px 0 0;
}
.pbdou ul.count-list li{ /* Items list */
    margin: 0 0 8px 0;
    padding: 0 0 0 0px;
}
.pbdou ul.count-list li span{
    /*float: left;*/
    /*position: relative;*/
    padding-right: 5px;
    /*width: 65px;*/
    /*margin: 0 0 0 -65px;*/
    text-align: center;
    /*z-index: 10;*/
}
.pbdou ul.count-list li {
    position: relative;
}
.pbdou ul.count-list li strong{
    display: block;
    margin: 0 0 10px 0px;
    font-size: 16px;
    font-weight: bold;
}
.pbdou ul.count-list > li{
    padding: 0;
    margin-bottom: 40px;
}
/* Circles */
.circle{
    position: absolute;
    left: 0;
    background-color: #e7e5c6;
    border: 0;
    vertical-align: middle;
    /*display:table-cell;*/
    overflow: visible;
    opacity: 0.5;
    z-index: 0;
	behavior: url(/css/PIE.htc);
}

.r1{
    height: 16px;
    width: 16px;
    border-radius: 9px;
    margin-top: -2px;
    margin-left: 24px;
}
.r2{
    height: 30px;
    width: 30px;
    border-radius: 16px;
    margin-top: -8px;
    margin-left: 18px;
}
.r3{
    height: 50px;
    width: 50px;
    border-radius: 26px;
    margin-top: -18px;
    margin-left: 8px;
}
.r4{
    height: 64px;
    width: 64px;
    border-radius: 33px;
    margin-top: -25px;
    margin-left: 0px;
}

/* // Circles*/


/* Search results */
.pbdou-search-results{
    margin-right: 250px;
}

ol.list li{
    margin-left: 20px!important;
    padding: 0 0 0 30px;
}
ol.list li p{
    padding: 0;
}
.pbdou-search-results .ui-pagination-container{
    margin-left: 50px;
}
.pbdou-search-results .total-results-count{
    font-size: 13px;
    color: #4e545b;
    margin: 0 0 20px 50px;
}
.right-side-filter form.custom-filter fieldset:first-child,
.right-side-filter form.custom-filter fieldset:first-child label{
    padding-top: 0;
}
.right-side-filter form.custom-filter select{
    margin: 0;
    width: 180px;
}
.pbdou-advanced-search select{
    width: 432px!important;
}
/* // Search results */

/*
    BOF Institution OU page
    @todo: remove same styles from portal.css & site-common.css
*/

.school-information {
    padding: 0;
    margin-bottom:40px;
}
.school-information .row {
    float: none;
    width:100%;
    margin:0;
    height:auto;
    padding:7px 0 9px 0;
    background:none!important;
    border-bottom: 1px solid #d3d5d8;
    overflow: hidden;
    clear:both
}
.school-information .row:first-child{
    border-top: 1px solid #d3d5d8;
}
.school-information .row b {
    float:left;
    display: block;
	width: 250px;
    color:#9a9797;
    text-align:left;
	font-weight:normal;
    padding-right:10px;
}
.school-information .table b{
	padding-bottom: 10px;
}
.school-information .row div.value {
    font-style:normal;
	margin-left: 260px;
}
.pbdou .school-information .row div.value a.black-link,
.pbdou .school-information .row div.value a.black-link:hover{
    color: #403e3e!important;
}
.school-information .table div.value {
	clear: left;
	margin-left: 0px;
}
.school-information .row div.value ul{
	width: auto;
	margin: 0 0 10px 0;
	list-style: none;
}
.school-information .row div.value ul li{
	margin: 0 0 4px 0;
	padding: 0;
}
.school-information .row div.value table{
	width: 98%;
}
.school-information .row div.value table tr,
.school-information .row div.value table td{
	border: 1px solid #c4c4c4;
}
.school-information .table div.value table td{
	padding: 2px;
}
/*
    EOF Institution OU page
*/


.pbdou .YMaps-b-balloon-frame tr td{
    padding: 0;
}