*
{
	padding : 0px;
	margin : 0px;
}

body
{
	margin : 15px 0px 15px 0px;
	background-color : #fff;
	color : #595959;
	font : normal 100% arial,serif;
	margin: 0 auto 0 auto;
	text-align: center;
}

form
{
	margin: 0;
	padding: 0;
	float: left;
}

p
{
	padding-bottom : 10px;
	font-size: 11px;
}

a
{
	text-decoration : none;
	color : #C02A2C;	
}

a:hover
{
    color: #595959;
}

a.Normal
{
	text-decoration : none;
	color : #595959;
}

img
{
	display: block;
}

a img
{
	border : 0px;
}

ul,
ul li
{
	margin : 0px;
	padding : 0px;
	list-style-type : none;		
}

ol
{
	margin-bottom: 5px;
	padding-left: 20px; 
	font-size: 90%; 
}

ol li
{
	margin-left: 0px;
}

div#Master
{
	width : 770px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 20px;
}

div#Header
{
	background-color: #CDC8C2;
	height: 113px;
}

div#Header div
{
	float: right;
	width: 280px;
	height: 113px;
}

div#Header div#Banner
{
	float: left;
	padding: 20px 0 20px 20px;
	background-image: none;
	height: auto;
}

ul#Navigation0
{
	font-size: 0.6em;
	color: #9D9892;
	padding: 27px 19px 0 0;
	margin: 0;
	float: right;
	height: 19px;
}

ul#Navigation0 li
{
	float: left;
}

