/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

.focusInBlack {
   outline: #000 solid thin;
}

.focusInWhite {
   outline: #fff solid thin;
}
/*
Column container
*/

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
@size9px: 62%;
@size10px: 77%;
@size11px: 85%;
@size12px: 93%;
@size13px: 100%;
@size14px: 108%;
@size15px: 116%;
@size16px: 123.1%;
@size17px: 131%;
@size18px: 138.5%;
@size19px: 146.5%;
@size20px: 153.9%;
@size26px: 200%;
@size30px: 232%;
@size40px: 308%;
@size80px: 616%;
*/

body {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
img {
    max-width: 100%;
}
h1, h2 {
/*    font-family: "din-condensed-web",sans-serif;*/
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.05em;
    margin: 0 0 0.2em;
    padding: 0;
}
h2 {
    margin: 0 0 0.3em;
}
h3,h4 {
    margin:0;
    padding: 0;
}

h1 {
    font-size: 300%;
}

h2 {
    font-size: 150%;
}
h3 {
    margin:0;
    padding: 0 0 0.2em;
    font-size: 108%;
}
p {
    margin: 0;
    padding: 0.2em 0 0.5em;
    font-weight: 300;
}
img {
    max-width: 100%;
}
.widthRestrict {
    max-width:1180px;
    min-width: 320px;
    padding: 0 10px;
    margin:0 auto;
}
#header {
    border-bottom: 1px solid #ccc;
/*    padding-top: 10px;*/
}
header .logo img {
    margin: 0 0 20px;
    padding-top: 17px;
    display: block;
}
nav ul {
    padding:0;
    margin:0;
}
header nav ul li {
    display: inline;
    margin: 0 0 0 0;
    padding: 0;
}
header nav ul li:first-child {
    display: none;
}
header nav ul li a {
    font-size: 100%;
}
header nav ul li.cta {
    float: right;
    margin-top: 30px;
}
header nav ul li.active a {
	background: #fff;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.8);
    border-radius: 5px;
    padding: 8px;
    color:#6695CA !important;
    border-bottom:0;
    text-shadow: none;
    border: 2px solid #6695CA;
}
header .scie {
    float: right;
}
header .scie p {
    font-size: 75%;
    padding-top: 47px;
}
header .scie img {
    max-width: 170px;
}

.intro {
    padding: 70px 0 0;
}
.intro h1,
.intro p {
    padding: 0;
    margin: 0;
}
.intro p {
    font-size: 150%;
/*    font-family: "din-condensed-web",sans-serif;*/
    letter-spacing: -0.05em;
    line-height: 1.1;
}
a {
    color: #005f9d;
}

a:hover {
    color: #444;
}

#search {
    margin-top: 50px;
    margin-bottom: 50px;
}
.lower #search {
    margin-top: 50px;
    margin-bottom: 20px;
}
#search > .formRow,
#search > p {
    position: relative;
    margin: 0 auto;
    width: 90%;
}
#search > .formRow > * {
    display: inline;
    font-size: 150%;
    font-weight: 400;
    padding: 0.5% 1%;
    margin:0;
}

#search > p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 85%;
    clear: both;
}

#search input[type=search],
#search input#s,
#search input#q {
    border: 2px solid #6695CA;
    background: #fff;
    color: #444;
    border-radius: 5px;
    width: 73%;
    float: left;
    margin: -2px;
    display: block;
}

#search input[type=submit] {
    width: 24%;
}


.lt-ie8 #search input[type=search],
.lt-ie8 #search input#s,
.lt-ie8 #search input#q {
    padding-top: 5px;
    padding-bottom: 5px;
}
input[type=submit],
input[type=button],
input[type=reset] {
    font-family: Helvetica, Arial, sans-serif;
    background: #6695CA;
    color: #fff;
    border: 2px solid #6695CA;
    border-radius: 5px;
/*    width: 15%;*/
    margin: -2px;
    float: left;
}
.welcomebox
{
    text-align:right; 
    line-height:35px;   
	float:right;
	font-size:10px;
	margin-top:5px;
	
}
.textbox
{
    padding: 5px 0 5px 0;
    margin: 5px 0 5px 0;
    min-width: 92%;
    border: 2px solid #6695CA;
    border-radius: 5px 5px 5px 5px;
    color: #444444;
	padding-left:3px;
}

.login
{
    width:45%; 
    float:left;
}

.login input[type=submit] {
    padding:5px;
}

.loginbox
{
    margin:5% 0 10% 20%;
    min-height : 400px;
    position:relative ;
}

.bullet {
    margin-left:15px;
}

.bottom
{
    position:absolute;
    bottom:0;
}
.pagination.bottom {
    position: relative;
    bottom: auto;
}
#search input[type=submit] {
	float: right;
	margin-top: -2px;
}

input[type=submit]:hover{
	background: #369;
}

.js #search label {
    position:absolute;
    color: #444;
    line-height: 1.2;
    left: 0;
}

.pageHeader {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    background: url(/Content/imgs/bgs/bar.jpg) 100% 50% no-repeat;
    background-size: 100%;
}

.pageHeader > h1 {
    float: left;
    font-size: 200%;
    margin: 0;
    font-weight: 500;
    padding: 0;
    letter-spacing: -0.05em;
    line-height: 1;
}

.pageHeader p {
    float: left;
    font-size: 200%;
    margin: 0;
    font-weight: 500;
    padding: 0;
    letter-spacing: -0.05em;
    line-height: 1;
}

.pageHeader #search {
    margin: 0;
    float: right;
	width: 30%;
    padding-top: 5px;
}
 .title{
	margin-left:250px;
}
.resultsIntro h1 {
    font-size: 150%;
}


.promos > div iframe {
    padding: 0 10px !important;
    width: 95% !important;
    height: 90% !important;
}

.promos, .split {
    overflow: visible !important;
}

.promos > div {
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px 0;
}


.promos.searches,
.promos.results {
    margin-bottom: 1em;
}

.promos > div{
    border: 1px solid #6695CA;
    margin-right: -4px !important;
}
.promos.searches > div {
    border-radius: 0 0 5px 5px;
    background: #eee;
}

.splitter > div{
	margin-bottom: 20px!important;
}
body.about .promos > .grid-8{
	border: none;
}

.promos .no-border{
	border: none;
}

.promos > div > * {
    padding-left: 10px;
    padding-right: 10px;
}
.promos > div > p,
.promos > div > * > li,
.promos td {
    font-size: 85%;
}
.promos > div > p {
    margin: 0px 0px 1em;
}


.promos > div > .promo > p,
.promos > div > .promo > ul li {
    font-size: 79%;
}
.promos > div > .promo > ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}
.promos > div > .promo > ul li {
    margin: 0 0 2px;
}
.promos a {
    font-weight: 700;
}
.promo > img {
    width: 100%;
    margin: 0 0 5px;
}
.promo {
    border-bottom: 5px solid rgb(104,104,104);
    border-bottom: 5px solid rgba(104,104,104,0.5);
    margin-bottom: 5px;
	word-wrap:break-word;
}

