/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for module specific styling
Website:		Heesen Yachts
produced in:	2008
Author:			Joël Kuijten for Princen-group
\***********************************************/
#fleetTable .month{
}
#fleetTable .month td{
	padding-top:15px;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}
#content .flashobject{
	position:relative;
	margin:0;
	padding:0;
}
#content .flashobject span{
	/* position:absolute;
	top:0; */
}
#yachtsPage{
	width:960px;
	height:400px;
	background:url(../images/YachtsPageImage.jpg) no-repeat left top;
}
#yachtsPage p{
	float:right;
	margin:10px;
	width:200px;
}
#content .noMargin, #content .noMargin .moduleContent{
	padding:0;
	margin:0;
	/* font-size:0px; */
}
#content .noDate .date{
	display:none;
}
/* accordion edit thingy */
.accordionHeader, .accordionHeaderSelected{
	width:99%;
	padding: 0;
	border:1px solid #bbb;
	border-width:1px 0;
}
.accordionHeaderSelected .accordionLink{
	color:#78235C;
}
.accordionLink{
	color:#000;
	background:#eee;
	display:block;
	height:25px;
	line-height:25px;
	width:100%;
	font-size:12px;
	text-indent:10px;
	font-weight:bold;
	text-decoration:none;
}
.accordionContent{
	padding:10px;
}
.accordionContent td{
	line-height:18px;
}
/*  PageEdit mode styles */
.pageEdit, .moduleEdit{
	width:600px;
}
.pageEdit td, .moduleEdit td{
	vertical-align:top;
	line-height:18px;
	padding:0 5px 0 0;
}
.pageEdit .checkbox, .moduleEdit .checkbox{
	padding:4px 0 0 0;
}
.edit th{
	text-align:left;
	line-height:25px;
	color:#000;
	font-weight:bold;
	border:1px solid #eee;
	border-width:0 0 1px 0;
}
.apply{
	padding:10px 0;
}
.UpdatingProgress{
	display:none;
}
/* treeview */
.selectPage{
	padding:5px 0;
}
.tree table td{
	padding:0;
	margin:0;
}
.tree table td a{
	text-decoration:none;
	color:#fff;
}
/* ADMIN PAGES MODULE */
.tabs{
}
.tabs .controls{
	width:30px;
}
.tabs .controls dt{
	padding:0 3px 3px 3px;
}
.tabs .tabsTree{
	background:#fff;
}
/* text in the Breadcrumb bar */
#breadCrumbs, #breadCrumbs a{
	font-size:12px;
	color:#fff;
	text-transform:lowercase;
	text-decoration:none;
	line-height:45px;
	text-indent:15px;
}
#breadCrumbs{
	cursor:default;
}
#breadCrumbs .current{
	font-weight:bold;
}
/* fix voor kalender linkjes */
.calendar table td{
	padding:0;
	margin:0;
}
/* SubMenu link list */
.Sublinklist a{
	text-decoration:none;
	line-height:20px;
	color:#000;
	font-weight:bold;
}
/* links module */
.LinkPanel a{
	color:#78235C;
	font-weight:bold;
	text-decoration:none;
	padding:2px 15px 2px 0;
}
.LinkPanel a:hover{
	padding:2px 0 2px 15px;
	background:url(images/linkhoverbg.png) no-repeat left 6px;
}
/* submenu links */
.subMenuList{
	list-style:none;
	padding:0;
}
.subMenuList li{
	line-height:18px;
}
.subMenuList li a{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
.subMenuList li a:hover{
}
/* edit screens */
.edit td, .module td{
	padding:2px 5px 2px 0;
}
/* contactForm */
.contactForm{
}
.contactForm td{
	padding:2px 10px 0 0;
	line-height:18px;
}
.contactForm .required{
	font-size:110%;
}
/* imagelinks */
.imageLinks td{
	padding:10px;
	text-align:center;
}
.imageLinks .editButtons{
}
.imageLinks .text, imageLinks .image{
	display:block;
	margin:0 auto;
}
.imageLinks .text{
	text-decoration:none;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
}
/* vacature */
.vacature{
	width:550px;
}
.vacature .row1{
	background:#efefef;
}
.vacature .row2{
}
.vacature .row1o, .vacature .row2o{
	background:#ccc;
}
.vacature .vacatureHeader td{
	line-height:18px;
	font-weight:bold;
	border:1px solid #000;
	border-width:0 0 1px 0;
	padding:0 5px;
}
.vacatureList{
	line-height:20px;
}
.vacatureList td, .vacatureShow td{
	padding:2px 5px 2px 0;
}
.vacatureLink{
	display:block;
	text-indent:5px;
	text-decoration:none;
	color:#000;
	width:100%;
	height:100%;
}
.vacatureShow{
}
.vacatureShow h1{
	line-height:25px;
	font-size:14px;
}
.vacatureShow th{
	line-height:25px;
	text-align:left;
}
/* aanmeld module */
.signIn ul{
	line-height:20px;
}
.signIn{
}
#tdRightPane .signIn{
	width:120px;
	height:80px;
	float:right;
	margin:300px 5px 0 0;
}
#tdRightPane .signIn .header h1 a{
	font-size:12px;
}
#tdRightPane .signIn .user, #tdRightPane .signIn .pass, #tdRightPane .signIn .autoLogin, #tdRightPane .signIn .forgotPassword{
	display:none;
}
#tdRightPane .signIn .passTextbox input, #tdRightPane .signIn .userTextbox input{
	width:115px;
	margin:0 0 5px 0;
}
#tdRightPane .signIn .apply{
	padding:0 5px;
	text-align:right;
}
.autoLogin{
	padding:5px 0;
}
.forgotPassword{
}
.user{

}
.userTextbox{
}
.pass{
	padding-top:5px;
}
.userTextbox input, .passTextbox input{
	width:200px;
}
.passTextbox
.autoLogin{
}
.forgotPassword{
	color:#78235C;
}
/* usermanagement */
.users{
	width:550px;
}
/* News */
.news{
}
.news .title{

}
.news td{
	padding-bottom:10px;
}
.future{
}
.archive{
	font-size:10px;
	display:block;
	padding-bottom:10px;
}
.titleLink, .news .title{
	display:inline-block;
	padding:0 2px;
	text-decoration:none;
	line-height:16px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
/* news Show */
.showNews{
}
/* siteMap */
.siteMap{
}
/* menu in adminitration */
.menu{
}
.menuButtons{
	list-style:none;
	padding-right:10px;
}
.menuButtons li{
	text-align:center;
}
/* html */
.html{
}
/* formCreator */
.formCreator{
}
.FormCreatorFieldTable input, .FormCreatorFieldTable textarea{
	width:200px;
	height:20px;
}
/* Boat */
.BoatInfoExtraMargin td, .BoatInfo td{
	padding:4px 5px 4px 0;
}
.BoatName{
	font-size:14px;
	font-weight:bold;
}
#boatViewerPicsText{
	display:none;
}
/* fleetpage */
#fleetTable{
	width:920px;
	height:auto;
}
#fleetTable a{
	color:#003263;
}
#fleetTable td, #fleetTable th {
	padding:0 10px;
	line-height:25px;
}
#fleetTable th{
	background:#c1993c;
	line-height:40px;
}
#fleetTable td{
	color:#003263;
	border:1px solid #003263;
	border-width: 1px 0 0 0;
}
.uneven td{
	background:#e9dbbb;
}
.even td{
	background:#f6f0e2;
}
.TabsTree{
	background:#fff;
}
#content .mailingsPlusUserManagement td a{
	color:#000;
}