/* CSS för Quizet */

.tl
{
    border: 8px ridge #FFEEAA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

.tlrubr
{
	font-variant: small-caps;
	font-weight: bolder;
	letter-spacing: 2px;
	line-height: 140%;
	background-color:#CCCCCC;
	color:#000000;
}

.tlres
{
	font-weight: bold;
	background-color:#DDDDDD;
	line-height: 80%;
	color:#000000;
}
.tlres:hover
{
	background-color:#497FFA;
}

.tlbott
{
	font-weight: bold;
	line-height: 110%;
	color:#000000;
}
.klrad
{	
	font-weight: normal;
	line-height: 140%;
	border-bottom:1px dotted #909090;
	color:#000000;
}


/* QUIZZET*/
.ql
{
	border-top: 8px ridge #FFEEAA;
	border-right: 0px ridge #000000;
	border-left: 0px ridge #000000;
	border-bottom: 8px ridge #FFEEAA;
	font-size:14px;
	color:#000000;
}

.qlrubr
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	background-color:#CCCCCC; /*bakom frågorna*/
	font-size:14px;
	color:#000000;
}

.qlres
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color:#DDDDDD; /*bakom alternativen*/
	font-size:14px;
	color:#000000;
}

.qlbott
{
	font-weight: bold;
	line-height: 110%;
	color:#000000;
}
a.qlank:visited,
a.qlank:link
{
    font-weight: bold;
    white-space: nowrap;
	color: #000000;
    font-family: Trebuchet MS, Geneva, Tahoma, Arial;
	background: transparent;
	text-decoration:none;
	font-size:14px;
	letter-spacing:0px;
}

a.qlank:hover,
a.qlank:active
{
    font-weight: bold;
    white-space: nowrap;
	color: #000000;
    font-family: Trebuchet MS, Geneva, Tahoma, Arial;
    background-color:#EEEEEE;
	text-decoration:none;
	font-size:14px;
}
