/**********************************************************************
 * PROJECT: LSIS 2008 - Life Science Information Service, tidonaconsulting, 2008
 * FILE:    includes/Templates/css/standard.css
 * ID: $Id: standard.css 1288 2011-07-16 19:02:24Z m.tidona $
 **********************************************************************/

/*
-----------------------------------------------

 MAJOR COLORS:


-----------------------------------------------
*/

/*
-------------------------------------------------------------------------
*/

* {
	font-family: Tahoma, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

html, body {
    margin: 0px;
	padding: 0px 10px 0px 10px;
}

body {
    background-image:url(../images/logo_bg.jpg);
    background-repeat:repeat-x;
    text-align: left;
	color: #666666;
	background-color: #FFFFFF;
}

#header {
    text-align:left;
    margin:0px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
}

#container {
    margin: 0px;
    padding: 0px;
    text-align: left;
    width: 100%;
}

#footer {
    text-align: center;
    color: #BBBBBB;
    margin: 0px;
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    border-top: solid 1px #EEEEEE;
}

#menu {
	position: absolute;
	top: 47px;
	right: 25px;
	height: 23px;
	font-size: 1.1em;
	font-weight: bold;
}

#menu a.hmenu, #menu a.hmenu:link, #menu a.hmenu:visited, #menu a.hmenuon, #menu a.hmenuon:link, #menu a.hmenuon:visited {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 3px;
	height: 22px;
	text-decoration: none;
	text-align: center;
	line-height: 21px;
	font-size: 1.1em;
}

#menu a.hmenu, #menu a.hmenu:link, #menu a.hmenu:visited {
	background: #83C005;
	border-top: solid 1px #74A808;
	border-left: solid 1px #74A808;
	border-right: solid 1px #74A808;
	color: #FFFFFF;
}

#menu a.hmenuon, #menu a.hmenuon:link, #menu a.hmenuon:visited {
	background: #EBEBEB;
	border-top: solid 1px #BBBBBB;
	border-left: solid 1px #BBBBBB;
	border-right: solid 1px #BBBBBB;
	color: #666666;
}

#menu a.hmenu:hover {
	background: #BADF6B;
	color: #FFFFFF;
}

#menu a.hmenu:active {
	background: #EBEBEB;
	color: #666666;
}

