/* 2010-09-08 01:35:21.4925 UTC */

/* style the datagrids */
.dgrd
{
	margin-top:10px;
	border:solid 1px white;
}
.dgrdHead
{
	color:#d6d6d6;
	background-color:#cc0000;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
}
.dgrdItem
{
	background-color:#f5f5f5;
	text-align:left;
}
.dgrdAltItem
{
	background-color:#d6d6d6;
	text-align:left;
}
.dgrdHead a
{
	color:#d6d6d6;
}
.dgrdHead a:hover
{
	color:#ffffff;
}
#dtgSearchResults
{
	 font-family:Verdana;
	 font-size:8pt;
	 width:650px;
	 
}
/* finished with the datagrids */

table.sortable thead {
	background-color: gray;
	font-weight: bold;
	color: white;
    cursor: pointer;

}

table.sortable_disabled thead {
	background-color: gray;
	font-weight: bold;
	color: white;
    cursor: auto;

}

.zlRowItemFaded {
	padding: 3px 0px 3px 2px;
	height:auto;
	vertical-align:middle;
	border-bottom:1px solid #DBDBDB;
	background-color: #E8E8E8;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}

.zlUpdateRow {
	height:30px;
	background: #FFFFFF;
	vertical-align:middle;
	padding: 3px 5px 3px 2px;
	border-bottom:1px solid #DBDBDB;
}

.zlRowHeader {
	background-color: #808080;
	font-weight: bold;
	color: white;
    padding: 4px 0px 5px 2px;
    height:auto;
	vertical-align:middle;
}

.zlRowItem {
	padding: 3px 5px 3px 5px;
	height:auto;
	vertical-align:middle;
	border-bottom:1px solid #E9E9E9;
}

.zlRowItemPending {
	padding: 3px 0px 3px 2px;
	height:auto;
	vertical-align:middle;
	border-bottom:1px solid #DBDBDB;
	background-color: #F5F5F5;
}

/* Start pageBox tabs */

.tab
{
	height:27px;
	float:left;
	margin-right:5px;
}
.ltOn
{
	background-image:url(http://images.zip.ca/zip/tabs_red_lt.gif);
	background-repeat:no-repeat;
	height:27px;
	width:5px;
}
.mtOn
{	
	background-image:url(http://images.zip.ca/zip/tabs_red_mid.gif);
	background-repeat:repeat-x;
	height:27px;
	margin: 0px 5px 0px 5px;
	vertical-align: middle;
	text-decoration:none;
	color:white;
	text-align:center;
}
.rtOn
{	
	background-image:url(http://images.zip.ca/zip/tabs_red_rt.gif);
	background-repeat:no-repeat;
	height:27px;
	width:5px;
}
.ltOff
{	
	background-image:url(http://images.zip.ca/zip/tabs_grey_lt.gif);
	background-repeat:no-repeat;
	height:27px;
	width:5px;
}
.mtOff
{	
	background-image:url(http://images.zip.ca/zip/tabs_grey_mid.gif);
	background-repeat:repeat-x;
	height:27px;
	margin: 0px 5px 0px 5px;
	vertical-align: middle;
	text-decoration:none;
	color:white;
	text-align:center;
}
.rtOff
{	
	background-image:url(http://images.zip.ca/zip/tabs_grey_rt.gif);
	background-repeat:no-repeat;
	height:27px;
	width:5px;
}

.TabLink
{
	color:white ! important;
	font-weight:bold;	
}
a:hover.TabLink

{
	color:white;
}

/* End pageBox tabs */

/* 
================================================
autosuggest, inquisitor style
================================================
*/

div.autosuggest
{
	position: absolute;
	padding: 0 0 0 0;
	border: solid 1px grey;
}

div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: white;
}

div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: white;
}

div.autosuggest ul li
{
	color: black;
	padding: 0;
	margin: 0 0 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	font-size: 8pt;
	color: gray;
	display: block;
	text-decoration: none;
	background-color: transparent;
	position: relative;
	padding: 0;
	width: 100%;
}

div.autosuggest ul li a:hover
{
	background-color: #F8C55A;
	background-image: url(http://images.zip.ca/zip/layout/search-gradient.png);
	background-repeat: repeat-x;
	background-position: center center;
}

div.autosuggest ul li.as_highlight a:hover
{
	background-color: #F8C55A;
	text-decoration:none;
	background-image: url(http://images.zip.ca/zip/layout/search-gradient.png);
	background-repeat: repeat-x;
	background-position: center center;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: white;
	background-color: #F8C55A;
	background-image: url(http://images.zip.ca/zip/layout/search-gradient.png);
	background-repeat: repeat-x;
	background-position: center center;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
}

div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: black;
}

/* end autosuggest */


body
{
	background-color: #EFEFEF;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	color: #555555;
}
table
{
	text-align: left;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}
hr
{
	color: #000099;
	height: 2px;
	width: 100%;
}
a
{
	color: #CC0000;
	text-decoration: none;
}
a:hover
{
	color: #FF3333;
	text-decoration: underline;
}
a.HeaderLink, .HeaderText
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a.HeaderLink:hover
{
	color: #F5F5F5;
	font-weight: bold;
	text-decoration: underline;
}
.HeaderContent
{
	padding-right: 8px;
	padding-top:2px;
	color: White;
}
.tlbUserForm
{
	width: 450px;
	font-size: 10pt;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}
.tblUserFormFull
{
	width: 650px;
	font-size: 10pt;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}
.tblBordered{
	border-left: solid 1px black;	
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 0px black;
	height: 400px;
	vertical-align: top;
}
.tblSideBar
{
	padding-left: 10px;
	padding-right:5px;
	vertical-align:top;
}
#MainContent
{
	width:100%;
	vertical-align:top;
}

.tblMainContent
{
	width:550px;
	padding-left:25px;
	vertical-align:top;
}
.tblMainArea
{
	background-color: White;
	width: 770px;
	vertical-align:top;
	text-align:left;
	padding-top: 25px;
	padding-bottom: 10px;
}
.tblMainAreaNoSB 
{
	width: 725px;
	vertical-align: top;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 25px;
}
.errorText 
{
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	color: Red;
}
.smallText 
{
	font-size: 8pt;
}
.smallerText
{
	font-size: 7pt;
}
.regularText
{
	font-size:8pt;
}
.biggerText
{
	font-size:9pt;
}
.bigText
{
	font-size:10pt;
}
.hugeText
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif, Sans;
	font-size: 20pt;
}
.subText
{
	color: gray;
	font-size: 7pt;
	line-height: 7pt;
}
.bigBoldText
{
	font-size:12pt;
	font-weight: bold;
}
.boldText
{
	font-weight: bold;
}
input.bordered
{
	border: solid 0px orange;
}
.searchBox
{
	margin: 1px;
	margin-bottom: 4px;
}
.BoxTitle
{
	font-size: 14px;
	font-family: Futura-Heavy, Verdana, Arial, Helvetica, Sans-Serif, Sans;	
	font-weight: bold;
	color: #ffffff;
}
/*
.tblMorePush
{
	border: solid 1px black;
	background-color: #FCA500;
}
.tblMore
{
	height: 34px;
	border-bottom: solid 3px white;
}
.tblMorePushDetails
{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	border: solid 1px black;
	border-top: solid 0px white;	
}
.moreData
{
	padding-left:5px;
	padding-top: 5px;
	padding-bottom: 5px;
}*/

#footer
{
	background-color: #EFEFEF;
	text-align:center;
}
#tblLogin
{
	width: 550px;
	font-size: 10pt;
	margin:20px;
}


a.blk, a.blk:link  {
	color: #000000;
}
a.blk:hover {
	color: #ff0000;
}
a.grey, a.grey:link  {
	color: #000000;
}
a.grey:hover {
	color: #ff0000;
}
a.wht:link,a.wht {
	color: White;
}
a.drkgry, a.drkgry:link {
	font-weight: bold;
	color: #555555;
}
a.drkgry:hover {
	color: #ff0000;
	font-weight: bold;
}
.textbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.boxheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
.boxtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	list-style-position: inside;
	font-weight: normal;
}
.textsubheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-style: normal;
}
td.row2	{
	background-color: #e1e1e1;
	height: 30px;
	text-align: center;
}
td.row2Alt	{
	background-color: #efefef;
	height: 30px;
}
.row1topleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #003366;
	letter-spacing: 1px;
	font-variant: small-caps;
}
td.row1topright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}
.tbl {
	border: 1px solid #666666;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
select.queue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}
a.queue 
{
	color: White;
	text-decoration: none;
}
a.queue:hover
{
	color: #F5F5F5;
	text-decoration: underline;
}
.AddedAlert
{
	padding:0px;
	border:0px;
	margin:0px;	
	background-color: #e1e1e1;
	font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px; line-height: 14px; font-weight: bold; color: #000000;
}
.textheader, .bigBoldText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: bold;
}
.textsectionhead 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: bold;
}
ul.added {
	margin-top: 3px;
	margin-left: 5px;
	padding-left: 10px;
	
}
li.added {
	margin-left: 0px;
	padding-left: 0px;	
}

