.MainContentLinkText.mediaCounts {
	display:none;
}

body {
	color: #3f3d3d;
	background-color: #f3f2f2;	
	min-width:500px;
}

button[disabled], html input[disabled] {
	color: #CCC;
}

.hidden {
	display: none;
}

.smaller{
	font-size:small;
}
.bold{
	font-weight: bold;
}

.errorMessage {
	color: #a94442;
	font-weight:bold;
	font-size:larger;
}
.form-control::-moz-placeholder {
    opacity: 0.5;
}

.align-center {
	margin-left: auto;
	margin-right:auto;
	text-align:center;
}

.align-left {
	text-align:left;
	margin-left: 0;
}
.align-right {
	text-align:right;
	margin-right: 0;
}
.no-pad {
	padding-left: 0px;
	padding-right: 0px;
}

.mainContainer {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 50px;    /** Shift page down50px to prevent the top of the page from hiding behind the fixed navBar **/
}

.navbar-default {
    background-color: #f3f2f2;
    border-color: #cfcccc;
}

.navbar {
    border-radius: 0px;
	margin-bottom: 0px;
}

.navbar-nav > li > a {
    padding: 15px 12px;
}

.navbar-brand {
    padding: 15px 10px;
}

.leftBorder {
	border-left:1px solid #cfcccc;
}

.thumbnail,
.whatsnew {
	border-color: #f3f2f2;
}

.whatsnew a.list-group-item{
	background-color: #cfcccc;
}
.whatsnew a.list-group-item:hover{
	background-color: #e6e6e6;
}

.sortIcon {
	text-decoration:none;
}
.sortIcon:hover {
	border: 1px solid #cfcccc;
	text-decoration:none;
}

.upButtonLink:hover,
.upButtonLink:active,
.upButtonLink:focus,
.downButtonLink:hover,
.downButtonLink:active,
.downButtonLink:focus,
.buttonLink:hover,
.buttonLink:active,
.buttonLink:focus{
	background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
	text-decoration:none;
}

.upButtonLink,
.downButtonLink,
.buttonLink{
	background-color: #fff;
    color: #333;
	-moz-user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 6px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	text-decoration:none;
}


.noVisible {
	visibility:hidden;
}

/** Classes for the banner **/
.banner {
	background-color: #bbb1b0;
	width:100%;
	background-image:url(../img/bannerWide.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height: 250px;
}

.bannerText {
	background-color: #eae8e8;
	height: 250px;
	width: 400px;
	min-width: 250px;
	opacity:.65;
  	-moz-opacity:.65; 
 	filter:alpha(opacity=65); 
	text-align:center;	
}

.banner .bannerText .logo {
	height:75px;
	width:100%;
	text-align:center;
	margin:auto;
	padding:10px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.banner .bannerText  {
	padding-top: 10px;
	padding-bottom: 10px;
}

.banner .bannerText h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;	
	font-size: 200%;
}

.banner .bannerText h4 {
	font-size: 120%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: italic;	
}


/** Classes for search panel **/
.searchContainer {
	background-color: white;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align:middle;
	
}

.searchContainer div {
	float: right !important;
	
}

.searchContainer div:after {
	clear:both;
}

.searchForm .input-group {
	max-width:370px;
}


/** classes for the main content area of the index page  */
.indexContent {
	border-top: 1px solid #cfcccc;
	border-bottom: 1px solid #cfcccc;
	background: white;
}
.indexContent .thumbnail {
	border: none;
	display:inline-block;
   /* border-radius: 3px;
	margin-left:-1px;
	margin-bottom:0px;*/
	padding-top: 20px;
	padding-bottom: 20px;
}

.indexContent .thumbnail img{
	height: 65px;
	
	
}
.indexContent .thumbnail .divLink {
	display: inline-block;
}
.indexContent .thumbnail .divLink .imgDiv{
	width: 100px;
	height: 100px;
	padding: 15px 1px;
	border: 1px solid #cfcccc;
	border-radius: 3px;
	
}

.mainContent {
	background-color: white;
	border-bottom: 1px solid #cfcccc;
	margin-bottom:0px;
	padding-bottom: 20px;
}

.mainContent .thumbnail {
	border-radius: 3px;
	margin-bottom:0px;
	padding-bottom: 20px;
	padding-top: 20px;
}


/* CLASSES FOR THE LIBRARY TABLES */
.LibraryItemHeaderDiv {
    background-color: #f3f2f2;
    /*border: 1px solid #cfcccc;*/
}

.LibraryItemHeader2 {
	font-style: italic;
	color:#999;
}


/* CLASSES FOR CAPTCHA */
.captchaImage {
	background-color: #f3f2f2;
	border: 1px solid #cfcccc;
	border-radius: 3px;
	/*margin-right: 20px;*/
}

.captchaImage img {
	width: 150px;
}



/* CLASSES FOR FILE UPLOAD PROGRESS BAR */
#progressOverlay .progress {
    position:relative;
    width:95%;
    top:50%;
    margin:0 auto;
}
 
#progressOverlay {
    position:relative;
    height:100%;
}




/*To provide 5 columns*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


