html
{
	overflow: auto;
	background-color: #FFFFFF;
	background-image: url('../images/menubar_turqoise.gif');
	background-repeat: repeat-x;
}

/***********************************************************************
		CSS - GENERAL
		General configuration CSS
	***********************************************************************/
	#dhtmlgoodies_menu ul li ul
	{
		display:none;	/* Needed to display ok in Opera */
	}

	#dhtmlgoodies_menu
	{
		visibility:hidden;
		font-weight: bold;
		font-size: 11px;
		font-family: Tahoma;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		margin-top: 4px;
		margin-left: 5px;	}
	#dhtmlgoodies_menu ul
	{
		margin:0px;		/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li
	{
		list-style-type:none;	/* No bullets */
	}
	#dhtmlgoodies_menu a
	{
		color: #208882;		text-decoration:none;
	}
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items)
	***********************************************************************/
body {margin: 0px; padding: 0px;
}
	/* Menu bar - Depth 1 (main items) */
	#dhtmlgoodies_menu ul.menuBlock1
	{
		border:0px;
		padding:0px;
		overflow:visible;
	}
	/* Menu bar - Depth 2 */
	#dhtmlgoodies_menu ul.menuBlock2
	{
		border:0px;
		padding:0px;
	}
	/* Menu bar - Depth 3 */
	#dhtmlgoodies_menu ul.menuBlock3
	{
		border:0px;
		padding:0px;
		margin: 3px 0 0 0;
	}
	/* Menu bar - Depth 4 */
	#dhtmlgoodies_menu ul.menuBlock4
	{
		border:0px;
		padding:0px;
		margin: 3px 0 0 0;
	}

	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* Depth 1 (main items) */
	#dhtmlgoodies_menu .currentDepth1, #dhtmlgoodies_menu .currentDepth1over
	{
		padding-left:3px;
		padding-right:5px;
		padding-top:3px !important;
		padding-top:4px;
		padding-bottom:4px !important;
		padding-bottom:3px;
		margin-right: 5px;
		margin-top: 0px;
		width: 130px;
		background-color:#B7C6D1;		border:1px solid #999999;
		height:8px;
		display:block;
		line-height: 8px;
	}
	#dhtmlgoodies_menu .currentDepth1over
	{
		background-color:#F2F2F2;
		border:1px solid #999999;
	}
	#dhtmlgoodies_menu .currentDepth1 a, #dhtmlgoodies_menu .currentDepth1over a
	{
		font-weight:bold;
		padding: 0px;
		margin: 0px;
	}
	/* Depth 2 */
	#dhtmlgoodies_menu .currentDepth2, #dhtmlgoodies_menu .currentDepth2over
	{
		padding-left:3px;
		padding-right:5px;
		padding-top:2px;
		padding-bottom:2px;
		width: 130px !important;
		width: 120px;
		background-color:#F2F2F2;
		border:1px solid #999999;
		border-top: none;
	}
	#dhtmlgoodies_menu .currentDepth2over
	{
		background-color:#B7C6D1;		border:1px solid #999999;
		border-top: none;
	}

/** start tabmenu **/

ul.tabmenu
{
	position: absolute;
	margin: 0px;
	top: 5px;
	left: 5px;
	padding: 0px;
}

ul.tabmenu li
{
	padding-top: 5px;
	list-style-type: none;
	float: left;
	background-image: url('../images/tabmenu_item_bg_turqoise.gif');
	background-repeat: repeat-x;
	height: 23px !important;
	height: 28px;
	margin-right: 2px;
	overflow: hidden;
}

ul.tabmenu li.active
{
	height: 25px !important;
	height: 30px;
}

ul.tabmenu li.active a
{
	font-weight: bold;
	cursor: default;
}

ul.tabmenu li img
{
	margin-top: -5px;
	vertical-align: middle;
}

ul.tabmenu li a
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}

ul.tabmenu li a:hover
{
	text-decoration: underline;
}