li {
	padding-bottom: 10px; 
} 

td.list1	{
	background-color: #e1e1e1;
	border: 1px dashed #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;

}
.list_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 1px;
	font-style: normal;	
}
a.list_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #CC0000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1px;
	font-style: normal;	
}
.list_year {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	margin: 0px;
	font-style: normal;	
}
a.list_attribute {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	color: #CC0000;
	margin: 0px;
	font-style: normal;	
}
.list_attribute {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	color: #333333;
	margin: 0px;
	font-style: normal;	
}
.smallcaps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #cc0000;
}
.tiffBody   { color: white; font-size: 10pt; font-family: Verdana; line-height: 1.2; text-align: center; margin: 10px; }

a.Tiff{
font: 10pt verdana, arial, helvetica;
color: #527FFF;

}
a.Tiff:hover{
font: 10pt verdana, arial, helvetica;
color: #ffffff;

}
a.Tiff:visited{
font: 10pt verdana, arial, helvetica;
color: #527FFF;
}
.Mi
{
	margin: 0px 5px 0px 5px;
	width: 8px;
	height: 9px;
}
.M1
{
	padding: 2px 0px 2px 0px;
	margin-left: 10px;
	color: #000000;
	background-color: #F4F4F4;
}
.M1a
{
	padding: 2px 0px 2px 0px;
	margin-left: 10px;
	color: #000000;
	background-color: #EBEBEB;
}
.M1o
{
	padding: 2px 0px 2px 0px;
	margin-left: 10px;
	color: white;
	background-color: #868686;
}
.M2
{
	padding: 2px 0px 2px 0px;
	color: #000000;
	background-color: #D2DBE2;
}
.M2a
{
	padding: 2px 0px 2px 0px;
	color: #000000;
	background-color: #DFE8EF;
}
.M2o
{
	padding: 2px 0px 2px 0px;
	color: white;
	background-color: #6A6A6A;
}
.L1
{
	padding: 2px 0px 2px 0px;
	color: #555555;
	font-weight: bolder;
}
.tM 
{
	padding: 0px;
	margin:0px;
	border: 0px;
}
.bxTitleBlk 
{
	color:Black;
	font-weight:bold;
	/*font-size:14px;*/
	font-family:Futura-Heavy,Verdana,Sans-Serif;
}
.bxTitleWht
{
	color:White;
	font-weight:bold;
	/*font-size:14px;*/
	font-family:Futura-Heavy,Verdana,Sans-Serif;
}
.bxTitle
{
	font-weight:bold;
	font-family:Futura-Heavy,Verdana,Sans-Serif;
}
.textsmallitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.textOLlowerroman {
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 40px;
	list-style-position: outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	list-style-type: lower-roman;

}
.textOLloweralpha {

	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 40px;
	list-style-position: outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	list-style-type: lower-alpha;
}
.textULdot {

	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 40px;
	list-style-position: outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	list-style-type: disc;
}
.tip 
{
	font:10px Verdana,Arial,Helvetica,sans-serif; 
	border:solid 1px #666666; 
	width:100px; 
    position:absolute; 
    z-index:100; 
    display:none; 
    visibility:hidden;
    color:#333333;
    background-color:#ffffcc; 
    text-align:center;
}
.tblBorder
{
	border-right: solid 1px #BCBCBC;	
	border-bottom: solid 1px #BCBCBC;	
}

