@CHARSET "ISO-8859-1";

body{
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: normal;

}

#page{
	font-size: 85%;
	
}

.menu {
	font-size: 80%;
	font-weight: bold;
}

/* settle the fonts */
h1, h2, h3{
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 167%;
	line-height: 1;
	margin: 5px, 2px, 5px, 2px;
	padding: 0px;
	border-bottom: 1px solid #A1AA6E;
}

h2 {
	font-size: 133%;
	margin: 5px, 2px, 5px, 2px;
	padding: 0px;
	}

h3 {
	font-size: 118%;
	margin: 5px, 2px, 5px, 2px;
	padding: 0px;
	font-weight: bold;
}

p, li, th, td, input, textarea, submit, select, pre{
	font-family: helvetica, arial, verdana, sans-serif;
}

p.section {
   	margin: 5px, auto, 5px, auto;
    width: 450px;
    line-height: 1.25em;
}

p.minimal {
   	margin: 0px;
	padding: 0px;
}

ul.section, ol.section  {
   	margin: 5px, auto, 5px, 0;
    width: 400px;
}

ul.section li, ol.section li {
	margin-left: -25px;
}



a   { text-decoration: none; }
a:link		{ color: #1569C7;  }
a:visited	{ color: #8D38C9;  }
a:active	{ color: #800517; }
a:hover		{ color: #41627E; }


form{
	padding: 0px;
	margin: 0px;
}

input, select{
	margin: 0px;
}

img {
    border: 0px;
    padding: 0px;
}

img.picture {
  border: 1px black solid;
}


em {
	font-style : normal;
	font-weight: bold;
	
}

div.youTubeNavControlBar{
	width: 600px;
    border: 1px solid #0A0A0A;
	margin: 5px 0px;
	text-align: center;
}

span.youTubeNavControl{
    margin: 0px 5px;
    font-weight: bold;
}


/* For creating a backgound for forms */
.displayForm {
    background-color: #EEE;
    margin: 5px 0px 0px 0px;
}


/* For creating a backgound for tables */
.displayList {
    background-color: #AAA;
    margin: 5px 0px 0px 0px;
}

.cellHeader {
	background-color: #CCC;
	font-size: 14px;
	vertical-align: top;
}

.cellContent {
	background-color: #EEE;
	font-size: 14px;
	vertical-align: top;
}

.cellFilter{
	background-color: #F2F2F2;
	font-size: 14px;
}

.cellWarning {
	background-color: #FF6666;
	font-size: 14px;
}

.cellContentEven {
	background-color: #EEE;
	font-size: 14px;
}

.cellContentUneven {
	background-color: #EEE;
	font-size: 14px;	
}

.cellSummary {
	background-color: #9999CC;
	font-weight: bold;
	font-size: 14px;	
}

/* For table cells, to Justify to left */
.left {
    text-align: left;
}

/* For table cells, to Justify to right */
.right {
    text-align: right;
}

/* For table cells, to Justify to right */
.center {
    text-align: center;
}

/* for highlighting stuff */
.highlight {
    font-weight: bold;
    color: red;
}

/* for highlighting stuff */
a.turAnmalanLink {
    font-weight: bold;
    font-size: 120%;
}

#turrapport {
    margin: 10px 150px 10px 0px;
}

.buttonBar {
	padding : 2px;

}

.turAnmalanSection {
    border: 1px dashed #003;
    padding: 1px 1px 1px 1px;
	margin: 5px 0px ;
	background-color: #EEE;
	max-width: 450px;
	min-width: 450px;
}


#turLink{
	border: 1px solid #003;
	border-style: outset;
    margin: 1px 1px 1px 1px;
    padding: 1px 5px 1px 5px;
	background-color: #EEE;
	
}
.turLink {
	font-size: 12px;
}

span.email {
	color: blue;
}