/*
	##     MYM BASIC STYLESHEET
	##     basic v.3.74
	##     Updated: Oct 23, 2007
	##     brent@mimoYmima.com
*/

/* - - - TAGS - - - */

	/* -- for all tags -- */
	* { margin: 0; padding: 0; }

	/* -- do not change font size here, instead see screen.css #PageWrapper.  This font size (62.5%) creates a relationship between em and px : .1em = 1px -- */
	body { color: #333; font: 62.5% 'Neue Helvetica', 'lucida grande', Tahoma, 'Bitstream Vera Sans', 'myriad web', helvetica, arial, verdana, sans-serif; }

	/* -- forms ~ also see formList below -- */
	label, input, select, .Icon, .Button { vertical-align: middle; }
	label { font-weight: bold; cursor: pointer; }
	label em { font-weight: normal; }
	fieldset { border: 0; }
	.TextInput, textarea { padding: .1em .2em; }
	.Button { padding: .1em; cursor: pointer !important; }

	/* -- Tables -- */
	table { border: 0; }

	/* -- Text -- */
	p {  margin-bottom: 1.5em; }
	
	sup, sub { font-size: 80%; }

	/* -- Lists -- */
	ol { margin: 0 50px 1.5em 50px; }
	ol li { margin-bottom: 1em; }
		
	/* -- Other -- */
	code { font-size: 90%; line-height: 130%; display: block; background-color: #069; color: #FFF; padding: 1em; overflow: auto; }
	abbr, acronym { border-bottom: 1px dotted #666; }
	hr { border: 0; color: #EEE; background-color: #EEE; height: 1px; clear: both; margin: 1em; }
	address { margin-bottom: 1.5em; }
	img, iframe { border: 0; }	



/* - - - CLASSES - - - */

	/* -- Tables -- */
	.DataTable { width: 100%; border: none; border-collapse: collapse; border-spacing: 0; }
	.DataTable th,
	.DataTable td { padding: 2px 0; }

	/* - - Lists - - */
	.DictList { width: 90%; margin: 3em auto; }
	.DictList dt { font-weight: bold; color: #666; width: 150px; border-bottom: 1px dotted #333; text-transform: uppercase; }
	.DictList dd { margin: -20px 0 25px 150px; background: #F3F0E7; padding: 10px; }
	.DictList dd .IconList { margin-top: 1em; }

	.PoundDnList { margin-bottom: 1em; }
	.PoundDnList li { list-style-type: none; background: none !important; }

	.NoBullet { list-style-type: none; margin-bottom: 2em; }
	.NoBullet li { margin-bottom: .5em; }

	.Bullet { margin: 1em 0 2em 0; }
	.Bullet li { margin: 0 2em 1em 2em; list-style-type: square; }
	.Bullet li ul { margin: .5em 0 1.5em 0; }
	.Bullet li ul li { list-style-type: circle; margin: 0 2em .5em 2em; }

	.HorizList { float: left; list-style-type: none; }
	.HorizList li { float: left; display: inline; }
	.HorizList li a { display: block; float: left; width: auto;  }

	/* Note: Create rollover for the linklist */
	.LinkList { list-style-type: none; margin-bottom: 1em; }
	.LinkList li { margin-bottom: 1em; background: url(/images/bullet.arrow.gif) 0 4px no-repeat; padding-left: 12px; }

	.CheckList { list-style-type: none; margin-bottom: 1em; }
	.CheckList li { background: url(/images/icon.checkmark.gif) 0 3px no-repeat; padding-left: 15px; height: 2em; }

	.RadioList li { list-style-type: none !important; margin-bottom: .5em; text-indent: -20px; padding-left: 20px; vertical-align: top; }
	.RadioList li label { display: inline !important; vertical-align: top; margin-left: 7px; }

	.InputList li { list-style-type: none !important; margin-bottom: 1em; vertical-align: top; }
	.InputList li label { display: block; vertical-align: top; }

	.IconList { margin-bottom: 1em; line-height: 150%; }
	.IconList li { list-style-type: none; padding-left: 22px; margin-bottom: 1em; }
	.IconList li a { padding-left: 22px; margin-left: -22px; }
	
	.PDFIcon li { background: url(/images/icon.pdf.sm.gif) 0 0 no-repeat; }
	.RSSIcon li { background: url(/images/icon.rss.sm.png) 0 0 no-repeat; }

	/* Links */
	.LinkUp { text-align: right;}
	.LinkUp a { margin-left: 1.5em; }
	
	/* Columns */
	.Cols { width: 100%; overflow: hidden; }
		/* Col */
		.Col { float: left; clear: none; }
		.Two { width: 45%; } 
		.Gap { margin-right: 10%; }

	/* System Messages */
	.Sys { min-height: 60px; font-weight: bold; color: #333 !important; padding: 1em 20px 1em 100px !important; margin: 2em 20px; }
	.Msg { background: #0F0 url(/images/icon.sys.msg.gif) 20px 20px no-repeat; }
	.Warn { background: #FF0 url(/images/icon.sys.warn.gif) 20px 20px no-repeat; }
	.Error { background: #F66 url(/images/icon.sys.error.gif) 20px 20px no-repeat; }

	.Hidden { display: none; }
	.ClearAll { visibility: hidden; clear: both; margin: 0 !important; padding: 0 !important; font-size: 0; height: 1px; }

	/* For Photos */
	.Left { float: left !important; margin: 0 1.5em 2em 0; }
	.Right { float: right !important; margin: 0 0 1.5em 2em; }
	.Center { text-align: center; }