
/***********************************************/
/*  LAYOUT  */
/***********************************************/
#Body {
	background: url('../img/bg.gif');
}

.adminMenuContainer
{
	position:relative;
	width: 950px;
	background-color: #CAD5AD;
	height: 20px;
}

#adminMenu, #categoriesMenu
{
	position: absolute;
	z-index: 99999;
}

.container {
	position: relative;
	width: 940px;
	margin: 0px auto 0px auto;
	text-align:left;
}

.site {
	background-color: #fcf5f0;
	padding: 10px;
}

.userData {
	position: absolute;
	top: 10px;
	left: 15px;
	color: #dddddd;
}

.userData a,
.userData a:link,
.userData a:visited,
.userData a:active
{
	color: #CAD5AD!important;
	text-decoration: none;
}
	
.clear {
	clear:both;
	height: 1px;
}

.mainTable td
{
	vertical-align: top;
	text-align: left;
}


.leftPane 
{
	width: 212px;
} 

	.leftPaneContent 
	{
		width: 100%;
		background: url('../img/roundedBoxLeftMiddle.gif') repeat-y 0 0; 
		padding-bottom: 15px;
	}

	.leftPaneBottom
	{
		height: 21px;
		width: 100%;
		background: url('../img/roundedBoxLeftBottom.gif') no-repeat 0 0;
	}

.contentPane 
{
	width: 474px;
}

	.pageTitle
	{
		margin: 30px 0 0 15px;
	}
	
	.contentPaneContent 
	{
		margin: 0px 15px 30px 15px; 
		border: solid 1px #fcf5f0;
	}

.rightPane {
	width: 230px;
	background: url('../img/roundedBoxRightTop.gif') no-repeat 0 0; 
}

	.rightPaneContentContainer {
		margin-top: 22px;
		padding: 7px 15px;
		background: url('../img/roundedBoxRightMiddle.gif') repeat-y 0 0; 
	}
		.rightPaneContent
		{
			border: solid 1px #F2DAC9;
		}
			
	.rightPaneBottom {
		height: 22px;
		width: 100%;
		background: url('../img/roundedBoxRightBottom.gif') no-repeat 0 0;
	}


.middlePane 
{
	padding: 15px 10px 30px 10px;
}

	.middlePaneBorder
	{
		border-top: solid 3px #FFFFFF;
		padding-top: 12px;
	}

	.middlePaneContent
	{
		border: solid 1px #fcf5f0;		
		width: 100%;
	}
	
	.middlePaneContent img
	{
		border:0px;
	}
	


.bottomPane 
{
	height: 82px;
	background: url('../img/footerBoxBg.gif') no-repeat 0 0;
}

	.bottomPaneContent 
	{
		margin: 15px 50px;
	}


.footer
{
	color: #FFFFFF;
	text-align:center;
	margin-top: 10px;
	padding-bottom: 20px;
}

.footer a 
{
	text-decoration: underline;
	color:  #FFFFFF;
}

.footer span {
	color:  #d0d0d0;
	font-weight: normal;
}



/* sideMenu ***************/
#sideMenu {
	background-color: #ffffff;
	list-style:none;
	margin-left:2px;
	width: 208px;
}

#sideMenu a {
	font-size: 0.9em;
	display: block;
	padding: 6px 0 7px 19px;
	border: solid 2px #f0e3d9;
	color: #6a6663;
	text-decoration: none;
}

#sideMenu a:hover {
	background-color: #f6eee8;
}

#sideMenu a.DisabledMenuItem:hover {
	cursor: default;
}

#sideMenu .selected a
{
	background-color: #c62534;	
	color: #FFFFFF;
}

#sideMenu li {
	margin-top: -1px;
	list-style:none;
}

#sideMenu li li {
	margin-top: 0;
}

/* login ***************/
/* gebruikersnaam */
#dnn_ctr_Login_Login_DNN_txtUsername
{
	
}
/* wachtwoord */
#dnn_ctr_Login_Login_DNN_txtPassword 
{
	
}
/* loginbutton */
#dnn_ctr_Login_Login_DNN_cmdLogin 
{

	
}

/* kalender ***************/



/* tooltip  ***************/
a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active { 
	
position: relative;
text-decoration: none;
font-style: bold;
border-bottom:0px dotted #4dbcf3;
}

a:hover.tooltip {
background: transparent;
z-index: 50;
}

a span.tooltip2{
display: none;
text-decoration: none;
}

a:hover span.tooltip2 {
display: block;
position: absolute;
top: 0px;
right: 0;
width: 250px;
z-index: 100;
color: #000000;
border: 1px solid;
border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
border-left: 6px solid #C62534;
padding: 10px 10px 10px 10px;
background: #F0E3D9;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-style: Normal;
text-align: left;
}
img.beautify { border: solid 1px #e5e5e5; padding: 7px; background-color: #FFF; margin: 10px; }
#dnn_middlePane img.beautify { margin: 0px; }