ul.tabmenu li.Active a:hover
{
	text-decoration: none;
}

/** end tabmenu **/

/** start content div **/

#content
{
	position: absolute;
	top: 80px;
	bottom: 0px;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 100%;
	height: 100%-(top);}

.wysiwyg
{
	position: absolute;
	padding: 0;
	margin: 0;
	top: 52px;	top: 78px;	bottom: 10px;
	left: 10px;
	right: 10px;
	border: 2px solid black;
	border-top: 0px solid black;
	height: 100%-(50px);	height: 100%-(100px);}

.wysiwygiframe
{
	position: absolute !important;
	position: relative;
	padding: 0;
	margin: 0px 0px 0px 0px;
	border: 0;
	z-index: 4;
	width: 100%;	height: 100%;}

.tabber
{
	position: relative;
	padding: 0;
	margin: 0px 10px 0px 10px;
	height: 25px;
	width: 100%-(margin-left)-(margin-right);
	z-index: 6;
	border-bottom: 2px solid black;
}

.tab, .tabActive, .tabNew
{
	padding: 0;
	margin: 0;
	height: 18px;
	background-color:#B7C6D1;	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 5px;
	width: 70px;
	z-index: 6;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid black;
	border-bottom: 0px solid black;
}

.tab a, .tabActive a, .tabNew a
{
	color: #208882;}

.tabNew
{
	width: 20px;
}

.tabActive
{
	background-color:#66b5a9;	z-index: 9;
	height: 20px;
	margin-top: 5px;
}
.tabActive a
{
	color: #208882;}

.submenu
{
	position: relative;
	padding: 0;
	margin: 0px 10px 0px 10px;
	/*height: 24px; old */
	height: 50px;
	width: 100%-(margin-left)-(margin-right);
	z-index: 6;
	border: 2px solid black;
	border-bottom: 1px solid black;
	border-top: 0px solid black;
	background-color: #EBEBFC;
	background-image: url('../images/buttonbar_turqoise.gif');
	background-repeat: repeat x;
}

.menuz
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 320px;
	padding: 0;
	margin: 0;
	background-color: white;
	z-index: 5;
	overflow: scroll;
	height: 100%;
	opacity: 0.95;
    filter:	alpha(opacity=95); /* IE's opacity */
}

/** end content div **/

/** start Panes **/

.Content
{
	/*position: absolute;*/
}
.Content fieldset, .paneExplanation_content
{
	background-color: #F2FDF4;
}
.ContentBottom
{
	/*position: absolute;*/
	/*bottom: 0px;*/
	/*left: 0px;*/
	width: 100%;
}
.ContentBottom fieldset, .paneExplanation_contentBottom
{
	background-color: #F2F2FD;
}
.ContentTop
{
	/*position: absolute;*/
	/*top: 0px;*/
	/*left: 0px;*/
	width: 100%;
}
.ContentTop fieldset, .paneExplanation_contentTop
{
	background-color: #FDFBF2;
}
.Header fieldset, .Footer fieldset, .paneExplanation_header, .paneExplanation_footer
{
	background-color: #FDF2F2;
}

.Header, .Footer
{
	width: 500px;
}

.Content
{
	width: 500px;
}

.Content legend
{
	font-weight: bold;
}

.Header legend, .Footer legend
{
	font-weight: bold;
}

.ScriptsTop, .ScriptsBottom
{
	width: 500px;
}

.ScriptsTop fieldset, .ScriptsBottom fieldset, .paneExplanation_scriptTop, .paneExplanation_scriptBottom
{
	background-color: #E9F4FA;
}

.ScriptsTop legend, .ScriptsBottom legend
{
	font-weight: bold;
}

/** end Panes **/

/** start button bar **/

#PageMenu
{
	position: absolute;
	left: 10px;
	top: 35px;
	width:90%;
	z-index: 999;
}

ul.ButtonBar
{
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	z-index: 6;
}

ul.ButtonBar img
{
	outline: none;
	-moz-outline: none;
	border: 0px;
	vertical-align: -25%;
	margin-right: 0px;
	height: 16px;
}

ul.ButtonBar ul li a img
{
	outline: none;
	-moz-outline: none;
	border: 0px;
	vertical-align: -25%;
	margin-right: 5px;
}

ul.ButtonBar li
{
	list-style-type: none;
	float: left;
}

ul.ButtonBar li a
{
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-left: 5px;
	margin-right: 5px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	outline: none;
	-moz-outline:none;

	height: 17px;
	color: #FFFFFF;
}

ul.ButtonBar li a.Button:hover, ul.ButtonBar li a.ButtonActive
{
	color: #208882;;
}
ul.ButtonBar li a.ButtonWYSIWYG:hover
{
	color: #B7C6D1;;
}

ul.ButtonBar li a.Button:active, .ActiveButton
{
	border: 0px;
	border-top: 1px;
	border-left: 1px;
	border-color: #333333;
	border-style: solid;
	padding-bottom: 3px;
	padding-right: 9px;
	padding-top: 3px;
	padding-left: 10px;
	color: #FFFFFF;
}

ul.ButtonBar li ul
{
	position: absolute;
	overflow: visible;
	padding: 1px;
	margin: 0px;
	margin-left: 6px;
	border-width: 1px;
	border-color: #EEEEEE;
	border-bottom-color: #000000;
	border-right-color: #000000;
	border-style: solid;
	display: none;
	z-index: 99;
	min-width: 150px;
	background-color:#B7C6D1;
	//ok
}

ul.ButtonBar li ul li
{
	float: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

ul.ButtonBar li ul li a.Button, ul.ButtonBar li ul li a.Button:hover, ul.ButtonBar li ul li a.Button:active
{
	margin: 0px;
	border: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 9px;
	padding-right: 9px;
	color: #208882;	width: 100%;
	display: block;
}

ul.ButtonBar li ul li a.Button:hover
{
	width: 100%;
	display: block;
	background-color:#F2F2F2;
}

/** end button bar **/

/** start panes div **/

div.panes{
	position: absolute;
	top: 0px;
	left: 320px;
	width: 500px;
}

/** end panes div **/

/** start Right div **/

div.Right
{
	margin-left: 200px;
	width: 500px;
}

div.Right h1, div.panes h1
{
	font-size: 18px;
	color: #208882;}

div.Right h2, div.panes h2
{
	font-size: 16px;
	color: #208882;}

div.Right td, div.panes td, div.Right th, div.panes th, .SitesInfo td
{
	font-size: 11px;
}

div.Right fieldset, div.panes fieldset
{
	margin: 0px;
}

div.Right fieldset p, div.panes fieldset p
{
	margin: 5px !important;
}

div.Right a, div.panes a
{
	color: #333333;
}

div.Right a:hover, div.panes a:hover
{
	color: #336699;
}

div.panes fieldset input
{
	margin: 0px !important;
	margin: 5px;
}

div.Right legend, div.panes legend
{
	font-weight: bold;
	color: blue;
}

div.Right p, div.panes p, .SitesInfo td
{
	margin-top: 0px;
	color: gray;
}

/** end Right div **/

/** start input/edit screens **/

#content input, textarea
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

#content form.EditModule legend, #content form.EditPage legend
{
	font-weight: bold;
	color: blue;
}

#content form.EditModule .legend
{
	font-weight: bold;
	color: blue;
	height: 25px;
	font-size: 11px;
}

#content form.EditModule input.Text
{
	/*width: 350px;*/
	width: 100%;
}

#content form.EditModule table, #content form.EditPage table
{
	width: 100%;
}

#content form.EditPage input.Text
{
	/*width: 250px;*/
	width: 100%;
}

#content form.EditModule input.TextRequired
{
	/*width: 350px;*/
	width: 100%;
	background-color: #CC6666;
}

input.InputExtraRequired
{
	/*width: 300px;*/
	width: 100%;
	background-color: #CC6666;
}

input.InputExtra
{
	/*width: 300px;*/
	width: 100%;
}

#content form.EditPage input.TextRequired
{
	/*width: 250px;*/
	width: 100%;
	background-color: #CC6666;
}

#content form.EditModule input.Button, #content form.EditPage input.Button
{
	width: 90px;
}

#content form.EditModule input.ButtonDelete, #content form.EditPage input.ButtonDelete
{
	width: 90px;
	color: #CC6666;
	font-weight: bold;
}

#content form.EditModule input.Upload
{
	width: 250px;
}

#content form.EditModule input.UploadRequired
{
	width: 250px;
	background-color: #CC6666;
}

#content form.EditModule p, #content form.EditPage p
{
	margin-top: 0px;
	color: gray;
	font-size: 11px;
}

#content form.EditModule textarea.TextArea
{
	/*width: 350px;*/
	width: 100%;
	height: 150px;
}

#content form.EditPage textarea.TextArea
{
	/*width: 250px;*/
	width: 100%;
	height: 150px;
}

#content form.EditModule textarea.TextAreaRequired
{
	/*width: 350px;*/
	width: 100%;
	height: 150px;
	background-color: #CC6666;
}

#content form.EditPage textarea.TextAreaRequired
{
	/*width: 250px;*/
	width: 100%;
	height: 150px;
	background-color: #CC6666;
}

#content form.EditModule td.FirstColumn
{
	font-weight: bold;
	width: 150px;
	vertical-align: top;
	font-size: 11px;
}

#content form.EditPage td.FirstColumn
{
	font-weight: bold;
	width: 100px;
	vertical-align: top;
	font-size: 11px;
}

#content form.EditModule select.Select
{
	/*width: 350px;*/
	width: 100%;
	font-size: 12px;
}

#content form.EditPage select.Select
{
	/*width: 250px;*/
	width: 100%;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

#content form.EditModule select.SelectRequired
{
	/*width: 350px;*/
	width: 100%;
	background-color: #CC6666;
}

#content form.EditPage select.SelectRequired
{
	/*width: 250px;*/
	width: 100%;
	background-color: #CC6666;
}

#content img
{
	border: 0px;
}

/** end input/edit screens **/

/** start thumbnail **/

.modThumbnail, .modThumbnailSmallLeft, .modThumbnailSmallRight
{
	padding: 10px;
	border: 1px dotted black;
	margin: 5px 5px 5px 5px !important;
	margin: 5px 10px 10px 10px;
}

.modThumbnail h1
{
	color: gray !important;
	font-size: 11px;
}

.modThumbnail a, .modThumbnailSmallLeft a, .modThumbnailSmallRight a
{
	text-decoration: none;
}

.modThumbnail div.Title, .modThumbnailSmallLeft div.Title, .modThumbnailSmallRight div.Title
{
	font-size: 11px;
	font-weight: bold;
}

.modThumbnailSmallLeft
{
	float: left;
	width: 140px;
	margin-left: 5px;
}

.modThumbnailSmallRight
{
	float: right;
	width: 270px !important;
	width: 277px;
	margin-right: 5px;
}

/** end thumbnail **/

/** start mod logo **/

.modLogoImg
{
	width: 135px;
	height: 50px;
	opacity: 0.5;
    filter:	alpha(opacity=50); /* IE's opacity */
}

/** end mod logo **/

/** start mod banner **/

.modBannerImg
{
	width: 250px !important;
	width: 255px;
	height: 50px;
}

/** end mod banner **/

/** start module modImgText **/

.modImgTextImgLeft, .modImgTextImgRight
{
	opacity: 0.5;
    filter:	alpha(opacity=50); /* IE's opacity */
    padding: 0px 0px 0px 10px;
}

.modImgTextImgLeft img, .modImgTextImgRight img
{
	width: 60px;
	height: 60px;
}

.modImgTextImgLeft
{
    padding: 0px 10px 0px 0px;
}

.modImgTextText
{
	padding: 0px 0px 10px 0px;
	font-family: "Trebuchet MS";
	color: gray;
	font-size: 11px;
}

.modImgTextText h1
{
	margin: 5px 0px 5px 0px;
	font-family: "Trebuchet MS";
	color: gray;
	font-weight: bold;
	font-size: 12px !important;
}

/** end module modImgText **/

/** start module modStaff **/

.modStaffImgLeft, .modStaffImgRight
{
	opacity: 0.5;
    filter:	alpha(opacity=50); /* IE's opacity */
    padding: 0px 0px 0px 10px;
}

.modStaffImgLeft img, .modStaffImgRight img
{
	width: 60px;
	height: 60px;
}

.modStaffImgLeft
{
    padding: 0px 10px 0px 0px;
}

.modStaffText
{
	padding: 0px 0px 10px 0px;
	font-family: "Trebuchet MS";
	color: gray;
	font-size: 11px;
}

.modStaffText h1
{
	margin: 5px 0px 5px 0px;
	font-family: "Trebuchet MS";
	color: gray;
	font-weight: bold;
	font-size: 12px !important;
}

/** end module modStaff **/

/** start module tablevliegtickets **/

.modTableVliegticketsTextImg
{
	margin-right: 5px;
	margin-top: 10px;
	width: 43px;
	height: 43px;
}
.modTableVliegticketsText h1
{
	margin: 5px 0px 5px 0px;
	font-family: "Trebuchet MS";
	color: gray;
	font-weight: bold;
	font-size: 12px !important;
}
.modTableVliegticketsText
{
	color: gray;
}

/** end module tablevliegtickets **/

/** start module tabledefault **/

.modTableDefaultTextImg
{
	margin-right: 5px;
	margin-top: 10px;
	width: 43px;
	height: 43px;
}
.modTableDefaultText h1
{
	margin: 5px 0px 5px 0px;
	font-family: "Trebuchet MS";
	color: gray;
	font-weight: bold;
	font-size: 12px !important;
}
.modTableDefaultText
{
	color: gray;
}

/** end module tablevliegtickets **/

/** start module modBouwsteen **/

.modBouwsteenImgLeft, .modBouwsteenImgRight
{
	opacity: 0.5;
    filter:	alpha(opacity=50); /* IE's opacity */
    padding: 0px 0px 0px 10px;
}

.modBouwsteenImgLeft img, .modBouwsteenImgRight img
{
	width: 60px;
	height: 60px;
}

.modBouwsteenImgLeft
{
    padding: 0px 10px 0px 0px;
}

.modBouwsteenText
{
	padding: 0px 0px 10px 0px;
	font-family: "Trebuchet MS";
	color: gray;
	font-size: 11px;
}

.modBouwsteenText h1
{
	margin: 5px 0px 5px 0px;
	font-family: "Trebuchet MS";
	color: gray;
	font-weight: bold;
	font-size: 12px !important;
}

/** end module modBouwsteen **/

/** start module modRondreis **/

.modRondreisText
{
	padding: 0px 0px 10px 0px;
	font-family: "Trebuchet MS";
	color: gray;
	font-size: 11px;
}

.modRondreisText h1
{
	margin: 5px 0px 5px 0px;
	font-family: "Trebuchet MS";
	color: gray;
	font-weight: bold;
	font-size: 12px !important;
}

/** end module modRondreis **/

/** start module modHTMLBlock **/

.modHTMLBlockImg
{
	margin-right: 5px;
	margin-top: 10px;
	width: 35px;
	height: 35px;
}
.modHTMLBlockText h1
{
	margin: 5px 0px 5px 0px;
	font-family: "Trebuchet MS";
	color: gray;
	font-weight: bold;
	font-size: 12px !important;
}
.modHTMLBlockText
{
	color: gray;
}

/** end module modHTMLBlock **/

/** start module modHeadLinks **/

.modHeadLinksImg
{
	margin-right: 5px;
	margin-top: 10px;
	width: 48px;
	height: 48px;
}
.modHeadLinksText h1
{
	margin: 5px 0px 5px 0px;
	font-family: "Trebuchet MS";
	color: gray;
	font-weight: bold;
	font-size: 12px !important;
}
.modHeadLinksText
{
	color: gray;
}

/** end module modHeadLinks **/

/** start module modHTML **/

.modHTMLImg
{
	margin-right: 10px;
	width: 48px;
	height: 48px;
}
.modHTMLText h1
{
	margin: 5px 0px 5px 0px;
	font-family: "Trebuchet MS";
	color: gray;
	font-weight: bold;
	font-size: 12px !important;
}
.modHTMLText
{
	color: gray;
}

/** end module modHTML **/

/** start module modContact **/

.modContactImg
{
	margin-right: 10px;
	width: 48px;
	height: 48px;
}
.modContactText
{
	color: gray;
}

/** end module modContact **/

/** start module modRedirect **/

.modRedirectImg
{
	margin-right: 10px;
	width: 35px;
	height: 35px;
}
.modRedirectText
{
	color: gray;
}
.modRedirectText a
{
	color: blue;
}

/** end module modRedirect **/

/** start module modMap **/

.modMapImg
{
	margin-right: 10px;
	width: 50px;
	height: 47px;
}
.modMapText
{
	color: gray;
}

/** end module modMap **/

/** start module modJavascript **/

.modJavascriptText
{
	color: gray;
}

.modJavascriptImg
{
	margin-right: 10px;
	width: 42px;
	height: 38px;
}

.modJavascriptText h1
{
	margin: 5px 0px 5px 0px;
	font-family: "Trebuchet MS";
	color: gray;
	font-weight: bold;
	font-size: 12px !important;
}

/** end module modJavascript **/

/** start module modJavascriptLink **/

.modJavascriptLinkText
{
	color: gray;
}

.modJavascriptLinkImg
{
	margin-right: 10px;
	width: 42px;
	height: 38px;
}

.modJavascriptLinkText h1
{
	margin: 5px 0px 5px 0px;
	font-family: "Trebuchet MS";
	color: gray;
	font-weight: bold;
	font-size: 12px !important;
}

.modJavascriptLinkText a
{
	color: blue;
}

/** end module modJavascriptLink **/

/** start module ExternalPage **/

.modExternalPageImg
{
	margin-right: 10px;
	width: 39px;
	height: 40px;
}
.modExternalPageText
{
	color: gray;
}
.modExternalPageText a
{
	color: blue;
}

/** end module ExternalPage **/

/** start module modMenu **/

.modMenuImg
{
	margin-right: 10px;
	width: 40px;
	height: 40px;
}
.modMenuText
{
	color: gray;
}
.modMenuText a
{
	color: blue;
}

/** end module modMenu **/

/** start module heading **/

.modHeadingImg
{
	margin-right: 10px;
	width: 35px;
	height: 35px;
}
.modHeadingText
{
	color: gray;
}

.modHeadingText h1
{
	margin: 5px 0px 5px 0px;
	font-family: "Trebuchet MS";
	color: gray;
	font-weight: bold;
	font-size: 12px !important;
}

/** end module modMenu **/

/** start languagetable **/

.LanguageTable #ListTable td
{
	vertical-align: middle;
}

.LanguageTable #ListTable .row1
{
	/*background-color: #F1F0F7;*/
}

.LanguageTable #ListTable .row2
{
	/*background-color: #D7D7D7;*/
}

.LanguageTable #ListTable th
{
	text-align: left;
	font-weight: bold;
	background-color: silver;
}

/** end languagetable **/

/** start languagestable **/

.LanguagesOverview
{
	width: 400px;
}

.LanguagesOverview table
{
	width: 100%;
}

.LanguagesOverview th
{
	text-align: left;
	font-weight: bold;
	background-color: silver;
}

.failed
{
	color: #FF9999;
	border: 1px solid #CC0033;
	padding: 5px;
}

.succes
{
	color: #669966;
	border: 1px solid #009966;
	padding: 5px;
}

/** end languagestable **/

/** start modulesstable **/

.ModuleOverview
{
	margin-top: 5px;
	margin-left: 10px;
	width: 550px;
	border: 1px;
	border-style: solid;
	border-color: #333333;
	background-color: #FFFFFF;
}

.ModuleOverview tr
{
	background-color: #E3EBF0;
}

.ModuleOverview td
{
	padding: 5px;
}

.ModuleOverview th
{
	padding: 5px;
	font-size: 10px;
	background-color: #EBEBE6;
	border: 0px;
	border-bottom: 2px;
	border-color: #666666;
	border-style: solid;
}

/** end modulesstable **/

/** start otaptable **/

.OtapOverview
{
	margin-top: 5px;
	margin-left: 10px;
	width: 550px;
	border: 1px;
	border-style: solid;
	border-color: #333333;
	background-color: #FFFFFF;
}

.OtapOverview tr
{
	background-color: #E3EBF0;
}

.OtapOverview td
{
	padding: 5px;
}

.OtapOverview th
{
	padding: 5px;
	font-size: 10px;
	background-color: #EBEBE6;
	border: 0px;
	border-bottom: 2px;
	border-color: #666666;
	border-style: solid;
}

/** end otapstable **/

/** start leftlist **/

ul.LeftList
{
	/*position: absolute;
	top: 0px;
	left: 0px;
	width: 320px;*/
	margin-top: 0px;
	/*padding-bottom: 20px;*/
	margin-left: 10px;
	padding-left: 0px;
	float: left;
	clear: both;
}

ul.LeftList li
{
	padding-left: 0px;
	margin-left: 20px;
	margin-right: 0px;
}

ul.LeftList li a
{

	text-decoration: none;
}

ul.LeftList img
{
	border: 0px;
}

ul.LeftList li a:hover
{
	color: #336699;
}

ul.LeftList li ul li
{
	margin-left: -18px;
}

li.LanguageObject
{
	list-style-image: url('../images/icon_dot_red.gif');
	margin-bottom: 4px;
}

li.Component
{
	list-style-image: url('../images/button_module_add.gif');
}

li.PageDisabled
{
	list-style-image: url('../images/icon_page_disabled.gif');
}

li.PageHiddenDisabled
{
	list-style-image: url('../images/icon_page_hidden_disabled.gif');
}

li.PageNormal
{
	list-style-image: url('../images/icon_page.gif');
}

li.PageRedirect
{
	list-style-image: url('../images/icon_page_redirect.gif');
}
li.PageRedirect a
{
	/*color: #638C9A;*/
	/*font-weight: bold;*/
}

li.PageEntryPoint
{
	list-style-image: url('../images/icon_page_default.gif');
}
li.PageEntryPoint a
{
	/*color: #7B9A63;*/
	/*font-weight: bold;*/
}

li.PageNormal a, li.PageNormal a, li.PageHiddenDisabled a, li.PageDisabled a, li.LanguageObject a, li.Component a, li.PageRedirect a, li.Drive a, li.Folder a, li.FolderOpen a
{
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

li.PageHidden
{
	list-style-image: url('../images/icon_page_hidden.gif');
}
li.PageHidden a
{
	font-weight: normal;
	color: darkgray;
}
li.PageHiddenDisabled a
{
	font-weight: normal;
	color: darkgray;
}

li.UserNormal
{
	list-style-image: url('../images/icon_user_red.gif');
}
li.UserNormal a, li.UserAdmin a, li.SiteNormal a
{
	color: #333333;
}
li.SiteDisabled a
{
	color: darkgray;
}
li.UserAdmin
{
	list-style-image: url('../images/icon_user_yellow.gif');
}

li.SiteNormal, li.SiteDisabled
{
	list-style-image: url('../images/icon_site.gif');
}

li.Drive
{
	list-style-image: url('../images/icon_drive.gif');
}
li.Folder
{
	list-style-image: url('../images/icon_folder.gif');
}
li.FolderOpen
{
	list-style-image: url('../images/icon_folder_open.gif');
}

/** end leftlist **/

.publish, .copy
{
	width: 510px;
	height: 195px;
	background-image: url('../images/publish_bg.gif');
	background-repeat: repeat-x;
	z-index: 1;
}

.publishTable, .copyTable
{
	width: 200px;
}
.publishTable td, .copyTable td
{
	height: 20px;
}

.copy
{
	width: 381px;
	height: 169px;
	background-image: url('../images/copy_bg.gif');
}

.divLogin
{
	background-image: url('../images/login.gif');
	background-repeat: no-repeat;
	background-position: 350px 5px;
	width: 500px;
	height: 160px;
	font-size: 11px;
}

.divLogin td
{
	font-size: 11px;
}

.divLogin table
{
	width: 350px;
}

.divLogin fieldset
{
	padding-top: 20px !important;
	padding-top: 0px;
	height: 135px !important;
	height: 160px;
}

.divLogin input
{
	font-size: 11px;
	margin-left: 15px;
	margin-bottom: 3px;
}

.divLogin select
{
	font-size: 11px;
	margin-left: 15px;
	margin-bottom: 3px;
}


.divLogout
{
	position: absolute;
	top: 5px;
	right: 10px;
	background-image: url('../images/icon_logout.gif');
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}

.InvalidIp
{
	position: absolute;
	top: 50px;
	right: 12px;
	width: 250px;
	background-color: #FFCDCD;
	color: black;
	border: 1px solid #CC0033;
	padding: 5px;
	font-size: 11px;
	margin: 0;
}

.ColorInput
{
	width: 100px;
	float: left;
}

.ColorInputRequired
{
	background-color: #CC6666;
}

.CheckInput
{

}

.CheckInputRequired
{
	background-color: #CC6666;
}

.ColorBox
{
	float: left;
	margin: 3px 5px 3px 0px;
	font-size: 1px;
	width: 10px;
	height: 10px;
	border: 1px solid black;
	width: 10px;
	cursor: pointer;
}

.ColorBoxNoCursor
{
	float: left;
	margin: 3px 5px 3px 0px;
	font-size: 1px;
	width: 10px;
	height: 10px;
	border: 1px solid black;
	width: 10px;
}

.tabinput
{
	background:#F4F4F4 none repeat scroll 0 0;
	border:1px solid #000000;
	border-bottom:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
	padding:2px;
}


.SitesInfo
{
	width:400px;
}

.SitesInfo ul
{
	list-style: none;
	padding-top:10px;
}

.SitesInfo table
{
	margin-left:10px;
}

.SitesInfo th
{
	text-align:left;
}

.SitesInfo strong
{
	color: #208882;}

#paneExplanation ul
{
	list-style: none;
	border:0px;
	border-top:1px solid #000000;
}
#paneExplanation li
{
	border:0px;
	border-bottom:1px solid #000000;
}

#paneExplanation h3, #paneExplanation p
{
	margin:1px;
	padding:1px;

}

#paneExplanation h3
{
	font-size:1.25em;
	text-decoration:bold;
}

#AJAXResponderloading
{
	background-color:#FFC869;
	bottom:0;
	height:1.2em;
	padding:1px 1px 1px 5px;
	position:fixed;
	right:0;
	width:150px;
	z-index:9900;
}