/* CLEAR STRAT*/
:link,:visited { text-decoration:none }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input
{ margin:0; padding:0; }
a img,:link img,:visited img { border: 0; }
/* CLEAR END */

body {
	background: #eee;
	background-image: url(images/main-bg.gif);
	background-position: center;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
#logo {
	height: 90px;
	background: #0098D3;
	background-image: url(images/travelhellaszhu.jpg);
	padding-left: 30px;
	font-size: 30px;
	font-weight: bold;
	color: #BFE5F4;
}
#menuline {
	background-image: url(images/menuline.jpg);
	border-top: 0px dotted #e6e6e6;
	height: 24px;
	color: #BFE5F4;
	font-size: 11px;
	text-align: center;
}
#content {
	margin-left:auto;
	margin-right:auto;
	width:771px;
	background: #fff;
}
#rightmenu {
	width: 180px;
	background: #fff;
}

#bottom {
	font-size: 11px;
	color: #0098D3
}
.red {
	color: #FF6A00;
}
.blue {
	color: #0098D3;
}
.green {
	color: #00DD21;
}
hr {
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #0098D3;
}
p {
	text-align: justify;
	font-size: 11px;
	color: #006A91;
}

a:link {
	color: #0098D3;
	text-decoration: none
}
a:visited {
	color: #0098D3;
	text-decoration: none
}
a:hover {
	color: #00DD21;
	text-decoration: none
}
a.menu:link {
	color: #fff;
	text-decoration: none
}
a.menu:visited {
	color: #fff;
	text-decoration: none
}
a.menu:hover {
	color: #BFE5F4;
	text-decoration: none
}
.title {
	margin-left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #0098D3;
}
.list {
	font-weight: bold;
	font-size: 11px;
	color: #0098D3;
}
.msg {
	font-weight: bold;
	font-size: 12px;
	color: #FF6A00;
}
.text {
	margin-left: 6px;
	font-size: 11px;
	color: #0098D3;
}
.titlebox {
	background: #f6f6f6;
	border: 1px dotted #519FDF;
	color: #0098D3;
	height: 20px;
	/* width: 200px; */
	font-size: 10px;
	font-weight: bold;
	/* background-image: url(images/titlebox.jpg); */
	text-align: center;
	/* white-space: nowrap; */
}
.button {
	height: 20px;
	width: 50px;
	font-weight: bold;
	border: 0px dotted #e6e6e6;
	background: #fff;
	cursor: pointer;
	font-size: 11px;
	color: #0098D3;
	border: 1px dotted #0098D3;
}
input.search {
	width: 120px;
	height: 18px;
	border: 1px dotted #0098D3;
	font-size: 11px;
	color: #006A91;
}
input.text {
	width: 492px;
	height: 18px;
	border: 1px dotted #0098D3;
	font-size: 11px;
	color: #006A91;
}
div.lastbooking {
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 10px;
}
div.thmb {
	width: 110px;
	height: 82px;
	margin-left:auto;
	margin-right:auto;
	background: #f8f8f8;
	border: 1px solid #e6e6e6;
}
img.thmb {
	border: 0px solid #ccc;
	margin: 3px;
}
img.norm {
	border: 1px solid #CCC;
	padding: 3px;
	max-width: 200px;
	max-height: 200px;
}
td.label {
	width: 100px;
	font-size: 12px;
	text-align: right;
}
td.home {
	width: 120px;
	font-size:11px;
	color:#006A91;
	text-align: center;
}
div.home {
	margin-left:auto;
	margin-right:auto;
	width: 120px;
}
select {
  color: #006A91;
	font-size: 12px;
	width: 138px;
}
option {
  color: #006A91;
	font-size: 12px;
	width: 138px;
}
select.search {
	width: 170px;
	border: 0;
	color: #0098D3;
	font-size: 11px;
}
select.list1 {
	width: 128px;
	border: 0;
	color: #0098D3;
	font-size: 12px;
}
div.select {
	padding-bottom: 2px;
}

/* PAGINATION */
div.pagination {
	padding: 3px;
	margin: 3px;
	font-size: 10px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EAEAEA;
	text-decoration: none;
	color: #0098D3;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #0098D3;
	color: #0098D3;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #0098D3;
	font-weight: bold;
	background-color: #0098D3;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
 /* END PAGINATION */