.promo ul.key {
    list-style: none;
    padding: 0;
    margin: 0;
}
.promo ul.key img {
    vertical-align: middle;
}
.promo:last-child {
    border-bottom: none;
}
.promos > div p.cta {
    font-size: 100% !important;
}
.cta a,
header nav ul li a {
    display: inline-block;
    font-size: 85%; /*was 79%*/
    font-weight: bold;
    background: #6695CA;
    border-radius: 5px;
    border-bottom: 5px solid #369;
    padding: 10px 10px 5px;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
    white-space: nowrap;
    text-decoration: none;
}

.search-form .cta{
	float: left;
}

.search-form .cta a{
	font-size: 73%;
	padding: 6px 10px 3px 10px;
}

header nav ul li.signin a {
    background: #888;
    border-bottom-color: #777;
}

.cta a:hover,
header nav ul li a:hover {
    background: #369;
    border-bottom: 5px solid #036;
}

header nav ul li.active a:hover {
    background: none;
    border: 2px solid #6695CA;
    text-decoration: underline;
}

#search p.expert-search{
	padding-top: 10px;
	text-align: right;
	font-size: 104%;
}


/* 
    Code recommended to hide label from all but screen-reader users 
    http://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html
*/
.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding:0 !important;
    border:0 !important;
    height: 1px !important; 
    width: 1px !important; 
    overflow: hidden;
}
body:hover .visually-hidden a,
body:hover .visually-hidden input,
body:hover .visually-hidden button {
    display: none !important;
}


ul.cta li#skip a, 
ul.cta li#skip a:hover, 
ul.cta li#skip a:visited 
{ 
    position:relative; 
    left:0px; 
    top:-500px; 
    width:115px; 
    height:15px; 
    overflow:hidden;
} 

ul.cta li#skip a:active, 
ul.cta li#skip a:focus 
{ 
    position:static; 
    width:auto; 
    height:auto; 
    margin-right:20px;
}



/*EXPERT SEARCH*/

body.expert-search-page form#search{
	display: none;
}
body.expert-search-page {
    min-width: 730px;
}

.row{
	clear: both;
    display: table-row;
}

select {
    -webkit-appearance: menulist-button;
    height: 25px;
}

select,
.row input[type=text],
.searchTools input[type=text]{
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F5F5F5));
	background: -moz-linear-gradient(top, #FFF, #F5F5F5);
	background: -o-linear-gradient(top, #FFF, #F5F5F5);
	background-color: #F5F5F5;
	font-size: 12px;
	line-height: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding:3px;
	border: 1px solid #CCC;
	float: left;
	-moz-box-shadow: inset 1px 1px 5px #ddd;
	-webkit-box-shadow: inset 1px 1px 5px #ddd;
	box-shadow: inset 1px 1px 5px #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.row input[type=text] {
    margin-right: 0;
    margin-bottom: 0;
}
select:focus,
.row input[type=text]:focus,
.searchTools input[type=text]:focus{ 
    border: 1px solid #333;
}
.saved-search-table span.search-field{
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F5F5F5));
	background: -moz-linear-gradient(top, #FFF, #F5F5F5);
	background: -o-linear-gradient(top, #FFF, #F5F5F5);
	background-color: #F5F5F5;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 7px;
	border: 1px solid #CCC;
	float: left;
	-moz-box-shadow: inset 1px 1px 5px #ddd;
	-webkit-box-shadow: inset 1px 1px 5px #ddd;
	box-shadow: inset 1px 1px 5px #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.row input[type=text] {
    width: 300px;
	height:20px;
	padding-top:2px;
	padding-bottom:1px;

}
.row input[type=text].error, .searchTools input[type=text].error {
    border: 3px solid #F33;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFFFCC));
	background: -moz-linear-gradient(top, #FFF, #FFFFCC);
	background: -o-linear-gradient(top, #FFF, #FFFFCC);
    background-color: #FFFFCC;
}
.field-validation-error{
color:red;
}

.login .errormsg{
color:red;
margin-left:85px;
}
.input select {
    width: 316px;
}
.row .dates input[type=text] {
    width: 140px;
    margin-right: 4px;
}
.row div.dates,
tr.terms,
.row div.formats {
    display: none;
}
.row .dates .year {
    position: relative;
    float: left;
}
.searchTools .sbHolder {
    height: 24px;
    margin-right: 10px;
}
.searchTools .sbSelector {
    height: 24px;
    line-height: 24px;
}

span.search-type{
	width: 26px;
}

span.search-header{
	width: 67px;
}

.row td {
    vertical-align: middle;
    padding: 0 10px 10px 0;
}
.row-1{
	margin-left: 108px;
}
.row td.cta a,
.terms td.cta a {
    font-size: 65%;
    padding: 5px; 
}
tr.buttons a {
    font-size: 80%;
    text-decoration: none;
}
tr.buttons td.inputs {
    text-align: right;
}
tr.buttons td.inputs input {
    margin-right: 10px;
    float: right;
    font-weight: bold;
    color: rgb(255, 255, 255) !important;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
    padding:5px;
}
td.inputs input[type=reset] {
    background-color: #888;
    border-color: #888;
    border-width: 3px;
}
td.inputs input[type=submit] {
    background-color: #398235;
    border-color: #398235;
    border-width: 3px;
}

td.inputs input[type=reset]:focus {
    border-color: #555;
}
td.inputs input[type=submit]:focus {
    border-color: #050;
}

div.hiddenterminfodetails {
    display:none;
}
	.searchcontent .button{
	margin:0px;
	padding:1px 3px;
	}
	.searchcontent label{
	
	display:inline-block;
	height:25px;
	padding:5px;
	}	
	#sg{
	height:26px;
	padding:3px;
	}
.saved-search-table table .row-1{
	margin-left: 52px;
}

.saved-search-table h3{
	font-weight: normal;
	margin-bottom: 10px;
}

.saved-search-table{
	width: 100%;
	float: left;
}

.saved-search-table > table{
	width: 100%;
    margin: 0 0 1em;
}

.your-search{
	float: left;
	display: none;
	width: 60%;
}


.saved-search-table thead th{
	color: #6695ca;
	text-align: left;
	border-bottom: 1px solid #6695ca;
    font-size: 0.8em;
    font-weight: normal;
}

.saved-search-table tr.highlight{
	background: #6695ca;
    background: rgb(102, 149, 202);
	background: rgba(102, 149, 202, 0.5);
}
.saved-search-table > table > tbody > tr > td,
.saved-search-table > table > thead > tr > th {
    padding: 0 1%;
    width: 10%;
}
.saved-search-table tr.info > td {
    padding: 0;
}
.saved-search-table .name {
    width: 50%; /*Hema shah 27-08-2013*/
}
.saved-search-table .created {
    width: 15%
}
.saved-search-table .select {
    width: 5%;
}

.saved-search-table .right {
    text-align: right; /*Hema shah 27-08-2013*/
}
.saved-search-table fieldset{
	margin-bottom: 10px;
}

table.expert-form {
    margin: 0 0 1em;
    position: relative;
    z-index: 1;
}

table.expert-form .info{
min-width:50px;
}


.expert-form .operators {
    width: 17%;
}

.height250 {
        height: 200px;
        overflow-x: auto;
        overflow-y: auto;
}

.action-bar{
	float: left;
	width: 100%;
}


.searchtabs {
    list-style: none;
    padding: 0;
    position: relative;
}
.searchtabs li {
    display: block;
    float: left;
    position: relative;
    bottom: -1px;
    margin: 0 5px 0 0;
}
.searchtabs li a {
    display: block;
    padding: 5px 10px;
    border-radius: 5px 5px 0 0;
    background: #fff;
    border: 1px solid #6695CA;
    border-bottom: none;
    color: #888;
    text-decoration: none;
}
.searchtabs li.active a {
    background: #eee;
    color: #444;
    font-weight:bold;
}
.searchTools {
    background: #6695ca;
    color: #fff;
    clear: both;
    margin: 10px 0 -10px;
}
.searchPanel .searchTools {
    margin: 0 -10px -5px;
    padding: 0 10px;
}
.promos.results .searchTools {
    margin: -10px 0 10px;
}
.searchTools .toolGroup,
.searchTools h3 {
    float: left;
    margin: 0;
    padding: 5px 10px 3px;
    border-right: 1px solid #fff;
    min-height: 1.5em;
}
.searchTools h3,
.searchTools label {
    font-size: 0.8em;
}
.searchTools h3 {
    line-height: 2;
}

.searchTools input[type=submit],
.searchTools input[type=button] {
    background: #fff;
    color: #005F9D;
    float: left;
    font-size: 0.8em;
    font-weight: bold;
	height:30px;
}



.searchTools input[type=submit]:disabled,
.searchTools input[type=button]:disabled {
    color: #CCCCFF;
    background: #eee;
}
.searchTools input[type=checkbox] {
    float: left;
    margin: 4px 5px 0 0;
}
.searchTools input[type=text] {
    margin: 0;
    padding: 5px;
}
.searchTools input[type=text] {
    margin-right: 5px;
}
.searchTools select {
    margin-bottom: 0;
}
.promos .searchTools h3 {
    margin: 0;
}
.toolGroup {
    position: relative;
}
.toolGroup.dropdown label {
    display: none;
}
.toolGroup.infield label {
    display: none;
}
.js .infield label {
    position:absolute;
    color: #444;
    line-height: 2;
    left: 5px;
    font-size: 0.8em;
    font-weight: bold;
}
.js .row .infield label {
    line-height: 2.3;
}

#bg {
    display: none;
}
.about > h1 {
    margin-bottom: 0.5em;
}
footer{
    background: #5c5c5c;
    color: #eee;
    margin-top: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
}

footer .copyright{
	float: right;
}

footer a{
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
}
footer a:hover{
   color: #aef !important;
}
footer p.grid-14{
    padding: 15px 0;
}
footer p{
    padding: 7px 0 0 0;
    margin: 0;
    font-size: 13px;
}
footer ul{
    list-style: none;
    margin: 7px 0 30px 0;
    padding: 0;
    font-size: 13px;
} 
footer ul li{
    margin: 0;
}

footer ul.split{
	float: left;
	width: 40%;
}

ul.social {
    list-style: none;
    padding:0;
    margin:10px 0px 0px 0px;
}
ul.social li {
    display: inline;
}
ul.social li#twitter a {
    display: inline-block;
    padding: 20px 0px 0px 20px;
    background: url('/Content/imgs/construct/tw_20x20.png') no-repeat;
    border: 0px;
    margin: 0px;
    vertical-align: bottom;
}

