* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Arial;
}

a img {
	border: 0px;
}

.textright {
	text-align: right;
}

.timeRange {
	width: 100px;
	text-align: right;
}

.dayLabel {
	width: 24px;
}

.widget {
	width: 460px;
	position: relative;
}

.widgetHeader {
	padding-top: 11px;
	padding-left: 30px;
	height: 29px;
	min-height: 24px !important;
	background: url(../images/header.png) no-repeat;
	color: #ff7320;
	width: 430px;
}

.widgetHeaderEditButton {
	float: right;
	position: relative;
	top: -2px;
	padding-right: 30px;
}

.widgetEditPopup {
	display: none;
	width: 430px;
	z-index: 1;
	float: left;
	position: absolute;
	left: 6px;
	background-color: #fff;
	padding: 8px;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	background: #ffffff url(../images/bg_verloop.png) repeat-x bottom;
}

.widgetContent {
	border-left: 4px solid #ccc;
	border-right: 4px solid #ccc;
	padding-left: 6px;
	padding-right: 6px;
	width: 440px;
	position: relative;
	overflow: hidden;
}

.widgetEmbedCode {
	width: 262px;
}

.widgetFooter {
	height: 10px;
	min-height: 10px !important;
	background: url(../images/footer.png) no-repeat bottom;
	width: 460px;
}

.searchTable {
	border-collapse: collapse;
	margin: 0px auto;
}

.searchTable td {
	padding: 3px;
}

.searchField {
	width: 200px;
}

.button {
	margin-top: 5px;
	vertical-align: middle;
}

.embedHeader {
	padding-top: 6px;
}

/* ###########################
   #
   # Stijlgids info.nl
   #
   ########################### */

/* #### mijnBibliotheek ### */
.header1 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	color: #ff7320;
}

.header2 {
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

.header3 {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
	color: #ff7320;
}

.header4 {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
	color: #333333;
}

.header5 {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
	color: #666666;
}

.t1 {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #000000;
}

.t1 a {
	color: #ff7320;
	text-decoration: underline;
}

.t2 {
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;
}

.t2 a {
	color: #ff7320;
	text-decoration: underline;
}

.t3 {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #ff7320;
}

li {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000000;
}

a,
a:visited {
	color:#000000;
	text-decoration:underline;
}

a:hover,
a:active {
	color:#ff7320;
	text-decoration:underline
}

/*************************
 * Custom widget css
 *************************/

#map {
	position:relative;
	left:-6px;
	width: 456px;
	height: 280px;
}

div.LabeledMarker_markerLabel {
	display: block;
	width: 152px;
	height: 34px;
	padding-left: 5px;
	color: #ffffff;
	font-weight: bold;
}

div.mapFiliaalNaam {
	float: left;
	position: absolute;
	top: 45px;
	left: -10px;
	color: #000000;
	font-weight: bold;
}

.popupBold {
	font-weight: bold;
}

.popupOpeningstijden {
	width: 230px;
	margin-right: 10px;
}

.popupLogo {
	max-width: 60px !important;
	width: auto !important;
	width: 60px;
	max-height: 60px;
	height: auto !important;
	height: 60px;
	/*	MR: uitgezet omdat plaatje nu onder tekst staat
	margin-left: 10px;
*/}

#locZoekForm {
	padding: 10px 0px;
	position:relative;
	left:-6px;
	width: 456px;
}

#saveMessage, 
.alert {
	color:red;
	font-weight:bold;
}

.infoText {
	margin-top:5px;
}

#locSaveForm table {
	border-collapse:collapse;
}

.editButton {
	margin-right:4px;
	margin-top:4px;
}

.inputField {
	width:150px;
}