p.hit {
    border-top: solid 1px #DDDDDD;
    font-size: 0.9em;
}
h2.hit {
    font-size: 0.9em;
    color: #888888;
    margin: 0;
}
h2.green {
    color: #669933;
    font-size: 1.3em;
}
h3.hit {
    font-size: 0.9em;
    margin: 0;
    font-weight: normal;
}
.resultPreview {
    width: 520px; 
    height: 250px; 
    overflow: auto; 
    border: solid 1px #ccc; 
    background-color: #eee; 
    margin-top: 8px; 
    padding: 8px; 
    border-top: solid 1px #bbb;     
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.resultSubscription {
    width: 480px;
    margin-top: 25px;
}

h1 { font-size: 1.2em; margin-top: 8px; margin-bottom: 8px; padding-bottom: 4px; font-weight: bold; border-bottom: solid 1px #EEEEEE; }
h1 a { font-size: 1em; }
h1.biggreen { color:#669933; font-size: 1.3em; padding-bottom: 10px;; margin-bottom: 6px; border-bottom: solid 1px #ccc; }
h2 { font-size: 1.1em; margin-top: 6px; margin-bottom: 6px; padding-bottom: 4px; font-weight: bold; }
h3 { font-size: 1.0em; margin-top: 4px; margin-bottom: 4px; padding-bottom: 4px; font-weight: bold; }

.hit      { color:#666666; }
.inactive { color:#CCCCCC; }

a:link    { text-decoration:none; color:#669933; }
a:visited { text-decoration:none; color:#669933; }
a:hover   { text-decoration:underline; color:#669933; }

/*
# COLLISION WITH jQuery tree!
ul { list-style-type:square; margin-top:12px; margin-bottom:10px; color:#336600; }
li { list-style-type:square; margin-top:4px; margin-bottom:4px; color:#336600; }
*/

.hitmarker { background-color: #FCBFBF; }

.button      { background-color:#DDDDDD; border-width:1; }
.deletebutton{ background-color:#DDDDDD; border-width:1; border-color:#ff0000; }
.button_mini { background-color:#DDDDDD; border-width:1; font-size:10px; }
.input       { background-color:#EEEEEE; border-width:1; }
.input_radio { border-width:1px; }
.input_mini  { background-color:#EEEEEE; border-width:1; font-size:10px; }
.input_big  { font-size:15px; }
.mini        { color:#9B9B9B; font-size:10px; }
.inputdiv { padding-top: 5px; padding-bottom: 5px; }
.fieldfloatright input { float: right; }

.alert { color: #DA352B; border-bottom: dotted 1px #DA352B; padding-bottom: 5px; margin-bottom: 15px; width: 100%; line-height: 1.4em; }
.alertfield      { background-color: #FFDBDB; color: #993300; }
.alert_inline { color: #DA352B; padding-bottom: 3px; margin-bottom: 5px; line-height: 1.4em; }

.tr_special  { background-color:#83C005; color:#FFFFFF; font-weight:bold; }
.tr_highlight{ background-color:#FFDBDB; color:#993300; }
.tr_even     { background-color:#D7D7D7; }
.tr_odd      { background-color:#E7E7E7; }
.tr_grey     { background-color:#BAC8AD; color:#666666; }
.tr_hidden_special  { background-color:#666666; color:#FFFFFF; }
.tr_hidden_even     { background-color:#FCBFBF; }
.tr_hidden_odd      { background-color:#FFDBDB; }
.tr_grey_even     { background-color:#D7D7D7; }
.tr_grey_odd      { background-color:#EDEDED; }

#Tablist {
	border: solid 1px #ddd;
	padding: 5px;
}
#Tablist thead td, #Tablist tbody td {
    margin: 5px;
    border: solid 1px #eee;
}

.important, .important_red   { color:#993300; font-weight:bold; }
.important_green { color:#669933; font-weight:bold; }
.imp_mini        { color:#993300; font-weight:bold; font-size:9px; }
.important_red_big { font-size: 1.7em; font-weight: bold; color: #993300; text-decoration:blink; }
.important_green_big { font-size: 1.7em; font-weight: bold; color: #669933; text-decoration:blink;  }

.left_floatable {
    float: left; 
    margin-right: 10px; 
}

.right_floatable {
    float: right; 
    margin-left: 10px; 
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/**** Masonry CSS ****/

.wrap {
    background: #FFF;
    border: 0px solid #456;
    padding: 0 20px 20px 0;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.box {
    margin: 0 15px 15px 0;
    padding: 5px 15px;
    background: #DDDDDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    float: left;
    border: solid 1px #CCCCCC;
}
.big {
    font-size: 15px;
}

.startlist {
    margin: 0 0 30px 0;
    
}

.adtopleftcol { width: 350px; }
.adverticalcol { width: 750px; }
.newscol { width: 150px; }
.newscol img { max-width: 150px; }


/**** Search v2 *****/

.searchelementbox {
    width: 300px;
    margin-bottom: 10px;
    padding: 10px;
    background: #EEEEEE;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #BBBBBB;
	position: relative;
}

#inexclude{ width: 120px; margin: 10px 40px 0 0;}
#stype{ width: 220px; margin: 0 10px 0 0;}
#sterm { width: 310px; margin: 10px 10px 0 0;}

#termlist { list-style: none; padding:0;}
#termlist li { margin: 5px 0 3px; }
#termlist .included {  }
#termlist .excluded {  }

#loading { 
    position: absolute;
    width: 280px;
    height: 18px;
    padding-top: 1px;
    background-color: #EEEEEE;
    text-align: center; 
    font-size: 12px; 
    color: #999999; 
    font-weight: bold;
}

#hitinfo {
    margin-bottom: 10px;
    font-weight: bold;
}

.hit p {
    margin-bottom: 5px;
    margin-top: 0;
    padding: 0;
}

#termlist {
    font-weight: bold;
    list-style-type: none;
    padding: 0 5px 0 0;
    margin: 5px;
    margin-top: 15px;
}
#termlist ul li {
    padding: 0 5px 0 0;
    margin: 5px;
}
#termlist li.included span {
    color: #83bd06;
}
#termlist li.included span:before {
    content: "+ ";
}
#termlist li.excluded span {
    color: #e1391c
}
#termlist li.excluded span:before {
    content: "- ";
}
#sterm {
    width: 140px;
}

/**** Pagination ****/

#pagination { 
    font-size: 80%;
    padding: 0 0 22px 10px;
}
#pagination li { 
    list-style: none; 
    float: left; 
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 2px 6px;
    text-transform: uppercase;
    color: #c2c2c2;
    background-color: #BADF6B;
    text-decoration: none;
    border: solid 1px #AAAAAA;
    color: #FFFFFF;
}
#pagination li.pagingdummy { visibility: hidden; }
#pagination li:hover { 
    color: #000000; 
    cursor: pointer;
}
#paginationcontainer {
}


