/*Generic margin*/
* {
	padding: 0;
	margin: 0;
	}

/*Generic Body*/
body
{
 margin: 15px 0px 0px 0px;
 background-color: #fff;
 color: #999;
	font: normal 100% arial,tahoma,verdana,serif; 
}

/*Generic p*/
p
{
 padding-bottom: 15px;
}

/*Generic link*/
a
{
 text-decoration: none;
 color: #004A80;
 background-color: #fff;
}

a img
{
 border: 0px;  
}

/*Generic  table*/
table, 
table td, 
table th
{
 border-style: none;
 border-width: 0px;
 border-spacing: 0px;
 border-collapse: collapse;
 padding: 0px;
 vertical-align: top;
}

/*Generic  subscript*/
sub
{
 font-size: 10px;
 vertical-align: bottom;
 margin-top: 5px;
}

/*Generic  superscript*/
sup
{
 font-size: 10px;
 font-family: tahoma,verdana,times,serif,arial;
 vertical-align: top;
}

/*Generic  horizantal line*/
hr
{
 width: 100%;
 color: #75A3E9;
 background-color: #fff;
 height: 1px;
 border: 0px;
 margin-bottom: 12px;
}


/*Generic  list*/
ul, 
ul li 
{
 margin: 0px;
 padding: 0px;
 list-style-type: none;
}

/* Main Container*/
#Master
{
 width: 770px;
	margin-left: auto;
	margin-right: auto;
}

div.Landing table
{
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;	
}

div.Landing table a
{
	color: red;
}

div.Landing table a:hover
{
	color: #CCCCCC;
}

/* Header Container*/
#Header
{
 margin: 0px 15px 0px 15px;
 height: 60px;
}

/* Banner Container*/
#BannerTop
{
 width: 468px;
 height: 60px;
 background-color: #ececec;
 color: #808080;
 float: left;
 text-align: center;
 font-size: 60%;
}

/* Top Navigation Items*/
#Navigation0
{
 float: right;
 font-size: 60%;
 padding: 8px 0px 0px 0px;
 margin: 0px;
}

#Navigation0 li
{
 display: inline;
 padding: 0px 7px 0px 11px;
 color: #333;
 background-color: #fff;
 background-image: url(../Image/Generic/Separator.gif);
 background-repeat: no-repeat; 
 background-position: 0px 3px;
}

#Navigation0 li a
{
 color: #333;
 background-color: #fff;
}

#Navigation0 li.FirstChild, 
#Navigation0 li:First-Child
{
 border-left: 0px;
 background-image: none;
}

#Navigation0 li.LastChild, 
#Navigation0 li:Last-Child
{
 padding: 0px 0px 0px 11px;
}

/* Language Container Items*/
p#LangUnderConstruction
{
	 padding: 0px;
	 display: none;
}

#LangUnderConstruction img
{
  float: left;
  margin: 50px 5px 0px 0px;  
}

p#Lang
{
 padding: 0px;
}

#Lang img
{
 float: left;
 margin: 26px 5px 0px 45px;
}

/* Search Block Elements */
#SearchBlock
{
 float: right;
 padding-top: 20px;
 color: #993366;
 background-color: #fff;
 font-size: 70%;
 line-height: 12px;
}

#SearchBlock img
{
 margin-right: 5px;
}

input.SearchField
{
 margin-left: 5px;
 padding-top: 2px;
 width: 105px;
 background-color: #fff;
 font-family: verdana,tahoma,times,arial,serif;
 font-size: 10px;
 color: #999;
 font-weight: normal;
}

/* Main Navigation*/
#Navigation1
{
 margin-top: 15px;
 width: 770px;
 height: 40px;
 background: url(../Image/Menu/Background.gif) no-repeat;
}

/* Drop Down Styles begin*/
#DropDown
{
 padding: 0px 0px 0px 15px;
 height: 30px;
 position: static;
 z-index: 20;
}

#DropDown li
{
 margin: 10px 15px 0px 0px;
 float: left;
 width: auto;
 height: 30px;
}

#DropDown li a
{
 background-color: transparent;
}

#DropDown li ul
{
 position: absolute;
 display: none;
 background-color: #004A80;
 color: #fff;
 margin-top: 30px;
 margin-left: -9px;
 z-index: 99;
 width: 181px;
}

