/*Generic margin*/
* {
	padding : 0;
	margin : 0;
 text-align : right;
	}

/*Generic Body*/
body
{
 margin : 10px 0px 0px 0px;
 background-color : #fff;
 color : #999;
	font : normal 100% tahoma,verdana,times,arial,serif; 
	direction : rtl;
}

/*Generic p*/
p
{
 padding-bottom : 15px;
 font-size: 11px;
}

/*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;
}

/* Header Container*/
#Header
{
 margin : 0px 15px 0px 15px;
 height : 60px;
}

/* Banner Container*/
#BannerTop
{
 width : 468px;
 height : 60px;
 background-color : #ececec;
 color : #808080;
 float : right;
 text-align : center;
 font-size : 60%;
}

/* Top Navigation Items*/
#Navigation0
{
 float : left;
 font-size : 60%;
 padding : 8px 0px 0px 0px;
 margin : 0px;
 width : 250px;
}

#Navigation0 li
{
 float : left;
 padding : 0px 11px 0px 7px;
 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
{
 padding : 0px 8px 0px 0px;
 background-image : none;
}

/* Language Container Items*/
p#Lang
{
 padding : 0px;
}

#Lang img
{
 float : right;
 margin : 25px 55px 0px 5px;
}

/* Search Block Elements */
#SearchBlock
{
 float : left;
 padding-top : 20px;
 color : #993366;
 background-color : #fff;
 font-size : 80%;
}

#SearchBlock img
{
 margin-left : 5px;
}

input.SearchField
{
 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 15px 0px 0px;
 height : 30px;
 position : static;
 z-index : 20;
}

#DropDown li
{
 margin : 10px 0px 0px 22px;
 float : right;
 display : inline;
 height : 30px;
 direction : ltr;
}

#DropDown li a
{
 background-color : transparent;
}

#DropDown li ul
{
 position : absolute;
 margin-left : -15px;
 display : none;
 color : #fff;
 background-color : #004A80;
 margin-top : 30px;
 z-index : 99;
 width : 150px;
}

#DropDown li.LastChild ul,
#DropDown li:last-child ul
{
 margin-left : -23px;
}

#DropDown li ul li.LastChild ul,
#DropDown li ul li:last-child ul
{
 margin-left : -150px;
}

#DropDown li ul li
{
 display : block;
 height : 22px;
 padding : 0px;
 margin : 0px;
 float : none;
}

#DropDown li ul li a
{
 border-top : 1px solid #336699;
 font-size : 60%;
 display : block;
 width : 140px;
 color : #fff;
 background-color : #004A80;
 height : 18px;
 padding : 4px 10px 0px 0px;
}

#DropDown li ul li a:hover
{
 color : #7BCBEE;
 background-color : #004A80;
}

#DropDown li ul li a#Highlighted
{
 color : #7BCBEE;
 background-color : #004A80;
}

#DropDown li ul li a span
{
 position : absolute;
 right : 136px;
 margin-top : -2px;
 padding-left : 10px;
 background-color : transparent;
 font-size : 12px;
}

#DropDown li ul ul
{
 margin-top : 0px;
 margin-left : -150px;
 border-right : 1px solid #336699; 
}

#DropDown li.LastChild ul ul,
#DropDown li:last-child ul ul
{
 margin-top : 0px;
 margin-left : 150px;
}

#DropDown li.LastChild ul ul,
#DropDown li:last-child ul ul
{
 border-left : 1px solid #336699;
 border-right : none;
}

/* margins for specific dropdowns  */
#DropDown li ul#VisitorInformaiton
{
 margin-left : -52px;
}

#DropDown li ul#Events
{
 margin-left : -92px;
}

#DropDown li ul#Media
{
 margin-left : -110px;
}

#DropDown li ul#Media ul
{
 margin-left : 150px;
 border-right : none;
 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 : 176px;
 float : right;
 height : 66px;
}

h1 img
{
 margin : 8px 15px 0px 0px;
}


/* Main Heading */
h2
{
 margin : 0px;
 padding-bottom : 10px; 
 color : #912469;
 background-color : #fff;
 font-size : 18px;
}

/* Main SubHeading */
h3
{
 padding-bottom : 9px;
 color : #0080AB;
 background-color : #fff;
 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-right : 106px;
 position : absolute;
}

/* Container for home page flash*/
#Profile #ShowCaseHome
{
 position : absolute;
 margin-right : 110px;
}

/* Home page heading and Copy*/
#Highlights
{
 width: 730px;
}

#Profile #Highlights p
{
 display : block;
 font-size : 70%;
 padding-bottom : 15px;
 amargin-bottom: 20px;
 width: 372px;
}

#Profile #Highlights h2
{
 spadding-top : 44px;
}

#Profile #Highlights p.ChildShows
{
	float: right;
	clear: left;
	width: 350px;
	text-align: justify;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
}

#Profile #Highlights p.Last
{
	border-right: 1px solid #DADADA;
	padding-right: 5px;
}

#Profile #Highlights p.ChildShows img
{
	float: right;
	padding-left: 5px;	
}

/* Container for site content items giving borders*/
#Content
{
 border-left : 1px solid #dadada;
 border-right : 1px solid #dadada;
 padding-bottom : 30px;
}

/* Container for home page information columns and PR news*/
#Interact
{
 width : 768px;
 padding : 25px 0px 80px 0px;
 height : 380px;
}

/* Container for home page information columns*/
#ThreeColumns
{
 float : right;
 width : auto;
 margin-top: 20px;
}

/* home page news related blocks container*/
#PR
{
 width : 180px;
 float : left;
}

/* Generic home page column*/
.Column
{
 width : 170px;
 float : left;
 padding : 0px 0px 0px 15px; 
}

/* Generic heading used inside homepage columns*/
h4
{
 color : #810554;
 background-color : #fff;
 font-size : 12px;
 sheight : 22px;
 padding-right : 10px;
}

/* Generic column p*/
.Column p
{
 padding-right : 12px;
 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 a img
{
 margin-bottom : -2px;
 padding-right : 7px;
}

/* home page 3rd column to remove border */
.NoBorder, 
.NoBorder p, 
.NoBorder img
{
 border-right : none; 
}

/* newsletter block, form and field */
#NewsLetter
{
	border-bottom : 1px solid #dadada;
	margin-top: 10px;
	margin-left: 5px;
}

#NewsLetter img.FashionShow
{
	margin-bottom: 10px;
	margin-left: 5px;	
}

#NewsLetterForm
{
	padding-top : 5px;
	height : 37px; 
}

input.InputField
{
	padding-top : 2px;
	margin-right : 0px;
	width : 140px;
	background-color : #fff;
	font-size : 11px;
	color : #999;
}

input.Button, img.Button
{
 margin : 0px 5px 0px 0px;
}

/* Press realease block, caption and headlines */
#PressReleases
{
 padding-top : 15px;
 border-bottom : 1px solid #dadada;
 font-size : 60%;
 color : #888;
 background-color : #fff;
}

#PressReleasesCaption
{
 padding-bottom : 10px; 
}

#PressReleases p a, 
#PressReleases p
{
 width : 155px;
 color : #888;
 background-color : #fff;
}

#PressReleases p a span
{
 color : #003471; 
 background-color : #fff;
}

/* more press releases link */
#MorePressReleases
{
 padding : 12px 0px 11px 0px;
 border-bottom : 1px solid #dadada;
 color : #003471; 
 background-color : #fff;
 font-weight : bold;
 font-size : 70%; 
}

#MorePressReleases img
{
 padding-left : 7px;
}

/* Inner pages bread crumbs */
#Crumbs
{
 padding-top : 18px;
 margin-right : 203px;
 font-size : 60%;
 color : #595959;
 background-color : #fff;
}

#Crumbs a
{
 color : #004A80;
 background-color : #fff;
}

/* Right Pane */
#LeftPane
{
 float: right;
}

/* Inner pages side navigation */
#Navigation2
{
 width : 192px;
}

#Navigation2 li
{
 color : #406795;
 background-color : #fff;
}

#Navigation2 li a
{
 width : 162px;
 display : block;
 font-size : 70%;
 height : 15px;
 border-bottom : 1px solid #dadada;
 padding-right : 14px;
 padding-top : 2px;
 color : #003471;
 background-color : #fff;
}

#Navigation2 li a#Highlighted
{
 color : #7BCBEE;
 background-color : #fff;
}

#Navigation2 li li a
{
 width : 148px;
 display : block;
 height : 15px;
 border-bottom : 1px solid #dadada;
 padding-right : 28px;
 padding-top : 2px;
 color : #595959;
 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
{
 float : left;
 margin-top : 5px;
 padding: 0;

}

/* Side Banner */
#SideBanner
{
 width: 176px;
 text-align: center;
 margin-top: 60px;
}

/* Inner pages Copy */
#Copy
{
 margin-right : 192px; 
 width : 525px;
 font-size : 70%;
 padding-right : 10px;
 padding-bottom : 150px;
}

/* Generic p for inner pages */
#Copy p
{
 width : 470px;
}

/* Generic List Items in Copy */
#Copy ul
{
 padding-bottom : 15px;
}

#Copy ul li
{
 padding-right : 15px;
 background-image : url(../Image/Generic/Bullet.gif);
 background-repeat : no-repeat; 
 background-position : 100% 5px;
}

/* Tabular Data */
#Copy table
{
 width : 100%;
 text-align : right;
 direction : ltr;
 table-layout: fixed;
}

#Copy table.EventInfo
{
	width: 100%;
	margin-right: 20px;
	direction : rtl;
}

#Copy table.EventInfo td
{
	border: none;
}

#Copy table.EventInfo td.Col1
{
	width: 22%;
	font-weight: bold;
}

#Copy table.AboutVisionX
{
	width: 100%;
	margin-bottom: 5px;
	direction : rtl;
}

#Copy table.AboutVisionX td
{
	border: none;
	padding: 5px 60px 5px 0px;
}

#Copy table.AboutVisionX td.Bord
{
	border: none;
	padding: 5px 60px 5px 0px;
	border-bottom: 1px solid #CCCCCC;
}

#Copy table.AboutVisionX td.Sun
{
	border: none;
	padding: 10px 175px 10px 0px;
	border-bottom: 1px solid #CCCCCC;
}

#Copy table.AboutVisionX td font
{
	border: none;
	padding: 5px 110px 5px 0px;
	size: 3px;
	font:HelveticaNeue;
	color:#990066;
}

#Copy table.AboutVisionX td font.Placed
{
	border: none;
	padding: 5px 100px 5px 0px;	
}

#Copy table.AboutVisionX td font.Play
{
	border: none;
	padding: 5px 100px 5px 0px;	
}

#Copy table.AboutVisionX  td.Play
{
    
	border: none;
	padding: 5px 210px 5px 0px;		
}

#Copy table.AboutVisionX  td.Place
{
    
	border: none;
	padding: 5px 220px 5px 0px;		
}

#Copy table.AboutVisionX  td.Placed
{
    
	border: none;
	padding: 5px 200px 5px 0px;		
}

#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;
}

#Copy table.FreeFlow
{
 table-layout: auto;
}

#Copy table.FreeFlow td.LogoCell
{
 vertical-align: middle; 
}

#Copy table.NoBorder
{
 margin-bottom: 10px;
}

#Copy table.NoBorder td,
#Copy table.NoBorder th
{
 border: 0px;
 padding : 8px 0px 8px 5px;
}

#Copy table tr td
{
 padding : 3px 9px 2px 5px;
 border : 1px solid #dadada;
}

#Copy table tr th
{
 padding : 7px 9px 7px 7px;
 border : 1px solid #dadada;
 text-align : right;
}

#Copy table tr.Highlighted, 
#Copy table tr.Highlighted a
{
 color: #666;
 background-color: #c9e6f0;
}

#Copy table tr.Highlighted a
{
 text-decoration: overline;
}

#Copy form
{
 padding-bottom : 20px;
}

/* Generic Filter Select */
#Copy select 
{
 width : 170px;
 font-family : tahoma,verdana,times,serif;
 font-size : 95%;
 background-color : #fff;
 color : #999;
 direction : ltr;
}

/* Tabular styled caption and details */
#Copy p.Details span,
#Copy table.Contact td span
{
 font-weight : bold;
 float : right;
 width : auto;
}

#Copy table.Contact
{
	border: 0;
	width: 300px;
	margin: 0 0 10px 0;
}

#Copy table.Contact td
{
	border: 0;
	padding-left: 0;
}

/* Generic Download block image icon */
#Copy p.Download img.Icon
{
 padding-left : 5px;
 float : right;
}

/* 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;
}

#Copy ul.Listings li a
{
 font-weight : bold;
 padding-bottom : 2px;
}

#Copy form.Paging div
{
 text-align : left;
 font-size : 90%;
}

#Copy form.Paging div select
{
 width : 38px;
}

/* select box for Filters */
#Copy .Filters
{
 margin-top : 30px;
}

#Copy .Filters select 
{
 width : 100px;
 margin-left : 10px;
}

/* Generic listings with image */
#Copy p.PhotoListings img.Preview
{
 padding-left : 20px;
 float : right;
}

#Copy p.PhotoListings
{
 padding-bottom : 40px; 
 min-height : 90px;
 height : auto !important;
}

#Copy p.PhotoListings span
{
 float : left;
}

/* Photo Gallery */
#Copy ul#Thumbnails
{
 display : block;
 height : 345px;
}

#Copy ul#Thumbnails li
{
 width : 150px;
 text-align : left;
 background-image : none;
 float : right;
 padding : 0px 0px 20px 11px;
}

#Copy p.Enlarge
{
 position : absolute;
 width : 470px;
 padding-right : 1px;
 text-align : left;
 margin-top : -15px;
 display : none;
}

/* Sitemap */

#Copy ul#Sitemap
{
 display : block;
 height : 300px;
}

#Copy ul#Sitemap li
{
 width : 170px;
 float : right;
 padding : 30px 0px 0px 70px;
 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 
}

#Copy ul#Sitemap li ul li ul li a
{
 background-color : #fff;
 color : #8E8E8E;
 padding-right : 10px;
}

/* Generic Top button */
#Copy p.Top
{
 display : block;
 text-align : left;
}

/* Image inside Copy */
#Copy img.Left
{
 float: left;
 margin-right: 5px;
 margin-bottom: 5px;
}

#Copy img.Right
{
 float: right;
 margin-left: 5px;
 margin-bottom: 5px;
}

/* footer elements container */
#Footer
{
 border-bottom : 1px solid #dadada;
 padding-right : 15px;
 font-size : 60%;
 height : 15px;
}

/* Navigation in footer */
#Navigation3
{
 margin-bottom : 5px;
 padding-bottom : 0px;
}

#Navigation3 li
{
 float : right;
 display : inline;
 padding : 0px 8px 0px 7px;
 color : #333;
 background-color : #fff;
 background-image : url(../Image/Generic/Separator.gif);
 background-repeat : no-repeat; 
 background-position : 100% 3px;
}

#Navigation3 li a
{
 color : #333;
 background-color : #fff;
}

#Navigation3 li.FirstChild, 
#Navigation3 li:First-Child
{
 background-image : none;
 margin-right : -9px;
}

/* Privacy, Legal block */
#PrivacyLegal
{
 float : right;
 height : 15px;
 padding-top : 1px;
 padding-bottom : 0px; 
 margin-right : 70px;
 border-right : 1px solid #dadada;
 font-size : 95%;
}

#PrivacyLegal a
{
 float : left;
 color : #999;
 background-color : #fff;
 margin-right : 5px;
}

/* Copyright */
#Copyright
{
 float : right;
 height : 15px;
 padding : 1px 10px 0px 0px;
 margin-right : 110px;
 border-right : 1px solid #dadada;
 font-size : 95%;
}

p.ConferenceClosing
{
 color: #C02A2C;
}

#Copy table.Grid
{
	table-layout: auto;
	width: auto;
	direction: rtl;
}

p.MorePressReleases
{
	font-size: 11px;
	margin-top: 10px;
}