﻿.fl_right
{
    float:right;
}

.fl_left
{
    float:left;
}

.ColSingle
{
	text-align:justify;
}

.ColLeft
{
    width:293px;    
    float:left;  
    padding-right:10px;  
    text-align:justify;     
}

.ColRight
{
    margin-left:20px;
    width:293px;       
    float:left;     
    text-align:justify;    
}

.imgContentRight
{
	float:right;
	display:block;
	margin: 0 0 15px 15px;
	width:auto;
}

.divMore
{	
	margin-top:10px;
	width:100%;
	text-align:right;	
}

.divSeparator
{	
	width:100%;
	height:10px;
}

.divContentImgRight
{
    display:inline;
    float:right;
    margin: 0 0 10px 10px;
}

.divClear
{
    clear:both;
}

.tblTeam
{
    margin-top:20px;
    width: 70%;
    text-align:left;        
    /* background-color:Green; */
}

.team_item, .team_item:link, .team_item:hover, .team_item:visited
{
    float:left;    
    font-weight:bold;        
    text-align:left;
    color:Black;
    text-decoration:none;
    width:48%;
    height:54px;
    display:block;    
    margin-right:5px;
    margin-bottom:5px;
}

.team_item:hover
{
    background-color:#f1f0f3;
}

.team_item span
{
    font-weight:normal;
    font-style:italic;
}

.team_item img
{
    padding:2px;
    display:block;
    float:left;
    margin-right: 10px;
}

.divGlossary h2
{    
    width:100%;
    border-bottom: dashed 1px #858585;
    display:block;
}

.divGlossary h2 a, .divGlossary h2 a:hover
{    
    text-decoration:none;
    Color: #858585;   
}

.divGlossary dt a, .divGlossary dt a:hover
{
    text-decoration:none;
    color:Black;
}


.glossaryLinks
{
    font-size:16px;
    padding:30px 0 50px 0;
    clear:both;
    display:block; 
    text-align:center;
    width:100%;  
}

.glossaryLinks a
{
    padding:0px 0 2px 0;
    height:16px;
    width:18px;
    display:block;
    float:left;
    margin:1px;
    margin-right:2px;
    color: #d0ccd7;
}

.glossaryLinks a:link, .glossaryLinks a:visited
{
    padding:0px 0 2px 0;
    height:16px;
    width:18px;
    display:block;
    float:left;
    text-align:center;       
    margin-right:2px;
    text-decoration:none;  
    border: solid 1px #d0ccd7;
    color:#003366;
}

.glossaryLinks a:hover
{
    background-color: #003366;
    color:White;
    border-color:#003366;
    text-decoration:none;
}

.divGlossary dt
{
    font-weight:bold;
   /* margin-bottom:7px;*/
}

.divGlossary dd
{
    margin-bottom:20px;
}

.backToTheTop
{
    display:block;
    text-align:right;
    font-size:12px;
    width:100%;
    clear:both;
}

.infobar
{
    width: 200px;
    margin-left: 20px;     
}

.infobar h2
{
    margin-left: 21px;
    margin-top:0;
}

.infobar p
{
     border-left: 1px solid #d0ccd7;    
     padding-left: 20px; 
}

.infobar label
{
    font-size:smaller;
    font-style:italic;
    text-align:center;
    display:block;
    width:100%;
}

.infobar a img
{
    border: solid 1px #d0ccd7;
    margin: 10px auto 5px auto;
    padding: 2px;
}

.infobar a img:hover
{
    border-color: #003366;
}

.tiny
{
    font-size:x-small;
}

.dtInfo /* glossary dt additional info */
{
    font-weight: normal;
    font-size: small;
    /*font-style: italic;*/
    margin-left: 10px;
}

.dtInfo a, .dtInfo a:link, .dtInfo a:hover
{
     color: #003366;
    text-decoration:none;
}

.dtInfo a:hover
{
    color: #003366;
    text-decoration:underline;
}

.wiki:before
{
   content:url(../../gfx/wiki.png);
   border: 0px;
   margin:0;
   padding-right: 2px;
}
    