.leftnav h3 {
    font-size:20px;
}

.leftnav nav.filter > ul > li{
	background: #6695CA;
	width: 100%;
	color: #fff;
	padding-left: 0;
	padding-bottom: 0;
	border-bottom: none;
    margin-top: 1em;
	
}
.leftnav nav.filter > ul ul {
    padding-top: 0;
}
.leftnav nav.filter ul li a{
	width: 68%;
}
.leftnav nav.filter ul li.removeFacet,
.leftnav nav.filter ul li a.removeFacet {
    background-color: #e9fce7;
}
.leftnav nav.filter ul li.removeFacet > a,
.leftnav nav.filter ul li a.removeFacet {
    width: 100%;
    font-weight: bold;
    background-image: url(/Content/imgs/construct/icon_close_lores.png);
    background-position: 99% 50%;
    background-repeat: no-repeat;
}
.backgroundsize .leftnav nav.filter ul li.removeFacet > a,
.backgroundsize .leftnav nav.filter ul li a.removeFacet {
    background-image: url(/Content/imgs/construct/icon_close.png);
    background-size: 16px 16px;
}


.leftnav nav.filter ul li li li.removeFacet > a,
.leftnav nav.filter ul li li li a.removeFacet {
    width: 95%;
}
.leftnav nav.filter ul li li li li.removeFacet > a,
.leftnav nav.filter ul li li li li a.removeFacet {
    width: 90%;
}
.leftnav nav.filter ul li li li li li.removeFacet > a,
.leftnav nav.filter ul li li li li li a.removeFacet {
    width: 85%;
}

.leftnav nav.filter li.clearfix > a{
	font-weight: bold;
}

.leftnav nav.filter li{
	font-size: 92%;
}
.leftnav nav.filter li li {
    font-size: 100%;
}

.leftnav nav.filter li a{
	font-weight: normal;
}
.leftnav nav.filter li li li a{
    padding-left: 5%;
}
.leftnav nav.filter li li li li a{
    padding-left: 10%;
}
.leftnav nav.filter li li li li li a{
    padding-left: 15%;
}
.leftnav nav.filter ul li li li.removeFacet a {
    width: 95%;
}
.leftnav li li li:first-child {
    /*ie*/ border-top: 1px solid #ccc;
    border-top: 1px solid rgba(104,104,104,0.5);
}
.leftnav li li li:last-child,
.leftnav li.allHidden {
    border-bottom: none;
}
/*
.leftnav nav.filter ul li a.more{
	font-size: 126%;
	color: #444;
}
*/
.leftnav nav.filter ul li a span.arrow_down{
	background: url(/Content/imgs/construct/arrow-down.png) top right no-repeat;
	height: 8px;
	width: 16px;
	display: inline-block;
}

.leftnav nav.filter ul li a:hover span.arrow_down{
	background-position: bottom right;

}

.leftnav nav.filter ul li a span.arrow_up{
	background: url(/Content/imgs/construct/arrow-up.png) bottom right no-repeat;
	height: 8px;
	width: 16px;
	display: inline-block;
}

.leftnav nav.filter ul li a:hover span.arrow_up{
	background-position: top right;
}

.leftnav nav.filter ul li a.more:hover{
	color: #369;
}

.leftnav nav.filter ul li .break-point{
	display: none;
}

.leftnav nav.filter > ul > li > a,
.leftnav nav.filter > ul > li > strong {
	color: #fff;
	padding-left: 2px;
	padding-bottom: 2px;
}
.leftnav nav.filter > ul > li > strong {
    display: block;
}
.leftnav nav.filter > ul > li.clearall {
    background: transparent;
    margin: 10px 0px;
    width: auto;
    float:left;
}
.leftnav nav.filter > ul > li.clearall a {
    width: auto;
    padding: 5px;
    font-weight: bold;
}

.leftnav nav.filter ul li ul{
	background: #fff;
}

