/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
/*ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }*/

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

body{
background-color:#CCCCCC;
	margin: 0px;
	padding: 0px;
}
#mantag{
position:absolute;
	left:0px;
	top:0px;
	padding: 0px 0px 0px 10px;
}
#skip{
	position: absolute;
	top: -300px;
}
	
#container{
width: 900px;
/*margin: 0px auto;*/
background-image: url(http://www.manchester.com/images/components/3colBG920.jpg);/* Blue stripe on left AND right hand Sides */ 
background-repeat: repeat-y;
background-color: #fff;
color: #333;
border: 1px solid #505050;
}

#imgheading {
	margin-top: 0px;
	margin-bottom: 0px;
    padding: 149px 0 0 0;
    overflow: hidden;
    background-image: url("/images/front/coverimagesCss/business.jpg");
    background-repeat: no-repeat;
	background-position:top left;   
    height: 0px !important;
    height /**/:149px;
}

#crumbloc{
	margin-top:-1px;
	/*position:absolute;
	top:84px;
	left:0px;*/
	width:896px;
	padding:0px 0px 0px 4px;
	background-color:#006699;
	border-bottom:3px solid #0099CC;
}
#crumbloc .breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00ccff;
	font-weight: bold;
	text-decoration: none;
	/*margin-bottom: 5px; 1px 2px*/
}
#crumbloc .breadcrumbs a:link {color: #00ccff; font-weight: bold; text-decoration: none;}
#crumbloc .breadcrumbs a:hover {color: #ffffff; font-weight: bold; text-decoration: none;}

#leftColumn
{
float: left;
width: 135px;
margin: 6px 0 0 0;
padding: 0px;
}
#navcontainer{
background-color:transparent;
}
#leftColumn #navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
text-transform: uppercase;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a {
display: block;
padding: 1px 7px 3px 5px;
border-top: 3px solid #3399cc;
border-bottom: 2px solid #00ccff;
width: 123px;
background-color: #336699;

/*background-image: url(http://www.manchester.com/images/components/mmenuBut.jpg);
background-repeat:repeat-y;*/
}

#navcontainer a:link, #navlist a:visited {
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover {
border-top: 3px solid #3399cc;
background-color: #3399cc;

/*background-image: url(http://www.manchester.com/images/components/mmenuButOver.jpg);
background-repeat:repeat-y;*/
color: #ffffff;
}

#navcontainer #navlist #active a:link, #active a:visited, #active a:hover {
border: 0px solid #333;
background-color: #FF6600;

/*background-image: url(http://www.manchester.com/images/components/mmenuButOver2.jpg);
background-repeat:repeat-y;*/
color: #333;
}

/***** Ends the Left Hand Side navigation ****************************************************/
.footer-strips{
border:0px solid #ff0000;
margin:0;
padding:0;
margin-bottom:8px;
margin-left:20px;
margin-right:20px;
text-align:center;
}
.footer-strips #navlist2 {
	list-style-type: none;
	display: inline;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	
	margin: 0px;
}

.footer-strips #navlist2 li {
	list-style-type: none;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	line-height: 100%;
	line-height:/**/120%;
	line-height: normal;
	margin: 0px;
}

.footer-strips #navlist2>ul li {
	list-style-type: none;
	display: inline;
	margin: 0px;
}

#footer {
	clear: both;
	display: block;
}

.footer-strips #navlist2 li a:hover, #navlist li a:focus {
	list-style-type: none;
	color: #ffffff; 
}

.footer-strips #navlist2 li a {
	list-style-type: none;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	color: #ffffff;
	padding-right: 2px;
	padding-left: 2px;
	border-right: 1px solid #ffffff;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.footer-strips #navlist2 li {list-style-type: none; display: inline; margin: 0px;}

/* fix for browsers that don't need the hack */
html>body .footer-strips #navlist2 li {list-style-type: none; display: inline; margin: 0px;}

.footer-strips #navlist2 #active2 a, #active2 a:visited, #active2 a:hover {
	color: #ff0000;
	background-image: none;
	background-color: transparent;
}
/********From typostyles for business and solicitors***********************************************************************/
.tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.listinglinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.titleheadline {
	font-family: Arial, Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
}

.headlinenews {
	font-family: Arial, Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
}

.newssection {
	font-family: Arial, Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #006699;
}

