﻿#homeHeader
{
    display: none;
    visibility: hidden;
    margin: 5px 0 0 0;
    padding: 0;
    background-color: Fuchsia;
}

#homeContext
{
    padding-top: 10px;    
}
#newsBlock
{
    position: relative;
    clear: right;
    float: right;
    width: 180px;
    margin: 0 0 10px 25px;
    padding: 0 0 20px 0;    
    /*background: url('../CSSImages/generalBoxBody.jpg') repeat-y left;*/
}
#newsHeader
{
    position: relative;
    width: 150px;
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #999;
    /*background: url('../CSSImages/generalBoxHeader.jpg') no-repeat left top;*/
}
#newsHeader span
{
    display: block;
    width: 150px;
    height: 20px;
    margin: 0;
    padding: 0;
    font-size: 13pt/15pt;      
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-indent: 2px;   
    color: #333333;    
}
#newsContext
{
    position: relative;
    padding: 15px 0px;
    /*background: url('../CSSImages/generalBoxTop.jpg') no-repeat left top;*/
    z-index: 121;
}
#newsFooter
{
    position: absolute;
    height: 60px;
    bottom: 0;
    left: 0;
    right: 0;   
    z-index: 120;
    border-bottom: 1px solid #999;
}
#newsBlock marquee
{
    height: 175px;
}

#adsBlock
{
    position: relative;
    clear: right;
    float: right;
    width:180px;
    height: 300px;
    margin: 10px 0 0 25px;
    padding: 10px;
    /*background: url('../CSSImages/adsBlock.jpg') no-repeat;*/
}
#adsHeader
{    
}
#adsHeader span
{
    display: block;
    width: 150px;
    height: 20px;
    margin: 0;
    padding: 0;
    font-size: 11pt/13pt;      
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-indent: 2px;
    border-bottom: 1px solid #F9F9F9;
    color: #333333;
}
#adsContext
{
    margin-top: 8px;
}
#adsFooter
{
    text-align: center;
}

#statsBlock
{
    position: relative;
    clear: right;
    float: right;
    width: 180px;
    margin: 10px 0 10px 25px;
    padding: 0 0 20px 0;
    /*background: url('../CSSImages/generalBoxBody.jpg') repeat-y left;*/
}
#statsHeader
{
    position: relative;
    width: 150px;
    height: 30px;
    margin: 0;
    padding: 0;    
   border-bottom: 1px solid #999;
}
#statsHeader span
{
    display: block;
    width: 150px;
    height: 20px;
    margin: 0;
    padding: 0;
    font-size: 13pt/15pt;      
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-indent: 2px;   
    color: #333333;    
}
#statsContext
{
    position: relative;
    padding: 15px 0;
    /*background: url('../CSSImages/generalBoxTop.jpg') no-repeat left top;*/
    z-index: 121;
}
#statsFooter
{
    position: absolute;
    height: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #999;
    z-index: 120;
}
#StudyCount
{
    float: left;
    width: 100px;
}
#CongressCount
{
    float: left;
    width: 100px;
}
#ArticleCount
{
    float: left;
    width: 100px;
}
#StaffCount
{
    float: left;
    width: 100px;
}
#JournalCount
{
    float: left;
    width: 100px;
}
#BookCount
{
    float: left;
    width: 100px;
}
#AbstractCount
{
    float: left;
    width: 160px;
}


.seeAll
{
    text-align: right;
}

.seeAll a:link
{
    font: normal normal bold 10px/12px Tahoma;
    text-decoration: none;
    color: #000;
}

.seeAll a:visited
{
    font: normal normal bold 10px/12px Tahoma;
    text-decoration: none;
    color: #600;
}

.seeAll a:hover
{
    font: normal normal bold 10px/12px Tahoma;
    text-decoration: none;
    color: #f00;
}

/*
.txtSearch
{
	width: 190px;
	height: 20px;
	font-size: 17px;
}

.btnSearch
{
	background: url(../CSSImages/btnSearch.jpg) no-repeat left top;
	width: 27px;
	height: 27px;
	cursor: pointer;
	border: none;
}
*/

#homeExtra1
{
    display: none;
    visibility: hidden;    
}

#homeExtra2
{
    display: none;
    visibility: hidden;   
}

#homeExtra3
{  
    position: absolute;
    width: 220px;
    top: -0px;
    right: 0px;
    float: right;
}

#homeExtra4
{
    display: none;
    visibility: hidden;
}

#homeExtra5
{
    display: none;
    visibility: hidden;
}

#homeFooter
{
    visibility: hidden;
    display: none;
}