.leftnav ul .navmenu {
    padding-top: 0px;
    padding-bottom: 2px;
}
.leftnav ul ul {
    padding-bottom: 0;
    margin-bottom: -2px;
}
.leftnav li {
    font-size: 85%;
    /*ie*/ border-bottom: 1px solid #ccc;
    border-bottom: 1px solid rgba(104,104,104,0.5);
    padding: 2px 0 2px 0;
}
.lt-ie8 .leftnav li {
    overflow: hidden;
    width: 99%;
}
.leftnav span.count {
    float: right;
    display: inline;
    font-size: 85%;
    background: rgb(153,153,153);
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 2px 4px;
    margin: 0 2px 0 0;
    border-radius: 3px;
    font-weight: 700;
}
.leftnav li a {
    display: inline-block;
    padding: 2px 0 0;
    text-decoration: none;
}
.lt-ie8 .leftnav li a {
    display: inline;
    float: left;
}
.leftnav li.active {
    background: #6695CA;
}
.leftnav li.active a {
    color: #fff !important;
}
p.page {
    float: right;
    font-size: 75% !important;
}

.sorttools { margin: 10px 0px 0px 0px; }
.sorttools:before { clear:both; }
.sorttools p,
.sorttools ul {
    float: left;
    font-size: 85%;
    padding: 0;
    margin: 0;
}
.sorttools ul {
    list-style: none;
}
.sorttools ul li,
.sorttools p.expand {
    float: left;
    display: inline;
    margin-left: 10px;
}
.sorttools p.expand {
    border-left: 1px solid #ccc;
    padding-left: 10px;
}
.sorttools a {
    background-color: #888;
    color: #fff;
    border: 2px solid #888;
    border-radius: 5px;
    padding: 0 20px 0 5px;
    text-decoration: none;
}
.sorttools li a {
    background-image: url(/Content/imgs/construct/order_inactive.png);
    background-position: 98% 50%;
    background-repeat: no-repeat;
}
.sorttools li.active a {
    background-image: url(/Content/imgs/construct/order_active.png);
}
.sorttools li.active a,
.sorttools p.expand a {
    background-color: #6695CA;
    border: 2px solid #6695CA;
}
.sorttools p.expand a {
    padding: 0 5px;
}
.pagination {
    background: rgba(255,255,255,0.1);
    text-align: center;
    font-size: 75%;
}
.pagination {
    float: right;
}

.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    text-align: center;
}
.pagination ul li {
    display: inline-block;
    line-height: 1;
}
.lt-ie8 .pagination ul li {
    display: inline;
}
.pagination ul li a {
    display: block;
    padding: 2px 5px;
}
.pagination li.active a {
    color: #fff;
    background: #6695CA;
}

.results{
	/*width: 100%;
	float: left;*/
}

.expert-sort{
	margin-bottom: 30px;
}

.expert-sort > .inner{
	width: 100%;
	float: left;
    border-bottom: 1px solid rgb(104,104,104);
	border-bottom: 1px solid rgba(104,104,104,0.5);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.export-results{
	float: right;
}

.dropdown{
	float: left;
	padding-top: 6px;
}

.result {
    border-bottom: 3px solid rgb(104,104,104);
    border-bottom: 3px solid rgba(104,104,104,0.5);
    margin: 0 0 1em;
    clear: both;
}
.result:before,
.result:after {
    content: " ";
    display: table;
}
.result:after {
    clear: both;
}
.result {
    *zoom: 1;
}
.pagination + .result {
    border-top: 1px solid rgb(104,104,104);
    border-top: 1px solid rgba(104,104,104,0.5);
    padding-top: 15px;
}
.lt-ie8 .result {
    float: none;
    width: 96.5%;
}

.result h3{
	font-size: 110%;
}

.result p,
.result dl {
    font-size:85%;
}
.result dl p {
    font-size: 100%;
}
.result dl {
    border-bottom: 1px solid rgb(104,104,104);
    border-top: 1px solid rgb(104,104,104);
    border-bottom: 1px solid rgba(104,104,104,0.5);
    border-top: 1px solid rgba(104,104,104,0.5);
    padding: 5px 0;
}
.result dl.searchagain {
    border-top: none;
    margin-top: 0;
}
.result dl.format {
    float: right;
    margin: -10px 0 0 10px;
    border: none;
}

.result dl dd span.iconic{
	font-size: 166%!important;
	margin-right: 5px;
}

.result dt {
    float: left;
    width: 20%;
    clear: left;
    font-weight: 600;
    margin:0;
    padding:0;
}
.result dd {
    float: left;
    width: 80%;
    margin:0;
    padding:0;
}
.result dl.format dt,
.result dl.format dd {
    float: none;
    width: 65px;
}

.result dd#ExtendedAbstract {
    clear: both;
    width: 100%;
    margin: 0 0 1em;
    border-bottom: 1px solid rgb(104,104,104);
    border-bottom: 1px solid rgba(104,104,104,0.5);
}
#ExtendedAbstract h2 {
    font-weight: bold;
    font-size: 100%;
}
.result dd ul {
    list-style: none;
    padding:0;
    margin:0;
}
.result dd ul li {
    display: inline;
}
.result dd ul.subjects li a {
    white-space: nowrap;
/*    background: rgba(29, 165, 254, 0.3);*/
/*    padding: 2px 5px;*/
    border-radius: 3px;
    margin-right: 5px;
}
.result dd ul li a:hover {
    background: transparent;
}
.result ul.cta {
    list-style: none;
    padding: 0;
    margin:0 0 1em 0;
    float: right;
}
.result ul.cta li {
    display: inline;
    
}

.result ul.more-info{
	list-style: none;
	padding: 0;
	margin:0 0 1em 0;
	float: left;
}

.result .options{
	float: left;
	width: 100%;
}
.lt-ie8 .result .options {
    float: none;
}

.result .more-info a{
	font-size: 83%;
	line-height: 1;
}

.result .more-info a span{
	font-size: 105%;
	display: inline-block;
	margin: 0 0 0 5px;
	vertical-align: middle;
}

.result .more-info a span.arrow_down,
.result .more-info a span.arrow-down{
	background: url(/Content/imgs/construct/arrow-down.png) bottom right no-repeat;
	height: 8px;
	width: 16px;
}

.result .more-info a:hover span.arrow_down,
.result .more-info a:hover span.arrow-down{
	background: url(/Content/imgs/construct/arrow-down.png) top right no-repeat;
	
}

.result .more-info a span.arrow_up{
	background: url(/Content/imgs/construct/arrow-up.png) top right no-repeat;
	height: 8px;
	width: 16px;
}

.result .more-info a:hover span.arrow_up{
	background-position: bottom right;
	
}
.result .cta a {
    font-size: 83%;
    line-height: 1;
}
.result .cta a span {
    font-size: 150%;
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle;
}

.result .hidden-search{
	display: none;
}

.backtoresults{
	float: right;
}

span.highlighted,
span.highlight{
	background: #FDFDB8;
}

body #search input {
    box-shadow: 0 0 30px 5px rgba(255,255,255,0.5);
}

a.add-to-search {
    padding-right: 13px;
    background: url(/Content/imgs/construct/addterm.png) 100% 0 no-repeat;
}

div.hidden {
    display: none;
}
#terms p,
#terms h3 {
    font-size: 0.8em;
}

/*SIDEBAR*/

.promo .cta a {
	font-size: 85% !important;
	text-align:center;
}

@media screen and (max-width: 950px) 
{
  .promo .cta a {
	font-size: 75% !important;
	text-align:center;
}  
}


.rightnav .promo{
	padding-bottom: 10px;
}

ul.related-searches{
	margin: 0 0 0 15px;
	padding: 0;
}

ul.related-searches li{
	font-size: 79%;
}

