@CHARSET "UTF-8";

/*NEW CHANGES START*/

.no-border { border:0px solid #fff !important;  }

#ipc-header #ipc-inst-logo {
	float:left;
	padding:0;
	margin:20px 0px 0px -40px;
	width:auto;
	cursor:pointer;
	}

#ipc-header #ipc-inst-logo h1 {
	width:73px;
	height:70px;
	margin:0;
	padding:0;
	background:url("../images/ipc_logo.gif") no-repeat;
	text-indent:-9999px;
	}

.ipc-sort-dropdown-container {
	float:right;
	background: #707070; 
	background: -moz-linear-gradient(top,  #707070 0%, #434343 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(100%,#434343)); 
	background: -webkit-linear-gradient(top,  #707070 0%,#434343 100%); 
	background: -o-linear-gradient(top,  #707070 0%,#434343 100%); 
	background: -ms-linear-gradient(top,  #707070 0%,#434343 100%); 
	background: linear-gradient(to bottom,  #707070 0%,#434343 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#434343',GradientType=0 );
	border-radius:2px;
	margin-left:7px;
}
.ipc-sort-dropdown-container .separator-left {
	border-left:1px solid #707070;
}	
.ipc-sort-dropdown-container .separator-right {
	border-right:1px solid #707070;
}
.ipc-sort-option-dropdown-btn{
	padding:7px;
	border:0px solid #4C93CB;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	margin-right: 2px;
}
.ipc-view-option-btn  {
	padding:7px 7px 7px 3px;
	border:0px solid #4C93CB;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	margin-right: 2px;
	text-decoration:none;
	display:inline-block;
}
#book-shelf-thumb-view-img {
	background:url("../images/ipc_view_sprite.png") no-repeat 0px 0px;
	height:14px;
	width:14px;
	display:inline-block;
	margin-left:7px;
}
#book-shelf-list-view-img {
	background:url("../images/ipc_view_sprite.png") no-repeat 0px -20px;
	height:14px;
	width:14px;
	display:inline-block;	
}

.ipc-sort-option-items-container .header {
	background: url("../images/ipc_list_view_table_header_bg.gif") repeat-x scroll left top #dadada;
	clear:both;
	padding:7px;
}
.ipc-sort-options-contents {
	padding:7px;
}
.ipc-sort-options-contents ul {
	margin: 3px 3px 6px 3px;
	padding:0px;
	line-height:18px;
}
.ipc-sort-option-items-container .header {
	background: url("../images/ipc_list_view_table_header_bg.gif") repeat-x scroll left top #dadada;
	clear:both;
	padding:7px;
}
.ipc-sort-options-contents {
	padding:7px;
}
.ipc-sort-options-contents ul {
	margin: 3px 3px 6px 3px;
	padding:0px;
	line-height:18px;
}

#byOption option, #myCategories option {
	padding:0px 5px !important;
}
#redeemDiv {
	margin-top:7px;
}
#redeemlvl  a { 
    border: 1px solid #005D92; 
    padding: 7px;
    color: #FFF;
    text-shadow: 0 -1px #005D92;
    font-weight: bold;
    background: #3395CD;
    background-image: -webkit-linear-gradient(bottom, #3880BD 0%, #3395CD 5%, #85C1E8 95%, #D8E3ED 100%); 
    background-image: -moz-linear-gradient(bottom, #3880BD 0%, #3395CD 5%, #85C1E8 95%, #D8E3ED 100%); 
    background-image: -ms-linear-gradient(bottom, #3880BD 0%, #3395CD 5%, #85C1E8 95%, #D8E3ED 100%); 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 2px 2px 2px 2px; 
    box-shadow: 0 1px #CCC;   
    -moz-box-shadow: 0 1px #CCC;    
    cursor: pointer;
    text-decoration:none; 
}

.notify-error {
	border:1px solid #ccc;
	background:#FFF4D4;
	padding:4px;
	margin-top:12px;
	font-weight: bold;
}


/* bookshelf new style */

.selectedFilters {
        border:1px solid #ccc;
        padding:8px;
        margin: 4px 0px 0px;
    }
    .selectedFilters strong {
        color:#444444;
        margin:0px 4px 0px 0px;
    }
    .selectedFilters .filterLabel  {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;       
        padding:2px 4px 2px 4px;
        margin:0px 9px 0px 4px;
        background:#efefef;
        border:1px solid #e9e9e9;
        color:#232323;
    }
    .selectedFilters .filterLabel:hover {
        background:#f9f9f9;
        border:1px solid #ddd;
    }   
    .selectedFilters a {
        background:url("../images/close_button.png") scroll no-repeat 0% 0% transparent;
        width:12px;
        height:12px;
        vertical-align:top;
        margin:2px 0px 0px 4px;
        display:inline-block;
        text-decoration:none;
        cursor:pointer;
    }
    
.darkClass
{
    background-color: black;
    filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    top: 0px;
    left: 0px;
}


/* Bookshelf Tag listing */

.tagWrapper {
    float:left;
    width:87%;
    /*height:24px;*/
   	overflow:hidden;    	
}
ul.tagListing {
    margin:0px;
    padding:0px;
    width:95%;
    float:left;
}
ul.tagListing li {
    padding:2px 6px 3px 6px;
    float:left;
    list-style-type:none;
    border-radius:1px;
    background: #ffffff;
}
ul.tagListing li a {
    font-weight:normal !important;
    font-size:90%;
    text-decoration:none;
    color:#417bb6 !important;
}
ul.tagListing li .closeBtn {
    color:#fff;
    cursor:pointer;
    display:inline-block;
    padding:0px 1px;
}
ul.tagListing li:hover {
    background:#e8f0f5;
    color:#417bb6;
    cursor:pointer;   
}
ul.tagListing li.title:hover {
    background:transparent;
    color:#333; 	
}
ul.tagListing li:hover .closeBtn {
    color:#306ba6;
}
ul.tagListing li .closeBtn:hover {
    color:#cc0000;
}

.addTag {
    width:12%;
    text-align:center;
    float:right;
}
.addTag a {
    color:#417bb6 !important;
    text-decoration:none;
    font-weight:normal !important;
    background:#e8f0f5;
    padding:2px 6px 3px 6px;
    line-height:20px;   
    font-size: 11px;
}
.addTag a:hover {
    background:#d9e6ee;
}
.addTagPopup {
	width:230px;
    background:#fff;
    position:absolute;
    left:930px;
    top:402px;
    border:1px solid #777;
}

.addTagPopup .header {
    background: #676767;
    padding:5px 5px 7px;
}
.addTagPopup .header h5 {
    float:left;
    display:inline-block;
    color:#fff;
}
.addTagPopup .close {
    width:16px;
    height:16px;
    line-height:18px;
    cursor:pointer;
    background:#aaa;
    float:right;
    display:inline-block;
    margin-right:1px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px; 
    font-size:80%;
}
.addTagPopup a {
	color:#666 !important;
}
.addTagPopup a:hover {
	background:#efefef !important;
}

.addTagPopup .selectedTag {
	font-weight:bold !important;
	background:#FFF4D4 !important;
}

.tagLists {
    height:180px;
    overflow-y:scroll;
    padding:0px;
    text-align:left;
    border-bottom:1px solid #aaa;

}
.tagLists a {
    display:block;
    margin:1px 0px;
    background:none;
    padding-left:12px;
    font-size:90%;   
}
.tagWrapper .more {
	background: url("../images/down-arrow.png") no-repeat scroll left 8px transparent;
	width:20px;
	height:20px;
	cursor:pointer;
	display:inline-block;
	float:right;
}
.tagWrapper .less {
	background: url("../images/up-arrow.png") no-repeat scroll left 8px transparent;
	width:20px;
	height:20px;
	cursor:pointer;
	display:inline-block;
	float:right;
}
.addTagActionbar {
    padding:5px 5px 7px;
    color:#999;
	text-align:left;
	border:1px solid #ddd;   
}
.addTagActionbar input[type="button"] {
	background:#777;
	color:#fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border:0px;
    padding:1px 3px;
    
}
.alphaSort.selectedAlphabet {
    color: #FF6600;
}
.selectedCategory {
    color: #FF6600 !important;
}

.tagCloudWidget {
	margin:0px 0px 10px 0px;
	padding:10px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
	border:1px solid #ff9934;
}
.tagCloudWidget .listWrapper {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 1px 1px 1px 1px;
  list-style-type: none;
  padding: 1px 5px 1px 3px;
  display:inline-block; 
  vertical-align:middle; 
}
.tagCloudWidget .listWrapper a {
  color: #417BB6 !important;
  font-size: 90%;
  font-weight: normal !important;
  text-decoration: none;
  vertical-align:middle;
}
.tagCloudWidget .listWrapper .deleteMyTags {
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  padding: 0px 0px 0px 3px;
  cursor:pointer;
  vertical-align:middle;   
}
.tagCloudWidget .listWrapper:hover {
    /*background:#d9e6ee;*/
    background:#e8f0f5;
    color:#417bb6;
    cursor:pointer;   
}
.tagCloudWidget .listWrapper:hover .deleteMyTags {
    color:#306ba6;
}
.tagCloudWidget .listWrapper .deleteMyTags:hover {
    color:#cc0000;
}
.taghints {
	font-size:8.5px;
	color:#444;
	text-align:left;
	padding:3px 3px 2px;
}

/* inst Logo*/

.instLogoNotice {
	font-size: 12px;
	color: #FF6600;
	padding-top: 5px;
	text-align: center;
	}
	
.recentl-viewed-img-link {
	text-decoration: none;
	}
/*NEW CHANGES END*/

/*EXISTING CHANGES START*/

#ipc-header #ipc-header-src-block {
    float: left;
    margin-left: 20px;
    margin-top: 18px;
    clear: right; /*NEW*/
    /*width: 40%;*/ /* This depends on site logo width.Need Customization*/
}
    
.ipc-welcome-msg a{
	color:#000;
	margin:0 4px;
	text-decoration:underline;
	font-size: 11px;/*NEW*/
	}

#sortby {
	clear:both;
	max-width: 50%;/*NEW*/
	}
	
.ipc-shelf-top-controls{
	overflow:hidden;
	padding:10px 7px 10px 7px; /*MODIFIED*/
	background:#f9f9f9;/*NEW*/
	border:1px solid #f3f3f3;/*NEW*/
}
	
.ipc-sort-option-dropdown-btn{
	padding:7px; /*MODIFIED*/
	border:0px solid #4C93CB;/*MODIFIED*/
	cursor:pointer;
	color:#fff; /*MODIFIED*/
	font-weight:bold;
	margin-right: 2px;/*NEW*/
}

.ipc-sort-option-items-container{
	position:absolute;
	width:300px;
	border:1px solid #999; /*MODIFIED*/
	background:#fff;
	padding:0px; /*MODIFIED*/
	display:none;
	z-index:99;
}

.ipc-sort-option-dropdown-btn .value{
	background:url("../images/ipc_view_sprite.png") no-repeat 100% -35px  ;/*MODIFIED*/
	padding:0 18px 0 0;/*MODIFIED*/
}

#divBookshelfList a {
	color:#000;
	font-weight:bold;
	text-decoration: none; /*NEW*/
	}
/*EXISTING CHANGES START*/


.leaderboard{
    padding-bottom:10px;
    max-width:728px;
    max-height:90px;
    overflow:hidden;
    margin-bottom: 5px;
    text-align: center;
}