ul#Navigation0 li a
{
	float: left;
	background-image : url(../Image/Background/Divider.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 8px;
	color: #9D9892;
}

ul#Navigation0 li a:hover
{
	color: #FDA632;
}

ul#Navigation0 li:first-child a,
ul#Navigation0 li.FirstChild a
{
	spadding: 2px 8px 0 8px;
	sbackground-position: 47px 4px;
}

ul#Navigation0 li:last-child a,
ul#Navigation0 li.LastChild a
{
	background-image: none;	
}

div#Header div#SearchBlock
{
	display: block;
	background-image: none;
	width: 240px;
	height: auto;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
}

div#SearchBlock label /* Search Block Label*/
{
	display: block;
	color: #9D9892;
	font-size: 11px;
	float: left;
}

div#SearchBlock input.Text1 /* Search Block textbox*/
{
	width: 128px;
	border: 1px solid #DDDDDD;
	margin: 0px 0px 2px 6px;
	font-size: 1em;
	color: #8E8E8E;
	height: 14px;
}

input.Button /* Search Block Button*/
{
	float: left;
	padding: 3px 0px 0px 5px;	
}

div#Navigation1
{
	width: 100%;
	text-align: left;
	position: relative;
	top: -13px;
	left: 0px;
	padding: 0px 0px 0px 10px;
}

ul#Dropdown
{
	height: 25px;
	float: left;
}

ul#Dropdown li
{
	float: left;
	background-image : url(../Image/Background/NavigationRight.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px 4px 0px 2px;
	margin: 0px 1px 0px 1px;
	height: 25px;
}

ul#Dropdown li a
{
	background-image : url(../Image/Background/NavigationLeft.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	background-color: #FDA632;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;	
}

/* Navigation1 List item caption image*/
ul#Dropdown li img
{
	display: block;
	padding: 8px 10px 7px 15px;
}

ul#Dropdown li:last-child img,
ul#Dropdown li.LastChild img
{
    padding: 8px 3px 7px 7px;
}

ul#Dropdown li ul
{
	position : absolute;
	display : none;
	background-color : transparent;
	color : #FFFFFF;
	margin-top : 25px;
	margin-left : 0px;
	z-index : 99;
	width : 145px;	
	padding: 0px 1px 0px 0px;
	border-top: 1px solid #FFFFFF;
}

ul#Dropdown li ul li.LastChild ul,
ul#Dropdown li ul li:last-child ul
{
	margin-left: 151px;
	margin-top: -1px;
	border-left: 1px solid #ADB4B9;
}

ul#Dropdown li ul li
{
	display : block;
	padding : 0px 0px 0px 0px;
	margin : 0px;
	height: auto;
}

ul#Dropdown li ul li a
{
	border-top : 1px solid #FFFFFF;
	font-size : 11px;
	font-weight: normal;
	display : block;
	width : 135px;
	background-color : #FDA632;
	color : #FFFFFF;
	padding : 5px 4px 6px 12px;
	background-image: none;
}

ul#Dropdown li ul li:first-child a,
ul#Dropdown li ul li.FirstChild a
{
	border-top : 0px;
}

ul#Dropdown li ul li.LastChild,
ul#Dropdown li ul li:last-child
{
	background-image : url(../Image/Background/MenuBottomRight.gif);
	background-position: top right;
	background-repeat: repeat-y;
	padding-right: 4px;
	height: auto;
	border-top: 1px solid #FFFFFF;
	width: 147px;
	background-color: transparent;
}

ul#Dropdown li ul li:last-child a,
ul#Dropdown li ul li.LastChild a
{
	background-color: #FDA632;
	background-image: none;
	padding-bottom: 6px;
	width: 131px;
	border: 0;
}

ul#Dropdown li ul li a
{
	font-weight: normal;
}

ul#Dropdown li ul li a:hover
{
	color : #6B6B6B;
}

ul#Dropdown li ul li a#Highlighted
{
	color: #FFFFFF;
	background-image : url(../Image/Icon/Arrow3_en_gb.gif);
	background-position: 141px 10px;
	background-repeat: no-repeat;
}

ul#Dropdown li a#Highlighted, 
ul#Dropdown li a#Selected
{
	background-color : #FFFFFF;
	color: #FDA632;	
}

ul#Dropdown li#Selected
{
	background-image : url(../Image/Background/MenuBottomRightWhite.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

ul#Dropdown li#Selected a
{
	background-color: #FFFFFF;
	color: #FDA632;	
}

ul#Dropdown li ul ul
{
	margin-top : 0px;
	margin-left : 148px;
	background: transparent;
	border-width: 0;
}

ul#Dropdown li ul ul li.FirstChild,
ul#Dropdown li ul ul li:first-child
{
	padding-right: 4px;
	height: auto;
	width: 143px;
}

ul#Dropdown li ul ul li:first-child a,
ul#Dropdown li ul ul li.FirstChild a
{
	background-color: transparent;
	background-color: #FDA632;
	background-image: none;
	border: 0;
	padding-bottom: 6px;
	padding-top: 6px;
	width: 131px;
}

ul#Dropdown li ul ul li.LastChild,
ul#Dropdown li ul ul li:last-child
{
	background-image : url(../Image/Background/MenuBottomRight.gif);
	background-position: top right;
	background-repeat: repeat-y;
	padding-right: 4px;
	height: auto;
	border-top: 1px solid #FFFFFF;
	width: 143px;
}

ul#Dropdown li ul ul li:last-child a,
ul#Dropdown li ul ul li.LastChild a
{
	background-color: transparent;
	background-color: #FDA632;
	background-image: none;
	padding-bottom: 6px;
	width: 131px;	
}

ul#Dropdown li.LastChild ul ul,
ul#Dropdown li:last-child ul ul
{
	margin-top : 0px;
	margin-left : -140px;
}

ul#Dropdown li.LastChild ul ul li,
ul#Dropdown li:last-child ul ul li
{
	border-left : none;
}

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;
}

div#Content
{
	background-color: #DFDFDF;
	float: left;
	background-image : url(../Image/Background/ContentTop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	margin: -26px 0px 0px 0px;
	padding: 0px;
}

div#Inner
{
	border: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

#Column2 ul
{
	margin-bottom: 10px;
	padding-left: 5px;
	margin-left: 5px;
}

#Column2 ul li
{
	margin-bottom: 5px;
	padding-left: 5px;
	margin-left: 5px;	
	font-size: 11px;	
}

#Column2 ul li.Sponsors 
{
 padding-bottom: 20px;
 margin: 0px;
 float: left;
 padding-right: 5px; 
 text-align: center; 
 list-style-type: none;
 list-style-position: none;
}

#Column2 ul li.GVFSponsors 
{
 padding-bottom: 10px;
 padding-top: 15px;
 float: left;
 padding-right: 35px; 
 text-align: center; 
 list-style-type: none;
 list-style-position: none;
}

#Column2 ul li.NextLine
{
 margin-top:  30px;
 float: left;
 text-align: center; 
 list-style-type: none;
 list-style-position: none; 
}

#Column2 ul li.NextLineConference
{
 clear: both;
 padding-top: 15px; 
 padding-bottom: 20px;
 margin: 0px;
 float: left;
 text-align: center; 
 list-style-type: none;
 list-style-position: none; 
}

div#FlashBlock
{
	background-color: #EDE9E6;
	float: left;
	padding: 28px 0px 20px 0px;
	margin: 4px 0px 0px 0px;
	border-left: 1px solid #EDE9E6;
	border-right: 1px solid #EDE9E6;
	width: 768px;
}

div#FlashBlock img
{
	float: left;
}

div#FlashBlock div#FlashContent
{
	padding: 0 10px 0 0px;
	float: right;
}

div#FlashBlock h1
{
	margin: 0px;
	padding: 0px;
	float: left;
}

div#FlashBlock h1 a
{
	padding: 0px 0px 0 13px;
	display: block;
}

div#Footer
{
	width: 751px;
	float: left;
	border: none;
	color: #000000;	
	padding: 0px 10px 10px 9px;
	background-color: #FFFFFF;
}

div#Footer div
{
	position: relative;
	background-image : url(../Image/Background/FooterLeft.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	background-color: #FFA630;
	height: 20px;
	margin: 0px 0px 0px 0px;
	top: -10px;
	width: 561px;
}

ul#Navigation3
{
	float: left;
}

ul#Navigation4
{
	float: right;
	background-image : url(../Image/Background/FooterRightInner.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0 5px 0 0;
}

ul#Navigation3 li,
ul#Navigation4 li
{
	float: left;
}

ul#Navigation3 li a,
ul#Navigation4 li a
{
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	float: left;
	background-image : url(../Image/Background/Divider.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
	padding: 4px 8px 0px 8px;
}

ul#Navigation3 li a:hover,
ul#Navigation4 li a:hover
{
	color: #C02A2C;
}

div#Footer ul li.LastChild a,
div#Footer ul li:last-child a
{
	background-image: none;
}

div#Footer div#Copyright
{
	width: 189px;
	float: left;
	margin: 0px 0px 0px 1px;
	background-image : url(../Image/Background/RightsLeft.gif);
}

div#Copyright p
{
	background-image : url(../Image/Background/FooterRight.gif);
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	width: 100%;
	font-size: 11px;
	color: #FFFFFF;
	padding: 4px 0px 0px 0px;
}

div#Footer div#CopyrightInner
{
	width: 189px;
	float: left;
	margin: 0px 0px 0px 1px;
	background-image : url(../Image/Background/RightsLeftInner.gif);
}

div#CopyrightInner p
{
	background-image : url(../Image/Background/FooterRightInner.gif);
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	width: 100%;
	font-size: 11px;
	color: #F2D4D5;
	padding: 4px 0px 0px 0px;
}

/* Generic Table Sytles*/
table,
table td, 
table th
{
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	vertical-align: top;
	font-size: 11px;
}

table.FreeFlow
{
	clear: both; 
	table-layout: auto;	
}

table.FreeFlow tr td
{
	padding : 3px 5px 2px 9px;
	border : 1px solid #CCCCCC; 
}

table tr th
{
	padding : 7px 7px 7px 9px;
	border : 1px solid #999999;
	text-align : left;
	color: #414c53;
}

form.Paging div
{
	text-align: right;
	font-size: 90%;
	padding-bottom: 15px;
	padding-top: 15px;
}

form.Paging div select
{
	width: 38px;
}

table.SupportingMedia tr td,
table.SupportingMedia tr th
{
	border: 0px;
	padding : 8px 5px 8px 0px; 
}

table.SupportingMedia td.LogoCell
{
	vertical-align: middle; 
}

#Sponsors
{
	margin: 25px 0px 0px 0px;
	color: #C02A2C;
	font-size: 60%;
	display: block;
	clear: both;
}

#Sponsors li
{
 float: left;
 display: inline;
 text-align: center;
 font-weight: bold;
 padding-right: 5px; 
}

#Sponsors li.NextLine
{
 margin-top: 40px;
 float: left;
 display: inline;
 text-align: center;
 font-weight: bold;
 padding-right: 5px; 
}

p.Award img
{
 text-align: center;
 display: block;
}

table.Sponsor tr 
{
 height: 85px;
}

table.Sponsor tr td
{
 text-align: center; 
 vertical-align: middle;
}

table.ConferenceProg
{
 margin-top: 10px;
 width: 100%;  
}

table.ConferenceProg tr td
{
 border: 0px;
}

table.ConferenceProg tr td.BoldCol
{
 width: 83%;
 font-weight: bold;
 border-top: 1px solid;
}

table.ConferenceProg tr td.BorderTop
{ 
 border-top: 1px solid;
}

li.Conference
{
	margin : 0px;
	list-style-type : none;	
	clear: both; 
	padding-top: 10px;
}

li.Conference a.LinkButton
{
	font-size: 12px;
	background-color: #ADB4B9;
	color: #C02A2C;
}

li.Conference img
{
	vertical-align: top;
}

#Column2 ul.Listings 
{
	margin-left: 0px;
	padding-left: 0px;
}

#Column2 ul.Listings li
{
	width : 478px;
	padding : 10px 0px 10px 0px;
	background-image : none;
	border-bottom : 1px solid #dadada;
	list-style-type: none;
	list-style-position: none;
	padding-left: 0px;
}

#Column2 ul.Listings li:first-child,
#Column2 ul.Listings li.FirstChild
{
	padding-top: 0px;
}

#Column2 ul.Listings li span
{
 font-weight : bold;
 padding-bottom : 4px;
 display : block;
}

#Column2 ul.Listings li a
{
 font-weight : bold;
 padding-bottom : 2px;
}

#GVFSponsors
{
 margin-top: 50px;
 color: #C02A2C;
 font-size: 60%;
 display: block;
 clear: both;
}

#GVFSponsors li
{
 float: left;
 display: inline;
 text-align: center;
 font-weight: bold;
 padding-right: 35px;  
}

#GVFSponsors li.NextLine
{
 margin-top: 40px;
 display: block;
 text-align: center;
 font-weight: bold;
 padding: 0px;
}

#Shortcuts #PressReleases
{
 font-size: 11px; 
}

#PressReleases
{
 margin-top: 0px;
 padding-top: 0px;
}

#Shortcuts #PressReleases p.PressRelease,
#PressReleases p.PressRelease
{
 float: left;
 padding-bottom: 5px; 
}

#Shortcuts #PressReleases p.PressRelease
{
 font-size: 11px;
 line-height: 12px;
}

#PressReleases span
{
	clear: both;
	font-size: 10px;
	background-color: transparent;
	width: 50px;
	display: block;
	float: left;
	background-image: none;
	padding: 0 0 0px 5px;
	height: 20px;
}

#Shortcuts  #PressReleases h4 img,
#PressReleases h4 img
{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#Shortcuts #PressReleases a.ReadMore
{
	font-size: 11px;
	color: #C02A2C;
	background-image : url(../Image/Icon/Arrow1_en_gb.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
	float: left;
	padding: 0px 15px 0 0;
}

#PressReleases a.ReadMore
{
	color: #C02A2C;
	background-image : url(../Image/Icon/Arrow1_en_gb.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
	float: left;
	padding: 0px 15px 0 0;
}

#PressReleases p.PressRelease a.More
{ 
	color: #C02A2C;
	background-image: none;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

#Column2 p.BorderPara
{
	border: 1px solid #C80203;
	padding: 5px;
	font-size: 12px;
	background-color: #F5F5F5;
}

div#Alphabets
{
	font-size: 11px;
	margin-bottom: 10px;
}

#Column2 table.FreeFlow input.Large
{
	width: 250px;
	font-size: 11px;
	height: 16px;
}

#Column2 table.FreeFlow select.Large
{
	width: 250px;
	font-size: 11px;	
}

#Column2 table.FreeFlow tr td
{
	font-size: 11px;
}

input.FormButton
{
	border:0;
	font-weight: bold;
	color: #fff;
	cursor: hand;
	font-size: 11px;
	padding: 2px 10px 5px 10px;
}

#Column2 table.FreeFlow td table tr td
{
	border: none;	
}

#Column2 table.FreeFlow td table tr td label
{
	padding: 0px 0px 0px 5px;
	margin: 0px;
	display: inline;	
}

#SupportedBy
{
	height: 85px;
	width: 768px;
	border-top: 2px solid #FFFFFF;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	float: left;
}

#SupportedBy ul
{
	width: 100%;
	float: left;
	margin: 0px;
	height: 85px;
	background-color: #FFFFFF;
}

#SupportedBy ul li p
{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	color: #CF933D;		
}

#SupportedBy ul li
{
	height: 85px;
	float: left;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #DADADA;	
	padding: 10px;
}

#SupportedBy ul li:last-child,
#SupportedBy ul li.LastChild
{
	border-right: none;
}

p.BigFont strong
{
	font-size: 12px;
}

td.Bold
{
 font-weight: bold;
}

img.GVF
{
    margin-top: 5px;
	margin-bottom: 5px;
}

#Column2 p.Heading
{
	font-weight: bold;
	font-size: 13px;
}

div#Column2 table.OpeningHours
{
	width: 250px;
}

div#Column2 table.OpeningHours th
{
	border: 0;
}