.sciebar{
	float: right;
	width: auto;
}

#header ul.cta{
	margin: 0;
    padding: 0;
	float: left;
}

#header ul.cta li{
	list-style: none;
	float: left;
	margin-right: 5px;
	
}

li.cookie{
	padding: 0px;
	z-index: 999;
	text-align: right;
}

#header ul.cta li a{
	padding: 5px 10px;
	float: left;
	font-size: 66%;
	border-radius: 0px 0px 5px 5px;
	background: rgb(57, 130, 53) ;
	border-bottom: none;
/*	border-bottom-color:  rgba(34, 85, 31, 1);*/
}

#header ul.cta a:hover,
#header ul.cta a.on{
	background: #369;
/*	border-bottom: 5px solid #036;*/
}

#cookies{
	display: none;
	width: 100%;
	background: rgb(57, 130, 53);
	color: #fff;
}

#cookies .container{
	padding: 10px;
	font-size: 87%;
}

#cookies a{
	color: #fff;
}

/*!
* jquery.fixedHeaderTable. The jQuery fixedHeaderTable plugin
*
* Copyright (c) 2011 Mark Malek
* http://fixedheadertable.com
*
* Licensed under MIT
* http://www.opensource.org/licenses/mit-license.php
* 
* http://docs.jquery.com/Plugins/Authoring
* jQuery authoring guidelines
*
* Launch  : October 2009
* Version : 1.3
* Released: May 9th, 2011
*
* 
* all CSS sizing (width,height) is done in pixels (px)
*/

/* @group Reset */

.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
	/* position */
    margin: 0;
    
    /* size */
	padding: 0;

	/* text */
	font-size: 100%;
	font: inherit;
	vertical-align: top;
	}

.fht-table {
	/* appearance */
    border-collapse: collapse;
    border-spacing: 0;
	}

/* @end */

/* @group Content */

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	/* appearance */
	overflow: hidden;
	
	/* position */
	position: relative;
	}

	.fht-table-wrapper .fht-fixed-body .fht-tbody,
	.fht-table-wrapper .fht-tbody {
		/* appearance */
	    overflow: auto;
		}

		.fht-table-wrapper .fht-table .fht-cell {
			/* appearance */
			overflow: hidden;
			
			/* size */
		    height: 1px;
			}
	
	.fht-table-wrapper .fht-fixed-column,
	.fht-table-wrapper .fht-fixed-body {
	    /* position */
	    top: 0;
	    left: 0;
	    position: absolute;
	    }
	    
	.fht-table-wrapper .fht-fixed-column {
	    /* position */
	    z-index: 1;
	    }

/* @end */


/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */

/***** Begin Theme, feel free to edit in here! ******/

/* One container to bind them... */
.dk_container {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
  background: -moz-linear-gradient(top, #fff, #f5f5f5);
  background: -o-linear-gradient(top, #fff, #f5f5f5);
  background-color: #f5f5f5;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-right: 10px;
}
.searchTools .dk_container {
    margin-bottom: 0;
}
  .dk_container:focus {
    outline: 0;
  }
  .dk_container a {
    cursor: pointer;
    text-decoration: none;
  }

/* Opens the dropdown and holds the menu label */
.dk_toggle {
  /**
   * Help: Arrow image not appearing
   * Try updating this property to your correct dk_arrows.png path
   */
  background-image: url('/Content/imgs/construct/dk_arrows.png');
  background-repeat: no-repeat;
  background-position: 90% center;
  border: 1px solid #ccc;
  color: #333;
  padding: 7px 10px 7px 10px;
  text-shadow: #fff 1px 1px 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transition: border-color .5s;
  -moz-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
}
.searchTools .dk_toggle {
    padding: 4px 10px;
}
  .dk_toggle:hover {
    border-color: #8c8c8c;
  }
  /* Applied when the dropdown is focused */
  .dk_focus .dk_toggle {
    border-color: #40b5e2;
  }
  .dk_focus .dk_toggle {
    box-shadow: 0 0 5px #5B9DD9;
    -moz-box-shadow: 0 0 5px #5B9DD9;
    -webkit-box-shadow: 0 0 5px #5B9DD9;
  }

/* Applied whenever the dropdown is open */
.dk_open {
  box-shadow: 0 0 5px #5B9DD9;
  -moz-box-shadow: 0 0 5px #5B9DD9;
  -webkit-box-shadow: 0 0 5px #5B9DD9;
  /**
   * Help: Dropdown menu is covered by something
   * Try setting this value higher
   */
  z-index: 10;
}
  .dk_open .dk_toggle {
    background-color: #ececec;
    border-color: #8c8c8c;
    color: #ccc;
    box-shadow: inset 0 -2px 5px #ccc;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
  }

/* The outer container of the options */
.dk_options {
  box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
  -moz-box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
}
  .dk_options a {
    background-color: #fff;
    border-bottom: 1px solid #999;
    font-weight: bold;
    padding: 8px 10px;
  }
  .dk_options li:last-child a {
    border-bottom: none;
  }
  .dk_options a:hover,
  .dk_option_current a {
    background-color: #6695CA;
    border-bottom-color: #004c72;
    color: #fff!important;
    text-decoration: none;
    text-shadow: none;
  }

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  border: 1px solid #8c8c8e;
  border-bottom-width: 2px;
  border-bottom-color: #999;
  color: #333;
  max-height: 250px;
  text-shadow: #fff 0 1px 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
}

/* Set a max-height on the options inner */
.dk_options_inner,
.dk_touch .dk_options {
  max-height: 250px;
}

/******  End Theme ******/

/***** Critical to the continued enjoyment of working dropdowns ******/

.dk_container,
.sbHolder {
  display: none;
  float: left;
  position: relative;
}
  .dk_container a,
  .sbHolder a {
    outline: 0;
  }

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}

.dk_open {
  position: relative;
}
  .dk_open .dk_options {
    display: block;
  }
  .dk_open .dk_label {
    color: inherit;
  }

