﻿body, td, th, p, .norm
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	vertical-align: top;
	text-align: left;
	color: Black;
}
.input
{
	font-family: Verdana,Arial;
	font-size: 8pt;
}
.content
{
}
h1
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	margin-top: -2px;
	padding-bottom: 3px;
	margin-left: 0px;
}
.Newsheader
{
	font-size: 11pt !important;
	font-weight:bold;
	padding-bottom:10px;
}
h2
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 0px;
}
.bottomText
{
	font-size: 12px;
	color: #FFFFFF;
}
.small
{
	font-size: 7pt;
	font-family: Verdana,Arial,Helvetica;
}
.gray
{
	color:#aaaaaa;
}

.hidden /*UNDONE Används?*/
{
	visibility: hidden;
	display: none;
}

a
{
	
	color: #003366;
	text-decoration: underline;
}
a:visited
{
}

hr
{
	color: #CCCCCC;
	height: 1px;
}

/* GRID */
.AspNet-GridView td
{
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 4px;
}
.AspNet-GridView-Alternate
{
	background-color: #eeeeee;
}


/* MENU */


.AspNet-Menu-Horizontal .AspNet-Menu-Link
{
	font-size: 9pt;
	padding-right: 0px;
	margin-top: 0px;
	text-align: center;
	vertical-align: middle;
	color: white !important;
	font-family: Verdana, Arial,Helvetica; /*font-family: tahoma,Verdana,Arial,Helvetica;*/
	font-weight: bold;
}
.AspNet-Menu-Horizontal .AspNet-Menu-Leaf
{
	padding-right:12px;
	padding-bottom:0px;
	width: 101px;
	height: 20px !important;
}

.AspNet-Menu-Horizontal .AspNet-Menu-Item
{
	vertical-align: middle !important;
	padding: 5px 5px 5px 5px;
	width: 101px;
	height: 20px !important;
	background-image: url('../../site/cuponline/images/buttonUp.gif');
	background-repeat: no-repeat;
	cursor:hand;
}

.AspNet-Menu-Horizontal div.AspNet-Menu-Selected
{
	background-image: url('../../site/cuponline/images/button.gif') !important;
	background-repeat: no-repeat;
}

.AspNet-Menu-Horizontal a.AspNet-Menu-Selected
{
	color: black !important;
}



/*VERTICAL level 2*/
.AspNet-Menu-Vertical .AspNet-Menu
{
	height: 33px !important;
	width: 115px;
}

.AspNet-Menu-Vertical .AspNet-Menu-Link
{
	font-size: 8pt;
	text-align: left;
	font-weight: normal;
	text-indent: 7px;	
	color: white !important;
}
.AspNet-Menu-Vertical .AspNet-Menu-Leaf
{
	padding: 5px 5px 5px 0px;
	height: 33px !important;
	width: 115px;
	}

.AspNet-Menu-Vertical .AspNet-Menu-Item
{
	height: 33px !important;
	width: 115px;
	margin-bottom: 3px;
	padding:  8px 0px 0px 0px;
	background-image: url('../../site/cuponline/images/buttonVertUp.gif');
	background-repeat: no-repeat;
	cursor: hand;
}

.AspNet-Menu-Vertical div.AspNet-Menu-Selected
{
	width: 115px;
	background-image: url('../../site/cuponline/images/buttonVert.gif');
	background-repeat: no-repeat;
}
.AspNet-Menu-Vertical a.AspNet-Menu-Selected
{
	color: Black !important;
}



