/*rating control*/
.filledRatingStar 
{
	background-image: url(../Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../Images/SavedStar.png);
}

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

/*end rating control*/

/*  ContentDetailTabs.ascx */
.contentDetailPageView
{  background: #fff;
/*url(../img/tab-details-bk.jpg) repeat-x; */
   /*background-image: url(../Images/TEMP_DescriptionTagsBK.png);*/ 
   border-left:1px solid #CCCCCC; 
   border-bottom:1px solid #CCCCCC;
   border-right:1px solid #CCCCCC;
   height:170px;
   width:100%;
   position:relative;
   top :-2px;
}

/* end ContentDetailTabs.ascx */


/* used by ContentDetailTabs.ascx for the comments text area*/
.contentDetailComments
{
	
	margin-left:10px;
	margin-top:20px;
	width:233px;
	height: 130px;
	border: 1px solid #cccccc;
}
/* end ContentDetailTabs.ascx */

/* used by ContentDetailTabs.ascx for the tags text area*/
.contentTagsContainer
{
		margin-left:10px;
	margin-top:20px;
	width:330px;
	height: 130px;
}

/**/
.linkPagerText
{
	color:Blue;
}
.linkPagerText span
{
	color:Blue;
	padding-bottom: 5px;
}
.linkPagerText a
{
	text-decoration: none;
}

linkPagerCurrentPage
{ 
	border: solid 1px silver;
}
/**/
.pagedDataContainerRoot
{
		width:684px;
}

.pagedDataContainerHead
{
	border: solid 1px silver;
	float:left;
	width:684px;
}

.pagedDataContainerBody
{
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
	width:684px;
}
.pagedDataTimePeriodFilter a
{
	text-decoration:none;
	color:Gray;
}

.pagedDataTimePeriodFilterSelected
{
	font-weight:bold;
}

.thumbnailMetaDesc
{
	overflow:hidden;
	width:290px;
	height:60px;
}


/*ContentGridItem.ascx*/
.contentGridItem
{
	float:left;
	padding-left: 5px;
	margin: 10px 0px 5px 0px;
	width:152px;
}

.contentItemGridRow
{
	padding-left:49px
}

/*ContentGridItem.ascx*/



/*GalleryGridItem.ascx*/
.galleryGridItem
{
	float:left;
	padding-left: 5px;
	margin: 10px 0px 5px 0px;
	width:152px;
	border-right: solid 1px silver;
}



/*GalleryGridItem.ascx*/


/*TagsDisplay.ascx*/
.tagsContainer
{
	
	width:200px;
	
	
}
.tagsContainer div a
{
	color:#999999;
	text-decoration:none;
	padding-right:3px;
}
/*TagsDisplay.ascx*/
.clear
{
	clear:both;	
}

/*
ContentFilterPanel.ascx
*/
.cfpOrangeTitle
{
	color:#CC3300;
	font-weight:bold;
}


.cfpOrangeSection
{
	font-size: 12pt;
	color: #FF9900;
}
/*
ContentFilterPanel.ascx
*/

/*
ModalPopupExtender Control
*/
.modalBackground 
{
   background-color:#000;
   filter:alpha(opacity=70);
   opacity:0.7;
}

.shareItem
{
	padding-left:10px;
}


.infobox {
	position:relative;
    border:1px solid #000; 
    background-color:#CCC;
    width:73px;
    padding:5px;
    }
.infobox img {
	position:relative;
	z-index:2;
    }
.infobox .more {
	display:none;
    }
/*.infobox:hover .more {*/
.cdtPanel 
{
	background: #fff url(../img/tab-details-bk.jpg) repeat-x bottom;
   /*background-image: url(../Images/TEMP_DescriptionTagsBK.png);*/ 
   border-left:1px solid #CCCCCC; 
   border-bottom:1px solid #CCCCCC;
   border-right:1px solid #CCCCCC;
	width:480px;
	display:block;
	min-height:70px;
    position:absolute;
	padding: 8px;
    z-index:1;
}
.closeTagFlagTab
{
	position:absolute;
	top:1px;
	right:3px;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer; 
	color: #CCCCCC;   
}

.GalleryName
{
	float:left;
	font-size:18pt;
	padding-top: 16px;
	padding-left: 5px;
	margin: 5px 0px 5px;
}

.galleryImage
{
	float:left;
	margin: 8px 0px 8px;
}

.clear
{
	clear:both;
}
/*

.galleryHeader
{
 top:50px; width:100%; height:135px;
 position:absolute;
 left:0px;
}
*/
