/* Body specification */
body
{
	background: white;
	color: black;
	border:none;
	
}
#submenu {
	background-color: #A9DEFD;
	text-align: left;
	font-size:8pt;
	padding:3px 5px;
	text-transform:uppercase;
	margin-bottom: 3px;

}

#submenu a {
    margin: 0px;
	padding: 3px 2px;
    color: #000000;
    font: normal 8pt  Arial, Helvetica, sans-serif;;
    text-decoration: none;
}

/*#submenu a.submenu_selected {
	background-color: #ffffff;
	border: #0066cc 1px solid;
	border-bottom: 0px none;	
}*/

#submenu a:hover {
    text-decoration: underline;
}

#submenu div.submenu_div {
	display: none;
	position: absolute;
	background-color: #deebf8;
	border: #003366 1px solid;
	font: normal 10pt  Arial, Helvetica, sans-serif;;
	z-index: 99;
	padding: 0px;
}

#submenu div.submenu_div a {
	display: block;
	margin: 0px 0px 2px 0px;
	padding: 4px 4px 4px 4px;
	height: auto;
	text-decoration: none;
	text-transform: none;
	color: #333333;
}

#submenu div.submenu_div a:hover {
	text-decoration: none;
	color: #003366;
	background-color: #eaf2fa
}

/* No borders for images */
a img {border: 0;}

/* Link specifications for content */
a.zp_tk_content 
{ 
	font-family: arial, helvetica, serif;
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	text-decoration: none; 
}
a.zp_tk_content:active { color: red }
a.zp_tk_content:hover
{
	color: blue;
	text-decoration: underline;
}
a.zp_tk_content:link 
{ 
	color: #000099;
}
a.zp_tk_content:visited 
{ 
	color: navy; 
}

/* Link specifications for bold links in content */
a.zp_tk_contentbold 
{ 
	font-family: arial, helvetica, serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	text-decoration: none; 
}
a.zp_tk_contentbold:active { color: red }
a.zp_tk_contentbold:hover
{
	color: blue;
	text-decoration: underline;
}
a.zp_tk_contentbold:link 
{ 
	color: #000099;
}
a.zp_tk_contentbold:visited 
{ 
	color: navy; 
}

/* Link specifications for small links in content */
a.zp_tk_contentsmall 
{ 
	font-family: arial, helvetica, serif;
	font-size: 0.7em;
	font-weight: normal;
	text-align: left;
	text-decoration: none; 
}
a.zp_tk_contentsmall:active { color: red }
a.zp_tk_contentsmall:hover
{
	color: blue;
	text-decoration: underline;
}
a.zp_tk_contentsmall:link 
{ 
	color: #000099;
}
a.zp_tk_contentsmall:visited 
{ 
	color: navy; 
}

/* Link specifications for small bold links in content */
a.zp_tk_contentsmallbold 
{ 
	font-family: arial, helvetica, serif;
	font-size: 0.7em;
	font-weight: bold;
	text-align: left;
	text-decoration: none; 
}
a.zp_tk_contentsmallbold:active { color: red }
a.zp_tk_contentsmallbold:hover
{
	color: blue;
	text-decoration:underline;
}
a.zp_tk_contentsmallbold:link 
{ 
	color: #000099;
}
a.zp_tk_contentsmallbold:visited 
{ 
	color: navy; 
}

/* Link specifications for large links in content */
a.zp_tk_contentlarge 
{ 
	font-family: arial, helvetica, serif;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	text-decoration: none; 
}
a.zp_tk_contentlarge:active { color: red }
a.zp_tk_contentlarge:hover
{
	color: blue;
	text-decoration: underline;
}
a.zp_tk_contentlarge:link 
{ 
	color: #000099;
}
a.zp_tk_contentlarge:visited 
{ 
	color: navy; 
}

/* Link specifications for large bold links in content */
a.zp_tk_contentlargebold 
{ 
	font-family: arial, helvetica, serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	text-decoration: none; 
}
a.zp_tk_contentlargebold:active { color: red }
a.zp_tk_contentlargebold:hover
{
	color: blue;
	text-decoration: underline;
}
a.zp_tk_contentlargebold:link 
{ 
	color: #000099;
}
a.zp_tk_contentlargebold:visited 
{ 
	color: navy; 
}

/* Link specifications for category-tree links in top bar */
a.zp_tk_largemenu 
{ 
	font-family: arial, helvetica, serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	text-decoration: none; 
}
a.zp_tk_largemenu:active { color: red }
a.zp_tk_largemenu:hover
{
	color: blue;
	text-decoration: underline;
}
a.zp_tk_largemenu:link 
{ 
	color: #000099;
}
a.zp_tk_largemenu:visited 
{ 
	color: navy; 
}