#DropDown li ul li.LastChild ul,
#DropDown li ul li:last-child ul
{
 margin-left: 150px;
}

#DropDown li ul li
{
 display: block;
 height: 25px;
 padding: 0px;
 margin: 0px;
 float: none; 
}

#DropDown li ul li a
{
 border-top: 1px solid #336699;
 font-size: 60%;
 display: block;
 width: 170px;
 background-color: #004A80;
 color: #fff;
 height: 18px;
 padding: 4px 0px 0px 5px;
}

#DropDown li ul li a:hover
{
 background-color: #004A80;
 color: #7BCBEE;
}

#DropDown li ul li a#Highlighted
{
 color: #7BCBEE;
 background-color: #004A80;
}

#Highlighted
{
 background-color: #004A80;
 color: #7BCBEE;
}

#DropDown li ul li a span
{
 position: absolute;
 left: 136px;
 margin-top: -3px;
 padding-right: 10px;
 background-color: transparent;
 font-size: 12px;
}

#DropDown li ul ul
{
 margin-top: 0px;
 margin-left: 150px;
}

#DropDown li.LastChild ul ul,
#DropDown li:last-child ul ul
{
 margin-top: 0px;
 margin-left: -150px;
}

#DropDown li.LastChild ul ul li,
#DropDown li:last-child ul ul li
{
 border-right: 1px solid #336699;
 border-left: none;
}

#DropDown li ul ul li
{
 border-left: 1px solid #336699;
}

ul#DropDown li:hover ul ul,
ul#DropDown li:hover ul ul ul,
ul#DropDown li:hover ul ul ul ul,
ul#DropDown li:hover ul ul ul ul ul
{
	display: none;
}

ul#DropDown li:hover ul,
ul#DropDown ul li:hover ul,
ul#DropDown ul ul li:hover ul,
ul#DropDown ul ul ul li:hover ul,
ul#DropDown ul ul ul ul li:hover ul
{
	display: block;
}

/* Drop Down Styles end */

/* Main Logo */
h1
{
 width: 174px;
 float: left;
 height: 66px;
}

h1 img
{
 margin: 0px 0px 0px 19px;
}

/* Main Heading */
h2
{
 margin: 0px;
 padding-bottom: 10px; 
 color: #912469;
 background-color: #fff;
 font-family: verdana,tahoma,times,arial,serif; 
 font-size: 22px;
}

/* Main SubHeading */
h3
{
 padding-bottom: 9px;
 color: #0080AB;
 background-color: #fff;
 font-family: tahoma,verdana,times,arial,serif; 
 font-size: 14px;
}

/* Highlight */

h6
{
 padding-bottom: 9px;
 color: #0080AB;
 background-color: #fff;
 font-family: tahoma,verdana,times,arial,serif; 
 font-size: 14px;
}

/* Main SubHeading */
#Profile
{
 border-left: 1px solid #DADADA;
 border-right: 1px solid #DADADA;
 padding: 20px 15px 0px 15px; 
 width: 738px;
}

/* Container for logo showdate and flash */
#Profile p
{
 display: inline;
}

/* Container for inner page flash*/
#ShowCase
{
 margin-left: 65px;
}

#ShowCaseUnderConstruction
{
	xmargin-top: 20px;
}

/* Container for undersconstruction page flash*/
#Profile #ShowCaseUnderConstruction
{
 position: absolute;
 margin-left: 310px;
}

/* Undersconstruction page heading and Copy*/
#HighlightsUnderConstruction
{
 width: 372px;
 clear:both;
}


/* Container for home page flash*/
#Profile #ShowCaseHome
{
 position: absolute;
 margin-left: 70px;
}

/* Home page heading and Copy*/
#Highlights
{
	width: 730px; 	
	padding-bottom: 10px;
}

#Profile #Highlights p
{
	display: block;
	font-size: 70%;
	padding-bottom: 15px;
	width: 372px; 
}

#Profile #HighlightsUnderConstruction h2
{
	padding-top: 60px;
}

#Profile #Highlights h2
{
	padding-top: 0px; 
}

#Profile #Highlights h3
{
	sheight: 15px;
	margin: 0px;
	padding: 0px;
}

#Profile #Highlights p.ChildShows
{
	float: left;
	clear: right;
	width: 350px;
	text-align: justify;
	padding-right: 10px;
}

