

/*Dictionary Template styles*/

.navtext

{
	font-size : 11px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	color : #333333;
	line-height : 14px;	

}


.searchtext

{
	font-size : 10px;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	color : #333333;
	line-height : 13px;	

}


.letter
{
	font-size : 18px;
	font-family : Arial, Verdana, sans-serif;
	font-weight : bold;
	color : #E7F8FC;
	line-height : 23px;
	
}

.letter a, .letter a:visited  {
	color: #E7F8FC;
	font-family : Arial, Verdana, sans-serif;
	font-weight : bold;
	text-decoration: underline;

}


.searchtitle

{
	font-size : 17px;
	font-family : Arial,Verdana, sans-serif;
	color : #1E3F7A;
	font-weight : bold;
	line-height : 22px;
	text-decoration:none;
	
}





#publisherinfo
{
	font-size : 11px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	color : #666666;
	line-height : 13px;
	
}

#publisherinfo a, #publisherinfo a:visited  {
	color: #666666;
	text-decoration: underline;
	font-weight : normal;
	font-size : 11px;
	font-family : Verdana, Arial, sans-serif;

}



#bottomnavlink
{
	font-size : 11px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	color : #FFFFFF;
	line-height : 13px;
	text-decoration:none;
}

#bottomnavlink a, #bottomnavlink a:visited  {
	color: #FFFFFF;
	font-size : 11px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	text-decoration: none;

}

#bottomnavlink a:active {color:#FFFFFF;font-weight : normal;font-family : Verdana, Arial, sans-serif;font-size : 11px;}
#bottomnavlink a:hover  {color:#FFFFFF; font-weight : normal; text-decoration:underline;font-family : Verdana, Arial, sans-serif;font-size : 11px;}



.copyrighttag

{
	font-size : 10px;
	font-family : Arial, sans-serif;
	font-weight : normal;
	color : #666666;
	line-height : 12px;
	text-decoration:none;
	
}

/*Dictionary global styles*/

a
{
	font-size : 13px;
	font-family : Arial,Verdana, sans-serif;
	font-weight : bold;
	color : #333333;
	line-height : 17px;
	text-decoration:underline;

}

a:active {color:#333333;}
a:hover  {color:#4265A5;text-decoration:underline;}


.text

{
	font-size : 12px;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	color : #333333;
	line-height : 16px;	

}




.title

{
	font-size : 18px;
	font-family : Arial,Verdana, sans-serif;
	font-weight : bold;
	color : #1E3F7A;
	line-height : 23px;
	text-decoration:none;
	
}


.definedword

{
	font-size : 18px;
	font-family : Arial,Verdana, sans-serif;
	font-weight : bold;
	color : #1E3F7A;
	line-height : 23px;
	text-decoration:none;
	
}

BODY {
	margin: 0;
	padding: 0;
}

/* Global Nav bar styles */
#globalnav {width: 730px;background: #DEDEDE; font: 10px Verdana,Arial,sans-serif !important; height:25px; } 
#globalnav ul { padding:3px 0; margin:0; border-top: 3px solid #454343; list-style: none; } 
#globalnav ul li { background: url(img/bullet_global.gif) no-repeat 0% 80%; float:left; margin: 0 15px; padding: 0 0 0 7px; } 
#globalnav ul li a {text-decoration: none; color: #000; font: 10px Verdana,Arial,sans-serif;} 

/* Global Nav bar styles */

/* don't apply global styles to the Incisive footer */
.footernav { font-family: serif; font-size:10px; line-height:12px;}
.footernav a { font-weight:normal;}







/* Greg's additions for remodel */
.noResults
{
	font-size: 120%;
	font-weight: bold;
	color: Red;
}

.entry
{
	font-size: 12px;
	line-height: 16px;
}

.seeAlso
{
	font-style:italic;
}

.searchSection
{
	text-align: center;
	display:block;
}

.searchHeader
{
	/*padding: 3px 8px 9px 15px;
	text-align:left;*/
	padding: 3px 0 9px 0;
}
.extendedText
{
	text-align: left;
	padding: 0 10px 27px 25px ;
}
#definitionSection .extendedText
{
	padding-bottom: 12px;	
}
.searchType
{
	font-size: 70%;
}
.button
{
	padding-top: 20px;
}
#letterSection
{
	padding-right:13px;
}


/* End of Greg's additions */