/******************* START Keyhole type specific styles ***********************/

.trHeaderKeyholeTypeCthru {display:none;}
.tblKeyholeTypeCthru { width:100%;border-style:none;padding:0px;background-color:Transparent; }
.trBordersKeyholeTypeCthru { border-style:none; }

.trHeaderWorldCup
{
	background-color:#4DA93C;
	font-size:14px;
	font-family:Futura-Heavy,Verdana;
	font-weight:bold; 
	color: #FFFFFF;
}

.tblWorldCup
{
	background-color:#EFEFEF;
	border-width: 0px;
	border-collapse:collapse;
}	

.tblKeyholeType1
{
	background-color:#E1E1E1;
	border-width:0px;
	border-collapse:collapse;
	background-repeat:no-repeat;
	background-position:top right;	
}
.trHeaderKeyholeType1
{
	background-color:#CC0000;
	font-size:14px;
	font-family:Futura-Heavy,Verdana;
	font-weight:bold; 
	color: #FFFFFF;
}
.trBordersKeyholeType1
{
	background-color:#BCBCBC;
}

.tblKeyholeType2
{
	background-color:#E1E1E1;
	border-width: 0px;
	border-collapse:collapse;
}	

.trHeaderKeyholeType2
{
	background-color:#CC0000;
	font-size:14px;
	font-family:Futura-Heavy,Verdana;
	font-weight:bold; 
	color: #FFFFFF;
}
.trBordersKeyholeType2
{
	background-color:#CC0000;
}

.tblKeyholeType2alt
{
	background-color:white;
	border-width: 0px;
	border-collapse:collapse;
}	

.tblKeyholeType3
{
	background-color:#DFE8F1;
	border-width:0px;
	border-collapse:collapse;
}
.trHeaderKeyholeType3
{
	background-color:#CED7E0;
	font-size:14px;
	font-family:Futura-Heavy,Verdana;
	font-weight:bold; 
	color: #000000;
}
.trBordersKeyholeType3
{
	background-color:#BCBCBC;
}

.tblKeyholeType6
{
	background-color:#E1E1E1;
	border-width:0px;
	border-collapse:collapse;
}
.trHeaderKeyholeType6
{
	background-color:#CC0000;
	font-size:14px;
	font-family:Futura-Heavy,Verdana;
	font-weight:bold; 
	color: #FFFFFF;
}
.trBordersKeyholeType6
{
	background-color:#BCBCBC;
}