#Profile #Highlights p.Last
{
	border-left: 1px solid #DADADA;
	padding-left: 5px;
}

#Profile #Highlights p.ChildShows img
{
	float: left;
	padding-right: 5px;	
}

/* Container for site content items giving borders*/
#Content
{
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	padding-bottom: 30px;
}

#UnderConstruction
{
 width: 768px;
 padding: 5px 0px 100px 0px;
 height: 253px;
 xborder: solid 1px #AABBCC;
}

#UnderConstruction p
{
 padding: 8px 0px 8px 20px;
 font-size: 70%;
}

#UCMessage
{
	width:450px;
}

#UnderConstruction h3
{
 padding: 5px 0px 5px 20px;
}

#UnderConstructionNewDates
{
	margin: 35px 2px 5px 17px;
	font-size: 12px;
	xborder: solid 1px #000000;
	color: #004a80;
}

/* Container for home page information columns and PR news*/
#Interact
{
 width: 768px;
 padding: 10px 0px 100px 0px; 
 height: 422px;
}

/* Container for home page information columns*/
#ThreeColumns
{
 float: left;
 width: auto;
}

/* home page news related blocks container*/
#PR
{
 width: 180px;
 float: right; 
 margin-top: -25px;
 height: 482px; 
}

/* Generic home page column*/
.Column
{
 width: 170px;
 float: left;
 padding: 0px 0px 0px 15px;  
}

/* Generic heading used inside homepage columns*/
h4
{
	sheight: 40px;
	color: #810554;
	background-color: #fff;
	font-family: tahoma,verdana,times,arial,serif; 
	font-size: 14px;
	margin-left: -10px;
}

/* Generic column p*/
.Column p
{
	padding-right: 25px;
	border-right: 1px solid #DADADA;
	color: #999;
	background-color: #fff;
	font-size: 70%;	
}

.Column p a
{
	background-color: #fff;
	color: #003471;
}

.Column p.ColumnImage
{
	padding-bottom: 0px;
}

.Column p.Gap
{
	padding-bottom: 115px;
}

.Column p a img
{
	margin-bottom: -1px;
	padding-left: 7px;
}

/* home page 3rd column to remove border */
.NoBorder, 
.NoBorder p, 
.NoBorder img
{
	border-right: none; 
}

/* newsletter block, form and field */
#NewsLetter
{
	margin-top: 20px;
	border-bottom: 1px solid #DADADA;
	margin-right: 5px;	
}

#NewsLetter img.FashionShow
{
	margin-bottom: 10px;
	margin-right: 5px;   
}

#NewsLetterForm
{
	padding-top: 5px;
	height: 37px;
}

input.InputField
{
	padding-top: 2px;
	width: 140px;
	background-color: #fff;
	font-family: verdana,tahoma,times,arial,serif;
	font-size: 10px;
	color: #999;
}

input.Button, img.Button
{
 margin: 0px 0px 0px 5px;
}

/* Press realease block, caption and headlines */
#PressReleases
{
 padding-top: 5px;
 aborder-bottom: 1px solid #DADADA;
 font-size: 60%;
 color: #888;
 background-color: #fff;
 padding-bottom: 0px;
}

#PressReleasesCaption
{
 padding-bottom: 8px; 
}

#PressReleases p a, 
#PressReleases p
{
 width: 155px;
 color: #888;
 background-color: #fff;
 text-transform: uppercase;
}

#PressReleases p a span
{
 color: #003471; 
 background-color: #fff;
}

/* more press releases link */
#MorePressReleases
{
 padding: 8px 0px 8px 0px;
 border-bottom: 1px solid #DADADA;
 color: #003471; 
 background-color: #fff;
 font-weight: bold;
 font-size: 60%; 
}

#MorePressReleases img
{
 padding-right: 7px;
}

#OrganisedByCaption
{
 padding-bottom: 8px; 
 padding-left: 25px;
}

/* Inner pages bread crumbs */
#Crumbs
{
 padding-top: 18px;
 padding-left: 202px;
 font-size: 60%; 
 color: #595959;
 background-color: #fff;
}

#Crumbs a
{
 color: #004A80;
 background-color: #fff;
}

/* Left Pane */
#LeftPane
{
 float: left;
}

/* Inner pages side navigation */
#Navigation2
{
 width: 190px;
}

#Navigation2 li
{
 color: #004A80;
 background-color: #fff;
}

