@charset "utf-8";

div#important {
	margin:0;
	margin-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:10px;
	border: 1px solid #f00;
	background-color: #fcc
}

#sidebar {
	background-color: #F5F3E8;
}
#sidebar ul.topmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #a09992;
	margin-bottom: 10px;
}
#sidebar ul.topmenu li {
	border-bottom: 1px solid #a09992;
}
#sidebar ul.topmenu li a {
	color: #364042;
	display: block;
	text-decoration: none;
	padding: 8px 8px;
}
#sidebar ul.topmenu li a:hover, #sidebar ul.topmenu a:active {
	background: #d5d2c9;
	color: #fff;
	display: block;
}



#scoreline {
      clear:both;
      margin:0;
      padding:0;
      border-bottom:1px solid #8C8A8C;
}

#progress {
    width: 100%;
      font-size:0.8em;
      margin:0;
      padding: 0px 0px 0px 0px;
}



#progress ul {
      list-style: none;
      margin:0;
      padding:0;
}
#progress li:first-child {
    width: 15%;
      color: #313031;
      background: #F7F3F7;
      text-decoration: none;
      margin:0;
      padding:0.1em 0.7em 0.1em 0.7em;
      border:1px solid #8C8A8C;
}
#progress li {
    width: 22%;
      display: block;
      list-style:none;
      float: left;
      color: #313031;
      background: #F7F3F7;
      text-decoration: none;
      margin:0;
      padding:0.1em 0.7em 0.1em 0.7em;
      border-top:1px solid #8C8A8C;
      border-bottom:1px solid #8C8A8C;
      border-right:1px solid #8C8A8C;
}

#footer {
      font-size: 0.8em;
      background: #F7F3F7;
      border-top:1px solid #8C8A8C;
      color: #313031;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
	margin-bottom: 20px;
	border-bottom:  2px solid #ccc;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
	margin-top: 2em;
	margin-bottom: 20px;
	border-bottom:  1px solid #ccc;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em
}

p {
	font-family: Verdana;
	font-size: 0.8em;
}

td {
	font-family: Verdana;
	font-size: 0.8em;
}

ul {
	font-family: Verdana;
	font-size: 0.8em;
	line-height: 1.6em;
}

hr {
	margin: 0;
	padding: 0;
	background: #ccc;
	color: #ccc;
	height: 1px;
	width: 100%;
	border: none;
}

.infobox {
    padding-left: 20px;
}

.strikeout {
    text-decoration: line-through
}

#voucher-box {
    margin:0;
    margin-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #cfc;
    border: 1px solid #060
}

a {
	border: 0;
	font-weight: bold;
	color: #006;
	background-color: transparent;
	text-decoration: underline;
	
}

a:link {
	border: 0;
	font-weight: bold;
	color: #006;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	border: 0;
	font-weight: bold;
	color: #006;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	border: 0;
	font-weight: bold;
	color: #039;
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	border: 0;
	font-weight: bold;
	color: #039;
	background-color: transparent;
	text-decoration: underline;
}

.shout {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}
.center {
	text-align: center;
}
.strong {
	font-weight: bold;
}
.bloodred {
	color: #9C0000;
}
.linkbox {
	padding-bottom: 20px;
	vertical-align: top;
	text-align: left;
}

.quotebox {
	padding: 5px 20px 5px 20px;
	margin:  0;
	margin-bottom: 20px;
	border: 1px solid #006;
	background: #ccf;
}
.quotebox p {
	font-style: italic;
}

.mgheader {
	padding: 8px;
	font-weight: bold;
	background: #039;
	color: #fff;
}
.mgrow1 {
	padding: 8px;
	background: #ccc;
}

.mgrow2 {
	padding: 8px;
	background: #fff;
}


.arrivedatebox {
	width: 70px;
}

.departdatebox {
	width: 70px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

INPUT.button {
	background: #009;
	color: #fff;
	border: 1px solid #006;
}

DIV.error {
	margin: 0;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: bold;
	background: #fcc;
	border: 1px solid #c33;
	color: #b00;
	width: 400px;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

