	/* ================================
    CSS STYLES FOR TerraNet PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: royalblue;
}

/* background color for the content part of the pages */
Body
{
	font-family: Arial;
	font-size : 9pt;
	background-color: white;
	margin: 0;
}
/*<font face="Arial" style="FONT-SIZE: 9pt" color="#003399">*/
A.FooterLink:link
{
    FONT-FAMILY: Arial; 
    font-size: 9pt;
    color:#003399;
     text-decoration:underline;
}
A.FooterLink:hover
{
	FONT-FAMILY: Arial; 
    font-size: 9pt;
    color:#003399;
    text-decoration: none;
}
A.nounderline
{
	text-decoration:none;	
}
A.nounderline:hover
{
	text-decoration:none;
}
A.nounderline:visited
{
	text-decoration:none;
}
A.tarif:hover
{
	FONT-FAMILY:Verdana; 
    font-size:10pt;
    color:white;
    text-decoration: none;
}
A.tarif:visited
{
	FONT-FAMILY:Verdana; 
    font-size:10pt;
    color:white;
    text-decoration: none;
}
A.tarif
{
	FONT-FAMILY:Verdana; 
    font-size:10pt;
    color:white;
    text-decoration: none;
}


A.temperature
{
	font-family:Arial;
	font-size:100pt;
	color:Red;
}
A.FooterLink:visited
{
	FONT-FAMILY: Arial; 
    font-size: 9pt;
    color:#003399;
}
.SmallEventSearch
{
    font-family:Arial;
    color:#1d49a4;
    font-size:9pt;     	
}

A:link
{
    FONT-FAMILY: Arial; 
    font-size: 8pt;
    color:#1d49a4;
}


A:visited
{
    FONT-FAMILY: Arial; 
    font-size: 8pt;
}


A:hover
{
    text-decoration: none;
}

A.CalendarDay:link
{
    FONT-FAMILY: Arial; 
    font-size: 8pt;
}
A.CalendarDay:visited
{
    FONT-FAMILY: Arial; 
    font-size: 8pt;
}
A.CalendarDay:hover
{
    FONT-FAMILY: Arial; 
    font-size: 8pt;
}
A.SmallButtonLink
{
    FONT-FAMILY: Arial; 
    font-size: 7pt;
    font-weight: bold;
    color:#1d49a4;
}
A.SmallButtonLink:link
{
    FONT-FAMILY: Arial; 
    font-size: 7pt;
    font-weight: bold;
    color:#1d49a4;
}
A.SmallButtonLink:visited
{
    FONT-FAMILY: Arial; 
    font-size: 7pt;
    font-weight: bold;
    color:#1d49a4;
}

A.SmallButtonLink:hover
{
    FONT-FAMILY: Arial; 
    font-size: 7pt;
    font-weight: bold;
    color:#1d49a4;
    text-decoration: none;
}

SELECT
{
	font-family: Arial;
	font-size : 9pt;	
}

INPUT
{
	font-family: Arial;
	font-size : 9pt;	
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Channels are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}
/* Used for the article display page,to send as mail
 * or print page or disussion forum
 */
.ArticleHandling
{
	font-family:Arial;
    font-weight:bold;
    color:#4777B1;
    font-size:9pt;
}

/* DateTime Label on Main Page in Search*/
.DateTimeFont
{
	background-color:White;
	color:#3163AD;
	font-family:Arial;
	font-size:9pt;
}

/* Used in the Login Box*/
.LoginFont
{
	font-family:Arial;
	font-weight:bold;
	color:Black;
	font-size:11;
}

/* Used for the header of the page of the print article*/
.PrintArticleHeader
{
	 font-family:Arial;
	 font-size:9pt;
	 color:Red;
	 font-weight:bold;
	
}

A.LoginLinks:link
{
    FONT-FAMILY: Arial; 
    font-size: 7pt;
    color:#003399;
     text-decoration:underline;
}
A.LoginLinks:hover
{
	FONT-FAMILY: Arial; 
    font-size: 7pt;
    color:#003399;
    text-decoration: none;
}