.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%;
}
  .dk_options a,
  .dk_options a:link,
  .dk_options a:visited {
    display: block;
  }
  .dk_options_inner {
    overflow: auto;
    position: relative;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  
  .dk_options_inner li{
  	list-style: none;
  	margin-left: 0;
  	padding-left: 0;
  }

.dk_touch .dk_options {
  overflow: hidden;
}

.dk_touch .dk_options_inner {
  max-height: none;
  overflow: visible;
}

.dk_fouch select {
  position: relative;
  top: -99999em;
  visibility: hidden;
}

/***** End Critical to the continued enjoyment of working dropdowns ******/


.sbHolder{
    border: solid 1px #ccc;
    height: 30px;
    padding-right: 15px;
    position: relative;
    width: 200px;
    float: left;
    display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
  background: -moz-linear-gradient(top, #fff, #f5f5f5);
  background: -o-linear-gradient(top, #fff, #f5f5f5);
  background-color: #f5f5f5;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  z-index: 1;
}
.row .sbHolder {
    width: 81px;
}
.row .fields .sbHolder {
    width: 150px;
}
.dropkick
{
    height:25px;
    padding:3px;
}
.row td select.dropkick {
    margin-top:10px;
}
.terms .sbHolder,
.row td.input .sbHolder {
    width: 299px;
}
.row td.info a img,
.row td.remove a img 
{
    width: auto;
    max-width: 27px;
}
.row .sbOptions {
    width: 96px;
}
.row td.fields .sbHolder .sbOptions {
    width: 165px;
}
.row .terms .sbHolder .sbOptions,
.row td.input .sbHolder .sbOptions {
    width: 314px;
}
.row-1 td.operators select,
.row-1 td.operators .sbHolder {
    display: none !important;
}
.sbHolder:focus .sbSelector{
    
}
.sbSelector{
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    /*width: 170px;*/
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #444;
    outline: none;
    text-decoration: none;
}
.sbHolderDisabled .sbSelector:link, .sbHolderDisabled .sbSelector:visited, .sbHolderDisabled .sbSelector:hover{
    color: #888;
}
.sbToggle{
    background: url(/Content/imgs/construct/select-icons.png) 0 -116px no-repeat;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.sbToggle:hover{
    background: url(/Content/imgs/construct/select-icons.png) 0 -166px no-repeat;
}
.sbToggleOpen{
    background: url(/Content/imgs/construct/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
    background: url(/Content/imgs/construct/select-icons.png) 0 -66px no-repeat;
}
.searchTools .sbToggle{
    background: url(/Content/imgs/construct/select-icons.png) 0 -120px no-repeat;
    height: 24px;
}
.searchTools .sbToggle:hover{
    background: url(/Content/imgs/construct/select-icons.png) 0 -170px no-repeat;
}
.searchTools .sbToggleOpen{
    background: url(/Content/imgs/construct/select-icons.png) 0 -20px no-repeat;
}
.searchTools .sbToggleOpen:hover{
    background: url(/Content/imgs/construct/select-icons.png) 0 -70px no-repeat;
}
.sbHolderDisabled{
    background-color: #fff;
    border: solid 1px #ddd;
}
.sbHolderDisabled .sbHolder{
    
}
.sbHolderDisabled .sbToggle{
    
}
.sbOptions{
    background-color: #fff;
    border: solid 1px #515151;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 200px;
    z-index: 1;
    overflow-y: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.lt-ie8 .sbOptions {
    z-index: 9999;
}
.sbOptions li{
    padding: 0 7px;
}
.sbOptions a{
    border-bottom: dotted 1px #515151;
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #666;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #222;
}
.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions .sbDisabled{
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    border-bottom: dotted 1px #515151;
    color: #222;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}

.promos > div > * {
    padding-left: 10px;
    padding-right: 10px;
}
.promos > div > ul,
.promos > div > ol {
    padding-left: 40px;
    margin: 0 0 1em;
}
.promos table {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 1em;
}
.promos .saved-search-table table {
    margin: 0 0 1em;
}
.promos table caption {
    text-align: left;
    font-weight: bold;
    font-size: 110%;
}
.promos table th {
    text-align: left;
    vertical-align: bottom;
    white-space: nowrap;
}
/*.promos table td {
    vertical-align: top;
}*/
.promos table tr td:first-child,
.promos table tr th:first-child {
    padding-right: 10px;
}
.promos h1,
.promos h2,
.promos h3 {
    margin: 0 0 0.5em;
}
.promos h1 {
    font-size: 150%;
}
.promos h2 {
    font-weight: 700;
    font-size: 110%
}

tr.search-result td {
    border-bottom: 1px solid #ccc;
    padding: 2px 0 0 5px;
}
.export table {
    margin: 0 0 1em;
}
.export th {
    font-size: 90%;
    text-align: left;
    vertical-align: bottom;
    white-space: nowrap;
}
.export td.formats {
    white-space: nowrap;
    width:7%;
}

.export td.publicationyear {
    white-space: nowrap;
    /*padding-left:15px;*/
}

.export td.selectitem {
    width:50px;
}

.export td.author {
    width:20%;
}

.export td.publicationyear {
    width:10%;
}

#exportsearchresultstable td.details-control {
    width:16px;
}

#exportsearchresultstable td span.arrow_down {
    background: url(/Content/imgs/construct/arrow-down.png) top right no-repeat;
	height: 8px;
	width: 16px;
	display: inline-block;
    vertical-align:middle;
    cursor:pointer;
}

#exportsearchresultstable td span.arrow_up {
    background: url(/Content/imgs/construct/arrow-up.png) bottom right no-repeat;
	height: 8px;
	width: 16px;
	display: inline-block;
    vertical-align:middle;
    cursor:pointer;
}

.export-pubyear-header{
    padding-right:7px;
}

.export table td.export-journalarticlecitation {
    width: 25%;
}

.export table td.export-editorname, td.export-abstract {
    width: 20%;
}


.export #extraDetails {
    width:100%;
}

.filter .clearfix h2 {
    padding: 5px 0px 0px 5px;
}

.clearall a {
    font-size:100%;
}

.promos p.page {
    padding-top:0px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
	clear:both;
}

/*-----Help CSS-----*/

    .helpSearch > h2, .helpSearch > h3 
    {
        margin:0.5em 0 0.2em 0;
    }    
    
    .tblWrapper 
    {
        width:100%;
        display:table;
        
    }

    .tblWrapper > div > p {
        font-size: 85%;
    }
       
    .tblContenta, .tblContentb {
        float:left;
        margin-left:10px;
        margin-bottom:5px;
    }
    
    .tblImg, .tblTitle {
        float:left;
        margin-bottom:5px;
    }
    
    .tblTitle {
        width:18%;
    }
    
    .tblTitle p {
        font-weight:bold;
    }

    .tblContenta {
        width:75%;
    }
    
    .tblImg 
    {
        width:5%;
    }  
    
    .tblImg img
    {
        margin:auto;
        display:block;
        margin-top:6px;
    }
    
    .tblContentb {
        width:90%;
    }
    
    .clear 
    {
        clear:both;
    }
    	div.notSuccesfull 
    {
        background: none repeat scroll 0% 0% rgb(183, 42, 20) !important;
    }
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 720px) {
    
    .grids{
        width:auto;
        max-width:1200px;
        clear:both;
        margin:0 0 30px -2.083%;
        list-style:none; /* So we can make grids out of lists. */
        overflow:hidden; /* Clear the floats */
    }

    [class^="grid-"]{
        float:left;
        margin:0 2.083% 0 0;
    }
    .grids [class^="grid-"]{
        margin:0 0 0 2.083%;
    }

    .grid-1{ width:6.25% }
    .grid-2{ width:14.583% }
    .grid-3{ width:22.917% }
    .grid-4{ width:31.25% }
    .grid-5{ width:39.583% }
    .grid-6{ width:47.917% }
    .grid-7{ width:56.25% }
    .grid-8{ width:64.583% }
    .grid-9{ width:72.917% }
    .grid-10{ width:81.25% }
    .grid-11{ width:89.583% }
    .grid-12{ width:97.917%; margin:0; }
		
	div.feedback { 
		animation:mymove .5s ease-out forwards;
		/* Safari and Chrome */
		-webkit-animation:mymove .5s;
		background: none repeat scroll 0% 0% rgb(57, 130, 53);
	}
	

    
	label.selectLabel 
    {
        padding-left:0px !important;
    }
                      
    p.recordError 
    {
        color:#fff !important;
        clear:both !important;
	    animation:mymove .5s ease-out forwards !important;
	    /* Safari and Chrome */
	    -webkit-animation:mymove .5s !important;
        font-weight: bold !important;
        color: rgb(255, 255, 255) !important;
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6) !important;
        padding:10px !important;
        margin-bottom:10px !important;
        border: 1px solid rgb(102, 149, 202) !important;
        background: none repeat scroll 0% 0% rgb(183, 42, 20) !important;
        border-radius: 5px !important;
    }
	

	@keyframes mymove { 
		from {opacity: 0;}
		to {opacity: 1}
	}

	@-webkit-keyframes mymove { 
		from {opacity: 0;}
		to {opacity: 1}
	}

	@-moz-keyframes mymove{ 
		from {opacity: 0;}
		to {opacity: 1}
	}
	
	@-o-keyframes mymove { 
		from {opacity: 0;}
		to {opacity: 1}
	}









   div.feedback  p {
	display: inline-block;
    font-size: 85%; /*was 79%*/
    font-weight: bold;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
    white-space: nowrap;

	}
	.one-two{
		width:47.917%;
		float: left;
		border-right: 1px solid #6695CA;
	}
	
	.two-two{
		width:47.917%;
		float: left;
	}
	
	
	/*custom grids*/
	.grid-2half{
		width: 18.75%;
	}	
	
	.grid-7half{
		width: 60.4165%;
	}
	/*end*/
	
	
    .grid-7half ul.bullet {
        margin-left: 15px;
        margin-top: 0px;
        
    }
    .grid-7half ul.bullet li {
        margin: 0px 5px 0px 5px;
        font-size: 90%;
    }

	
    header nav ul {
        float: right;
        padding-top: 35px;
    }
    header nav ul li {
        display: inline;
        margin: 0 2px 0 0;
        padding: 0;
    }
    header nav ul li:first-child {
        display: inline-block;
    }
    header nav ul li.cta {
        margin-top: 0;
    }

    .intro p {
        font-size: 150%;
    }
    #search {
        padding-top: 50px;
        padding-bottom: 120px;
        background: url(/Content/imgs/bgs/bar_home.jpg) 100% 50% no-repeat;
        background-size: 100%;
    }

    #search > .formRow,
    #search > p {
        width: 49.3%;
        max-width: 700px;
    }
    .pageHeader #search {
        background: transparent;
        padding: 5px 0 0;
    }
    .pageHeader #search > .formRow,
    .pageHeader #search > p {
        width: auto;
        padding: 0;
        margin: 0;
    }
    #search > .formRow > * {
        font-size: 145%;
    }
    .pageHeader #search > .formRow > input,
    .pageHeader #search > .formRow > label {
        font-size: 120%;
    }
    
    .result .cta {
        display: block;
    }
    
    .result dt {
    	width: 25%;
    }
    
    .result dd{
    	width: 70%;
    }
   

}

