.external{
 background-image: url(images/external.gif);
 background-position: bottom right;
 background-repeat: no-repeat;
 padding-right:13px;
 text-decoration:none;
}

.external:hover{
 text-decoration:underline;
 background-image:url(images/external.gif);
 background-position:bottom right;
 background-repeat: no-repeat;
 padding-right:13px;
}

.small1{font-size:8px;}
.large1{font-size:14px; font-weight:bold;}
.large2{font-size:24px; font-weight:bold;}
.emph{font-style:italic; font-weight:bold;}
.emLarge{font-style:italic; font-weight:bold;font-size:16px;}
.emMedium{font-style:italic; font-weight:bold;font-size:13px;}

.inm{font-size:11px;}
.trow{margin-top:12px;border-top:1px solid #990033;}

.centered{text-align:center;}

.adminLinks {position:relative;padding-left:10px;padding-right:10px}

.icon{border:0;}

.nobr{white-space:nowrap;}

/**
INM Rollover Logo
**/
.rollover{
width:60px;
}
.rollover a{
display:inline-block;
width:60px;
height:47px;
background:url(images/inm-logo-rollover.png) no-repeat;
}
.rollover a:hover{
background-position:0 -47px;
}

/**
INM Rollover Logo MINI
**/
.MINrollover{
width:60px;
}
.MINrollover a{
display:inline-block;
width:41px;
height:32px;
background:url(images/inm-logo-rollover-mini.png) no-repeat;
}
.MINrollover a:hover{
background-position:0 -32px;
}

/* Google Analytics - analytics.asp */
.ga-stats{
	padding:10px;
	width:740px;
	background-color: #39b1f0;
}

/* =============================================================================
	GALLERY EDITOR
============================================================================= */
.moveup{
	cursor:pointer;
	width:9px;
	height:5px;
	display:inline-block;
	text-indent:-9999px;
	background-image:url(images/up-down-arrows.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	margin:0 3px;
	position:relative;
	top:9px;
}
.movedown{
	cursor:pointer;
	width:9px;
	height:5px;
	display:inline-block;
	text-indent:-9999px;
	background-image:url(images/up-down-arrows.gif);
	background-repeat:no-repeat;
	background-position:0 -4px;
	margin:0 3px;
	position:relative;
	top:9px;
}