A.LoginLinks:visited
{
	FONT-FAMILY: Arial; 
    font-size: 7pt;
    color:#003399;
}


/* For the main cells in the table the defines the whole page */
TD.LeftPaneCell
{
	background-color: #3163AD;/*#D8E9F0;*/
}

TD.ContentPaneCell
{
	background-color: white;
}

TD.RightPaneCell
{
	background-color: white;
}
TD.Agenda
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    
}


/* background/border colors for the main channel */
TD.ChannelMenuCell
{
	border-left-color: white;
	border-bottom-color: white;
	cursor: hand;
	border-top-color: white;
	background-color: #3163AD;
	border-right-color: white;
	height: 18px;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: white;
}

/* background/border colors for the main channel with mouse over*/
TD.ChannelMenuCellOver {
    background-color: #e3e3f3;
    border-color: white;
    cursor: hand;
    color:#3163AD;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	height: 18px;
}


/* background/border colors for the selected Channel */
TD.SelectedChannelMenuCell
{
	border-left-color: white;
	border-bottom-color: white;
	border-top-color: white;
	height: 18px;
	background-color: #3163AD;
	border-right-color: white;
	cursor: hand;	
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: #F5CF00;
}

/* background/border colors for the main channel with mouse over*/
TD.SelectedChannelMenuCellOver {
	border-left-color: white;
	border-bottom-color: white;
	border-top-color: white;
	height: 18px;
	background-color: #e3e3f3; /*F2ECD4*/
	border-right-color: white;
	cursor: hand;	
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: #F5CF00;
}


/* background/border colors for the unselected Channels */
TD.SubChannelMenuCell
{
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: black;
	background-color: #E7DAAD;
	border-right-color: black;
	cursor: hand;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: white;
	height: 18px;
}

/* background/border colors for the main channel with mouse over*/
TD.SubChannelMenuCellOver {
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: black;
	background-color: white;
	border-right-color: black;
	cursor: hand;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: white;
	height: 18px;	
}


/* background/border colors for the selected Channels */
TD.SelectedSubChannelMenuCell
{
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: black;
	background-color: #e3e3f3;/*E7DAAD*/
	border-right-color: black;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: white;
	cursor: hand;
	height: 18px;	
}

TD.SelectedSubChannelMenuCellOver
{
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: black;
	background-color: white;
	border-right-color: black;
	cursor: hand;	
}

/* background/border colors for the main channel */

A.ChannelMenuLink:link
{
	font-weight: bold;
	font-size: 8pt;
	color: white; 
	font-family: Arial;
	text-decoration: none;
}
A.ChannelMenuLink:visited {
	font-weight: bold;
	font-size: 8pt;
	color: white; 
	font-family: Arial;
	text-decoration: none;
}

A.ChannelMenuLink:hover {
	font-weight: bold;
	font-size: 8pt;
	color:#3163AD ;
	font-family: Arial;
	text-decoration: none;
}

A.ChannelMenuLink {
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial;
	text-decoration: none;
}

A.SelectedChannelMenuLink:link
{
	font-weight: bold;
	font-size: 8pt;
	color: #F5CF00;
	font-family: Arial;
	text-decoration: none;
}

A.SelectedChannelMenuLink:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: #F5CF00;
	font-family: Arial;
	text-decoration: none;	
}

/* sub-channels */
A.SubChannelMenuLink:link
{
	font-size: 8pt;
	color: white;/*black;*/
	font-family: Arial;
	text-decoration: none;
}
A.SubChannelMenuLink:visited {
	font-size: 8pt;
	color: white;/*black;*/
	font-family: Arial;
	text-decoration: none;
}

A.SelectedSubChannelMenuLink:link
{
	font-weight: bold;
	font-size: 8pt;
	color: white;/*#005E8A;*/
	font-family: Arial;
	text-decoration: none;
}

A.SelectedSubChannelMenuLink:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: white;/*#005E8A;*/
	font-family: Arial;
	text-decoration: none;	
}



TD.ChannelMenuSeparatorCell
{
	background-color: #E3E3F3;	
	cursor: hand;	
}