.tblKeyholeType8
{
	background-color:#E1E1E1;
	border-width:0px;
	border-collapse:collapse;
}
.trHeaderKeyholeType8
{
	background-color:#4DA93C;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Futura-Heavy, Verdana, Arial, Helvetica, Sans-Serif, Sans;	
	font-weight: bold;
}
.trBordersKeyholeType8
{
	/*background-color:#BCBCBC;*/
	background-color:#BCBCBC;
}


.tblKeyholeTypeRecommendations
{
	background-color:#E1E1E1;
	border-width:0px;
	border-collapse:collapse;
	background-repeat:no-repeat;
}
.trHeaderKeyholeTypeRecommendations
{
	background-color:#3994E3;
	font-size:14px;
	font-family:Futura-Heavy,Verdana;
	font-weight:bold; 
	color: #FFFFFF;
}
.trBordersKeyholeTypeRecommendations
{
	background-color:#BCBCBC;
}


.tblKeyholeTypeEntertainmentNews
{
	background-color:#DFE8F1;
	border-width:0px;
	border-collapse:collapse;
	background-repeat:no-repeat;
}
.trHeaderKeyholeTypeEntertainmentNews
{
	background-color:#CED7E0;
	font-size:14px;
	font-family:Futura-Heavy,Verdana;
	font-weight:bold; 
	color: #000000;
}
.trBordersKeyholeTypeEntertainmentNews
{
	background-color:#BCBCBC;
}

.tblKeyholeTypeMyNews
{
	border-width:0px;
	border-collapse:collapse;
	background-repeat:no-repeat;
}
.trHeaderKeyholeTypeMyNews
{
	background-color:#CED7E0;
	font-size:14px;
	font-family:Futura-Heavy,Verdana;
	font-weight:bold; 
	color: #000000;
}
.trBordersKeyholeTypeMyNews
{
	background-color:#BCBCBC;
}


.tblKeyholeTypeTheatres
{
	background-color:#F2F2F2;
	border-width:0px;
	border-collapse:collapse;
	background-repeat:no-repeat;
}
.trHeaderKeyholeTypeTheatres
{
	background-color:#DFDDDE;
	font-size:14px;
	font-family:Futura-Heavy,Verdana;
	font-weight:bold; 
	color: #000000;
}
.trBordersKeyholeTypeTheatres
{
	background-color:#BCBCBC;
}

.tblKeyholeTypeFavTheatres
{
	background-color:#F2F2F2;
	border-width:0px;
	border-collapse:collapse;
	background-repeat:no-repeat;
}
.trHeaderKeyholeTypeFavTheatres
{
	background-color:#DFDDDE;
	font-size:14px;
	font-family:Futura-Heavy,Verdana;
	font-weight:bold; 
	color: #000000;
}
.trBordersKeyholeTypeFavTheatres
{
	background-color:#BCBCBC;
}

.tblKeyholeTypeCriticPicks
{
	background-color:#E1E1E1;
	border-width:0px;
	border-collapse:collapse;
	background-repeat:no-repeat;
}
.trHeaderKeyholeTypeCriticPicks
{
	font-size:14px;
	font-family:Futura-Heavy,Verdana;
	background-color:#FF9C00;
	color: #FFFFFF;
	font-weight:bold; 
}
.trBordersKeyholeTypeCriticPicks
{
	background-color:#BCBCBC;
}

.tblKeyholeTypeReviews
{
	background-color:#E1E1E1;
	border-width:0px;
	border-collapse:collapse;
	background-repeat:no-repeat;
}
.trHeaderKeyholeTypeReviews
{
	font-size:14px;
	font-family:Futura-Heavy,Verdana;
	background-color:#3994E3;
	color: #FFFFFF;
	font-weight:bold; 
}
.trBordersKeyholeTypeReviews
{
	background-color:#BCBCBC;
	
}
.tblKeyholeTypeBoxOffice
{
	background-color:#DFE8F1;
	border-width:0px;
	border-collapse:collapse;
	background-repeat:no-repeat;
}
.trHeaderKeyholeTypeBoxOffice
{
	background-color:#CED7E0;
	font-size:14px;
	
	font-family:Futura-Heavy,Verdana;
	font-weight:bold; 
	color: #000000;
}
.trBordersKeyholeTypeBoxOffice
{
	background-color:#BCBCBC;
}

.tblKeyholeTypeHollywoodGossip
{
	background-color:#DFE8F1;
	border-width:0px;
	border-collapse:collapse;
	background-repeat:no-repeat;
}
.trHeaderKeyholeTypeHollywoodGossip
{
	background-color:#CED7E0;
	font-size:14px;
	
	font-family:Futura-Heavy,Verdana;
	font-weight:bold; 
	color: #000000;
}
.trBordersKeyholeTypeHollywoodGossip
{
	background-color:#BCBCBC;
}


.trBordersGeneral
{
	/*background-color:#BCBCBC;*/
	background-color:#BCBCBC;
}
.tblHeaderStyleGeneral
{
	background-color:#FFFFFF;
	border-width:0px;
	/*width: 360px;*/
	border-collapse:collapse;
	background-repeat:no-repeat;
}
.trHeaderStyleGeneral
{
	font-size:14px;
	font-family:Futura-Heavy,Verdana;
	background-color:#CC0000;
	color: #000000;
	font-weight:bold; 
}
.tdHzLine2
{
	background-color:#BCBCBC;
}
.tblTitleTrailer
{
	background-color:#D6DEEB;
}

