/* General links */
a:link, a:visited { color: #334488; font-weight:bold; text-decoration: none }
a:hover        	  { text-decoration: underline }

/* Homepage links */
a.homepage:link, a.homepage:visited { color: #334488; font-family: Trebuchet MS, Verdana, Arial, Helvetica; font-size: 95%; font-weight: bold; text-decoration: none }
a.homepage:hover  { text-decoration: underline }

/* Terms links */
a.terms:link, a.terms:visited { color: #FFCC66; font-weight:bold; text-decoration: none }
a.terms:hover     { text-decoration: underline }

/* Paragraphs */
p, ul             { font-family: verdana, Arial, Helvetica; text-align: justify; color: black; font-size: 0.73em; line-height: 1.4em; margin-left: 20px; margin-right: 20px }
p.terms           { font-family: Arial, Helvetica; color: white; font-size: 0.6em; text-align: right }
p.title           { font-family: Arial, Helvetica, Verdana; text-align: left; color: black; font-size: 0.9em; font-weight: bold; margin-left: 0px; padding: 10px 0 0 0 }

/* Standard HTML sections */
body              { background: #fff url('http://www.come2uk.com/bg.gif'); text-align: center }

/* Tables */
table             { border-collapse: collapse }
table.body	      { margin-left: auto; margin-right: auto; margin-bottom: 10px; width: 980px }
table.header	  { margin-left: auto; margin-right: auto; width: 980px }
table.homepage    { margin-left: auto; margin-right: auto; width: 90% }
table.info    	  { font-family: verdana, Arial, Helvetica; text-align: left; color: black; font-size: 100%; margin-left: 0px; margin-right: 0px }
table.terms	      { margin-left: auto; margin-right: auto; text-align: right; width: 980px }

/* Table columns */
td                { padding: 0 }
td.bottombanner   { background-color: #FFCC66; height: 60px; padding: 5px 0 5px 0; text-align: center }
td.bottomrow      { background-color: #FFCC66 }
td.homepage       { padding: 15; text-align: center; width: 33% }
td.image	      { border: thin solid black }
td.inforight      { padding-left: 20px; text-align: right }
td.margin         { background-color: #FFCC66; width: 5px }
td.sidebar        { background-color: #FFCC66; padding: 0 0 5px 5px; vertical-align: top; width: 200px; }
td.skyscrapper    { background-color: #FFCC66; padding: 5px 0 5px 0; text-align:center; vertical-align: top; width: 130px }
td.text		      { background-color: #FFFFEE; padding: 20px 20px 20px 20px; vertical-align: top }
td.topbanner	  { text-align: right }

/* Images */
img               { border: 0 }

/* Sidebar */
div.sidebar_news  { background-color: #FFFFEE; padding: 0 5px 5px 5px; }
div.sidebar_title { background-color: #CE0000; background-image: url('/come2uk_menu_back.gif'); margin-top: 5px; padding: 0px 5px }
div.sidebar_title a:link, div.sidebar_title a:visited, div.sidebar_title a:hover { color: #FFFFFF; font-family: Arial, Helvetica; font-size: 0.73em; text-decoration: none }

/* Latest News (FeedBurner) */
div.feedburnerFeedBlock ul {  list-style-type: none; margin: 0; padding: 0; text-align: left }
div.feedburnerFeedBlock ul li span.headline { border-top: 1px solid #c0c0c0; display: block; font-family: verdana, Arial, Helvetica; padding: 8px 5px 8px 5px; }
div#creditfooter { display: none }

/* Latest Topics */
table.ssi_table span.ssi_topic  { border-top: 1px solid #c0c0c0; display: block; font-family: verdana, Arial, Helvetica; font-size: 0.73em; padding: 8px 5px 8px 5px; }

/* Menu links - TO BE REMOVED */
table.menu        { color: white; font-family: Arial, Helvetica; font-size: 0.73em; font-weight: bold; margin-left: auto; margin-right: auto; margin-top: 5px; width: 980px }
td.menu           { background-color: #CE0000; color: #FFFFFF; }
a.menu:link    	  { color: #FFFFFF; text-decoration: none }
a.menu:visited    { color: #FFFFFF; text-decoration: none }
a.menu:hover	  { color: #FFCC66; text-decoration: none }

/* Menu bar */
table#vista_toolbar { margin-left: auto; margin-right: auto; margin-top: 10px; width: 980px }
#vista_toolbar ul { background-image:url('/come2uk_menu_back.gif'); background-repeat:repeat-x; float:left; font: normal 12px 'Arial','Trebuchet MS'; line-height:32px; list-style:none; margin:0; 
                    padding:0 10px; text-align: left; width: 960px; #width: 980px; }   /* The hash is a hack to make it applicable to IE only */             
#vista_toolbar li { display:inline; padding: 0; }
#vista_toolbar a { color:#FFF; /* need because it will use default link color */ float:left; font-weight: bold; padding:0 3px 0 3px; /* left 3 px because of left.png image */
                   text-decoration:none; }
#vista_toolbar a span { display:block; float:none; padding:0 10px 0 7px; }
#vista_toolbar a span img { border:none; float: left; margin:8px 4px 0 0; }
#vista_toolbar a:hover{ background: url('/come2uk_menu_left.png') no-repeat left center; }
#vista_toolbar a:hover span { background:url('/come2uk_menu_right.png') no-repeat right center; }
#vista_toolbar a.right { border: none; float:right; margin: 0; } /* for help button - just add class "right" ->  <a class="right"... */