/* text style for the Search box of the site */
.SearchBox
{
	font-family:Arial;
	font-size:11;
	font-weight:bold;
	color:white		
}

/* text style for the selected Channel */
.SelectedChannel {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    color:#000080;
    font-weight: bold;
    text-transform: uppercase
}

/* text style for the unselected Channels */
.OtherChannels
{
	font-weight: bold;
	font-size: 7pt;
	color: #F2ECD4;
	font-family: Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none
}

/* hyperlink styles of the unselected Channels */
A.OtherChannels:link    {
    text-decoration:    none;
    color:#F2ECD4;
}

A.OtherChannels:visited {
    text-decoration:    none;
    color:#F2ECD4;
}

A.OtherChannels:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherChannels:hover   {
    text-decoration:    underline;
    color:white;
}

/* text style for the top links for Arabic, English & French (top channels) that are shown on the top of the page*/
.TopSelectedChannel {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:#000080;
    font-weight: bold
}

.TopOtherChannel {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:#666666;
    font-weight: bold
}

.PollQuestion 
{
	Font-Size:8pt;
	font-family:Arial;
	font-weight:bold;
	

}

.PollResult
{
	font-family:Arial;
	font-size:xx-small;
	
}
.TopChannelSeparator {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:#666666;
    font-weight: bold
}

.EventsHeader
{
	font-family :Arial;
	font-weight:bold;
	color:Black;
	font-size:13pt
}
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   
.ViewPollResult
{
	font-family:Arial;
	font-size:8pt;  	
}

.MoreLink
{
	font-family:arial;
	font-size:11;
	color: #F5CF00;
	font-weight:bold;
}


.CategoryName
{
	color:White;
	font-family:Arial;
	font-weight:bold;
	
}

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */

.Head {
    font-family: Verdana;
    font-size:  13px;
    font-weight:    bold;
    color: navy;
}

.AgendaFont
{
	font-family:Arial;
	font-size:9pt;	
}

.AgendaTitleFont
{
	font-family:Arial;
	font-size:9pt;	
	color:#3363AD;
}

/* style for module titles */
.ModuleTitle
{
	font-weight: bold;
	font-size: 12px;
	color: ivory;
	font-family: Arial;
}

.ChannelMenuTitle 
{
    font-family: Arial;
    font-size:  9pt;
    font-weight:  bold;
    color: darkblue;
}

A.ModuleTitleLink
{
}

A.ModuleTitleLink:link
{
}

A.ModuleTitleLink:visited
{
}


TD.ModuleTitle
{
	font-weight: bold;
	font-size: 11px;
	color: ivory;
	font-family: Arial;
}


.MovieTitle
{
	font-family:Arial;
	font-size:18pt;
	font-weight:bold;

}
.MovieCastInfo
{
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
}
.MovieCastText
{
	font-family:Arial;
	font-size:9pt;
	
}

.Synopsis
{
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
}

.MovieText
{
	font-family:Arial;
	font-size:9pt;
}

.TheatreTitle
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:white;
	
}

A.MovieName
{
	font-family:Arial;
	font-size:9pt;
}
A.MovieName:Link
{
	font-family:Arial;
	font-size:9pt;
}
A.MovieName:Visited
{
	font-family:Arial;
	font-size:9pt;
}
.Showtimes
{
	font-family:Arial;
	font-size:9pt;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    underline;
    color:  #295AA6;
}

A:visited   {
    text-decoration:    underline;
    color:  #295AA6;
}

A:active    {
    text-decoration:    none;
    color:  #295AA6;
}

A:hover {
    text-decoration:    none;
    color:  #295AA6;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #4b3fcf;
    height:1pt;
    text-align:left
}

/* Article Display Style Sheet Classes */

.ArticleTitle
{
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    color: black;
}

.ArticleDate
{
	font-weight: normal;
	font-size: 10pt;
	color: #3163ad;
	font-family: Arial;
}

.ArticleDateLine
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    line-height: 12px    
    color: darkred;
}

.ArticleText
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;    
    color: black;
}

.ArticleCaption
{
    
    font-family:Arial;
    font-size: 9pt;
    font-weight: normal;
    color: darkgrey;
}

