/* ********************************* MAIN ******************************* */
html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

img, table {
	border: none;
}

body {
	font-family: Tahoma, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #ffffff;
}

#page_bg {
	padding: 0;
	background: #1b1f3f;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: justify;
}

a:link, a:visited {
	font-weight: normal;
	color: #ffff00;
	outline: none;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}
/* ********************************* FORM ******************************* */
input  {
	border: 1px solid #634a3c;
	color: #000000;
	padding: 2px;
	background: #ffffff;
}

button {
	border: 1px solid #999900;
	color: #ffff00;
	font-size: 11px;
	background: #8CC6FF;
	cursor: pointer;
}

.inputbox {
	border: 1px solid #634a3c;
	color: #000000;
	padding: 2px;
	background: #ffffff;
}

.inputbox:hover {
	background: #ffff00;
}

input.button, .validate  {
	color: #000000;
	font-size: 12px;
	border: 1px solid #999900;
	background: #8CC6FF;
}

input.button:hover, .validate:hover  {
	background: #ffff00;
	border: 1px solid #FFFF00;
	cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
   background: none;
   border: none;
}

/* ********************************* HEADER ******************************* */

#under {
	background: none;
}

#header {
	background: url(../images/header.jpg) top center repeat-x;
	height: 130px;
	margin: 0 auto;
}

#headerimg {
	background: url(../images/headerimg.jpg) top center no-repeat;
	width: 940px;
	height: 130px;
	margin: 0 auto;
	padding: 60px 0 0 0;
}

#wrapper {
	background: url(../images/top_content_shadow.jpg) top center repeat-x;
	margin: 0;
	padding: 0;
}

div.center {
	text-align: left;
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 940px;
}

#content_bottom {
	background: #136aa8 url(../images/content_bottom.jpg) bottom repeat-x;
}

#content {
	width: 920px; 
	margin: 0 auto;
	padding: 0px 0 0 0;
}

#rightcolumn {
	background: url(../images/rightColShadow.png) top repeat-x;
	margin: 0;
	width: 260px;
	float: left;
	padding: 10px 10px;
	text-align: left;
}

div#maincolumn {
	float: left;
	width: 620px;
	margin: 0;
	padding: 10px 10px;
}

div#maincolumn_full {
	float: left;
	width: 920px;
	margin: 0;
	padding: 0 0 0 10px;
}

div.nopad {
	overflow: hidden;
	padding: 0;
}

div.nopad ul {
	clear: both;
}

td.middle_pad {
	width: 20px;
}

#banner_l {
	text-align: left;
	padding: 0 0 0 24px;
}

#validation {
	width: 280px;
	margin: 0 auto;
	text-align: center;
}

#validation a {
	color: #ffffff;
	font-size: 11px;
	padding: 0 2px;
}

#validation a:hover {
	color: #ffffff;
	padding: 0 2px;
	text-decoration: underline;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/* headers */
div.componentheading {
	height: 22px;
	padding: 0 0 0 4px;
	color: #ffffff;
}

table.blog {
	
}

h1 {
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #ffffff;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}

h2, a.contentheading {
	background: none;
	border: none;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #ffffff;
}

h3, .componentheading, table.moduletable th, legend {
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #ffffff;
	padding: 0;
}
/* small text */
.small {
	font-size: 10px;
	color: #ffff00;
	font-weight: bold;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #ffff00;
	font-weight: bold;
	text-align: right;
}

.createdate {
	vertical-align: top;
	font-size: 10px;
	color: #ffff00;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 8px;
}

a.readon {
	display: block;
	float: right;
	line-height: 14px;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
	color: #ffff00;
	text-transform: lowercase;
}

a.readon:hover {
	text-decoration: none;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f1f1f1;
	color: #ffffff;
}

.ol-background {
	background-color: #f1f1f1;
	color: #ffffff;
}

.ol-textfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	background-color: #f1f1f1;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {

}

.column_separator {
	
}

td.buttonheading {
	text-align: right;
	width: 0;
}

.clr {
	clear: both;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}



/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #583d2f;
  padding: 5px;
  background: none;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  color: #ffff00;
  font-weight: bold;
  padding: 4px;
}

tr.sectiontableentry1 td {
	padding: 4px;
	background: #3E3EFF;
}

