
div.pane
{
	margin: 3px 4px;
	padding: 5px;
	border: 1px solid #C6C3BA;
	font-family: Tahoma;
	font-size: 11px;
	text-align: left;
	background-color: white;
}

div.pane_divider
{
	font-size: 1px;
	height: 15px;
	background-image: url(../images/pane_divider_dark.gif);
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
	

div.pane div.title
{
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding-left: 19px;
	padding-top: 2px;
	font-weight: bold;
	color: #5A7995;
	/* Dotted divider */
	padding-bottom: 5px;
	border-bottom: 1px dotted #B7B7B7;
	margin-bottom: 5px;
}

div.agenda div.title
{
	background-image: url(../images/icon_agenda.jpg);
}

div.sponsors div.title
{
	background-image: url(../images/icon_sponsors.jpg);
}

div.adres div.title
{
	background-image: url(../images/icon_adres.jpg);
}

div.vereniging div.title
{
	background-image: url(../images/icon_vereniging.jpg);
}

div.login div.title
{
	background-image: url(../images/icon_login.jpg);
}

div.mededelingen div.title
{
	background-image: url(../images/icon_mededelingen.jpg);
}

div.item
{
	font-size: 10px;
	font-weight: bold;
	background-position: 5px 2px;
	background-image: url(../images/item_orange.gif);
	background-repeat: no-repeat;
	padding-bottom: 6px;
	padding-left: 16px;
	border-bottom: 1px dotted #B7B7B7;
	margin-bottom: 5px;
	color: #4E4E4E;
}

div.item a
{
	color: #4E4E4E;
	text-decoration: none;
}

div.item a:hover
{
	text-decoration: underline;
}

div.general_item
{
	text-align: center;
	/* Dotted divider */
	padding-bottom: 5px;
	border-bottom: 1px dotted #B7B7B7;
	margin-bottom: 5px;
}

div.item_login
{
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: 1px dotted #B7B7B7;
	margin-bottom: 5px;
	color: #4E4E4E;
	width: 185px;
}

div.item_login div.row
{
	clear: both;
	height: 18px;
}

div.item_login div.left_el
{
	float: left;
	text-align: left;
	background-position: 3px 5px;
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-top: 2px;
}

div.item_login div.right_el
{
	float: right;
	text-align: right;
}

div.item_login div.user
{
	background-image: url(../images/icon_small_user.jpg);
}

div.item_login div.pass
{
	background-image: url(../images/icon_small_lock.jpg);
}

div.login input
{
	border: 1px solid black;
	width: 90px;
	background-color: #EEEBE0;
	font-family: Tahoma;
	font-size: 10px;
	padding: 1px;
	font-weight: normal;
	color: #4E4E4E;
}

div.login input.submit
{
	background-color: #E98523;
	font-weight: bold;
	color: white;
	border: 2px solid #B66515;
	padding: 0px;
	width: 45px;
}

div.login a
{
	color: #5A7995;
	text-decoration: none;
}


div.item div.descr
{
	color: #8D8D8D;
	font-weight: normal;
}

div.item div.date
{
	font-weight: normal;
}


div.sponsors div.sponsor_item
{
	text-align: center;
	/* Dotted divider */
	padding-bottom: 5px;
	border-bottom: 1px dotted #B7B7B7;
	margin-bottom: 5px;
}

div.mededelingen span
{
	font-weight: normal;
}

div.mededelingen a
{
	color: #E98523;
	text-decoration: none;
}

div.vereniging a
{
	color: #4E4E4E;
	text-decoration: none;
}
	

