/* VERSIONS
/* 1_0: General Misc Styles
/* 1_1: Added disabled, none, new icons [Author: Landon Durnan]
----------------------------------------------------------------------------- */

/* 
-----------------------------------------------------------------------------
 =Misc.
----------------------------------------------------------------------------- */
.sc { overflow: hidden; }
.button,
.disabled{ 
	background-color: #E4DED2;
	border: 1px solid #999;
	color: #000 !important; 
	font: 11px normal Tahoma, Arial, Helvetica, sans-serif;
	padding: 1px 3px; 
	text-decoration: none;
	}
.button:hover{ 
	background-color: #c9c9c9; 
	color: #000 !important; 
	text-decoration: none;
	}
.disabled{ background-color: #ccc; display: block; cursor: pointer; }

	
/* 
-----------------------------------------------------------------------------
 =Icons
----------------------------------------------------------------------------- */
a.file, a.img, a.aud, a.doc, a.pdf, a.ppt, a.txt, a.xls, a.vid, a.ext, a.ext-FacebookProfile,Facebook, a.back, a.lock, a.form, a.rss {
	padding: 2px 0 2px 24px !important;
	background: url(/images/common/icon_default.gif) left top no-repeat;
	}
a.img	{ background-image: url(/images/common/icon_image.gif)!important; }
a.aud	{ background-image: url(/images/common/icon_audio.gif)!important; }
a.doc	{ background-image: url(/images/common/icon_doc.gif)!important; }
a.pdf	{ background-image: url(/images/common/icon_pdf.gif)!important; }
a.ppt	{ background-image: url(/images/common/icon_ppt.gif)!important; }
a.txt	{ background-image: url(/images/common/icon_txt.gif)!important; }
a.xls	{ background-image: url(/images/common/icon_xls.gif)!important; }
a.vid	{ background-image: url(/images/common/icon_video.gif); }
a.email	{ background: url(/images/common/icon_email.gif) 0 4px no-repeat; padding: 1px 0 1px 18px !important; }
a.ext	{ background-image: url(/images/common/icon_ext.gif); }
a.ext-FacebookProfile	{ background-image: url(/images/common/icon_facebook.gif); }
a.Facebook	{ background-image: url(/images/common/icon_facebook.gif); }
a.back	{ background-image: url(/images/common/icon_back.gif); }
a.lock	{ background-image: url(/images/common/icon_lock.gif); }
a.form	{ background-image: url(/images/common/icon_form.gif); }
a.print { background: url(/images/common/icon_print.gif) 0 4px no-repeat; padding: 1px 0 1px 18px !important; }
a.rss	{ background-image: url(/images/common/icon_rss.gif); }
a.viewall { 
	padding: 2px 0 2px 0; 
	display: block; 
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase; 
	font-size: .8em;
	}
a.submit {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2c75c4;
	font-size: .8em;
	}
a.rsslink {
	background: url(/images/common/viewall.gif) 0 2px no-repeat; 
	padding: 2px 0 2px 20px; 
	display: block; 
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase; 
	font-size: .8em;
	}
	
#facebooknews 
{ text-align:left; background-image: url(http://medschool.umaryland.edu/images/common/icon_facebook.jpg); background-repeat:no-repeat; padding: 0px 0px 0px 36px !important; }

/* 
-----------------------------------------------------------------------------
 =General Utilities
----------------------------------------------------------------------------- */
.hidden	{ position: absolute; left: -3000px;}
.none	{ display: none; }
.production-note { color: #F00; } /*Production Note*/
.production-warn { color: #F00; } /*Production Warning*/
.wiki-note { border: 1px solid #999999; color: #990000; padding: 5px; } /*Reference Site Note*/
.clear { float: none; clear: both; }
/* Disables dropdowns in browsers that can't support them over flash */
.prevent-overlap #nav-main ul li.hover ul,
.prevent-overlap #nav-main ul li:hover ul {
	display: none;
	}
	
	
a.EktronEditorsMenuMarker{ position: absolute; }

/*<img id="podcasthelpbutton" src="/images/common/podcasts-help.jpg" height="37" widht="197" alt="Need Help?" />
-------------------------------------------------------------------------------
 =Podcasts
-------------------------------------------------------------------------------
*/
.feedburnerFeedBlock {  }
.feedburnerFeedBlock br { line-height: 0; }
.feedburnerFeedBlock p{  }
.feedburnerFeedBlock ul { list-style: none; margin: 0 0 1em 0; padding; 0; }
.feedburnerFeedBlock ul li { background: none; border-bottom: 1px dotted #95938f; margin: 0 0 1em 0; }
.feedburnerFeedBlock ul li div { margin: 0; }
.feedburnerFeedBlock ul li .headline a { color: #4b4a48; }
.feedburnerFeedBlock ul li p.date { font-size: .8em; color: #6d3e17; text-transform: uppercase; margin: 0 0 .5em 0; }
p.enclosure { clear: both; margin: .5em 0; }
p.enclosure a { 
text-indent: -9999px !important;
display: block;
background: url(/images/common/podcasts_download.gif) 0 0 no-repeat;
height: 26px;
width: 121px;
}
#creditfooter,
.blogger-post-footer { display: none; }
#podcasthelpbutton { margin: 0; }
#itunesubutton { margin: 10px 0 10px 0; }
.fbsubscribelink a { 
display: block; 
padding: 0;
text-indent: -9999px;
height: 26px;
width: 152px;
background: url(/images/common/podcast_subscribe_btn.gif) right top no-repeat; 
}





