body
	{
	scrollbar-3dlight-color:#aaaaaa;
	scrollbar-arrow-color:#222222;
	scrollbar-track-color:#adadad;
	scrollbar-darkshadow-color:#333333;
	scrollbar-face-color:#444444;
	scrollbar-highlight-color:#EEEEEE;
	scrollbar-shadow-color:#555555;
	}
select
	{
	font-family:"Comic Sans MS";
	font-size:8pt;
	background-color: white;
	color: black;
	}

.antispam {
	display:none;
	}

.textarea
  	{
	font-family:"Comic Sans MS";
	font-size: 8pt;
	background-color: Black;
	color: #FFFFFF
	}

.thumbnails
	{
	font-family:"Comic Sans MS";
	font-size: 7pt;
	color: Silver
	}

.rubrik
	{
	font-family:"Comic Sans MS";
	font-size: 10pt;
	color: black;
	font-weight: bold
	}

.area
 	{
	font-family:"Comic Sans MS";
	font-size: 8pt;
	background-color: Black;
	color: #FFC639
	}

.knapp
	{
	font-family:"Comic Sans MS";
	font-size: 10pt;
	color: #000000
	}
 
.text
	{
	font-family:"Comic Sans MS";
	font-size: 8pt;
	color: black
	}

.frametext
	{
	font-family:"Comic Sans MS";
	color: Black;
	font-size : 8pt;
	font-weight : bold;
	}

.downrubrik
	{
	font-family:"Comic Sans MS";
	font-size: 8pt;
	color: black;
	font-weight: bold;
	text-decoration: underline
	}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
#footerlink {
	font-family:"Comic Sans MS";
	color: Black;
	font-size : 8pt;
	font-weight : bold;
}
#footer-spacer {
	height: 36px;
}
#header {
	border-top: 1px solid #000;
	font-family:"Comic Sans MS";
	font-size : 8pt;
}
#header1 {
	font-family:"Comic Sans MS";
	font-size : 8pt;
}

#footer {
	border-top: 1px solid #000;
	font-family:"Comic Sans MS";
	color: Black;
	font-size : 8pt;
	font-weight : bold;

	text-align : center;
}

#normaltext {
	font-family:"Comic Sans MS";
	color: Black;
	font-size : 8pt;
	font-weight : normal;
	text-align : left;
}

#normaltexthead {
	font-family:"Comic Sans MS";
	color: Black;
	font-size : 10pt;
	font-weight : bold;
	text-align : left;
}

#normaltexttablehead {
	font-family:"Comic Sans MS";
	color: Black;
	font-size : 9pt;
	text-decoration: underline;
	font-weight : bold;
	text-align : left;
}
.angled {


    color: Black;
    font-size: 8pt;
    font-weight: bold;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); 
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
}
a:visited
	{
	font-family:"Comic Sans MS";
	TEXT-DECORATION: none;
	font-weight: bold;
	color : Black;
	font-size : 8pt;
	text-align : center;
	}

a:link
	{
	font-family:"Comic Sans MS";
	TEXT-DECORATION: none;
	font-weight: bold;
	color : Black;
	font-size : 8pt;
	text-align : center;
	}

a:hover
	{
	font-family:"Comic Sans MS";
	TEXT-DECORATION: underline;
	font-weight: bold;
	color : Black;
	font-size : 8pt;
	text-align : center;
	}
	
* {
  .border-radius(0) !important;
}

#field {
    margin-bottom:20px;
}
.box{
    display: none;
    width: 100%;
}

a:hover + .box,.box:hover{
    display: block;
    position: relative;
    z-index: 100;
}
.colorboxsmall1 {   
    float: left;
    width: 57px;
    height: 5px;
    margin: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.2);
}
.colorboxsmall2 {   
    float: left;
    width: 79px;
    height: 5px;
    margin: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.2);
}
.colorboxsmall3 {   
    float: left;
    width: 69px;
    height: 5px;
    margin: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.2);
}
.colorboxsmall4 {   
    float: left;
    width: 73px;
    height: 5px;
    margin: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.2);
}
/* @group Blink */
.blink {
	-webkit-animation: blink .75s linear infinite;
	-moz-animation: blink .75s linear infinite;
	-ms-animation: blink .75s linear infinite;
	-o-animation: blink .75s linear infinite;
	 animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-moz-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-o-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
/* @end */
