/*   
	Theme Name: ServNet CMS - General
	Theme URI: http://www.servnet.be
	Description: ServNet Content Management System
	Author: Sam Vanfleteren
	Version: 1.0
*/

body {
	padding: 0px;
	margin: 0px;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
	
	background-color: #eff0f0;
	background-image: url(../images/admin/background-topbar.jpg);
	background-repeat: repeat-x;
}


/*
	MAIN DIV- ELEMENTS
*/

#container {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

	#menu {
		margin-top: -6px;
		position: absolute;
		margin-left: 800px;
		z-index: 100;
	}
	
		#collapsemenu {
			cursor: pointer;
		}
		
		#slidemenu {}
		
		.slidemenu-item {
			background-image: url(../images/admin/menu-item.png);
			background-repeat: no-repeat;
			width: 200px;
			height: 13px;
			
			padding: 6px;
			padding-top: 8px;
			padding-left: 20px;
			margin-left: 6px;
		}
		
		.slidemenu-item > img {
			width: 18px;
			margin-right: 15px;
			margin-top: -1px;
			float: left;
		}
		
		.slidemenu-item > a {
			color: #666;
		}

	#container-menubalk {
		background-image: url(../images/admin/background-topbar.jpg);
		background-repeat: repeat-x;
		height: 37px;
		width: 100%;
		
		padding-top: 15px;
	}
	
	#servnetlogo {
		float: right;
	}

	#container-submenu {
		margin-top: 20px;
		margin-left: 30px;
	}

		#menu-pointer, .window-pointer {
			background-image: url(../images/admin/menu-pointer.png);
			background-repeat: no-repeat;
			width: 54px;
			height: 40px;
			padding-top: 8px;
			padding-left: 14px;
			float: left;
			margin-right: -15px;
		}
		
		.menu-pointer-sub, .window-pointer-sub {
			background-image: url(../images/admin/menu-pointer-sub.png);
			background-repeat: repeat-x;
			padding-top: 12px;
			padding-left: 40px;
			padding-right: 40px;
			height: 44px;
			float: left;
			text-align: center;
		}
		
		.window-pointer-sub {
			width: 120px;
		}
		
		.menu-pointer-sub {
			width: 85px;
		}

		.menu-pointer-sub-close, .window-pointer-sub-close {
			background-image: url(../images/admin/menu-pointer-sub-close.png);
			background-repeat: no-repeat;
			width: 27px;
			height: 40px;
			float: left;
		}
	
	#container-bars {
		margin-top: 30px;
	}
	
		#container-bars-1, #container-bars-2, #container-bars-3 {
			width: 280px;
			float: left;
			padding-right: 20px;
		}
	
		.container-window {
			float: left;
			width: 280px;
			margin-top: 40px;
			margin-right: 30px;
			margin-bottom: 20px;
			
			background-image: url(../images/admin/window-side.png);
			background-repeat: repeat-y;
			
			padding-top: 20px;
			padding-left: 20px;
			padding-right: 20px;
		}
		
			.container-window-top {
				position: absolute;
				margin-top: -40px;
				margin-left: -20px;
			}
			
			.container-window-close {
				background-image: url(../images/aadmin/window-bottom.png);
				background-repeat: no-repeat;
				position: absolute;
				width: 279px;
				height: 10px;
				margin-left: -20px;
			}

	#container-content {
		clear: left;
		padding: 20px;
		margin-top: 10px;
		width: 770px;
	}
	
		.container-content-item {
			margin-bottom: 40px;
			padding-left: 30px;
		}
	
	#footer {
		overflow: auto;
		width: 100%;
		height: 30px;
		position: absolute;
		bottom: 0;
		left: 0;
		color: #000;
		background: #CCC;
		text-align: center;
		padding-top: 5px;
		overflow: hidden;
	}
	
		#footer > p {
			font-size: 11px;
			color: #666;
		}

#container-login {
	width: 1000px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

	#login-top {
		background-image: url(../images/admin/login-top.png);
		background-repeat: no-repeat;
		width: 450px;
		height: 46px;
	}
	
	#login-content {
		background-image: url(../images/admin/login-background.png);
		background-repeat: repeat-y;
		padding-left: 25px;
		padding-top: 25px;
		padding-bottom: 15px;
		margin-top: 0px;
	}
	
	#login-bottom {
		background-image: url(../images/admin/login-bottom.png);
		background-repeat: no-repeat;
		width: 450px;
		height: 46px;
	}


/*
	TEXT
*/


a {
	text-decoration: none;
	color: #2b2c93;
}

	a:hover{
		text-decoration: underline;
	}

.welkom {
	font-size: 12px;
	color: #666;
}

	.welkom > a {
		
	}
	
.menu-pointer-sub-text > a {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

#menu-pointer img {
	border: 0 none;
}

.error-img {
	position: absolute;
	margin-left: -17px;
	margin-top: 2px;
}
