﻿body {font-family: Arial, Verdana, Sans-Serif; font-size:10px;margin:0px;overflow-y:scroll;}
p, ul, li {margin-top: 0px;margin-bottom: 0px;}

a {color:#00BBEB; text-decoration:none;}
a:hover {color:#E31B23;text-decoration:underline;}
#pic {margin-left:auto; margin-right:auto;width:1000px;}
#main {position:fixed; background-repeat:no-repeat;width:1000px;height:646px;background-color:#D0ECF4;background-image:url('/thegap5/img/bck.jpg');}
#searchengine {width:120px;position:absolute;right:50px;top:155px;color:#F8F8F9;font-size:9px;text-align:justify;overflow:hidden;}
#content {width:560px;position:relative;top:79px; left:200px;}
.tblContent {width:500px;}
#topIcons {position:absolute; right:10px;top:6px;}
.title {font-size:12px;font-weight:bold;}
.subTitle {color:White;}
#submenu {position:absolute;left:-50px;}

#bottom {width:1000px; margin-right:auto;margin-left:auto;height:100px; bottom:0px;background-color:White;}
#bottom2 {position:fixed;bottom:0px;background-color:White;width:1000px;}
#path {width:600px; height:13px;position:absolute; right:50px;top:-15px;overflow:hidden;text-align:right;color:#A9A9A9;}
#path a {color:#999999}

.cursor {cursor:pointer;}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingStar { background-image: url('/thegap5/img/stars/fill.jpg'); }
.emptyRatingStar { background-image: url('/thegap5/img/stars/empty.jpg'); }
.savedRatingStar { background-image: url('/thegap5/img/stars/saved.jpg'); }

/* Modal Popup */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:White;
	border-width:1px;
	border-style:solid;
	border-color:#C0C0C0;
	padding:0px;
	width:165px;
}
#airplane {
    position:absolute;
    top:270px;
}