@media only screen and (max-width: 800px) {
	
	.grid-2.rightnav{
		width: 97.917%;
		margin-top: 10px;
		float: left;
	}
	
	.grid-2.leftnav{
		width: 31.25%;
	}
	
}
@media only screen and (max-width: 720px) {

	header nav{
		margin-bottom: 10px;	
	}
	
	header h1.grid-3{
		width: 50%;
	}
	
	.pageHeader #search {
		width: 50%;
	}
	
	.cta a{
		font-size: 85%;
	}
	
	.rightnav{
		display: none;
	}
	
	.promos > div {
		width: 100%;
		float: left;
	}
}

@media only screen and (max-width: 480px) {

#twitter-box {
    max-height: 400px;
    overflow: scroll;
}

.scieLogo {
    height: 43px;
}
    .jqueryTrigger {
        position: absolute;
        z-index: -99999;
        width: 480px;
    }

    h1 {
        font-size: 200%;
    }

	header nav ul li a {
		font-size: 77%;
		padding: 10px 5px 5px;
        margin-bottom: 5px;
	}
    header nav ul li.signin a {
        position: absolute;
        top: 5px;
        right: 5px;
    }
	
	.pagination ul {
		margin: 0px;
		text-align: left;
	}
	
	.pageHeader h1 {
		font-size: 170%;
		}
		
	.pageHeader #search {
		padding-top: 2px;
	}
	
	#search > .formRow > * {
		font-size: 110%;
		}


    .result dt {
        float: none;
        width: auto;
    }
    
    .result dd{
        float: none;
        width: auto;
        padding-left: 10px;
    }

    [class^="grid-"],
    .promos > div,
    footer ul.split,
    .login {
        float:none;
        width: auto;
    }
    #search {
        float: left;
        width: 100%;
    }
    #switcher {
        display: none;
    }
    .sciebar {
        float: left;
    }
    .pageHeader h1 {
        float: none;
    }
    .pageHeader #search {
        float: none;
        width: auto;
        margin: 10px 0 0;
    }
    .pagination {
        float: none;
    }
    .loginbox {
        margin: 0;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    .promos > div {
        padding:15px;
        border: 1px solid rgb(102, 149, 202) !important;
        margin-right: -4px !important;
    }
    
    .socialIcons, .searchagain, .result > h3
    {
        display:none;
    }
    
    

    #cookies,
    .sciebar,
    #header header.grids .grid-9,
    .pageHeader,
    .leftnav,
    .rightnav,
    footer .grids > div,
    .pagination,
    .result .options {
        display: none;
    }
    footer .grids > div.copyright {
        display: block;
        float: none;
    }
    #header {
        margin-bottom: 20px;
    }
    #header header.grids .grid-3 {
        width: 20%;
    }
    .promos > div {
        border: none;
    }
    .promos > div > * {
        padding-left: 0;
        padding-right: 0;
    }

    .hidden-search {
        display: block !important;
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .result > .hidden-search {
        display: block !important;
    }
    .result > .hidden-search p {
        display: block;
    }

}

/************** for popup survey **********/

.messi-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    opacity: 0;
}

.messi {
    position: absolute;
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-shadow: none;
}

.messi-box {
    position: relative;
    width: 100% !important;
    max-width: 500px;
    height: auto;
    overflow: hidden;
    background-color: #ccc;
    opacity: 1;
    box-shadow: 0 0 1em #444;
}

    .messi-box hr {
        color: #ccc;
        border-top: none;
        border-left: none;
    }

.messi-wrapper {
    position: relative;
    background-color: #fff;
}

.messi-titlebox {
    padding: 10px;
    overflow: hidden;
    font: 1.3em bold helvetica,arial;
    color: #fff;
    text-shadow: 0 -2px 1px rgba(0,0,0,.25);
    background-color: #1E6194;
}

    .messi-titlebox.info {
        background-color: #4ea5cd;
        background-image: none;
    }

    .messi-titlebox.error {
        background-color: #de4343;
        background-image: none;
    }

    .messi-titlebox.warning {
        background-color: #eaaf51;
        background-image: none;
    }

    .messi-titlebox.success {
        background-color: #61b832;
        background-image: none;
    }

.messi-closebtn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 25px;
    height: 25px;
    color: #000;
    cursor: pointer;
    background-color: #fff;
    border-radius: 40px;
    display: none;
}

    .messi-closebtn:hover {
        background-color: #fff;
    }

    .messi-closebtn::before {
        position: relative;
        top: 2px;
        display: block;
        width: 25px;
        text-align: center;
        text-shadow: 0 1px 1px rgba(0,0,0,.25);
        content: '\00D7';
    }

