* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #929292;
   behavior: url("/Portals/1/Skins/TaptoeNieuw/csshover3.htc");
}
.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #141941;
	background-image: url(images/pagina_okki.jpg);
	background-repeat: no-repeat;
}
.pagemasterbanner {
	width: 120px;
	height: 600px;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	border: 0px;
	overflow: hidden;
}
.skinmaster {
	width: 900px;
	height: 630px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.skinmasteradmin {
	background-color: transparent;
	width: 900px;
	height: 100%;
}
.content {
	background-color: transparent;
	width: 700px;
	height: 100%;
	vertical-align: top;
}
.leftpane {
	background-color: transparent;
	width: 190px;
	padding-right: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
.contentpane {
	background-color: transparent;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
}
.rightpane {
	background-color: transparent;
	width: 200px;
	padding-right: 5px;
	padding-top: 5px;
}

A:Link, A:Visited, A:Active {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: black;
	text-decoration: underline;
}
A:Hover {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: black;
	text-decoration: underline;
}
.login, .login a:link, .login a:visited, .login a:hover,
a.login:link, a.login:visited, a.login:hover {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
}
.Normal {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #4b4b4b;
	text-align: left;
}
.NormalBold {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000; 
}
.Head {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #0077bb;
}
.SubHead {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #0077bb;
	color: #000000;
}

/*  Menu  */
.Skinmenu {
	background-color: transparent;
}
.MainMenu_MenuContainer {
	background-color: silver;
}
.MainMenu_MenuBar {
	background-color: silver;
}
.MainMenu_MenuItem {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #002b5b;
	text-align: center;
}
.MainMenu_MenuItem td {
	padding-left: 10px;
	padding-right: 10px;
	height: 22px;
}
.MainMenu_MenuItemSel {
	background-color: transparent;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #D80012;
}
.MainMenu_MenuItemSel td {
	padding-left: 10px;
	padding-right: 10px;
}
.MainMenu_MenuItemActive {
	text-align: center;
	color: #D80012;
}
.MainMenu_SubMenu {
	background-color: silver;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin-left: 0px;
	padding-left: 13px;
	padding-right: 6px;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_MenuArrow {
	display: none;
}
.MainMenu_MenuBreak {
	background-color: transparent;
	border: none;
	color: #D80012;
}
.MainMenu_Separator {
	background-image: url(images/separator.gif);
	background-repeat: no-repeat;	
	width: 2px;
	background-color: #999999;
	color: #D80012;
	padding: 0px;
	margin: 0px;
}
.MainMenu_SubMenu .MainMenu_MenuItem {
	background: transparent;
	color: #ffffff;
	text-align: left;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
}
.MainMenu_SubMenu .MainMenu_MenuItem td {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.MainMenu_SubMenu .MainMenu_MenuItemSel {
	background-color: transparent;
	color: #dd0000;
	text-align: left;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
}
.MainMenu_SubMenu .MainMenu_MenuItemSel td {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


/* Styles voor dropdown menu */

#menu {
	
}
#menu ul li.item {
	display:none;
}
#menu ul li.top {
	background-image: url(images/dropdownheader/combobox.gif);
	background-repeat: no-repeat;
	width: 131px;
	height: 23px;
	display: block;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding-top: 3px;
	padding-left: 20px;
}
#menu ul li.top:hover {
	color: #000000;
	cursor: hand;cursor:pointer;
}
#menu ul:hover {
	background-image: url(images/dropdownheader/dropdown.gif);
	background-repeat: no-repeat;
	width: 128px;
	height: 158px;
	cursor: hand;cursor:pointer;
}
#menu ul:hover .item {
	display: block;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	padding-left: 15px;
	padding-right: 40px;
	cursor: hand;cursor:pointer;
}
#menu ul:hover .item a:link, 
#menu ul:hover .item a:visited {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
	cursor: hand;cursor:pointer;
}
#menu ul:hover .item a:hover {
	font-weight: bold;
	color: #333333;
	display: block;
	cursor: hand;cursor:pointer;
}
#menu {
	position: relative;
	color: #000000;
	width: 220px;
	height: 30px;
	padding-top: 6px;
}
/* FOR IE 6 */
#moresites a {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#moresites a:hover {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #d40000;
}
/* END IE6 */
#moresites {
	margin: 0px;
	padding: 0px;
}
.MenuPane {
	background-image: url(images/dropdownheader/bg_menu.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 32px;
}
.oudersbutton a:link, .oudersbutton a:visited {
	background-image: url(images/dropdownheader/ouders_normal.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 23px;
	display: block;text-decoration: none;
	margin-right: 15px;
}
.oudersbutton a:hover {
	background-image: url(images/dropdownheader/ouders_over.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 23px;
	display: block;text-decoration: none;
	margin-right: 15px;
}
.leerkrachtenbutton a:link, .leerkrachtenbutton a:visited {
	background-image: url(images/dropdownheader/leerkrachten_normal.gif);
	background-repeat: no-repeat;
	width: 139px;
	height: 23px;
	display: block;text-decoration: none;
	margin-right: 15px;
}
.leerkrachtenbutton a:hover {
	background-image: url(images/dropdownheader/leerkrachten_over.gif);
	background-repeat: no-repeat;
	width: 139px;
	height: 23px;
	display: block;text-decoration: none;
	margin-right: 15px;
}
.contactbutton a:link, .contactbutton a:visited {
	background-image: url(images/dropdownheader/contact_normal.gif);
	background-repeat: no-repeat;
	width: 70px;
	height: 23px;
	display: block;text-decoration: none;
	margin-right: 15px;
}
.contactbutton a:hover {
	background-image: url(images/dropdownheader/contact_over.gif);
	background-repeat: no-repeat;
	width: 70px;
	height: 23px;
	display: block;text-decoration: none;
	margin-right: 15px;
}
.abonneebutton a:link, .abonneebutton a:visited {
	background-image: url(images/dropdownheader/abonnee_normal.gif);
	background-repeat: no-repeat;
	width: 118px;
	height: 23px;
	display: block;text-decoration: none;
	margin-right: 15px;
}
.abonneebutton a:hover {
	background-image: url(images/dropdownheader/abonnee_over.gif);
	background-repeat: no-repeat;
	width: 118px;
	height: 23px;
	display: block;text-decoration: none;
	margin-right: 15px;
}
.RepositorySpacer {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #4b4b4b;
	
}
#dnn_ctr545_Repository_btnUserUpload,  {
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 0px;
	text-align: center:
	align: center;
	width: 120px;
}
#dnn_ctr545_Form___UploadButton {
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 0px;
	text-align: center:
	align: center;
	width: 110px;
}
#dnn_ctr545_Form___CancelButton {
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 0px;
	text-align: center:
	align: center;
	width: 73px;
}
#dnn_ctr545_Form___DeleteButton {
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 0px;
	text-align: center:
	align: center;
	width: 83px;
}
#dnn_ctr545_Form___TEDescription_plView_lblLabel {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #4b4b4b;
}

#dnn_ctr545_Repository_btnModerateUploads {
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 0px;
	text-align: center:
	align: center;
	width: 127px;
}




















