@font-face {
    font-family: 'roboto_condensedregular';
    src: url('fonts/RobotoCondensed-Regular-webfont.eot');
    src: url('fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('fonts/RobotoCondensed-Bold-webfont.eot');
    src: url('fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('fonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.searchButton {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.searchButton:hover,
.searchButton:active,
.searchButton.active,
.searchButton.disabled,
.searchButton[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.searchButton:active,
.searchButton.active {
  background-color: #cccccc \9;
}

.searchButton:first-child {
  *margin-left: 0;
}

.searchButton:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.searchButton:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.searchButton.active,
.searchButton:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.searchButton-primary.active {
  color: rgba(255, 255, 255, 0.75);
}

.searchButton-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.searchButton-primary:hover,
.searchButton-primary:active,
.searchButton-primary.active,
.searchButton-primary.disabled,
.searchButton-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.searchButton-primary:active,
.searchButton-primary.active {
  background-color: #003399 \9;
}

#simple-search {
	margin: 0;
}

#loginBox {
	padding-bottom: 5px;
} 

#top-row {
	border-bottom:1px solid #666666;
}

#bottom-row {
	border-top:1px solid #666666;
}

#header-name {
	font-weight:bold;
	color:#161616;
	font-size: 26px;
	letter-spacing:-1px;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:20px;
	margin-bottom:0px;
	text-align: center;
}

#searchTable tr td {
	padding-top:9px;
	vertical-align:top;
}

#searchTable-left {
	padding-right:20px;
}


table.res-title-table tr td {
	vertical-align:top;
}

table.res-title-table tr td i {
	font-size:45px;
}

table.res-title-table div.res-title, table.res-title-table div.res-date, table.res-title-table div.res-teaser, table.res-title-table div.res-star {
	padding-left:30px;
}

table.res-title-table div.res-date {
        padding-top: 3px;
        font-size:14px;
}

table.res-title-table div.res-star, div.doc-star {
	padding-bottom:10px;
}

div.doc-star {
	padding-bottom:20px;
}

table.res-title-table div.res-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	letter-spacing: -1px;
	line-height: 30px;
}

div.res-teaser {
	font-size: 14px;
	line-height: 18px;
}

table.res-title-table div.res-title a {
	color:#161616;
}

div.resource {
	padding-bottom:30px;
}

div#article-info {
	color:#161616;
	font-size:12px;
	line-height:25px;
}

div.doc-title {
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing: -1px;
	padding-bottom:20px;
}

div.doc-date {
	font-size:16px;
	padding-bottom: 10px;
}
div.doc-publisher, div.doc-isbn, div.doc-industry {
	font-size: 14px;
}
div.doc-descriptions {
	padding-top: 20px;
}

div#search-row, div#login-row {
	color:#161616;
}

div#search-title, div#login-title, div#article-title {
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight:bold;
	padding-bottom:20px;
}

div#rs-side {
	
}

div#search-row {
	padding:42px 0 63px;
}

div#search-text {
	font-size:16px;
}

div#bottom-row {
	min-height:300px;
}

div.pagination a {
	color:#0054a6;
}

div#rs-side ul#cat-list {
	list-style:none;
	margin:0;
}

div#rs-side ul#cat-list li {
	line-height:28px;
}

div.cat-header {
	color:#161616;
	font-size:26px;
	font-weight: bold;
	letter-spacing: -1;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

a.cat-title {
	color:#161616;
	font-size:16px;
}

td.login-td-title {
	vertical-align:top;
	padding-right:10px;
	color:#161616;
	font-size:16px;
}

td.login-td-error {
	vertical-align:top;
	color:#ed1c24;
	font-size:16px;
}

td.login-td-error li {
	list-style:none;
}

div.institutes_list {
	line-height:23px;
}

a.footer_link, a.footer_link:hover {
	color:#555555;
}

div#forgot-password-div ul {
	margin:0;
}

div#forgot-password-div ul li {
	list-style: none;
}

div#forgot-password-div span.actionMessage {
	color:#39b54a;
	font-size:16px;
}

td.res-icon { width:55px; }

.cat-header {
	padding-left: 10px;
}

#cat-list li {
        padding-left: 10px;
}


@media (max-width: 979px) and (min-width: 768px) {
	#header-name {
		font-weight:bold;
		color:#161616;
		font-size: 26px;
		letter-spacing:-1px;
		text-transform:uppercase;
		font-family: Arial, Helvetica, sans-serif;
		margin-top:0px;
		margin-bottom:0px;
	}
}

@media (min-width: 1200px) {
	#header-name {
		font-weight:bold;
		color:#161616;
		font-size: 26px;
		letter-spacing:-1px;
		text-transform:uppercase;
		font-family: Arial, Helvetica, sans-serif;
		margin-top:32px;
		margin-bottom:0px;
	}
}

/*== Up to 600px ==================================================
====================================================================*/
/* Landscape phones and down */
@media (max-width: 600px) {

		#content-row {
			padding: 30px 0 0 0 !important;
		}

        #showcase-row {
                display: none;
        }

        div.res-title {
                font-size: 17px !important;
                line-height: 22px !important;
        }

        div.res-teaser {
                font-size: 12px !important;
                line-height: 16px !important;
        }

        table.res-title-table div.res-title, table.res-title-table div.res-date, table.res-title-table div.res-teaser, table.res-title-table div.res-star {
                padding-left:15px !important;
        }
		table.res-title-table div.res-date {
		        font-size:11px !important;
		}

		div.doc-title {
		        font-size:22px;
		        font-family: Arial, Helvetica, sans-serif;
		        font-weight:bold;
		        padding-bottom:20px;
		}
		
		div.doc-date {
		        font-size:16px;
		        padding-bottom:30px;
		}

		#rs-side {
			margin-bottom: 30px;
		}
}