.messi-content {
    padding: 10px;
    overflow: hidden;
    font: .9em normal helvetica,arial;
}

    .messi-content p {
        margin: 0 0 1.3em;
        line-height: 1.3em;
    }

    .messi-content .messi-closebtn {
        top: 7px;
        font: 1.3em bold helvetica,arial;
        color: #fff;
        background-color: #333;
        opacity: 0;
        -webkit-transition: opacity .25s linear,visibility .1s linear .5s;
        -moz-transition: opacity .25s linear,visibility .1s linear .5s;
        -o-transition: opacity .25s linear,visibility .1s linear .5s;
        transition: opacity .25s linear,visibility .1s linear .5s;
    }

    .messi-content:hover .messi-closebtn {
        opacity: 1;
    }

.messi-footbox {
    width: 100%;
    height: 55px;
    overflow: hidden;
}

.messi-actions {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    padding-top: 8px;
    margin: 0 10px;
    border-top: 1px solid #eee;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
}

    .messi-actions .btnbox {
        text-align: center;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
    }

        .messi-actions .btnbox .btn {
            min-width: 75px;
        }

.messi-titlebox.anim {
    background-color: #666;
    background-image: -o-linear-gradient(135deg,rgba(255,255,255,.05) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.05) 50%,rgba(255,255,255,.05) 75%,transparent 75%,transparent);
    background-image: linear-gradient(135deg,rgba(255,255,255,.05) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.05) 50%,rgba(255,255,255,.05) 75%,transparent 75%,transparent);
    background-image: -webkit-gradient(linear,left top,right bottom,color-stop(.25,rgba(255,255,255,.05)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.05)),color-stop(.75,rgba(255,255,255,.05)),color-stop(.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(135deg,rgba(255,255,255,.05) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.05) 50%,rgba(255,255,255,.05) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(135deg,rgba(255,255,255,.05) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.05) 50%,rgba(255,255,255,.05) 75%,transparent 75%,transparent);
    background-image: -ms-linear-gradient(135deg,rgba(255,255,255,.05) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.05) 50%,rgba(255,255,255,.05) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    -webkit-animation: animate-bg 5s linear infinite;
    -moz-animation: animate-bg 5s linear infinite;
}

    .messi-titlebox.anim.info {
        background-color: #4ea5cd;
    }

    .messi-titlebox.anim.error {
        background-color: #de4343;
    }

    .messi-titlebox.anim.warning {
        background-color: #eaaf51;
    }

    .messi-titlebox.anim.success {
        background-color: #61b832;
    }

@-webkit-keyframes animate-bg {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -80px 0;
    }
}

@-moz-keyframes animate-bg {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -80px 0;
    }
}

.messi .btn {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 26px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -ms-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(top,#fff,#e6e6e6);
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
}

    .messi .btn.active, .messi .btn.disabled, .messi .btn:active, .messi .btn:hover, .messi .btn[disabled] {
        background-color: #e6e6e6;
    }

    .messi .btn:hover {
        color: #333;
        text-decoration: none;
        background-color: #e6e6e6;
        background-position: 0 -15px;
        -webkit-transition: background-position .1s linear;
        -moz-transition: background-position .1s linear;
        -ms-transition: background-position .1s linear;
        -o-transition: background-position .1s linear;
        transition: background-position .1s linear;
    }

    .messi .btn:focus {
        outline: #333 dotted thin;
        outline: -webkit-focus-ring-color auto;
        outline-offset: -2px;
    }

    .messi .btn.active, .messi .btn:active {
        background-color: #e6e6e6;
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
        box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    }

.messi .btn-danger, .messi .btn-danger:hover, .messi .btn-info, .messi .btn-info:hover, .messi .btn-inverse, .messi .btn-inverse:hover, .messi .btn-primary, .messi .btn-primary:hover, .messi .btn-success, .messi .btn-success:hover, .messi .btn-warning, .messi .btn-warning:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

    .messi .btn-danger.active, .messi .btn-info.active, .messi .btn-inverse.active, .messi .btn-primary.active, .messi .btn-success.active, .messi .btn-warning.active {
        color: rgba(255,255,255,.75);
    }

.messi .btn {
    border-color: #ccc;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
}

.messi .btn-primary {
    background-color: #0074cc;
    background-image: -ms-linear-gradient(top,#08c,#05c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#05c));
    background-image: -webkit-linear-gradient(top,#08c,#05c);
    background-image: -o-linear-gradient(top,#08c,#05c);
    background-image: -moz-linear-gradient(top,#08c,#05c);
    background-image: linear-gradient(top,#08c,#05c);
    background-repeat: repeat-x;
    border-color: #05c #05c #003580;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .messi .btn-primary.active, .messi .btn-primary.disabled, .messi .btn-primary:active, .messi .btn-primary:hover, .messi .btn-primary[disabled] {
        background-color: #05c;
    }

.messi .btn-warning {
    background-color: #faa732;
    background-image: -ms-linear-gradient(top,#fbb450,#f89406);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
    background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
    background-image: -o-linear-gradient(top,#fbb450,#f89406);
    background-image: -moz-linear-gradient(top,#fbb450,#f89406);
    background-image: linear-gradient(top,#fbb450,#f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .messi .btn-warning.active, .messi .btn-warning.disabled, .messi .btn-warning:active, .messi .btn-warning:hover, .messi .btn-warning[disabled] {
        background-color: #f89406;
    }

.messi .btn-danger {
    background-color: #da4f49;
    background-image: -ms-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
    background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: linear-gradient(top,#ee5f5b,#bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .messi .btn-danger.active, .messi .btn-danger.disabled, .messi .btn-danger:active, .messi .btn-danger:hover, .messi .btn-danger[disabled] {
        background-color: #bd362f;
    }

.messi .btn-success {
    background-color: #5bb75b;
    background-image: -ms-linear-gradient(top,#62c462,#51a351);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
    background-image: -webkit-linear-gradient(top,#62c462,#51a351);
    background-image: -o-linear-gradient(top,#62c462,#51a351);
    background-image: -moz-linear-gradient(top,#62c462,#51a351);
    background-image: linear-gradient(top,#62c462,#51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .messi .btn-success.active, .messi .btn-success.disabled, .messi .btn-success:active, .messi .btn-success:hover, .messi .btn-success[disabled] {
        background-color: #51a351;
    }

.messi .btn-info {
    background-color: #49afcd;
    background-image: -ms-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
    background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
    background-image: linear-gradient(top,#5bc0de,#2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .messi .btn-info.active, .messi .btn-info.disabled, .messi .btn-info:active, .messi .btn-info:hover, .messi .btn-info[disabled] {
        background-color: #2f96b4;
    }

.messi .btn-inverse {
    background-color: #414141;
    background-image: -ms-linear-gradient(top,#555,#222);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#555),to(#222));
    background-image: -webkit-linear-gradient(top,#555,#222);
    background-image: -o-linear-gradient(top,#555,#222);
    background-image: -moz-linear-gradient(top,#555,#222);
    background-image: linear-gradient(top,#555,#222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .messi .btn-inverse.active, .messi .btn-inverse.disabled, .messi .btn-inverse:active, .messi .btn-inverse:hover, .messi .btn-inverse[disabled] {
        background-color: #222;
    }

.messi button {
    cursor: pointer;
    -webkit-appearance: button;
}

button.messi .btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