.newsheads {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px; color: #000000; font-weight: lighter; text-decoration: none;}
.newsheadsbold {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px; color: #000000; font-weight: bold; text-decoration: none;}
.newsheads a:link{font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px; color: #000000; font-weight: lighter; text-decoration: none;}
.newsheads a:hover{font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px; color: #000000; font-weight: lighter; text-decoration: none;}
.newsheads a:active{font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px; color: #000000; font-weight: lighter; text-decoration: none;}
.newsheads a:visited{font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px; color: #000000; font-weight: lighter; text-decoration: none;}
/**/
.newsbox  {font-family: Arial, Georgia, Times New Roman, Times, serif; font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none;}
.newsbox a:link {font-family: Arial, Georgia, Times New Roman, Times, serif; font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none;}
.newsbox a:hover {font-family: Arial, Georgia, Times New Roman, Times, serif; font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none;}
.newsbox a:visited {font-family: Arial, Georgia, Times New Roman, Times, serif; font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none;}
.newsbox a:active {font-family: Arial, Georgia, Times New Roman, Times, serif; font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none;}
.newsboxsmall  {font-family: Arial, Georgia, Times New Roman, Times, serif; font-size: 11px; color: #ffffff; font-weight: bold; text-decoration: none;}


.newslist {
	padding-top: 5px;
	padding-bottom: 10px;
}

.newsbullet {
	background-image: url(/images/components/newsbullet.gif);
	padding-left: 15px;
	background-position:left top;
	background-repeat: no-repeat;
}

.newsbullet a {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; color: #000000; font-style: normal; text-decoration:none;}

.newsboxlink a {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; color: #000000; font-style: normal; text-decoration:none;}

.frontheadline {
	font-family: Arial, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.frontheadline a:link{font-family: Arial, Georgia, Times New Roman, Times, serif; font-size: 16px; font-weight: bold; color: #CC0000; text-decoration:none;}
.frontheadline a:active{font-family: Arial, Georgia, Times New Roman, Times, serif; font-size: 16px; font-weight: bold; color: #CC0000; text-decoration:none;}
.frontheadline a:hover{font-family: Arial, Georgia, Times New Roman, Times, serif; font-size: 16px; font-weight: bold; color: #CC0000; text-decoration:none;}
.frontheadline a:visited{font-family: Arial, Georgia, Times New Roman, Times, serif; font-size: 16px; font-weight: bold; color: #CC0000; text-decoration:none;}

.newsboxlink a {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; color: #000000; font-style: normal; text-decoration:none;}

.headline {font-family: Arial, Georgia, Times New Roman, Times, serif;	font-size: 24px; font-style: normal; font-weight: bold; color: #333333;}

.articletext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: lighter;}
/***** Ends the navigation ****************************************************/
#leftAds{
 margin-top:-3px;
 margin-bottom:0px;
 margin-left:0px;
 border:0px solid #cccccc;
 width:118px;
 padding-left:17px;
 padding-top:17px;
 min-height:200px;
}

/******************************************************************************/
#rightcol
{
float: right;
width: 148px;
margin: 6px 0 0 0;
padding: 0px 0px 0px 0px;
}
/******************************************************************************/

#content {

margin-top:1px;
margin-right: 148px;
margin-bottom: 10px;
margin-left: 140px;
border: 0px solid gray;
background-color:#FFFFFF;
}

.contentFW{
	border-top:5px solid #FF6600;
	border-bottom:0px solid #FF6600;
	margin:15px 2px 2px 2px;
	padding:2px;
	/*min-height:120px;*/	
}
.contentFWholder{
	border:0px solid #FF6600;
	margin:0px 0px 0px 0px;
	background-color:#ffffff;
	padding:0px;
	min-height:200px;	
	height: 280px;
}
.contentHlfLeft{
	float:left;
	width:295px;
	border-top:0px solid #FF6600;
	border-bottom:0px solid #FF6600;
	margin:0px 2px 5px 0px;
	padding:2px;
	/*min-height:140px;*/
	border-top:5px solid #FF6600;
	border-bottom:0px solid #FF6600;
}
.contentHlfRight{
	float:right;
	width:300px;
	border-top:0px solid #FF0000;
	border-bottom:0px solid #FF6600;
	margin:0px 2px 5px 0px;
	padding:2px;
	/*min-height:140px;*/
	border-top:5px solid #FF6600;
	border-bottom:0px solid #FF6600;
}

.contentHlfLeftBorder{
	float:left;
	width:590px;
	border-top:5px solid #FF6600;
	border-bottom:0px solid #FF6600;
	margin:5px 2px 5px 7px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	background-color:transparent;
	color:#000000;
	/*min-height:140px;*/
}

.contentHlfLeftBorder2{
	float:left;
	width:410px;
	border-top:3px solid #006666;
	border-bottom:0px solid #FF6600;
	margin:5px 2px 5px 7px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	background-color:transparent;
	color:#000000;
	/*min-height:140px;*/
}


.contentHlfRightBorder{
	float:right;
	width:145px;
/*	border:1px solid #9999CC;*/
	border: 0px;
	margin:1px 1px 1px 1px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	font-weight:normal;
	background-color:#ffffff;
	color:#000000;
	/*min-height:140px;*/
}

.bannerGoogle{
	/*border:5px solid #CCCCFF;*/
	background-color:Transparent;
	padding-top:2px;
	padding-bottom:2px;
	/*padding-left:10px;*/
	margin-left:5px;
	margin-bottom:5px;
	margin-top:5px;
	text-align:center;
}

#feeddiv{
	background-color:#ffffff;
	color:#336699;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:5px;
	margin-bottom:5px;
	margin-top:5px;
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.bannerRight{
	border:5px solid #CCCCFF;
	background-color:#9999CC;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:10px;
	text-align:center;
}

#bannerRight hr{
	width:100%;
	height:5px;
	color:#ccccff;
}
#adright{
	float:right;
	margin-left:10px;
	width:260px;
	background-color:transparent;
	color:#000000;
}

#hotelbox{
	width:127px;
	margin:10px 0px 10px 0px;
	background-image:url(/images/boxes/titles/hotels.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#33CCFF;
	color:#333399;
	padding:0px 1px 2px 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
#hotelbox a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#333399;
	text-decoration:none;
}

#hotelbox form label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333399;
	text-decoration: none;
}
.gosmall{
font-size:9px;
}
#madbox{
	width:127px;
	margin:10px 0px 10px 0px;
	background-image:url(/images/boxes/titles/mad.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#333333;
	color:#00ff00;
	padding:0px 1px 0px 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
#mailbox{
	width:127px;
	margin:10px 0px 10px 0px;
	background-image:url(/images/boxes/titles/webmail.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#ffffff;
	color:#000000;
	padding:0px 1px 0px 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#restbox{
	width:127px;
	margin:10px 0px 10px 0px;
	background-image:url(/images/boxes/titles/restaurants.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#339900;
	color:#ffffff;
	padding:0px 1px 18px 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
.boxlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.boxlink a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#bestbox{
	width:127px;
	margin:10px 0px 10px 0px;
	background-image:url(/images/boxes/titles/bestof.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#000000;
	color:#ffffff;
	padding:0px 1px 2px 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#interbox{
	width:127px;
	margin:10px 0px 10px 0px;
	background-image:url(/images/boxes/titles/interactive.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#33CCFF;
	color:#ffffff;
	padding:0px 1px 2px 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#searchbox{
	width:127px;
	margin:10px 0px 10px 0px;
	background-image:url(/images/boxes/titles/search.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FEE3AC;
	color:#A36209;
	padding:0px 1px 2px 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
#searchbox a{
	color:#A36209;
	font-weight:bold;
	text-decoration:underline;
}

#jobsbox{
	width:127px;
	margin:10px 0px 10px 0px;
	background-color:#628061;
	color:#ffffff;
	padding:2px 1px 2px 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
#jobsbox a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#footer
{
clear: both;
margin: 0;
padding: 0.5em;
color: #FFFFFF;
background-color: #006699;
border-top: 1px solid #006699;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:normal;
}
#copydate{float:left;}
#footlinks{margin-left:140px;}

#leftnav p, #rightcol p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

#top {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height: 85px;
	z-index:1;
	background-color: #ffffff;
	border-bottom: 1px solid #006699;
}
#manlogo {
	position:absolute;
	left:9px;
	top:9px;
	width:250px;
	height:80px;
	z-index:2;
	background-color:transparent;
}
#flashbanner {
	position:relative;
	top:9px;
	width:468px;
	height:60px;
	z-index:2;
	margin-left:420px;
	background-color:transparent;
	border-bottom:2px solid #33ccff;
	border-right:2px solid #33ccff;
	border-left:2px solid #0099cc;
	border-top:2px solid #0099cc;
}

.whiteBGrt{/*red BackGround White Text*/
	display:block;
	color:#cc0000;
	margin-bottom:2px;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.whiteBGrt a{
	color:#cc0000;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}

.newstext{
	color:#000000;
	background-color:transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
	
.newstext a{
	color:#000000;
	background-color:transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}

.text{
	color:#000000;
	background-color:transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
	
.text a{
	color:#cc0000;
	background-color:transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#social {
	border-top: 1px solid #6699CC;
	border-bottom: 1px solid #6699CC;
	padding-top: 3px;
	padding-bottom: 3px;
}

#social_explained {
	display: none;
}

.ticketlist {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ticketlist a {
	color: #006699;
	text-decoration: underline;
}
.ticketlist a:hover {
	color: #3399CC;
}

#comments {
	border-top: 1px solid #6699CC;
	border-bottom: 1px solid #6699CC;
	padding-top: 5px;
	padding-bottom: 5px;
}

#makecomments {
	display: none;
}


.newslist {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.newslist a {
	color: #006699;
	text-decoration: underline;
}
.newslist a:hover {
	color: #3399CC;
}