/**spotlight (tiff)***/
.tblKeyholeType14
{
	background-color:#DFDDDE;
	border-width:0px;
	border-collapse:collapse;
	background-repeat:no-repeat;
}
.trHeaderKeyholeType14
{
	background-color:#3994E3;
	font-size:14px;
	
	font-family:Futura-Heavy,Verdana;
	font-weight:bold; 
	color: #FFFFFF;
}
.trBordersKeyholeType14
{
	background-color:#BCBCBC;
}
/**he/she said (tiff)***/
.tblKeyholeType15
{
	background-color:#DFDDDE;
	border-width:0px;
	border-collapse:collapse;
	background-repeat:no-repeat;
}
.trHeaderKeyholeType15
{
	background-color:#FF9C00;
	font-size:14px;
	
	font-family:Futura-Heavy,Verdana;
	font-weight:bold; 
	color: #FFFFFF;
}
.trBordersKeyholeType15
{
	background-color:#BCBCBC;
}

/**canadian (tiff)***/
.tblKeyholeType16
{
	background-color:#DFDDDE;
	border-width:0px;
	border-collapse:collapse;
	background-repeat:no-repeat;
}
.trHeaderKeyholeType16
{
	background-color:#CC0000;
	font-size:14px;
	
	font-family:Futura-Heavy,Verdana;
	font-weight:bold; 
	color: #FFFFFF;
}
.trBordersKeyholeType16
{
	background-color:#BCBCBC;
}

/**centerstage (tiff)***/
.tblKeyholeType17
{
	background-color:#E1E1E1;
	border-width:0px;
	border-collapse:collapse;
	background-repeat:no-repeat;
	background-position:top right;	
}
.trHeaderKeyholeType17
{
	background-color:#CC0000;
	font-size:14px;
	font-family:Futura-Heavy,Verdana;
	font-weight:bold; 
	color: #FFFFFF;
}
.trBordersKeyholeType17
{
	background-color:#BCBCBC;
}

/**polls (tiff)***/
.tblKeyholeType18
{
	background-color:#DFDDDE;
	border-width:0px;
	border-collapse:collapse;
	background-repeat:no-repeat;
}
.trHeaderKeyholeType18
{
	background-color:#3994E3;
	font-size:14px;
	font-family:Futura-Heavy,Verdana;
	font-weight:bold; 
	color: #FFFFFF;
}
.trBordersKeyholeType18
{
	background-color:#BCBCBC;
}
/******************* END Keyhole type specific styles ***********************/

/******************* BEGIN Queue specific styles ***********************/
.trHeaderCurrentlyOut
{
	background-color:#CC0000;
}
.trHeaderPendingRelease
{
	background-color:#3794E2;
}
.trHeaderRentalHistory
{
	background-color:#3794E2;
}
.trHeaderWantOut
{
	background-color:#CC0000;
}
.trAdvanceSearch
{
	background-color: #3794E2;	
}
.trAdvanceSearchBrd 
{
	background-color: #BCBCBC;		
}
.trSearchBrd 
{
	background-color: #DFE7F2;		
}

/******************* END Queue specific styles ***********************/

/******************* BEGIN Marketing specific styles ***********************/

.redeembar 
	{
	padding: 0;
	margin: 0;
	height:26px;
	color: #000000;
	border-bottom: 1px #989898 solid;
	background-color: #D2D2D2;
	}
		
