/* SKIJAR CSS */

BODY {
	margin: 0px;
}

BODY, TD, INPUT, TEXTAREA, SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	margin: 0px;
}

.orange {
	font-weight: bold;
	color: #F1592A;
}

.gray {
	font-weight: bold;
	color: #b8d5ff;
}

.lightBlue
{
	font-weight: bold !important;
	color: #708afb !important;
	font-size: 13px !important;
	text-decoration:none;
}

.hover:Hover
{
	background-color:#b8d5ff !important;
 	font-weight:bold;
	cursor:pointer;
}

.container {
	border-left: 1px solid #394B6A;
	border-right: 1px solid #394B6A;
	border-bottom: 1px solid #394B6A;
	width: 760px;
}

.navigation {
	background-color: #7d8285;
	height: 24px;
	width: 760px;
}

.navigation-main {
	height: 100%;
	width: 600px;
}

.navigation-language {
	height: 100%;
	width: 160px;
}

.navigation-language-spacer {
	width: 5px;
}

.main-body {
	background-color: #b8d5ff;	
	width: 760px;
}

.main-top {
	height: 10px;
}


.main-top-right {
	background-color: #b8d5ff;	
	height: 10px;
	width: 160px;
}

.main-bottom {
        background-color: #b8d5ff;  
	height: 10px;
	width: 100%;
}

.main-middle-left {
	height: 100%;
	width: 0px;
	padding: 5px;
}

.main-middle-right {
        background-color: #b8d5ff;
	height: 536px;
	width: 160px;
	vertical-align: top;	
	background-image: url("http://skijar.nl/skijar/templates/skijar/images/RightBackground.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	border-bottom: 1px solid #394B6A;
}

.main-middle {
	background-color: white;
	border: 1px solid #394B6A;
	padding: 15px;
	width: 580px;
	vertical-align: top;
}

.banners {
        background-color: #b8d5ff;
	text-align: center;
	width: 140px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

.banner-seperator {
	border: none;
	border-top: 1px solid #394B6A;
	height: 0px;
}

.banner-seperator-container {
	padding-top: 5px;
	padding-bottom: 5px;
}

.heading1 {
	font-weight: bold;
	font-size: 11px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.infoTable {
	width: 520px;
}

.infoTableRow{
	border-bottom: 1px solid #394B6A;
}

.infoBlock {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 1px solid #394B6A;
	background-color: #b8d5ff;
	width: 530px;
}

.formHeader {
	padding-right: 5px;
}

.formHeaderBold {
	padding-right: 5px;
	font-weight: bold;
}

.formValue {
	padding-left: 5px;
	padding-right: 10px;
	font-weight: bold;
}

.formValuePrice {
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
}

.formInput {
	padding-left: 5px;
	padding-right: 5px;
}

.formPrice {
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

.formCheckBox {
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

.inputNormal {
	width: 150px;
}

.inputSmall {
	width: 90px;
}

.inputTiny {
	width: 60px;
}

.inputTinyLocked {
	border: 1px solid #999999;
	width: 60px;
	text-align: right;
}

.inputTinyNoBorders {
	border: 1px dashed #999999;
	width: 60px;
	text-align: right;
}

.priceSelect {
	width: 180px;
}


/* MAMBO CSS */

.mainlevel {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	color: #FFFFFF;
	text-decoration: none;
}

.mainlevel:hover {
	color: black;
}

.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px; 
	font-weight: bold;
	color: #708afb;
	padding-bottom: 10px;
}
