/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for Mainenance container and inner elements
Website:		Heesen Yachts
produced in:	2008
Author:			Joël Kuijten for Princen-group
\***********************************************/
/* containers */
#maintenance a{
	color:#000;
}
#maintenance{
	position:absolute;
	text-align:left;
	visibility:hidden;
	top:0;
	right:0;
	z-index:1000;
	border:1px solid #000;
	background:#fff;
	border-width:0 0 1px 1px;
}
#maintenanceContent{
	width:510px;
	height:90px;
	background:#efefef;
	color:#000;
}
#PageMaintenance_AddPanel{
	padding:5px;
}
/* tabs */
.tabSwitch{
	cursor:pointer;
	display:inline-block;
	background:#fff;
	font-size:12px;
	padding:2px 5px;
	line-height:15px;
	z-index:1000;
	background:#cfcfcf;
	border: 2px solid #efefef;
	border-width:0 2px;
	text-decoration:none;
}
#maintenanceContent .currentSwitch{
	background:#fff;
}
.mTab{
	height:50px;
	width:490px;
	font-size:12px;
	line-height:25px;
	padding:5px;
	background-color:#fff;
	background-position:right bottom;
	background-repeat:no-repeat;
}
#addModule{
	background-image:url(images/modules.gif);
}
#addPage{
	background-image:url(images/paginas.gif);
}
#PageMaintenance_layoutSwitch{
	background-image:url(images/indeling.gif);
}
#editButtons{
	padding:3px;
	text-align:right;
}
/* buttons */
#LogoffButton, #ConfigButton , #cmdShowEdit, #PageMaintenance_cmdDeletePage, #cmdChangePage, #PageMaintenance_cmdAddPage, #PageMaintenance_cmdAdd, #expandUp, #expandDown{
	background-repeat:no-repeat;
	background-position:left 4px;
	display:inline-block;
	font-size:12px;
	line-height:25px;
	padding:0 0 0 18px;
	text-decoration:none;
	color:#000;
	font-weight:normal;
	margin-right:10px;
}
#expandIn, #expandOut{
	width:25px;
	height:25px;
	padding:0;
	margin:0;
	background:url(images/editIcon.gif) no-repeat left top;
}
/* button images */
#PageMaintenance_cmdAddPage{
	margin-left:5px;
	background-image:url(images/plus.gif);
}
#PageMaintenance_cmdAdd{
	margin-left:5px;
	background-image:url(images/plus.gif);
}
#cmdChangePage{
	background-image:url(images/options.gif);
}
#LogoffButton{
	background-image:url(images/logoff.gif);
}
#ConfigButton{
	background-image:url(images/config.gif);
}
#cmdShowEdit{
	background-image:url(images/edit.gif);
}
/* input type=text */
#PageMaintenance_cboModuleDefs, #PageMaintenance_txbAddPageName{
	position:relative;
	top:4px;
	width:210px;
	line-height:12px;
	font-size:12px;
	border:1px solid #000;
}
#PageMaintenance_cboModuleDefs{
	top:2px;
	width:300px;
}
/* input type=checkbox */
#PageMaintenance_cbxAddParent{
	position:relative;
	top:7px;
	vertical-align:top;
	margin-right:5px;
}