/* - - - MAIN BODY LAYOUT - - - */	

body 		{font-family: verdana, arial, sans-serif;
		}


/* - - -  DON'T PRINT - - - */

#horiz-nav,
#rightcol,
#footer,
#footer-nav,
#header,
.dont-print,
.back-to,
.convert
		{display: none
		}


/* - - - HEADINGS - - - */

h1 		{font-size: 14px;
		}
h2 		{font-size: 13px;
		margin-bottom: 2px;
		}

.colhead
		{font-size: 11px;
		border-bottom: 1px solid #000;
		border-top: 1px solid #000;
		}

td
		{font-size: 11px
		}
ul,dl {font-size: 11px
		}


/* - - - PARAGRAPH CLASSES - - - */	
	
.body-text 	{font-size: 11px;
		text-indent: 30px;
		margin: 0px;
		padding: 0px;
		line-height: 17px;
		}
.footnotes 	{font-size: 11px;
		}


/* - - - BODY LINKS - - - */	

a:link 	{color: #003399;}
a:visited 	{color: #0066cc;}
a:hover 	{text-decoration: underline;
		color: #990000
		}


/* - - -  CALENDAR on index - - - */
		
#calendar dl
		{display: block;
		margin: 0px;
		}
#calendar dt 	
		{float: left;
		width: 150px;
		clear: left;
		text-align: right;
		padding-right: 10px;
		margin-right: 5px;
		font: bold 11px verdana, arial, helvetica, sans-serif;
		}
#calendar dd 	
		{margin: 0px 0px 5px 0px;
		font-size: 11px;
		}


/* - - -  SUBMISSION TYPES LISTING on call/submission-types - - - */

#submissions dt a 
		{margin-top: 10px;
		font: bold 11px verdana, arial, helvetica, sans-serif;
		}
#submissions dd 
		{font-size: 11px;
		}


/* - - -  BULLET LISTS on call/index - - - */

#submission-info ul	
		{display: block;
		list-style-type: none;
		margin-top: 0;
		}
.bullet	
		{list-style-type: none;
		background-image: url(../images/stripe1.gif);
		background-repeat: no-repeat;
		background-position: 0 .4em;
		padding-left: 14px;
		margin-top: 3px;
		font-size: 11px;
		}
.no-bullet	
		{list-style-type: none;
		margin-top: 3px;
		font-size: 11px;
		font-weight: bold;
		}


/* - - -  LISTING on exhibitors/index, volunteer/index, call/presentation types pages, contact.html - - - */

#listing dt, #listing dt 
		{margin-top: 11px;
		font: bold 80% verdana, arial, helvetica, sans-serif;
		}
#listing dd 
		{font-size: 11px;
		margin-left: 0px;
		}
#listing ul	
		{display: block;
		list-style-type: none;
		}
#listing li	
		{list-style-type: none;
		background-image: url(../images/stripe1.gif);
		background-repeat: no-repeat;
		background-position: 0 .4em;
		padding-left: 14px;
		margin-top: 3px;
		}


/* - - -  LIST WITH ICON BULLETS on call/presentation types pages - - - */

#examples ul 	
		{list-style-type: none;
		display: block;
		margin-top: 0px;
		padding: 0px;
		}
#examples li
		{list-style-type: none;
		background-image: url(../images/icon_pdf.png);
		background-repeat: no-repeat;
		background-position: 0 .4em;
		padding-left: 19px;
		margin-bottom: 3px;
		line-height: 18px;
		}


/* - - -  	ORDERED LIST ON on call/submission-success - - - */

#success ol 	
		{display: block;
		margin-top: 0px;
		padding: 0px;
		}
#success li
		{margin-bottom: 3px;
		line-height: 15px;
		font-size: 11px;
		}


/* - - -  FIELDSET on volunteer/index  - - - */

fieldset 
		{border: 1px solid #999;
		margin: 10px 0px;
		padding: 0px 5px 5px 10px;
		}
legend	{font: bold 105% verdana, arial, sans-serif;
		color: #333;
		margin: 0px 10px:
		}