.contact
	{
	height: 66px;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	background-position: bottom;
	background-image: url(http://images.zip.ca/zip/en-CA/newmarketing/contact_line.gif);
	background-repeat: no-repeat;
	}

.contactsecure
	{
	height: 66px;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	background-position: bottom;
	background-image: url(http://images.zip.ca/zip/en-CA/newmarketing/contact_line.gif);
	background-repeat: no-repeat;
	}
	
.contact td
	{
	padding: 0;
	margin: 0;
	}
	
.contactsecure td
	{
	padding: 0;
	margin: 0;
	}
	
.marketing h1
	{
	font-size: 18px;
	font-weight: normal;
	}


/******************* END Marketing specific styles ***********************/

h1
	{
		font-family: Verdana, Arial, Helvetica, Sans-Serif, Sans;
		font-size: 20pt;
		font-weight: normal;
		/*padding-top: 10px;*/
	}
	
.top4 {
		background-color: white;
		border-right: #bcbcbc 1px solid;
		border-bottom: #bcbcbc 1px solid;
		margin: 2px; 
		height: 120px;
	}
		
.random {
		background-color: white;
		border-right: #ced7de 1px solid;
		border-bottom: #ced7de 1px solid;
		margin: 2px; 
		height: 80px;
	}
	
	
/* Start Box Styles */

.box-container
{
	clear: both;
	height: auto;
	margin-bottom: 8px;
}

.box-content, .box-content-padding
{
	border-top: none;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #EFEFEF;
	display: block;
	width: inherit;
	height: 100%;
	clear: both;
}

.box-content-padding
{
	padding: 8px 4px 8px 8px;
}

.box-back-nohead
{
	height: 0;
	visibility: hidden;
	position: absolute;
}

.box-back-gray, .box-back-red
{
	color: #FFFFFF;
	padding-left: 1em;
	line-height: 2em;
}

.box-back-red
{
	background-repeat: repeat-x;
	background-position: center;
	border-top: solid 0.05em #D41616;
	border-bottom: solid 0.05em #290404;
	background-color: #D41616;
}

.box-back-gray
{
	background-color: #A3A3A3;
}

.box-button-close
{
	width: 20px;
	height: 18px;
	cursor: pointer;
	border: 0;
	background-repeat: no-repeat;
	background-position: center center;
}

/* End Box Styles */
/* TitleDisplay Rewrite to Divs */
.titlebox
{
	border:0px;
	text-align:center;
}

.coverimg
{
	height:auto;
	padding-top: 13px;
}

.titleoptions
{
	margin-bottom: 8px;
}

.titleoptions .ts
{
    margin-left:auto;
    margin-right:auto;
    white-space:nowrap;
    display:block;
    width:96%;
    text-align:center;
    overflow:hidden;
}

.hide{display:none;}
.abs {position: absolute;}

.cover_overlay3
{
	display: block;
	width:73px;
	text-align: right;
	top:-13px;
}

.overlayIcon_small
{
	position: absolute;
	margin-top: -13px;
	text-align:right ! important;
	margin-left:18px;
}

.overlayIcon_large
{
	position: absolute;
	margin-top: -13px;
	text-align:right ! important;
	margin-left:32px;
}

.breadCrumb
{
	width:auto;
	text-align:right;
	float:right;
	display:block;
	padding: 5px 10px 5px 5px;
}

/* pageBox displays*/
.tlRowItemGray
{
	padding: 3px 0px 3px 2px;
	height: auto;
	vertical-align:middle;
	background-color: #F2F2F2;
}

.tlRowItemWhite
{
	padding: 3px 0px 3px 2px;
	height:auto;
	vertical-align:middle;
	background-color: #FFFFFF;
}

	
.leftSide
{
	border-left: solid 1px #890302;
	background-color: #F2F2F2;
	padding: 5px 0px 0px 10px;
}

.rightSide
{
	border-right: solid 1px #890302;
	background-color: #F2F2F2;
	padding: 5px 10px 0px 0px;
}

.middleSection
{
	background-color: #F2F2F2;
	padding-top: 5px;
}

.singleSection
{
	border-left: solid 1px #890302;
	border-right: solid 1px #890302;
	background-color: #F2F2F2;
	width:100%;
	height:26px;
	text-indent:10px;
	padding-top:5px;
}	

.trailerVideo
{
    border-bottom: solid 1px #BCBCBC;
}

/* Start of rounded box Styles */

.box-rounded
{
	border: 0;
	width: 100%;
}

.box-rounded-corner-top-left,
.box-rounded-corner-top-right
{
	width: 10px;
	height: 8px;
}

.box-rounded-corner-bottom-left,
.box-rounded-corner-bottom-right
{
	width: 10px;
	height: 7px;
}

.box-rounded-title
{
	vertical-align: top;
	height: 20px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}

.box-rounded-content
{
	padding-top: 10px;
	padding-bottom: 8px;
	background-color: #ffffff;
	text-align: left;
	font-size: 12px;
}

.box-rounded-corner-middle-left
{
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: left center;
}

.box-rounded-corner-middle-right
{
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: right center;
}

.box-rounded-corner-bottom-center
{
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: center bottom;
}

.box-arrow-left
{
	background-repeat: no-repeat;
	background-position: left top;
	width: 16px;
	height: 32px;
}

.box-arrow-right
{
	background-repeat: no-repeat;
	background-position: right top;
	width: 16px;
	height: 32px;
}

/* End of rounded box Styles */

.theatres_theatre
{
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: #bcbcbc;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 5px;
    margin-bottom: -1px;
}

.fo-left
{
	width:372px;
}
.fo-right
{
	width:373px;
}
.fo-left .fo-arr-up
{
	margin-top:20px;
	float:left;
	width:62px;
	height:90px;
	background:url(http://images.zip.ca/zip/popup/fo-arr-ul.png) no-repeat 0 0;
}
.fo-left .fo-arr-down
{
	margin-top:60px;
	float:left;
	width:62px;
	height:100px;
	background:url(http://images.zip.ca/zip/popup/fo-arr-bl.png) no-repeat 0 0;
}
.fo-right .fo-arr-up
{
	margin-top:20px;
	margin-left:-42px;
	float:right;
	width:65px;
	height:100px;
	background:url(http://images.zip.ca/zip/popup/fo-arr-ur.png) no-repeat 0 0;
}
.fo-right .fo-arr-down
{
	margin-top:60px;
	margin-left:-42px;
	float:right;
	width:65px;
	height:100px;
	background:url(http://images.zip.ca/zip/popup/fo-arr-br.png) no-repeat 0 0;
}
.fo-left .fo-box
{
	margin-left:-18px;
	float:right;
	width:325px;
}
.fo-right .fo-box
{
	float:left;
	width:325px;
}
.fo-top-wrap
{
	font-weight:bold;
	background:url(http://images.zip.ca/zip/popup/fo-top.png) no-repeat 0 0;
	width:100%;
}
.fo-top
{
	color:#fff;
	font-family:arial,helvetica,sans-serif;
	font-size:17px;
	padding-top:16px;
	padding-left:24px;
	padding-right:24px;	
	padding-bottom:2px;
}
.fo-mid-wrap
{
	background:url(http://images.zip.ca/zip/popup/fo-mid.png?nocache) repeat-y 0 0;
	width:100%;
}
.fo-mid
{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	color:#000;
	padding-left:24px;
	padding-right:24px;
	padding-top:8px;
}
.fo-bot-wrap
{
	height:30px;
	background:url(http://images.zip.ca/zip/popup/fo-bot.png?nocache) no-repeat 0 0;
	width:100%;
}
.aa-img-reactivation-white,
.aa-img-reactivation-black
{
    margin-left:24px;
}
.aa-tab
{
    margin-top:-31px;
    position:relative;     
	background-color:#808080;
	background-image:url(http://images.zip.ca/zip/en-CA/zip_redesign_v3.0/misc/account/aa_shadow.gif); 
	background-repeat: repeat-x; 
	background-position: top center;
	float:right;
}
.aa-tab a:hover
{
    color: #fff ! important; 
    text-decoration: none;
}
.aa-close .aa-tab
{
    display:block;
    height:26px;
    margin-bottom:15px;
}
.aa-open .aa-tab
{
	height:36px;	
}
.aa-open .aa-btn-close,
.aa-close .aa-btn-open,
.aa-close .aa-warning
{
    display: none;
}
.aa-close .aa-btn-close,
.aa-open .aa-btn-open,
.aa-open .aa-warning
{
    display: inline;
}
.aa-tab-padding
{
    padding-top:5px;
    padding-right:10px;
    padding-left:10px;
}
.aa-btn
{
    padding-bottom:3px;
}
.aa-btn-text
{
    color:#fff;
    font-size:10pt;
    font-weight:bold; 
}

/* Start of GreyBox */

#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 1px solid #BCBCBC;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}

.GB_Window .content {
    background-color: #fff;
    border: 1px solid #BCBCBC;
    border-top: none;
}

.GB_Window .header 
{
    margin: 0;
    line-height:12px;
    font-weight:bold;
    font-size:12px;
    padding: 0;
    background-repeat:repeat-x;
    color:#fff;        
}

.GB_Window .caption 
{
    padding-left: 8px;
    text-align: left;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    cursor: pointer; 
    padding-right: 4px;
}
.GB_Window .close img {
    cursor: pointer;
    margin-top: -1px;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #fff; }
.GB_Window .click { border-bottom: 1px solid #ccc; }

/* End of GreyBox */

/* Start of Title/Ajax.js */

.ajax-title
{
    text-align: center;
    float: left;
    display: block;
}
/*
.ajax-title a
{
    display: block ! important;
    overflow: hidden ! important;
    white-space: nowrap ! important;    
}
*/
.ajax-twrap
{
    padding: 0 24px 0 24px;
}
.ajax-al
{
    cursor: pointer;
    left: 0%;
    top: 50%;
    position: absolute;
    margin-top: -62px;
    background: #fff url(http://images.zip.ca/zip/en-CA/zip_redesign_v3.0/btns/arrows/tall-left.jpg) no-repeat center center;
    width: 24px;
    height: 124px;
}
.ajax-ar
{
    cursor: pointer;
    left: 100%;
    top: 50%;
    margin-left:-24px;
    position: absolute;
    margin-top: -62px;
    background: #fff url(http://images.zip.ca/zip/en-CA/zip_redesign_v3.0/btns/arrows/tall-right.jpg) no-repeat center center;
    width: 24px;
    height: 124px;
}
.ajax-nopage .ajax-al,
.ajax-nopage .ajax-ar
{
    background: none;
    cursor: default;
}

/* End of Title/Ajax.js */

.png-more 
{
    cursor: pointer;
    width: 68px;
    height: 17px;
    background: url(http://images.zip.ca/rogers/en-CA/zip_redesign_v3.0/btns_png/more.png) no-repeat 0 0;
}

.culture-fr .png-more 
{
    background: url(http://images.zip.ca/rogers/fr-CA/zip_redesign_v3.0/btns_png/more.png) no-repeat 0 0;
}

/* Start StarBar */

.rating
{
    width: 96px;
    margin-left: auto;
    margin-right: auto;
}

.sm
{
    width: 78px;
}

.stars, .stars div, .stars div div, .stars span
{
    left: 0;
}

.starna, .starna div
{
	cursor: pointer;
	float: left;
	width: 16px;
	height: 20px;		
	background: url(http://images.zip.ca/zip/rating/transparent/rating_wht_na.gif) 0 0 repeat-x;
}

/* small-size override */
.sm .starna, .sm .starna div
{
	width: 13px;
	height: 16px;
	background-image: url(http://images.zip.ca/zip/rating/transparent_sm/rating_wht_na.gif);
}

.starna div
{	
	width: 0%;
	background-image: url(http://images.zip.ca/zip/rating/transparent/rating_red_na.gif);
}		

/* small-size override */
.sm .starna div
{
	background-image: url(http://images.zip.ca/zip/rating/transparent_sm/rating_red_na.gif);
}

.rating div.hide
{
	width: 0% ! important;
}

.starnahover, .starna .rated
{
	width: 100% !important;
	background-image: url(http://images.zip.ca/zip/rating/transparent/rating_yel_na.gif) !important;
}

/* small-size override */
.sm .starnahover, .sm .starna .rated
{
	background-image: url(http://images.zip.ca/zip/rating/transparent_sm/rating_yel_na.gif) !important;
}

.stars
{
	cursor: pointer;
	float: left;
	position: relative;
}

.stars, .stars div
{		
	width: 80px;
	height: 20px;
	background: url(http://images.zip.ca/zip/rating/transparent/rating_wht_full.gif) 0 0 repeat-x;
}

/* small-size override */
.sm .stars, .sm .stars div
{
	width: 65px;
	height: 16px;
	background-image: url(http://images.zip.ca/zip/rating/transparent_sm/rating_wht_full.gif);
}

.stars div
{	
	position: absolute;
	background-image: url(http://images.zip.ca/zip/rating/transparent/rating_red_full.gif);
}

/* small-size override */
.sm .stars div
{
	background-image: url(http://images.zip.ca/zip/rating/transparent_sm/rating_red_full.gif);
}

.stars div.rated, .starshover div
{
	background-image: url(http://images.zip.ca/zip/rating/transparent/rating_yel_full.gif);
}

/* small-size override */
.sm .stars div.rated, .sm .starshover div
{
	background-image: url(http://images.zip.ca/zip/rating/transparent_sm/rating_yel_full.gif);
}		

.stars span
{
	display: block;
}
		
.stars span span, .starna div span
{
	width: 16px;
	height: 20px;
	float: left;
	display: block;
}

/* small-size override */
.sm .stars span span, .sm .starna div span
{
	width: 13px;
	height: 16px;
}

.stars .hover, .starna div span
{
	position: absolute;
}

.stars div.r1 { width: 20% ! important; }
.stars div.r2 { width: 40% ! important; }
.stars div.r3 { width: 60% ! important; }
.stars div.r4 { width: 80% ! important; }
.stars div.r5 { width: 100% ! important; }		

/* End StarBar */

.content-wrap
{
    background-color: #fff;
}

/* start the horizontally scroll arrow */
.leftarrow {
background:#FFFFFF url(http://images.zip.ca/zip/en-CA/zip_redesign_v3.0/btns/arrows/tall-left.jpg) no-repeat scroll center center;
cursor:pointer;
height:124px;
left:0;
top:50%;
width:24px;
}

.rightarrow {
background:#FFFFFF url(http://images.zip.ca/zip/en-CA/zip_redesign_v3.0/btns/arrows/tall-right.jpg) no-repeat scroll center center;
cursor:pointer;
height:124px;
left:100%;
top:50%;
width:24px;
}
/* end the horizontally scroll arrow */

/************************SEARCH**************************/
.search-div, .search-div1

{	
	background-position: center;
	padding-left: 1em;
	padding-right: 0;
	float: right; 
	display: block; 
	vertical-align: middle; 
	line-height:28px;
    vertical-align: middle;
    padding-bottom:7px;
}

.search-div input,
.search-div img,
.search-div1 input,
.search-div1 img
{   	
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px; 
	color: #000;
	/*border: 1px solid #A1A1A1;*/
	background-position: top;
	background-repeat: repeat-x;
	vertical-align: middle;	
}

.search-box
{
   background:url(http://images.zip.ca/zip/en-CA/Sports/header/search/fieldbg.gif) repeat-x top;
   background-color: #FFFFFF;
   width:180px;
}

.culture-fr .search-box
{
     width:200px; 
}

.styledGo {
	background: transparent url(http://images.zip.ca/rogers/en-CA/v4/search-go.png) no-repeat center top;
	border:none;
	cursor:pointer;
	height:21px;
	width:42px;
}

* html .styledGo 
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.zip.ca/rogers/en-CA/v4/search-go.png", sizingMethod="scale");
}

.culture-fr .styledGo 
{
    width:74px;
	background: transparent url(http://images.zip.ca/rogers/fr-CA/v4/search-go.png) no-repeat center top;
}

* html .culture-fr .styledGo 
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.zip.ca/rogers/fr-CA/v4/search-go.png", sizingMethod="scale");
}