tr.sectiontableentry0 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  color: #483125;
  font-size: 11px;
}


/* content styles */
.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
}

table.contentpane td{
	text-align: left;
}

table.contentpane td.contentdescription {
	width: 100%;
}

table.contentpane  {
	text-align: left;
	float: left;
	width: 100%;
	margin: 8px;
}

table.contentpane ul li a .category {
	color: #FF8800;
}

table.contentpane ul li {
	color: #ffff00;
}

table.contentpaneopen {
	margin: 0 4px;
	border-collapse: collapse;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #669933;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #669933;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}

div.module_menu, div.module {
	margin: 0;
	padding: 0;
}

div.module_menu div, div.module {

}

div.module_menu div div, div.module div div {
	/*margin-bottom: 14px;*/
	padding: 0 0 10px 0;
}

div.module_menu div div div, div.module div div div{
	padding: 0;
	width: auto;
	margin: 0;
	text-align: center;
}

div.module_menu div div div div, div.module div div div div {
	background: none;
	padding: 4px 8px;
}

div.module div div div form {
	padding: 4px 0 0 0;
	margin: 0 auto;
	text-align: left;
}

div.module_menu ul {
	list-style: none;
}

div.module_menu ul li{
	margin: 0;
	padding: 0;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
	background: transparent url(../images/blue/bullet2.jpg) top left no-repeat;
	padding: 2px 0 2px 25px;
	line-height: 24px;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

form#form-login fieldset { 
	border: 0 none; 
	margin: 0; 
}
form#form-login ul li{ 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0;
	font-size: 10px;
	color: #ffff00;
}

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #333; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #333; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 4px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #333;
}

/* ********************************* MENUs ******************************* */

.pill_t {
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	height: 40px;
	margin: 0 auto;
	background: url(../images/menu.jpg) top center repeat-x;
}
.pill_m {
	height: 40px;
	margin: 0 auto;
	background: url(../images/menu.jpg) top center repeat-x;
}
#slogan {
	margin: 0 auto;
	width: 940px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 16px;
	float: center;
	display: block;
	line-height: 40px;
	padding: 0 20px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.pill_b {
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	height: 40px;
	margin: 0 auto;
	background: #0f1e2d;
}
#pillmenu {
	margin: 0 auto;
	width: 940px;
}
#pillmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#pillmenu li {
	float: left;
	margin: 0;
	padding: 0;
}
#pillmenu li:hover {

}
#pillmenu li a#active_menu-nav {
	color: #ffff00;
}
#pillmenu li a {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 15px;
	float: left;
	display: block;
	line-height: 40px;
	padding: 0 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background: none;
}
/* ********************************* INFO MIDDLE ******************************* */

#infoMidbg {
	position: relative;
	background: #1b1f3f;
	width: 940px;
  height: 300px;
	margin: 0 auto;
}
#infoMid {
  position: absolute;
}
#frameMid {
  position: relative;
	margin-top: -300px;
	width: 940px;
  height: 300px;
	background: url(../images/frame.png) no-repeat top;
	z-index: 999;
}
/* ********************************* FOOTER ******************************* */
#footer {
	background: #1b1f3f url(../images/footer.jpg) top center repeat-x;
	margin: 0 auto;
	text-align: center;
}
#footnote {
	width: 900px;
	margin: 0 auto;
	font-size: 9px;
	text-align: center;
	vertical-align: top;
}
#footnote a:link, #footnote a:visited {
	color: #ffffff;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
	background: none;
	padding: 0;
}
#footnote a:hover {
	color: #ffff00;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: underline;
	background: none;
	padding: 0;
}
/* ********************************* SYSTEM STANDARD MESSAGE ******************************* */
#system-message dd.message ul { 
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

/* ********************************* SYSTEM ERROR MESSAGE ******************************* */
#system-message dd.error ul { 
	color: #c00; 
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

