﻿html, body {
    font: 11pt Tahoma;
}
#content  {
    margin-left: 275px;
    width: 710px;
}
#pagetitles {
   /*color:#685130; */
   color:#666666;
   font-weight:bold;
   /*text-decoration:underline; */
}
#p-zerotopmargin {
   margin-top: 0px;
}
#highlight-brown  {
   /*color: #685130; */
   color: #000000;
}
#highlight-blue 
{  color: #548DD4;
    }
#highlight-liteblue 
{  color: #3C6871;
    }
#highlight-orange
{  color: #F56F1B;
    }
#font-small
{  font-size: small;
    }
#span.style3 
{  font-size:x-small;
}

/*      Agenda Page     */
#agenda-head {
   color:Navy;
   width: 100%;
   font-weight:bold;
   font-size:larger;
   margin-bottom: 0px;
   border-bottom: solid;
   border-bottom-color: #6BA052;
}
#agenda-subhead {
   color:Navy;
   font-weight:bold;
}
#agenda-highlight {
   color:Navy;
}
/*      Overview Page     */
#overview-head {
   color:Navy;
   font-weight:bold;
   font-size:larger;
}
#overview-subhead {
   color:Navy;
}
/*      Conference Details     */
#conf-highlight-line
{   color:Navy;
    font-weight:bold;
    text-align:center;
    }
#conf-highlight-text
{   color:Navy;
    font-weight:bold;
}
/*      Registration Page     */
#reg-bold
{   /* color:#404040; */
    color:#666666;
    }
#404040
#reg-highlight-p
{   font-weight:bold;
    font-style:italic;
    text-decoration:underline;
    }
#reg-highlight-text
{   color:Navy;
    font-weight:bold;
    }
#reg-list-nobreak {
	margin-top: 0;
	}
#img-noborder {
     border-style: none;
}
/*      Exibitors Page     */
#exhib-highlight-text {
    color:Navy;
    font-weight:bold;
}
/*      Contacts Page     */
#contacts-xlarge
{   
    font-size: 18px;
    }
#contacts-larger
{    font-size: 14px;
    }
#contacts-medium{ 
   font-size: 13px;
}

#attendees tr td{
    font-size:x-small;
}
/*      Media Page     */
#media-head {
   color:Navy;
   font-weight:bold;
   font-size:larger;
}
#media-subhead {
   color:Navy;
}
table.media {
	font-size: .8em;
	width: 100%;
	border-spacing: 0px;
}

table.media tr {
	height: 2.5em;

}

table.media td {
	border: 1.5px solid Navy;
	padding: 4px;
	padding-left: 5px;
}

table.media thead {
	background-color: #EEEEEE;
	font-size:18px;
	vertical-align: bottom;
	text-align:	center;
	font-weight: bold;
}

table.media thead tr td.date {
	width: 20%;
}

table.media thead tr td.title {
	width: 73%;
}

table.media thead tr td.view {
	width: 7%;
	font-size: 14px;	
}
table.media tbody {
	vertical-align: baseline;
}
/*      Media Articles     */

#media-head {
   color:Navy;
   font-weight:bold;
   font-size:larger;
}
#media-subhead {
   color:Navy;
}
p.mediainfo {
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 16px;
	text-indent: 30pt;
	line-height : 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.mediainfo-contacts {
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 16px;
}

p.mediainfo-title {
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 20px;
	text-align:center;
	font-weight:bold;
		
}
table.mediainfo {
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 16px;
	width: 100%;
}

ul.mediainfo {
	font-family:"Times New Roman",Georgia,Serif;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 16px;
	line-height : 30px;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*      Shared classes     */
.alignRight {
        text-align: right;
}
div.left50List {
    width: 50%;
    float: left;
}
div.right50List {
    width: 50%;
    float: left;
}

div.right {
    float: right;
}