/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.netwerk
{Background-image: url(/Portals/1/images/bijeenkomsten/netwerk.JPG);
Background-repeat: no-repeat;
Width: 150px;
Height: 100px;
Font-family: Arial; 
Font-size: 11px;
Font-weight: normal;
}


.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */

ul li.list {
	/* height: 20px; */
	list-style-image: url(/Portals/1/images/list.gif);
	padding-top: 10px;
	padding-bottom: 10px;
}

ul li.listklein {
	/* height: 16px; */
	list-style-image: url(/Portals/1/images/listklein.gif);
	padding-top: 2px;
	padding-bottom: 2px;
}
.listklein {
	font-size: 11px;
	color: black;
	font-weight: normal;
	font-family: Verdana, Arial;
}

.list  {
	font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 15px;
	color: #3e4041;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}

.list a:link, .list a:active, .list a:visited {
	font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 15px;
	color: #3e4041;
	padding-bottom: 5px;
	text-decoration: none;
}
.list a:hover {
	font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 15px;
	color: #009edc;
	padding-bottom: 5px;
	text-decoration: none;
}

.Head {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #cc5e1c;
}
a.Head, a.Head:link, a:Head:visited {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #cc5e1c;
	text-decoration: none;
}
a.Head:Hover {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #ff5600;
	text-decoration: none;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #86888a;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #86888a;
}

/* text style used for most text rendered by modules */
.Normal, .Normal.leftpane {
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #343135;
}
.NormalItalic {
	font-family: Verdana, Arial;
	font-style: italic;
	font-size: 11px;
	color: #211f1f;
}
.NormalBlue {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	color: #009edc;
}
.blauw {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	color: #009edc;
}
.small {
	font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 9px;
	color: #86888a;
}
.kop1 {
	font-family: Trebuchet MS, Arial, Verdana;
	font-weight: bold;
	font-size: 22px;
	color: #111f1f;
}
.kop2 {
	font-family: Trebuchet MS, Arial, Verdana;
	font-weight: normal;
	font-size: 20px;
	color: #111f1f;
}
a.disclaimer, a.disclaimer:link, a.disclaimer:visited, a.disclaimer:hover {
	font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #111f1f;
	text-decoration: underline;
}
table.blauwvlak {
	background-image: url(/Portals/1/images/communities/blauwvlak.jpg);
	background-repeat: no-repeat;
	width: 527px;
	height: 155px;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
}
.LoginTextBox {
	background-image: url(/Portals/1/images/inputfield.gif);
	background-repeat: no-repeat;
	width: 118px;
	height: 16px;
	border: none;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #6e6e6e;
	padding-left: 4px;
	padding-top: 2px;
}
.CheckBox {
	background-image: url(/Portals/1/images/checkbox.gif);
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	border: none;
	display: block;
	text-decoration: none;
}

.NormalRed {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 16px;
	color: #e2001a;
}

.NormalBold {
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}
.LoginButton {
	background-image: url(/Portals/1/images/login.gif);
	background-repeat: no-repeat;
	width: 71px;
	height: 19px;
	border: none;
	cursor: hand;
}
.AanmeldButton {
	background-image: url(/Portals/1/images/aanmelden.gif);
	background-repeat: no-repeat;
	width: 113px;
	height: 19px;
	border: none;
}
/* GENERIC */

.Nieuwskop {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #211f1f;
}
.Nieuwsomschrijving {
	font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #86888a;
}
.leesmeer {
	font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #009edc;
}
a.leesmeer:visited, a.leesmeer:link, a:leesmeer {
	font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #009edc;
	text-decoration: none;
}
hr {
	border: none; 
	border-bottom: 1px solid #c0c1c2; 
	height: 0;
}

H1  {
	font-family: Arial Black, Arial, Verdana;
	font-weight: bolder;
	font-size: 40px;
	color: #009edc;
	display: inline;
}

H2  {
	font-family: Verdana, Arial Black, Arial;
	font-weight: bolder;
	font-size: 18px;
	color: #009edc;
	display: inline;
}

.H2Center  {
	font-family: Verdana, Arial Black, Arial;
	font-weight: bolder;
	font-size: 20px;
	color: #009edc;
	display: inline;
   text-align: center;
}


H3  {
	font-family: Arial Black, Arial, Verdana;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 14px;
	color: #009edc;
	display: inline;
}

H4  {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #009edc;
   display: inline;
	padding: 0px;
}
H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #009edc;
	text-decoration: underline;
}

A:visited   {
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #009edc;
	text-decoration: underline;
}

A:hover {	
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #ff3333;
	text-decoration: underline;
}

A:active    {
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #009edc;
	text-decoration: underline;
}
.disclaimerpane a:link, .disclaimerpane a:hover, .disclaimerpane a:active, .disclaimerpane a:visited {
	font-size:10px
}

A:hover .contentpane {
	
}

.firstrow td {
	background-color: #ffffff;
	width: 100%;
	height: 20px;
	vertical-align: middle;
}
.alternaterow td {
	background-color: #d8e8f5;
	width: 100%;
	height: 20px;
	vertical-align: middle;
}
SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}

UL {
	
	margin-bottom:1px;
	margin-top: 5px;
}
UL LI   {
	margin-bottom:1px;
	margin-top: 2px;
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}