.ArticleBoxTitle
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    color: white;
}

/* for e-mail, print links */
.ArticleToolLink
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal; 
    color: darkred;
}

A.ArticleRelatedLink
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal; 
    color: #333399;
}

A.ArticleRelatedLink:visited
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal; 
    color: #4777B1;
}

.ArticleRelatedLinkDate
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal; 
    color: #999999;
}

/* End Article Display Style Sheet Classes */

/* Article Location Style Sheet Classes */

A.ArticleLocationTitle
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: black;
}

A.ArticleLocationTitle:link
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: black;
}

A.ArticleLocationTitle:visited
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: black;
}

A.ArticleLocationTitle:hover
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: black;
    text-decoration: none;
}


A.ArticleListingTitle-Feature:link
{
    font-family: Arial;
    font-size: 13pt;
    font-weight: bold;
    color: black;
    text-decoration: underline;
}

A.ArticleListingTitle-Feature:visited
{
    font-family: Arial;
    font-size: 13pt;
    font-weight:bolder;
    color: black;
	text-decoration: underline;
    
 
}

A.ArticleListingTitle-Feature:hover
{
    font-family: Arial;
    font-size: 13pt;
    font-weight: bold;
    color: black;
    text-decoration: none;
}


A.ArticleListingTitle-TopStory
{
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
    color: #1d49a4;
	text-decoration: underline;
}

A.ArticleListingTitle-TopStory:link
{
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
    color: #1d49a4;
	text-decoration: underline;
}
A.ArticleListingTitle-TopStory:hover
{
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
    color: #1d49a4;
    text-decoration: none;
}
A.ArticleListingTitle-TopStory:visited
{
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
    color: #1d49a4;
}


A.ArticleListingTitle-Headline
{
	font-weight: normal;
	font-size: 9pt;
	color: #1d49a4	;
	font-family: Arial;
	text-decoration: underline;
}

A.ArticleListingTitle-Headline:hover
{
	font-weight: normal;
	font-size: 9pt;
	color: #1d49a4	;
	font-family: Arial;
	text-decoration: none;
}

A.ArticleListingTitle-Headline:link
{
	font-weight: normal;
	font-size: 9pt;
	color: #1d49a4	;
	font-family: Arial;
	text-decoration: underline;
}

A.ArticleListingTitle-Headline:visited
{
	font-weight: normal;
	font-size: 9pt;
	color: #1d49a4	;
	font-family: Arial;
}


.ArticleListingMiddleTitle
{
	font-weight: bold;
	font-size: 10pt;
	color:Black;
	font-family: Arial;
}


.ArticleListingGroupHeading
{
	font-weight: bold;
	font-size: 10pt;
	color:Black;
	font-family: Arial;
}


.ArticleListingTitleSubText
{
	font-weight: normal;
	font-size: 8pt;
	color: dimgray;
	font-family: Arial;
}

.ArticleListingDateLine
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    line-height: 12px;  
    color: darkred;
}


.ArticleListingSummary
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;    
    color: black;
}

.ArticleListingCaption
{
	font-weight: normal;
	font-size: 8pt;
	color: dimgray;
	font-family: Arial;
}

.ArticleListingBullet
{
	font-weight: normal;
	font-size: 9pt;
	color: #cc0000;
	font-family: Helvetica;
}
		
TD.Head
{
    FONT-FAMILY: Verdana; 
    font-size:small;
    font-weight: bold;
    color:Navy;
}

TD.SubHead
{
    FONT-FAMILY: Verdana; 
    font-size:small;
    color:Navy;
}

IMG.RightPreviewImage
{
	margin-left: 7px;
	margin-top: 5px;
}

IMG.LeftPreviewImage
{
	margin-right: 7px;
	margin-top: 5px;
}	

/* End Article Location Style Sheet Classes */

.MovieListTitle{
    FONT-FAMILY: Arial; 
    font-size: 10pt;
    color:#1d49a4;
}

/* Movies Style Sheet Classes */

