@charset "UTF-8";

/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 80%;
	line-height: 1.8;
	color: #333333;
	background-color: #A8BBD1;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 793px;
}

a:link {
	color: #2862B4;
}
a:visited {
	color: #6389C1;
}
a:hover {
	color: #008C31;
}

a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
p {
	margin-top: 3px;
    margin-bottom: 16px;
}
p.noindent {
	margin-top: 0px;
}
ul {
	list-style: square;
	margin: 0px 0px 1em 1.5em;
	padding: 0px 0px 0px 1.5em;
}
li {
  margin-bottom: 4px; 
}
ul.noindent { 
	margin-left: 0.7em;
	padding-left: 0.7em;
} 
ol {
	margin: 0px 0px 1em 1.5em;
	padding: 0px 0px 0px 1.5em;
}
ol.noindent { 
  padding-left: 8px; 
  margin-left: 8px;
} 



h1 {
	margin-bottom: 10px;
}

h2 {
	font-size: 140%;
	color: #2862B4;
	left: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	background-image: url(images/ballet_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #BBBBBB;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 3px;
}
h4 {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 10px;
}
h5 {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7BB1C8;
	border-right: 1px groove #888888;
	border-bottom: 1px groove #888888;
	margin-bottom: 8px;
	padding-left: 8px;
}
h6 {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 3px;
}
.bold {
	font-weight: bold;
}
.red {
	font-weight: bold;
	color: #CC0000;
}
.double {
	background-position: left 8px;
	line-height: 1.5em;
}

.p_left {
	padding-right: 20px;
	padding-bottom: 10px;
}
.p_right {
	padding-bottom: 10px;
	padding-left: 20px;
}
.floatLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.floatRight {
	float: right;
	margin-bottom: 5px;
	margin-left: 20px;
}
.titleSpace {
	padding-top: 20px;
}

.topspace {
	margin-top: 40px;
}
.smallMenu {
	text-align: right;
	padding-right: 10px;
}
#pageNavi {
	padding-bottom: 27px;
}
#pageNavi td {
	padding-top: 2px;
	padding-bottom: 2px;
}

#imgCaptionRight {
	float: right;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 80%;
	text-align: right;
	font-weight: bold;
}
#imgCaptionLeft {
	float: left;
	margin-bottom: 5px;
	margin-right: 20px;
	font-size: 80%;
	text-align: left;
	font-weight: bold;
}

/* table
--------------------------*/
#line table {
	margin-bottom: 15px;
	border-top: 1px solid #cccccc;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#line table th {
	text-align: left;
	padding: 5px 15px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
	vertical-align: top;
}
#line table td {
	padding: 5px 15px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#line table tr.odd {
	background-color: #EFEFEF;
}

/* hotels table
--------------------------*/
#hotels table {
	margin-bottom: 15px;
	border-top: 1px dotted #cccccc;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#hotels table th {
	text-align: left;
	padding: 5px 10px 5px 0px;
	border-bottom: 1px dotted #cccccc;
	border-left: none;
	white-space: nowrap;
	border-right: none;
	vertical-align: top;
}
#hotels table td {
	padding: 5px 0px 5px 10px;
	border-bottom: 1px dotted #cccccc;
	border-right: none;
	text-align: left;
	vertical-align: top;
}
#hotels h2 {
	border-bottom-style: none;
}

/* nego table
--------------------------*/
.negotable {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-bottom: 10px;
}
.negotable td {
	text-align: left;
	padding: 8px 10px;
	border-bottom: none;
	border-left: none;
	white-space: nowrap;
	border-right: none;
	vertical-align: top;
	background-color: #EBEFF4;
	border-top-style: none;
	width: 230px;
}
.negotable th {
	background-color: #CBD1DA;
	text-align: center;
}

/* footer
--------------------------*/
#footer p {
	margin: 20px 0px 0px;
	float: right;
	font-size: 75%;
	background-image: url(images/totop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	padding-right: 20px;
}

#footer address {
	clear: both;
	float: none;
	text-align: center;
}

/* home
--------------------------*/
.homenavispace {
	padding-top: 20px;
}
.news {
	border: 1px solid #BBBBBB;
	margin-bottom: 10px;
	padding: 7px;
}
.newsImg {
	margin-right: 10px;
	float: left;
	margin-bottom: 5px;
}

.date {
	font-size: 75%;
	color: #CC0000;
	display: block;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
#newsLog {
	background-color: #D5DAE0;
	text-align: center;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
