﻿/* pop up */
.msp
{
    width: 700px; 
    height: auto; 
}

/* Styles for media search client repeater */
.searchResults
{
    margin-left: 5px;
}
.mediaImage
{
    text-align: center;
    cursor: pointer;
}
.mediaTitle
{
    width: 128px;
    text-align: center;
    color: #2A72A4;
    cursor: pointer;
} 
.mediaContainer
{
    float:left;
    padding:5px;
    margin:7px;
    width:128px;
    height:150px;
    border: solid 1px #BDBDBD;
    overflow:hidden;
}
.mediaPreview
{
    border: solid 1px #BDBDBD; 
    background-color:#FFFFFF;
    padding:5px;
    cursor: pointer;
}
.mediaSearchResultsPaging
{
    float:right;
    padding-top: 10px;
}
.pni_selected
{
    background-color: #FFC565;
}

/* Styles for Categories */

.topLevelCategory
{
    margin-left: 5px;
    font-weight:bold; 
    width: 148px;
}

.categoryMore
{
    cursor: pointer;
    color: #666666 !important;
}

.categoryMore:hover
{
    text-decoration: underline;
}

.topLevelCategory p
{
    color: #0060A9;
    cursor: pointer;
    padding-bottom: 2px;    
    padding-top: 2px;
    margin-bottom: 0px !important;
}

.topLevelCategory p:hover
{
    text-decoration: underline;
}

.categoryHidden
{
    display:none;
}

.categoryFirstLevel
{
    list-style-type: none;
    cursor: pointer;
    padding: 0px !important;
    margin: 0px 0px 0px 5px !important; 
}

.categoryFirstLevel ul
{
    list-style-type: none;
}

.categoryFirstLevel ul li
{
    padding: 0px;
    margin: 0px;
}

.categoryFirstLevel ul li:hover
{
    text-decoration: underline;
}

.icon_subcatHidden
{
    display:none;
}

.categorySelected
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.categorySelected ul li
{
    list-style-image: none;
    color: #0060A9;
    list-style: none; 
    font-weight: normal;
    cursor: pointer;
    padding-left:10px;
}

li.categorySelected ul
{
    padding-top: 3px;
    padding-bottom: 3px;
    white-space: normal;    
}

li.categorySelected .categoryLink{
    color: #000;
    font-weight: bold;
}

.categoryLink
{
    color: #666666;
    font-weight:normal;
    white-space: normal;
} 

.categoryLink:hover
{
    text-decoration: underline;
}

.categorySelected ul li .categoryLink
{
    color: #0060A9;
    font-weight:normal;
}

.topCategorySelected{ color: #000; font-weight:bold;}

/* paging */
.paging
{
    display:inline;
}
.paging ul
{
    display:inline;
    list-style-type:none;
}
.pageItem
{
    list-style-type: none;
    display:inline;
    margin-left:5px;
    cursor:pointer;
    color: #0061aa;
}
.pageItemSelected
{
    list-style-type: none;
    display:inline;
    margin-left:5px;
    color: #0061aa;
    font-weight:bold;
}



/* PHOTOFILE SPORTS GALLERY */
.categoryFirstLevel li ul {
 margin: 2px 10px 10px;
}

/* Gallery Thumbnail & Preview Size */

.premium_cat_img > img {
	max-width: 125px;
	max-height: 125px;
}

.premium_cat_img .preview img {
	max-width: 380px;
	max-height: 380px;
}

/* Category grouping */


.category-group > ul
{
	margin-left: 0px !important;
}

.category-group .group-text
{
	font-weight: bold;
	cursor: default;
}

.category-group .expandable
{
    margin-bottom:0px;    
  }

.categoryMoreLess
{
    margin-bottom:10px;    
    color: #666666;
 }

p.no-results 
{
	margin-left: 20px;
}

div.template
{
	position: relative;
}

div.template div.aperture
{
	position: absolute;
	overflow: hidden;
}

div.template div.aperture img.asset
{
	position: absolute;
}