/* Link specifications for right menu */
a.zp_tk_rightrail 
{ 
	font-family: arial, helvetica, serif;
	font-size: 0.6em;
	text-align: left;
	text-decoration: none; 
}
a.zp_tk_rightrail:active { color: red }
a.zp_tk_rightrail:hover
{
	color: blue;
	text-decoration: underline;
}
a.zp_tk_rightrail:link 
{ 
	color: #000099;
}
a.zp_tk_rightrail:visited 
{ 
	color: navy;
}

/* Link specifications for optional items in left/top menu */
a.zp_tk_optionalmenu 
{ 
	font-family: arial, helvetica, serif;
	font-size: 0.75em;
	font-weight: bold;
	text-align: left;
	text-decoration: none; 
}
a.zp_tk_optionalmenu:active { color: red }
a.zp_tk_optionalmenu:hover
{
	color: blue;
	text-decoration: underline;
}
a.zp_tk_optionalmenu:link 
{ 
	color: white;
}
a.zp_tk_optionalmenu:visited 
{ 
	color: white;
}


/* Link specifications for left/top menu bar links */
a.zp_tk_menu 
{ 
	font-family: arial, helvetica, serif;
	font-size: 0.75em;
	font-weight: bold;
	text-align: left;
	text-decoration: none; 
}
a.zp_tk_menu:active { color: red }
a.zp_tk_menu:hover 
{ 
	color: blue;
	text-decoration: underline;
}
a.zp_tk_menu:link 
{ 
	color: #ffffff;
}

a.zp_tk_menu:visited 
{ 
	color: #ffffff;
}

/* Link specifications for selected left/top menu item */
a.zp_tk_selectedmenu 
{ 
	font-family: arial, helvetica, serif;
	font-size: 0.75em;
	font-weight: bold;
	text-align: left;
	text-decoration: none; 
}
a.zp_tk_selectedmenu:active { color: red }
a.zp_tk_selectedmenu:hover 
{ 
	color: blue;
	text-decoration: underline;
}
a.zp_tk_selectedmenu:visited 
{ 
	color: black; 
}
a.zp_tk_selectedmenu:link
{
	color: #000000;
}

/* Background and font specifications for top bar with Movies in Your Area */
td.zp_tk_topbar
{
	background-color: #003366;
	color: #ffffff;
	font-family: arial;
	font-size: 0.8em;
	font-weight: bold;
}

/* Font specifications for category-tree links in top bar */
font.zp_tk_largemenu 
{ 
	color: #ffffff;
	font-family: arial, helvetica, serif;
	font-size: 1.2em;
	font-weight: bold;
}

a.zp_tk_menu:active { color: red }
a.zp_tk_menu:hover 
{ 
	color: blue;
	text-decoration: underline;
}

/* Background and font specifications for top menu bar */
td.zp_tk_topmenu
{
	background-color: #6699cc;
	color: #ffffff;
	font-family: arial;
	font-size: 0.8em;
	font-weight: normal;
}

/* Background and font specifications for content area */
table {
	margin-left: 3px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;	
}
table tbody tr td table{
	margin:0px;
	border:none;
}
form {
	margin: 0px;
	padding: 0px;
}
form table{
	border: none;
}
td.zp_tk_content
{
	background-color: #ffffff;
	color: #000000;	
}

font.zp_tk_content
{
	color: #000000;
	font-family: arial;
	font-size: 0.8em;
	font-weight: normal;
}

/* Font specifications for top navigation text in content */
font.zp_tk_contenttopnav 
{ 
	color: #000000;
	font-family: arial;
	font-size: 1.2em;
	font-weight: bold;
}

/* Font specification for the title's in content area */
font.zp_tk_contenttitle
{
	color: #000000;
	font-family: arial;
	font-size: 1em;
	font-weight: bold;
}

/* Font specification for the bold fonts in content area */
font.zp_tk_contentbold
{
	color: #000000;
	font-family: arial;
	font-size: 0.8em;
	font-weight: bold;
}

/* Font specification for small font in content area */
font.zp_tk_contentsmall
{
	color: #000000;
	font-family: arial;
	font-size: 0.7em;
	font-weight: normal;
}

/* Font specification for small bold fonts in content area */
font.zp_tk_contentsmallbold
{
	color: #000000;
	font-family: arial;
	font-size: 0.7em;
	font-weight: bold;
}

/* Font specification for large font in content area */
font.zp_tk_contentlarge
{
	color: #000000;
	font-family: arial;
	font-size: 1em;
	font-weight: normal;
}

/* Font specification for large bold fonts in content area */
font.zp_tk_contentlargebold
{
	color: #000000;
	font-family: arial;
	font-size: 1em;
	font-weight: bold;
}

/* Background colours for selected link in menu */
td.zp_tk_selectedmenu
{
	background-color: #ffffff;
}

/* Background colours for left/top menu */
td.zp_tk_menu
{
	background-color: #003366;
}

/* Background and font specifications for searchbox */
td.zp_tk_searchbox
{
	background-color: #6699cc;
}

font.zp_tk_searchbox
{
	color: #ffffff;
	font-family: arial;
	font-size: 0.6em;
	font-weight: normal;
}

