.plink { /* popup links */
 color: #333333;
 text-decoration: none;
 background-color: transparent;
 font-style: italic;
 border-color: #333333;
 border-bottom-width: 1px;
 border-left-width: 0px;
 border-right-width: 0px;
 border-top-width: 0px;
/* border-style: groove;
 border-bottom-width: 2px;
 border-style: ridge;*/
 border-style: dotted;
}
#mobilestats, #mobilestats-ns {
	overflow:hidden;
	position:absolute;
	width:1px;
	height:1px;
	top:0px;
	left:0px;
	visibility:hidden;
}
.clear {
	clear: both;
	width: 0px;
	height: 0px;
}
div .c, td .c, .c {
	text-align: center;
	margin: 0 auto;
}
div .j, td .j, .j {
	text-align: justify;
}
div .l, td .l, .l {
	text-align: left;
}
div .r, td .r, .r {
	text-align: right;
}
.noborder {
	border: 0px none;
}
.noborderr {
        border: 0px none;
	float: right;
}
.pl10{
	padding-left: 10px;
}
.noborderrpr5 {
        border: 0px none;
        float: right;
	padding-right: 5px;
}
.noborderrp10 {
        border: 0px none;
        float: right;
	padding-left: 10px;
	padding-bottom: 5px;
}


.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
.dictionaryresultsterm{
        text-align: center;
        font-weight: bold;
	text-decoration: underline;
}
.dictionaryresultsspacer{
        height: 5px;
        font-size: 0.1em;
}
.dictionaryresultscategorylabel, .dictionaryresultsdefinitionlabel, .dictionaryresultsvideolabel{
        text-align: right;
        font-weight: bold;
        width: 75px;
}
.dictionaryresultscategory{
}
.dictionaryresultsdefinition{
        text-align: justify;
}
.dictionarysearchresultsterm{
}
.dictionarysearchresultscategory{
}
.dictionarysearchresultsdefinition{
}
.fs10 {
        font-size: 10px;
}
.fs10b {
        font-size: 10px;
        font-weight: bold;
}
.fs10i {
        font-size: 10px;
        font-style: italic;
}
.fs10t {
	vertical-align: top;
	font-size:10px;
}
.fr {
	float: right;
}
.greydouble {
	border: grey 3px double;
}