#Navigation2 li a
{
 width: 180px;
 display: block;
 font-size: 70%;
 height: 15px;
 border-bottom: 1px solid #DADADA;
 padding-left: 10px;
 padding-top: 2px;
 color: #004A80;
 background-color: #fff;
}

#Navigation2 li li a
{
 width: 148px;
 display: block;
 height: 15px;
 border-bottom: 1px solid #DADADA;
 padding-left: 28px;
 padding-top: 2px;
 color: #595959;
 background-color: #fff;
}

#Navigation2 li a#Highlighted
{
 color: #7BCBEE;
 background-color: #fff;
}

#Navigation2 li li.LastChild,
#Navigation2 li li:last-child
{
 height: 35px;
 border-bottom: 1px solid #DADADA;
 width: 91%;
 display: block;
}

#Navigation2 li a img
{
 position: absolute;
 margin-left: 145px;
 margin-top: 6px;
}

/* Side Banner */
#SideBanner
{
 width: 176px;
 text-align: center;
 margin-top: 20px;
}

#SideBanner p
{
  width: 180px;
  margin-left: 10px;
  text-align: left;
  font-size: 70%;
}

/* Inner pages Copy */
#Copy
{
 margin-left: 190px;
 width: 525px;
 font-size: 70%;
 padding-left: 10px;
 padding-bottom: 150px;
 min-height:300px;
}

/* Generic p for inner pages */
#Copy p
{
 width: 470px;
}

/* Generic List Items in Copy */
#Copy ul
{
 padding-bottom: 15px;
}

#Copy ul li
{
 padding-left: 15px;
 background-image: url(../Image/Generic/Bullet.gif);
 background-repeat: no-repeat; 
 background-position: 0px 5px;
}

/* Tabular Data */
#Copy table
{
 width: 100%;
 text-align: left;
 table-layout: fixed;
}

#Copy table.FreeFlow
{
	table-layout: auto;
	margin-top: 10px;
}

#Copy table.FreeFlow td.LogoCell
{
 vertical-align: middle; 
}

#Copy table tr td
{
 padding: 3px 5px 2px 9px;
 border: 1px solid #DADADA;
}

#Copy table tr th
{
 padding: 7px 7px 7px 9px;
 border: 1px solid #DADADA;
 text-align: left;
}

#Copy table tr.Highlighted, 
#Copy table tr.Highlighted a
{
 color: #666;
 background-color: #c9e6f0;
}

#Copy table tr.Highlighted a
{
 text-decoration: overline;
}

#Copy table.NoBorder tr td,
#Copy table.NoBorder tr th
{
	border: 0px;
	padding: 3px 5px 2px 9px;
}

#Copy form
{
 padding-bottom: 20px;
}

/* Generic Filter Select */

#Copy input
{
 width: 105px;
}

#Copy input.SmallInput
{
 width: 75px;
}

#Copy table select
{
 width: 109px;
}

#Copy .CheckBox input
{
 width: auto;
}

#Copy table tr.SmallInput td input
{
 width: 75px;
}

#Copy select 
{
 width: 170px;
 font-family: arial,tahoma,verdana,times,serif;
 font-size: 95%;
 background-color: #fff;
 color: #999;
}

#Copy input.Button
{
 width: auto;
}

/* Tabular styled caption and details */
#Copy p.Details span
{
 font-weight: bold;
 float: left;
 width: 110px;
}

#Copy p.Details table
{
	width: 280px;
	border: 0;
	margin: 0;
}

#Copy p.Details table td
{
	border: 0;
	padding-left: 0;
}

/* Generic Download block image icon */

#Copy p.Download
{
 margin-top: 10px;
}

#Copy p.Download img.Icon
{
 padding-right: 5px;
 float: left;
}

/* Search Results or Listings */

#Copy ul.Listings li
{
 width: 478px;
 padding: 10px 0px 10px 0px;
 background-image: none;
 border-bottom: 1px solid #DADADA; 
}

#Copy ul.Listings li span
{
 font-weight: bold;
 padding-bottom: 4px;
 display: block;
 text-transform: uppercase;
}

#Copy ul.Listings li a
{
 font-weight: bold;
 padding-bottom: 2px;
}

#Copy div.Paging
{
	text-align: right;
	font-size: 90%;
	padding-bottom: 15px;
	padding-top: 15px;
}