/* ********************************* SYSTEM NOTICE MESSAGE ******************************* */
#system-message dd.notice ul { 
	color: #c00; 
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
#system-message dd {
	text-indent: 0;
}
#system-message dd ul {
	list-style-type: none;
	color: #c00; 
	background: none;
	border: none;
}
#system-message {
	margin-top: 5px;
}
/* ********************************* TOOLTIPS ******************************* */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}
.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}
.tool-text {
	font-size: 100%;
	margin: 0;
}
/* ********************************* DEXPACKAGES MODULE ******************************* */
#dexBoxTop {
	background: url(../images/dexPackFrameT.png) top center no-repeat;
	width: 594px;
	height: 50px;
	margin: 0 auto;
}
#dexBoxMid {
	background: url(../images/dexPackFrameM.png) repeat-y;
	width: 594px;
	margin: 0 auto;
}
#dexBoxPic {
	background: #0591db;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	padding: 1px 1px;
}
#dexBoxIntern {
	width: 570px;
	margin: 0 auto;
}
#dexBoxBottom {
	background: url(../images/dexPackFrameB.png) bottom center no-repeat;
	width: 594px;
	height: 52px;
	margin: 0 auto;
}
.packageTitle {
	font-size: 14px;
	font-weight: bold;
	color: #2b204b;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
.packagePrice {
	font-size: 12px;
	color: #0591db;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
}
.packagePrice ul {
	font-size: 12px;
	color: #004080;
	font-weight: normal;
}
/* ********************************* DEXNEWS MODULE ******************************* */
#dexBoxTop2 {
	background: url(../images/dexNewsFrameAll.png) top center no-repeat;
	width: 590px;
	height: 32px;
	margin: 0 auto;
}
#dexBoxMid2 {
	background: none;
	width: 594px;
	margin: 0 auto;
}
#dexBoxPic2 {
	background: #ffffff;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	padding: 5px 5px;
}
#dexBoxIntern2 {
	width: 590px;
	margin: 0 auto;
}
#dexBoxBottom2 {
	background: none;
	height: 30px;
}
.newsTitle {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
.newsDetail {
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
	padding: 10px 10px;
}
/* ********************************* DEXNEWS MODULE ******************************* */
div.module_dexModStyle { 
	background: url(../images/framePic.png) top center no-repeat;
	padding: 27px 0px;
	width: 300px;
	height: 250px;
	margin: 0 auto;
}

/* ********************************* DEXBOOKING MODULE ******************************* */
div.reservation_book { 
	color: #0000ff;
}
div.reservation fieldset legend { 
	color: #000099;
	background: #0591db;
	border: solid 1px #000099;
}
#log {
	background: #FFFF00;
	color: #0000ff;
}
#submit_button, #reset_button { 
	color: #000099;
	background: #0591db;
	border: solid 1px #000099;
}
#submit_button:hover, #reset_button:hover {
	background: #5BADFF;
}
/* ********************************* MAP Location ******************************* */
#dexMapTop {
	background: url(../images/dexMapFrameT.png) top center no-repeat;
	width: 594px;
	height: 50px;
	margin: 0 auto;
}
#dexMapTitle {
	font-size: 18px;
	font-weight: bold;
	color: #004080;
	padding-top: 18px;
	padding-left: 27px;	
	font-family: Tahoma, Arial, sans-serif;
}
#dexMapFooter {
	font-size: 11px;
	color: #000080;
	padding-top: 10px;
	padding-left: 27px;	
	font-family: Tahoma, Arial, sans-serif;
}
#dexMapContent td {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #004080;
	font-family: Tahoma, Arial, sans-serif;
}
#dexMapContent th {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000080;
	font-family: Tahoma, Arial, sans-serif;
}
#dexMapMid {
	background: url(../images/dexPackFrameM.png) repeat-y;
	width: 594px;
	margin: 0 auto;
	text-align: center;
}
#dexMapBottom {
	background: url(../images/dexPackFrameB.png) bottom center no-repeat;
	width: 594px;
	height: 52px;
	margin: 0 auto;
}
/* ********************************* Table Style ******************************* */
#table1 {
	border-collapse: collapse;
	border: solid 1px #C8C9F9;
	margin: 3px 0px 10px;
	padding: 3px 20px;
	color: #ffffff;
}
#caption1 {
	background: #0000E1;
}
#cellcaption1 {
	padding: 6px 6px 6px 12px;
}
#content1 {
	background: #5151FF;
}
#cellcontent1 {
	padding: 2px 2px 2px 12px;
}