/********************************************************************/
/* Default */
/********************************************************************/
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body {
	margin:0px;
	padding:0px;
	overflow:hidden;
}
/********************************************************************/




/********************************************************************/
/* Topbar */
/********************************************************************/
#divTopPlaceHolder {
	width:100%;
	height:60px;
	background-color:#FFFFFF;
}

#divTitlePlaceHolder {
	position:absolute;
	left:20px;
	top:20px;
}

#divtopMenuPlaceHolder {
	position:absolute;
	top:20px;
	right:20px;
	height:18px;
	line-height:18px;
	color:#333333;
}

#divtopMenuPlaceHolder a {
	color:#333333;
	text-decoration:none;
}

#divtopMenuPlaceHolder a:hover{
	text-decoration:underline;
}

#divtopMenuPlaceHolder .seperator {
	border-left:1px solid #96a2a9;
	margin-left:6px;
	margin-right:8px;
}

/********************************************************************/




/********************************************************************/
/* Menu */
/********************************************************************/
#divMenuPlaceHolder {
	background-image:url(../image/background_menuplaceholder.gif);
	background-repeat:repeat-x;
}

#tableMenu td {
	border-bottom:2px solid #FFFFFF;
}

#tableMenu td div {
	padding-left:15px;
	padding-right:15px;
	padding-top:6px;
	padding-bottom:6px;
	background-color:#e5e5e5;
	border:1px solid #a7a7a7;
}

#tableMenu td a {
	color:#555555;
	text-decoration:none;
}

#tableMenu td a:hover {
	color:#555555;
	text-decoration:underline;
}

#tableMenu .tdSeperator {
	width:2px;
	overflow:hidden;
	background-color:#FFFFFF;
	padding:0px;
}

#tableMenu .tdSelected a {
	color:#FFFFFF;
	
}

#tableMenu .tdSelected a:hover {
	color:#FFFFFF;
}

#tableMenu .tdSelected div {
	border:1px solid #c00000;
}

/********************************************************************/




/********************************************************************/
/* Color of selected (sub)menu */
/********************************************************************/
#divSubMenuPlaceHolder, #tableMenu .tdSelected div {
	background-color:#c00000;
}

#tableMenu .tdSelected {
	border-bottom:2px solid #c00000;
}
/********************************************************************/




/********************************************************************/
/* Submenu */
/********************************************************************/
#divSubMenuPlaceHolder {
	width:100%;
	height:29px;
	line-height:29px;
	overflow:hidden;
}

#divSubMenuPlaceHolder a {
	color:#FFFFFF;

	text-decoration:none;
	margin-left:20px;
	margin-right:10px;
}

#divSubMenuPlaceHolder a:hover {
	text-decoration:underline;
}

#divSubMenuPlaceHolder .selected {
	font-weight:bold;
}
/********************************************************************/




/********************************************************************/
/* Content */
/********************************************************************/
#divContentPlaceholder, #divContentPlaceholderForPopup {
	position:absolute;
	top:120px;
	left:0px;
	right:0px;
	bottom:28px;
	padding:20px;
	overflow:auto;
	background-color:#ffffff;
	line-height:16px;
}

#divContentPlaceholderForPopup {
	top:60px;
	padding-top:0px;
}
/********************************************************************/





/********************************************************************/
/* Bottombar */
/********************************************************************/
#divBottomPlaceHolder {
	position:absolute;
	bottom:0px;
	width:100%;
	height:26px;
	color:#555555;
	background-color:#e5e5e5;
	text-align:center;
	line-height:26px;
	border-top: 1px solid #a7a7a7;
	border-bottom: 1px solid #a7a7a7;
}
/********************************************************************/





/********************************************************************/
/* Screen */
/********************************************************************/
#divScreenAlpha {
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	width:100%;
	background-color:#000000;
	text-align:center;
	opacity:0.5;
	visibility:hidden;
	z-index:2;
}
/********************************************************************/





/********************************************************************/
/* Popup */
/********************************************************************/
.divPopup {
	position:absolute;
	z-index:3;
	height:250px;
	width:425px;
	border:1px solid #000000;
	background-color:#FFFFFF;
}

.divPopupHeader {
	background-color:#dedede;
	border-bottom: 2px solid #d32424;
	font-weight:bold;
	padding:8px;
}

.divPopupBody {
	padding:8px;
}

.divPopupButtonClose {
	position:absolute;
	bottom:8px;
	right:8px;
}
/********************************************************************/