
/* Style of all the links in the site */
a {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: none; color: #aa6633}
a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; text-decoration: underline; color: #aa633}

/* Style for titles */
.titel1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #aa6633}
.titel2 {  font-family: "arial", Times, serif; font-size: 10pt; font-weight: bold; color: #000000}


/* Style for the texts */
.tekst {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; ; color: #000000}

.tekstGrey {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; ; color: #9a988f}
.tekstGreyS {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; ; color: #9a988f}
.tekstItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	;
	color: #000000;
	font-style: italic;
}

/* Style for copyright footnote at the bottom of eache page */
.footnote {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size:7pt; color: #444444}

/* Style list editions of magazines in lib-tsarchive.php 
LibListGrey - author text
LibListA - titel text
LibListB -date issue
*/
.LibListGrey {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #9a988f}
.LibListA {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #aa6633}
.LibListB {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #aa6633}

/* General alignent style for all td's */
td { vertical-align: top; horizontal-align: left}

/* Scrollbar style for in IE */
body {scrollbar-3dlight-color:#fcf4d8;
    scrollbar-arrow-color:#fcecbf;
    scrollbar-base-color:#A6602E;
    scrollbar-face-color:#A6602E;
    scrollbar-highlight-color:#A6602E;
	scrollbar-darkshadow-color:#fcf4d8;
    scrollbar-shadow-color:#A6602E;
	scrollbar-track-color: #fcf4d8;}

/* --START-- ALL STYLE ITEMS FOR DATA LISTS */

/* Style for data list categories WITHOUT seperation border */
.DataBarNoBorder{
	color: FCECBF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: A6602E;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}	

/* Style for data list categories WITH seperation border */
.DataBar{
	color: FCECBF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: A6602E;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	border-right-width: 2px;
	border-right-style: solid;
	border-top-color: FCECBF;
	border-right-color: FCECBF;
	border-bottom-color: FCECBF;
	border-left-color: FCECBF;

}

.DataBar{
	color: FCECBF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: A6602E;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	border-right-width: 2px;
	border-right-style: solid;
	border-top-color: FCECBF;
	border-right-color: FCECBF;
	border-bottom-color: FCECBF;
	border-left-color: FCECBF;

}

/* Style for data list categories with ARROW DOWN */
.DataBarDown{
	color: FCECBF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: A6602E;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	background-image: url(images/DataArrowDN.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-right-width: 2px;
	border-right-style: solid;
	border-top-color: FCECBF;
	border-right-color: FCECBF;
	border-bottom-color: FCECBF;
	border-left-color: FCECBF;

}

/* Style for data list categories with ARROW UP */
.DataBarUp{
	color: FCECBF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: A6602E;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	background-image: url(./images/DataArrowUP.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-right-width: 2px;
	border-right-style: solid;
	border-top-color: FCECBF;
	border-right-color: FCECBF;
	border-bottom-color: FCECBF;
	border-left-color: FCECBF;

}

/* Style for header text in data lists "Filter=... click on (triangle for other filters)" and other grey text in data list*/
.DataTextGR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 83827D;
}

/* Style for higlighted item or for datya box ? Obsolete ? */
.DataTextGRBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 83827D;
	margin: 1000px;
	padding: 3px;
	background-color: F1E1C3;
}

/* Style for brown text in data lists */
.DataTextBR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: A6602E;
}

/* Style for higlighted item or for datya box ? Obsolete ? */
.DataTextBRBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: A6602E;
	margin: 100px;
	padding: 3px;
	background-color: F1E1C3;
}

/* Style for selected data list item */
.DataBarSelected {
	background-color: F2E3C5;

}
/* --END-- ALL STYLE ITEMS FOR DATA LISTS */

/* Style for brown box for headers etc.. */
.BoxBrown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: F2E3C5;
	background-color: A6602E;
	padding: 3px;
}

/* Style for light box for data and forms OBSOLETE ? */
.BoxLight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 000000;
	background-color: F2E3C5;
	padding: 2px;
}

/* Style for light box for data and forms with border OBSOLETE ? */
.BoxLightBorder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*color: A6602E;*/
	color: 000000;
	background-color: F2E3C5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: a6602e;
	border-right-color: a6602e;
	border-bottom-color: a6602e;
	border-left-color: a6602e;
	padding: 2px;
}

/* Style for light box for data and forms with bottom border for instance: room-author-reaction.php */
.BoxLightABorder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 000000;
	background-color: F9EDC8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: a6602e;
	border-right-color: a6602e;
	border-bottom-color: a6602e;
	border-left-color: a6602e;
	padding: 2px;
}

/* --START-- ALL STYLE ITEMS FOR FORM BUTTONS 
used in function FormButton($text,$script) in  function.php
*/
.Button a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	vertical-align: middle;
	position: relative !important; /*hides from ie*/
	top: 4px !important; /*hides from ie*/
	top: 0px;
}

.Button a:hover{
	text-decoration: none;
}

/* --END-- ALL STYLE ITEMS FOR FORM BUTTONS */