font.zp_tk_searchboxtitle
{
	color: #ffffff;
	font-family: arial;
	font-size: 0.8em;
	font-weight: bold;
}

/* Background and font specifications for rightrail */
td.zp_tk_rightrail
{
	background-color: #ffffff;
}
font.zp_tk_rightrail
{
	color: #000000;
	font-family: arial;
	font-size: 0.6em;
	font-weight: normal;
}

/* Background and font specifications for listingsoddrow */
th.zp_tk_listingsoddrow
{
	background-color: #ffffff;
	color: #000000;
	font-family: arial;
	font-size: 0.6em;
	font-weight: normal;
}

td.zp_tk_listingsoddrow
{
	background-color: #ffffff;
	color: #000000;
	font-family: arial;
	font-size: 0.6em;
	font-weight: normal;
}
/* Link specifications for movie name in listingsoddrow */
a.zp_tk_listingsoddrow 
{ 
	text-align: left;
	text-decoration: none; 
}
a.zp_tk_listingsoddrow:active { color: red }
a.zp_tk_listingsoddrow:hover
{
	color: blue;
	text-decoration: underline;
}
a.zp_tk_listingsoddrow:link 
{ 
	color: #000099;
}
a.zp_tk_listingsoddrow:visited 
{ 
	color: navy; 
}

/* Background and font specifications for listingsevenrow */
td.zp_tk_listingsevenrow
{
	background-color: #ffffff;
	color: #000000;
	font-family: arial;
	font-size: 0.6em;
	font-weight: normal;
}
/* Link specifications for movie name in listingsoddrow */
a.zp_tk_listingsevenrow 
{ 
	text-align: left;
	text-decoration: none; 
}
a.zp_tk_listingsevenrow:active { color: red }
a.zp_tk_listingsevenrow:hover
{
	color: blue;
	text-decoration: underline;
}
a.zp_tk_listingsevenrow:link 
{ 
	color: #000099;
}
a.zp_tk_listingsevenrow:visited 
{ 
	color: navy; 
}

/* Background colours for optional links in left/top menu */
td.zp_tk_optionalmenu
{
	background-color: black; 
}
body{
	margin: 0px;
	padding: 0px;
}
/*** Header ***/
div.wrapper {
	width:785px;
	float:left;
}
div#wrapper {
	width:785px;
	float:left;
}
div#header {
	float:left;
	padding:5px 0px 0px 0px;
	margin: 3px 0px 0px 3px;
    border: solid 1px #bbbbbb;
	border-bottom: none;
}
#header a{
	clear: right;
}
#header img.masthead {
	width:392px;
	clear: right;
	float:left;
	padding: 0px;
	margin: 0px;
	border: none;
}
#header div.image_links {
	float:left; 
	margin: 0px 0px 0px 90px;
	padding: 0px;
}
#header div.image_links a {
	float:left;
	border: none;
	margin: 0px;
	padding: 0px;
}
#header div.image_links a img{
/*	float:left; */
	border: none;
	margin: 0px;
	padding: 0px;
}
#header div.top_right_links {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	padding:0px;
	margin: 0px;
	margin-right: 5px;
}
#header div.top_right_links a {
	border:none;
	text-decoration:none;
	color:#333333;
}
#header div.top_right_links a:hover {
	text-decoration:underline;
	color:#000000;
}
#header div.weather {
	float:right;
	margin: 15px 5px;
	height:3em;
}

/*** Menu ***/
#header div#menu_container a {
	display:block;
	float:left;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#FFFFFF;
	margin-right:5px;
	width:140px;
	text-align:center;
	text-decoration:none;
	padding:5px 0px 4px 0px;
	font-weight:bold;
	border-bottom:7px solid #FFFFFF;
}
/*menu links*/
#header div#menu_container a#news_link {
	border-bottom-color:#A9DEFD;
}
#header div#menu_container a#news_link {
	background-color:#045a8d;
}
#header div#menu_container a#dining_guide_link {
	background-color:#a79c6f;
}
#header div#menu_container a#ask_link {
	background-color:#a79c6f;
}
#header div#menu_container a#community_link {
	background-color:#484590;
}
#header div#menu_container a#marketplace_link {
	background-color:#8b181b;
}
/*** footer ***/
div#footer {
	border: solid 1px #bbbbbb;
	border-top:none;
	background-color:#e3dab3;
	float:left;
	padding:5px 0px 5px 10px;
	margin-left:3px;
}
div#footer table{
	font: normal 10pt Arial, Helvetica, sans-serif;
	border-left: none;
}
/*titles*/
div#footer table tr td#title {
	color:#8b171a;
	font-weight:bold;
	width:70px;

}
div#footer a {
	color:#333333;
	text-decoration:none;
}
div#footer a:hover {
	color:#000000;
	text-decoration:underline;
}
/*copyright*/
div#footer table tr td.copyright {
	font-size:8pt;
	color:#333333;
}