﻿.grid
{
    font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
    
}
.mainheading 
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
}
.gridcell
{
    font-family: Tahoma;
	font-size: 12px;
    padding-left:5px;
    padding-right:5px;
    height:25px;
    line-height:20px;
}

/***********************************/
/*   libraray  frontend            */
/***********************************/

.libtitle
{
    font-family: verdana;
    font-size: 10pt;
    height: 20px;
    color: #666666;
    font-weight: bold;
    text-decoration:underline;
}

.libtitle a
{
    font-family: verdana;
    font-size: 10pt;
    height: 20px;
    color: #666666;
    font-weight: bold;
    text-decoration:underline;
}
.libtitle a:visited
{
    font-family: verdana;
    font-size: 10pt;
    height: 20px;
    color: #666666;
    font-weight: bold;
    text-decoration:underline;
}

/***********************************/
/*   news  frontend            */
/***********************************/

.ybullet
{
    background-image: url('../images/ybullet.gif' );
    background-repeat: no-repeat;
    background-position: center;
    height:20px;
    width:20px;
    border:0px;
}

.newstitle
{
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    
}
.newstext
{
   font-family: Tahoma;
	font-size: 12px;
    color: #000000;
    font-weight: normal;
    text-align:justify;
    
}

.newstext2
{
    font-family: verdana;
    font-size: 10pt;
    color: #000000;
    font-weight: normal;
    text-align:justify;
    padding:10px;
    
}
.close
{
    background-image: url('../images/CloseButton.png' );
    background-repeat: no-repeat;
    background-position: center;
    height:16px;
    width:16px;
    border:0px;
    float:right;
}

.more a
{
    font-family: Tahoma;
    font-size: 8pt;
    height: 20px;
    color: #c9b437;
    font-weight: bold;
    text-decoration:underline;
}
.more a:visited
{
    font-family: Tahoma;
    font-size: 8pt;
    height: 20px;
    color: #c9b437;
    font-weight: bold;
    text-decoration:underline;
}


