﻿/*
/ --------------------------------------
/	Manston Airport
/   Frame Digital
/ --------------------------------------
/
/	-	STANDARD CSS
/   -   INLINE CMS CSS
/   -   COMMON CSS INCLUDING...
            -   TABLES WITHIN COPY CSS
/           -   COMMON SNIPPETS CSS
/           -   ARRIVAL DEPARTURE CSS
/           -   SEARCH BOX CSS
/           -   WEATHER WIDGET CSS
/           -   SHOPPING AND EATING CSS
/           -   NEWS AND EVENTS CSS
/           -   SPECIAL LINK ICONS
*/


/* --------------------------------------
/    STANDARD CSS
/ -------------------------------------- */

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 83%;
    padding: 0px; margin: 0px;
    color: #666666;
        
    background-color: #eeeeee;
    background-image: url(/themes/default/images/site-bk.gif);
    background-position: center top;
    background-repeat: no-repeat;
}


* { margin: 0px; padding: 0px; }

a { outline: none; text-decoration:underline; color: #c1022c; }

a:hover{
text-decoration:none;
}

a img{
	border:0;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;				
	margin-bottom: 15px;	
	line-height:1.5em;
}

p.small
{
	font-size: 10px;
}

p.list-back-link
{
	background-image:url("/themes/default/images/dotted-red.gif");
background-position:center top;
background-repeat:repeat-x;
margin:15px 0;
padding:5px 0 0 0;
width:100%;
}

input { color: #666666; }

li
{    
	font-family: Arial, Helvetica, sans-serif;
    color:#666666;	
    margin:5px 0;
    list-style: none;
    background-image: url(/themes/default/images//framework/orange-bullet.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 10px;
    /* list-style-position: inside; 
    list-style-image: url(/themes/default/images/framework/orange-bullet.gif); THIS CAUSE IE TO GO MAD */
}

ul{
	margin: 20px 0 20px 40px;
}

h1,h2,h3, h4
{
    font-family: Arial, Helvetica, sans-serif;
    
    width: 100%;     
    color: #a60024;
}

h1 {
	font-size: 20px;
	margin-bottom: 20px;    
}
  
h2 {

font-size: 16px;
 margin-bottom: 15px;    
}

h3 { font-size: 13px;
 margin-bottom: 15px;    
 }
 
 
 /*used to align images in CMS*/
 .img-left
{

    margin-right: 10px;
    float:left;
}

.img-right
{
    display: inline;
    margin-left: 10px;
}

.dotted-line{
background-image: url(../images/dotted-red.gif);
background-repeat:repeat-x;
background-position:center;
font-size:1px;
height:1px;
line-height:1px;
clear:both;
padding:15px 0;
}

.image-caption-left{
	float:left;
	text-align:center;
	margin:0 10px 10px 0;
	border: 1px solid #dbdbdf;
	background-color:#F4F4F5;
}

.image-caption-right{
	float:right;
	text-align:center;
	margin:0 0 10px 10px;
	border: 1px solid #dbdbdf;
	background-color:#F4F4F5;
}

.image-caption-left .caption,
.image-caption-right .caption{
	text-align:center;
	font-size:10px;
}

/* --------------------------------------
/    INLINE CMS CSS
/ -------------------------------------- */

div.editarea { border: dotted 1px #cdcdcd; _border: 0px; min-height: 20px; position: relative; float: left; width: 100%; z-index: 1000; }

div.disabled {	
	border: 1px solid #8b0000;
	background-color: #ffd4d4;
	color:#8b0000;
	font-size:11px;
	padding:2px 5px;
	cursor: help;
}

.tools{
	
	font-size:8px;
	z-index: 1000;
	margin:-1px 0 0 0;
	width: 100%;		
	height: 16px;
	position: absolute;
    top: 0px; left: 0px;
}

.event .tools { position: relative; }
.event .tools img { float: right; }

.tools a.inlineedit {
    display: block;    
    float: right;    
}

div.editarea .tools a.inlineedit img{
	
}

.tools .info{
	cursor:help;
}

.yellowed
{
    background: #ffffa7;
    margin: 10px;
    padding: 3px 10px 0 5px;
    border: dotted 2px #c1022c !important;
    color: #000;
    width: 94% !important;    
}
.yellowed .tools { margin-top: 3px; width: 99%;}

#cms-controls{
    
    position: absolute;
    left:0px;
    top: 0px;
    float: left;
    background-color:#FFFFCC;
    border:1px solid #CC1D1D;
    margin:0 auto;    
    
    padding:2px 5px;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 0.8em; 
    z-index: 1000;   
}

#cms-controls a
{
    color: #0000ff;
    text-decoration: underline;
    cursor: pointer;    
    font-size: 1em;
}

.hideVersions { display: none; }
.showVersions { display: block; width: 300px; min-height: 100px; position: relative; margin: 5px; }

.showVersions table { border-collapse: collapse; margin: 5px; }
.showVersions table td { line-height: 20px; }

.frame-grid .row{background-color: #cdcdcd;height:27px;}
.frame-grid .rowalt{height:27px;}

.frame-grid .row td {background-color: #c0c7a7;height:27px; border-bottom: solid 1px #81904f; border-right: 0px;}
.frame-grid .rowalt td {background-color: #dfe3d3;height:27px; border-bottom: solid 1px #81904f; border-right: 0px;}
.frame-grid td a { text-decoration: none; color: #4C5530; }
.frame-grid td.version { text-align: center; }

.frame-grid .header { height: 24px;     background-color: #81904f; }
.frame-grid .header td { padding-left: 0px; color: #fff; font-weight: bold; font-size: 11px; border-bottom: solid 1px #fff; }

.frame-grid .row .left,
.frame-grid .rowalt .left,
.frame-grid .header .left { padding-left: 10px; } 

.makeCurrent { cursor: pointer; }


/* --------------------------------------
/    COMMON CSS
/ -------------------------------------- */





/* TABLES WITHIN COPY CSS */

#content #main table.datatable
{
    border-collapse: collapse;
    margin-bottom: 5px;
    margin:0 auto;
}
#content #main table.datatable td
{
    padding: 5px;
    font-size:12px;
}

#content #main table.datatable th
{
    padding: 5px;
    background-color:#f17f01;
    color:#fff;
    font-weight: bold;
    text-align: left;
    font-size:12px;
    border-bottom: solid 2px #fff;
    
}

#content #main table.datatable td.row
{
    background: #fef5e7;
    border-bottom: solid 2px #fff;
}
#content #main table.datatable td.alt-row
{
    background: #fee9d1;
    border-bottom: solid 2px #fff;
}

#content #main table.layout-table
{
    border-collapse: collapse;
    margin-bottom: 5px;
    margin:0 auto;
}
#content #main table.layout-table td
{
    padding: 5px;
    font-size:12px;
    color: #bb2244;
}

/* PAGE HEADER CSS */

span.page-title 
{ 
    font-size: 28px;
    color: #fff;
    background-image: url(/themes/default/images/headers/page-title-bk.png); 
    padding: 20px 0 0 20px; margin: 0px; 
    width: 932px; 
    height: 45px;
    font-weight: normal; 
    display: block;
}

.clear { width: 100%; height: 1px; clear: both; font-size:1px; }


/* BREADCRUMBS CSS */

#breadcrumbs
{ 
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    width: 690px;
    min-height: 1px;
    color: #d55e78;
    font-size: 12px;
    margin: 0 0 20px 0;
    
    background-image: url(/themes/default/images/nav/white-red-white-arrow.gif);
    background-repeat: no-repeat;
    background-position: left center;
    
    padding-left: 20px;
}

#breadcrumbs a { text-decoration: underline; color: #d55e78 !important; }
#breadcrumbs a:hover { text-decoration: none; }


/* SNIPPET CSS */

.snippet
{
    width: 210px;
    float: left;    
    margin-bottom: 8px;
    display: inline;
}

.snippet-narrow
{
    width: 160px;
    margin-top: 45px;
}

#right .snippet h4
{    
   font-family: Arial, Helvetica, sans-serif;
    margin:0 0 10px 0;
    padding:0 0 0 0;
    font-size: 15px;
 
    
}
.snippet p
{
    margin: 0px; padding:0px;
}

.wide-snippet
{
    margin-bottom: 0px;
    float: left;
    width: 100%;
    background-image: url(/themes/default/images/dotted-red.gif);
    background-repeat: repeat-x;
    background-position: top;
    padding-top: 30px;
    padding-bottom: 30px;
}

.snippet-schedule{
	width:100%;
}

/* SNIPPET CSS */



/* ARRIVAL DEPARTURE CSS */

.control { width: 200px; border: solid 1px #cdcdcd; padding: 3px 4px 4px 4px; font-size: 11px; color: #666; font-family:Arial,Helvetica,sans-serif;}
input.date { background-image: url(/themes/default/images/calendar.gif); background-repeat: no-repeat;  padding-left: 25px; width: 90px; cursor: pointer; }


.latest-news { width: 295px; }

.latest-news h2
{
    color: #4b2077;
    margin: 0px; padding: 0px;
    margin-bottom: 10px;
    font-size: 16px;
}


/* SEARCH BOX CSS */

#search
{    
    height: 39px;    
    
    width: 247px;
    padding-left: 16px;
    
    position: absolute;
    left: 702px;
    top:0px;
    background-image: url(/themes/default/images/framework/search-box.gif);

    clear: both;
}

#search input 
{
    background-image: url(/themes/default/images/framework/search-input.png);
    border: 0px;
    width: 140px;    
    height: 17px;
    
    padding: 4px 8px 4px 8px;
    margin-right: 5px;
    margin-top: 3px;
    
    font-size: 12px;
}

#search-arrow { margin-right: 5px; position: relative; top: 3px; }
#search a { color: #fff; font-weight: bold; text-decoration: none; top: 1px; position: relative; cursor: pointer; }


/* WEATHER WIDGET CSS */

#weather 
{ 
    height: 30px;    
    width: 230px;    
    
    position: absolute;
    left: 735px;
    top: 97px;
    text-align:right;

    font-size: 12px;
    color: #160438;
 }
 
 #weather img{
 	margin:0 5px 0 0 ;
 }
 
/* SHOPPING AND EATING CSS */
.shopping-eating-left
{
    width: 452px;
    float: left;
    margin-right: 20px;
}

.shopping-eating-left h2
{
    border: 0px;
    margin: 0 0 15px 0; padding:0px;
}

.shopping-eating-right
{
    width: 224px;
    float: left; 
    
    /* sorry IE, but its about time you grew up  */    
    border: solid 1px #bb2244;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;   


    padding: 0 0 10px 0;
}

.shopping-eating-right img
{
    margin: 10px 0 15px 12px;
    /*width: 200px;*/

}

.shopping-eating-right table
{        
    width: 185px;
    border-collapse: collapse;
    margin: 0 auto;
    font-size: 12px;
    color: #C1022C;

}

.shopping-eating-right p.special-bold
{
    color: #C1022C;
    margin: 0 0 10px 0;
    padding:0px;
    
    padding-left: 20px !important;
    background-image: url(/themes/default/images/nav/white-red-white-arrow.gif);
    background-repeat: no-repeat;
    background-position: left 2px;
    
    font-weight: bold;
    font-size: 12px;
    
}


.bullet-point
{
    color: #4b2077;
    margin: 0px;
    padding: 0px;
    padding-left: 10px !important;
    background-image: url(/themes/default/images/list-dot.gif);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 12px;
}

.padding-left 
{ 
    color: #ff6600;    
    margin: 0px;
    padding:0px;    
    padding-left: 20px; 
}

/* NEWS AND EVENTS CSS */

#news-listing
{
    width: 95%;            
}

#news-listing a.read-more{
font-weight:bold;
text-decoration:underline;
}

#news-listing a.read-more:hover{
	text-decoration:none;
}

.news 
{
    background-image: url(/themes/default/images/dotted-red.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 1px;
    clear:both;
    position: relative;
}
.news h3 {
    margin: 0 0 10px 0;
    background-image: url("/themes/default/images/arrow-white-red-peach.gif");
    background-position:1px 2px;
    background-repeat:no-repeat;
    padding:4px 0 2px 20px;
    color: #666666 !important;
}
.news h3 a { text-decoration: none; }

.news p{
	padding:0 0 18px 20px;
}





/* BUTTONS */
a.reserve-now { 
display: block; 
width: 106px; height: 22px; 
background-image: url(../images/buttons/reserve-now.png); 
background-position: 0 0;
} 

a.reserve-now:hover{
background-position: 0 -22px ;	
}

a.reserve-now span { display: block; text-indent: -3000px; }


a.find-out-more { 
display: block; 
background-image: url(../images/buttons/find-out-more.png); 
height: 22px; width: 112px;
background-position: 0 0;
}

a.find-out-more:hover{
background-position: 0 -22px ;	
}

a.find-out-more span { display: block; text-indent: -3000px; }

/* QUICK LINKS CSS */
.quicks
{
    float: left; 
    min-height: 180px; 
    width: 205px; 
    padding: 0px; 
}

.quicks ul li,
.quicks ul { margin: 0px; padding: 0px;}

.quicks ul li {
    background-image: url(/themes/default/images/list-dot.gif);
    background-position: left center;
    background-repeat: no-repeat;
    list-style: none;
    padding:0 0 5px 10px;
}

.quicks h2 
{ 
    margin: 0px; 
    padding: 0px;     
    padding: 2px 0 0 17px;
    margin-bottom: 10px;
    background-image: url(/themes/default/images/arrow-white-red-peach.gif); 
    background-repeat: no-repeat; 
    background-position: 1px 2px;
}
 
.quicks a.quick-link-more { font-weight: bold; text-decoration: none; }
.quicks a.quick-link-more span { text-indent: -3000px; }
 
.quicks .container { float:left; }
.quicks .bottom-link { 
    height: 20px; 
    float: left;  
    background-image: url(/themes/default/images/dotted-red.gif); 
    background-position: bottom; 
    background-repeat:repeat-x ; width: 195px;
}

.narrow-content
{
    width: 525px;
    float: left;
    background-image: url(/themes/default/images/dotted-red-vertical.gif);
    background-repeat: no-repeat;
    background-position: 515px 45px;
    margin-right: 12px;    
}

/* SPECIAL LINK ICONS */
table.links td a{
vertical-align:middle;
line-height:24px;
}

.datatable .icon{
float:left;
height:24px !important;
overflow:hidden;
width:24px;
background-repeat: no-repeat;
background-position:center center;
margin:0 10px 0 0;
}

.datatable .lonelyplanet{
	background-image: url(../images/icons/icon_lonely-planet.png);
}
.datatable .tripadvisor{
	background-image: url(../images/icons/icon_tripadvisor.png);
}
.datatable .wikipedia{
	background-image: url(../images/icons/icon_wikipedia.png);
}

.datatable .website{
	background-image: url(../images/icons/icon_generic-website.png);
}