A.MovieListTitleLink{
    FONT-FAMILY: Arial; 
    font-size: 10pt;
    color:#1d49a4;
}

A.MovieListTitleLink:link{
    FONT-FAMILY: Arial; 
    font-size: 10pt;
    color:#1d49a4;
}

A.MovieListTitleLink:visited{
    FONT-FAMILY: Arial; 
    font-size: 10pt;
    color:#1d49a4;
}
	
A.NewReleasesTitleLink:Visited{
    FONT-FAMILY: Arial; 
    font-size: 10pt;
    color:#1d49a4;
}

A.NewReleasesTitleLink:hover{
    FONT-FAMILY: Arial; 
    font-size: 10pt;
    color:#1d49a4;
}

A.NewReleasesTitleLink{
    FONT-FAMILY: Arial; 
    font-size: 10pt;
    color:#1d49a4;
}

.MovieListSummary
{
    FONT-FAMILY: Arial; 
    font-size: 10pt;
}


A.TopTenMovie
{
    FONT-FAMILY: Arial; 
    font-size: 9pt;
    text-decoration: none;
}

A.TopTenMovie:link
{
    FONT-FAMILY: Arial; 
    font-size: 9pt;
    text-decoration: none;
}

A.TopTenMovie:visited
{
    FONT-FAMILY: Arial; 
    font-size: 9pt;
    text-decoration: none;
}

A.TopTenMovie:hover
{
    FONT-FAMILY: Arial; 
    font-size: 9pt;
    text-decoration: underline;
}


/* End Movies Style Sheet Classes */

/* Site Directory Style Sheet Classes */

A.SiteDirCategoryLink
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #1d49a4;
}

A.SiteDirCategoryLink:link
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #1d49a4;
}

A.SiteDirCategoryLink:visited
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #1d49a4;
}

A.SiteDirCategoryLink:hover
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #1d49a4;
}

.SiteDirCategoryDesc
{
	font-weight: normal;
	font-size: 9pt;
	color: black;
	font-family: Arial;
}

.SiteDirSiteDesc
{
	font-weight: normal;
	font-size: 9pt;
	color: black;
	font-family: Arial;
}

.SiteDirTitle
{
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    color: black;
}

.SiteDirSubTitle
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: black;
}

A.SiteDirSiteLink
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    color: #1d49a4;
}

A.SiteDirSiteLink:link
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    color: #1d49a4;
}

A.SiteDirSiteLink:visited
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    color: #1d49a4;
}

A.SiteDirSiteLink:hover
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    color: #1d49a4;
}

/* End Site Directory Style Sheet Classes */
/* Lebanon Search Style Sheet Classes */

A.LebSearchSiteLink
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #1d49a4;
}

A.LebSearchSiteLink:link
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #1d49a4;
}

A.LebSearchSiteLink:visited
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #1d49a4;
}

A.LebSearchSiteLink:hover
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #1d49a4;
}

.LebSearchSiteDesc
{
    font-family: Arial;
    font-size: 8pt;
    color: gray;
}

.LebSearchSelectedPage
{
    font-family: Arial;
    font-size: 9pt;
    color: black;
    font-weight: bold;
}

A.LebSearchSiteAddress
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    color: #1d49a4;
}

A.LebSearchSiteAddress:link
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    color: #1d49a4;
}

A.LebSearchSiteAddress:visited
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    color: #1d49a4;
}

A.LebSearchSiteAddress:hover
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    color: #1d49a4;
}

A.LebSearchPageLink
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    color: #1d49a4;
}

A.LebSearchPageLink:link
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    color: #1d49a4;
}

A.LebSearchPageLink:visited
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    color: #1d49a4;
}

A.LebSearchPageLink:hover
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    color: #1d49a4;
}

/* End Lebanon Search Style Sheet Classes */

/* Travel Style Sheet Classes */
TD.TravelText
{
	font-weight: bold;
	font-size: 9pt;
	color: #3163ad;
	font-family: Arial;
}

.Warning
{
	font-family:Arial;
    font-weight:bold;
    color:#4777B1;
    font-size:9pt;
}

/* End Travel Style Sheet Classes */