#Copy .Paging select
{
	width: 35px;
	margin: 0px;
	font-size: 10px;
}

/* select box for Filters */
#Copy .Filters
{
	margin-top: 30px;
}

#Copy .Filters select 
{
	width: 100px;
	margin-right: 10px;
}

/* Generic Form Styles */
#Copy .SmallInput input
{
	width: 60px;
}

#Copy .Error
{
	color: #cc0000;
	background-color: #fff;
	font-size: 90%;
}

.ButtonField input
{
	width: auto;
	background-color: #004a80;
	padding: 2px 5px 2px 5px;
	border: 1px solid #fff;
	color: #66ccff;
	font-weight: bold;
	font-size: 95%;
}

/* Generic listings with image */
#Copy p.PhotoListings img.Preview
{
 padding-right: 20px;
 float: left;
}

#Copy p.PhotoListings
{
 padding-bottom: 40px; 
 min-height: 90px;
 height: auto !important;
}

#Copy p.PhotoListings span
{
 float: right;
}

/* Photo Gallery */
#Copy ul#Thumbnails
{
 display: block;
 height: 315px;
}

#Copy ul#Thumbnails li
{
 width: 150px;
 text-align: right;
 background-image: none;
 float: left;
 padding: 0px 11px 15px 0px;
}

#Copy p.Enlarge
{
 position: absolute;
 width: 470px;
 padding-left: 0px;
 text-align: right;
 margin-top: -15px;
 display: none;
}

/* Sitemap */

#Copy ul#Sitemap
{
 display: block;
 height: 300px;
}

#Copy ul#Sitemap li
{
 width: 170px;
 float: left;
 padding: 30px 70px 0px 0px;
 background-image: none;
}

#Copy ul#Sitemap li a
{
 font-weight: bold;
 width: 100%;
 display: block;
 border-bottom: 1px solid #8E8E8E;
}

#Copy ul#Sitemap li ul
{
 margin-top: 10px; 
}

#Copy ul#Sitemap li ul li
{
	padding: 0px;
}

#Copy ul#Sitemap li ul li a
{
	border: none;
	font-weight: normal;
}

#Copy ul#Sitemap li ul li ul
{
	margin-top: 0px 
}

#Conferences
{
	margin-bottom: 70px;
}

#Copy ul#Sitemap li ul li ul li a
{
	background-color: #fff;
	color: #8E8E8E;
	padding-left: 10px;
}

/* Generic Top button */
#Copy p.Top
{
	display: block;
	text-align: right;
}

/* Image inside Copy */
#Copy img.Left
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#Copy img.Right
{
	float: right;
	margin-left: 5px;
	margin-bottom: 25px; 
}

/* footer elements container */
#Footer
{
 border-bottom: 1px solid #DADADA; 
 padding-left: 15px;
 font-size: 60%;
 height: 15px;
}

/* Navigation in footer */
#Navigation3
{
 float: left;
 margin-bottom: 5px;
 padding-bottom: 0px;
}

#Navigation3 li
{
 display: inline;
 padding: 0px 4px 0px 8px;
 color: #333;
 background-color: #fff;
 background-image: url(../Image/Generic/Separator.gif);
 background-repeat: no-repeat; 
 background-position: 0px 3px;
}

#Navigation3 li a
{
 color: #333;
 background-color: #fff;
}

#Navigation3 li.FirstChild, 
#Navigation3 li:First-Child
{
 background-image: none;
 margin-left: -9px;
}

/* Privacy, Legal block */
#PrivacyLegal
{
 float: left;
 height: 15px;
 padding-top: 1px;
 padding-bottom: 0px; 
 margin-left: 103px;
 border-left: 1px solid #DADADA;
 font-size: 95%;
}

#PrivacyLegal a
{
 color: #999;
 background-color: #fff;
 padding-left: 9px;
}

/* Copyright */
#Copyright
{
 float: left;
 height: 15px;
 padding: 1px 0px 0px 10px;
 margin-left: 110px;
 border-left: 1px solid #DADADA;
 font-size: 95%;
}

p.Heading
{
 font-weight: bold;
 font-size: 14px;
 color: #000000;
}
p.small
{
 font-style: italic;
}
#Copy table.ProgramDetail
{ 
	width: 100%;
	margin-bottom: 10px;
}

