﻿
/* start temp styles */
.tempLink
{
    cursor:help;
    margin-left:10px;
    line-height:153%;
    font-size:15px;
    font-weight:bold;
}
.articleRow
{
    cursor:help;
    margin: 0px 10px 0px 10px;
    line-height:120%;
    font-size:100%;
    padding:  0px;
}

.catLink
{
    cursor:hand;
    margin-left:10px;
    padding:5px;
    font-weight:bold;
    width:50%;
}
/* end temp styles */
a
{
	color: #264882;
	padding: 0px;
	text-decoration: none;
	font-weight:bold;	
}
a:hover
{	
	text-decoration: underline;
}
.loginForm a
{
	color: #95b3e4;
	text-decoration: none;
	padding:3px;
}
.loginForm a:hover
{
	color: #264882;
	background: #eee;
	border:solid 1px #264882;
}
.breadcrumb a
{
	color: #eee;
	background:#fffddf;
	padding: 5px;
	text-decoration: none;
	background:transparent;
}
.breadcrumb a:hover
{
	color: #eee;
	background: #369;
	text-decoration: underline;
}
.newsletterWrapper a
{
	color: #264882;
	text-decoration: none;
	float:left;
	font-size:80%;
	padding-top:15px;
}
.newsletterWrapper a:hover
{
	text-decoration: underline;
}
.specialWrapper a
{
    text-decoration:none;
    color:#f79526;	
    font-weight:bold;
    padding:0px 3px;
    background:transparent;       
    }
.specialWrapper a:hover
{	
	color: #000;
	background: #fff8ac;
	text-decoration: underline;
	border:none;
}
.citation a
{
    text-decoration:none;
    color:#000;
	border-bottom:solid 1px #f78f1e;
    font-weight:bold;
    padding:0px 2px;
    background:transparent;
}
.featureWrapper a
{
    text-decoration:none;
    font-weight:bold;    
    background:transparent;
        
    }
.featureWrapper a:hover
{	
	text-decoration: underline;
	color: #664D02;
	border-bottom:solid 11px #f0ece0;

}
.controls
{
    
	
}
.controls a
{
    display:block;
	color: #264882;
	padding:8px;
	text-decoration: none;
	background: #ddddde url('images/bgSidebar.png') repeat-x;	
}
.controls a:hover
{    
    background: #ddddde url('images/bgSidebar.png') repeat-x;    
    background:#95b3e4;
    text-decoration: underline;
}

.glossaryLink
{
    display:inline;
	color: #264882;
	padding:2px 5px;
	text-decoration: none;
	background: #ddddde url('images/bgSidebar.png') repeat-x;	
}
.glossaryLink:hover
{
    	font-weight:bold;
	background: #ddddde url('images/bgSidebar.png') repeat-x;	
	background:#4380e6;
	text-decoration: underline;
}