﻿


body {
background-color: #000000;
background-image: url('http://angel-eye.net/matilde/layouts/nysot/back.png');
background-repeat: none;

}

scrollbar-3dlight-color: #000000;
scrollbar-arrow-color: #ffffff;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #FFFFFF; 

}


td { 
font-size: 12px; 
font-weight: lighter; 
font-family: candara; 
text-align: justify; 
color: #000000;  

} 

tr {
font-size: 12px; 
font-weight: lighter; 
font-family: candara; 
text-align: justify; 
color: #000000; 
} 

table {
font-size: 12px; 
font-weight: lighter; 
font-family: candara; 
text-align: justify; 
color: #000000; 

}



#tekst {
margin-left: 5px;

}

h2 {
font-family: arial narrow;
border: none;
color: #7d7d7d;
font-size: 24px;
background-color: none;
text-align: left;
font-weight: none;
text-decoration: none;
border: shadow;
letter-spacing: 0px;
padding: -2px;
margin: 0px;
filter: none;

}



}

a,a:visited {
color: #94796b;
text-decoration: none;
font-weight: none;
border-bottom: #daa3a3;  
border-width: 0px 0px 0px 0px; 
border-style: none none dashed none;




}

a:link {
	text-decoration: dashed stroke;
	font-weight: dashed underline;
	color: #94796b;
	letter-spacing: 0px;
	text-align: justify;
border-bottom: #daa3a3;  
border-width: 0px 0px 0px 0px; 
border-style: none none dashed none;



}

a:hover {
	text-decoration: dashed stroke;
	font-weight: dashed underline;
	color: #94796b;
	letter-spacing: 0px;
	text-align: justify;
border-bottom: #000000;  
border-width: 0px 0px 0px 0px; 
border-style: none none dashed none;



}

textarea, input {

border: #000000 1px stroke;
font-weight: normal;
font-size: 10px;
background-color: #ffffff;
color: #000000;
font-family: verdana;
text-decoration: none;
} 

hr {
border: 1px dashed #4b5b5b;
}
h1{
font-family: verdana;
border: none;
color: #c95f00;
font-size: 10px;
background-color: none;
text-align: left;
font-weight: none;
text-decoration: none;
padding: 0px;
margin: 0px;
border: shadow;
letter-spacing: 0px;

}

h3 {
font-family: arial narrow;
border: none;
color: #c95f00;
font-size: 15px;
background-color: none;
text-align: left;
font-weight: none;
text-decoration: none;
padding: 0px;
margin: 0px;
filter: none;

}

$('a.bwGal').zoomimage({
	border: 20,
	centered: true,
	hideSource: true
});

$('a.customGal').zoomimage({
	controlsTrigger: 'mouseover',
	className: 'custom',
	shadow: 40,
	controls: false,
	opacity: 1,
	beforeZoomIn: function(boxID) {
		$('#' + boxID)
			.find('img')
			.css('opacity', 0)
			.animate(
				{'opacity':1},
				{ duration: 500, queue: false }
			);
	},
	beforeZoomOut: function(boxID) {
		$('#' + boxID)
			.find('img')
			.css('opacity', 1)
			.animate(
				{'opacity':0},
				{ duration: 500, queue: false }
			);
	}
});
     

$('a.lightsGal').zoomimage();

}



fieldset {
	border: solid 1px #d5ccd1;
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
}

legend {
	color: #ffffff;
	background: #663347;
	border: 1px outset #cccccc;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

label {
	width: 125px;
	float: left;
	margin: 2px 0px 2px 0px;
	text-align: right;
}

.inputText, .inputTextArea {
	margin: 2px 0px 2px 5px;
}

select {
	margin: 2px 0px 2px 5px;
}

.footer {
	clear: both;
	margin-top: 8px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	border-top: solid 2px #000000;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.entry {
	border-bottom: solid 2px #999999;
	margin-bottom: 5px;
	padding-bottom: 4px;
	clear: both;
}

.entry .field, .timestamp {
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}

.entry .field .label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 4px;
}

.entry .field .value {
	float: left;
}

.timestamp {
	margin: 0px 0px 4px 104px;
	padding-top: 4px;
	clear: both;
}

.navigation {
	float: left;
}

.entryCount {
	text-align: center;
	padding-bottom: 4px;
}