#Copy table.ProgramDetail tr td
{ 
	border: 1px;	
	margin-bottom: 5px;
}

#Copy table.ProgramDetail tr td.MergeCol
{ 
	text-align: center;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
}

#Copy table.ProgramDetail tr td.Header
{ 
	font-weight: bold; 
}

#Copy table.ProgramDetail tr td.HeaderCol1
{ 
	width: 18%;
	font-weight: bold; 
}

#Copy table.ProgramDetail tr td.HeaderCol2
{ 
	width: 150px;
	font-weight: bold;
}

#Copy table.ProgramDetail tr td.HeaderCol3
{ 
	width: 90px;
	font-weight: bold;
}

#Copy table.ProgramDetail tr td.HeaderCol4
{ 
	width: 170px;
	font-weight: bold;
}

#Copy table.ProgramDetail tr td.Col1
{ 
	width: 16%;
}

#Copy table.ProgramDetail tr td.Col2
{ 
	width: 200px;
}

#Copy table.ProgramDetail tr td.Col3
{ 
	width: 120px;
}

#Copy table.ProgramDetail tr td.Col4
{ 
	width: 170px;
}

.italicsub
{
	font-style: italic;
}

p.ConferenceClosing
{
	color: #C02A2C;
}

#Copy table.CountriesList tr td img
{
	padding-right: 3px;
}

ul#Listings li
{
	background-image: none;
}

p.MorePressReleases
{
	font-size: 11px;
}

p.MorePressReleases img
{
	margin: 5px 0px 0px 2px;
}

#Hotel
{
	font-size: 12px;
	font-weight: bold;
}

#Copy table.EventInfo
{
	width: 100%;
	margin-Left: 20px;
}

#Copy table.EventInfo td
{
	border: none;
}

#Copy table.EventInfo td.Col1
{
	width: 22%;
	font-weight: bold;
}

#Copy table.AboutVisionX
{
	width: 100%;
	margin-bottom: 5px;
}

#Copy table.AboutVisionX td
{
	border: none;
	padding: 5px 0px 5px 60px;
}

#Copy table.AboutVisionX td.Bord
{
	border: none;
	padding: 5px 0px 5px 60px;
	border-bottom: 1px solid #CCCCCC;
}

#Copy table.AboutVisionX td.Sun
{
	border: none;
	padding: 10px 0px 10px 175px;
	border-bottom: 1px solid #CCCCCC;
}

#Copy table.AboutVisionX td font
{
	border: none;
	padding: 5px 0px 5px 110px;
	size: 3px;
	font:HelveticaNeue;
	color:#990066;
}

#Copy table.AboutVisionX td font.Placed
{
	border: none;
	padding: 5px 0px 5px 100px;	
}

#Copy table.AboutVisionX td font.Play
{
	border: none;
	padding: 5px 0px 5px 100px;	
}

#Copy table.AboutVisionX  td.Play
{
    
	border: none;
	padding: 5px 0px 5px 210px;		
}

#Copy table.AboutVisionX  td.Place
{
    
	border: none;
	padding: 5px 0px 5px 220px;		
}

#Copy table.AboutVisionX  td.Placed
{
    
	border: none;
	padding: 5px 0px 5px 200px;		
}

#Copy table.AboutVisionX td ul
{
	padding-bottom: 0px;
	margin-top: 2px;
}

#Copy table.AboutVisionX td ul li
{
	padding-bottom: 2px;
}

#Copy table.AboutVisionX td img
{
	display: block;
	padding-bottom: 5px;
}

#Copy table.AboutVisionX td img.Correct
{
	display: block;
	padding-top: 10px;
}

div#Alphabets
{
	font-size: 11px;
	margin-bottom: 10px;
}

#Copy table.FreeFlow tr td select.Small
{
	width: 155px;
	font-size: 11px;	
}

#Copy table.FreeFlow tr td input.Text2
{
	width: 150px;
	height: 15px;
	font-size: 100%;
	color: #7E7E7E;
}

#Copy table.FreeFlow tr.SupportingMedia td
{
	border-bottom: 1px solid #CCCCCC;
}

#Copy img.RightConference
{
	float: right;
	margin-bottom: 0px; 
}

img#HotelLogo
{
	margin-top: 10px;
}

img.BioPhoto
{
	padding-top: 3px;
	margin: 0 8px 5px 0;
}