﻿/* ------ Taxi Stockholm custom styles ------ */
a
{
	color: #191999;
	text-decoration:underline;
}

a:visited
{
	color: #541093;
	text-decoration: underline;
}



h1, .headlinelarge {
    font-family:Verdana, Geneva, Arial, Helvetica;
    font-weight:bold;
    font-size: 16pt;
    color: black;
    EditMenuName: Huvudrubrik;
}

h2, .headlinesmall  {
    font-family:Verdana, Geneva, Arial, Helvetica;
    font-weight:bold;
    font-size:9pt;
    color: black;
    EditMenuName: Ingress;
}

h3, .headlinesmallhighlight
{
    font-family:Verdana, Geneva, Arial, Helvetica;
    font-weight:bold;
    font-size:9pt;
    color: black;
	padding: 0; 
	margin: 0;
    EditMenuName: Mellanrubrik;
}

.textred {
    color: #cf1337;
    EditMenuName: Röd text;
}
hr
{
	height: 0.1em;
	color: Silver;
}

.normal 
{
	font-family:Verdana;
	color:Black;
	font-size: 8pt;
	margin: 0,0,8px,0;
    EditMenuName: Brödtext;
}

/* ------ EPiServer default ------- */

/* ------ Text items -------- */
body
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 0.65em;
	color: #333;
	padding: 0; 
	margin: 0;
}
p
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
}

/* --------- Input ----------- */
input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
	font-size: 1em;
}

select
{
	font-size: 1em;
}

.inputlabel
{
	width: 6em;
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
.inputlabelwide
{
	width: 10em;	
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
img.quicksearch
{
	height: 1.75em;
}
span.errormessage
{
	color: #CC0000;
	font-size: 1em;
}

span.usernamelabel
{
	margin-right: 1em;
	margin-top: 0.3em;
	display: block;
	float: right;
}

/* --------- Image format ----------- */
img.shadow
{
	position: relative;
	EditMenuName: Shadow;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=5);
}
img.opacity
{
	position: relative;
	EditMenuName: Semi transparent;
	filter: alpha(opacity=40,finishopacity=24,style=3);
}
img.fliph
{
	position: relative;
	EditMenuName: Flip horisontally;
	filter: fliph;
}
img.flipv
{
	position: relative;
	EditMenuName: Flip vertically;
	filter: flipv;
}
img.dashedborder
{
	position: relative;
	border: dashed 1px grey;
	EditMenuName: Dashed border;
}
img.circularfade
{
	position: relative;
	EditMenuName: Circular fade;
	filter: alpha(opacity=100,finishopacity=0,style=2);
}

