﻿/*
	------------------------------------------------------------------------------------------------------
		ADMINISTRASJONSVINDU
	------------------------------------------------------------------------------------------------------
		>> Disse egenskapene gjør at CREATE og REDIGER lenkene blir seendes ut som knapper
	------------------------------------------------------------------------------------------------------
*/
div#AdFloaterWin
{
	width						: 160px;
	padding						: 5px;
	border-top					: solid 2px #a0a0a0;
	border-left					: solid 2px #a0a0a0;
	border-right				: solid 2px #c0c0c0;
	border-bottom				: solid 2px #c0c0c0;
	overflow					: hidden;
	background-color			: #b0b0b0;
	font						: ARIAL;
	font-size					: 11px;
}
div#AdFloaterWin a
{
	font-family					: Arial;
	font-size					: 11px;
	text-decoration				: none;
	color						: Black;
}
div#AdFloaterWin a:Hover
{
	color						: Red;
}
div#AdFloaterWin .AdminFloatButton
{
	position					: relative;
	clear						: both;
	width						: 150px;
	height						: 20px;
	padding						: 4px 0 0 10px;
	border-top					: solid 1px #ffffff;
	border-left					: solid 1px #ffffff;
	border-bottom				: solid 1px #000000;
	border-right				: solid 1px #000000;
	background-color			: #e0e0e0;
}
div#AdFloaterWin div.AdminFloatButton:Hover
{
	background-color			: #ffffff;
}
/*
	------------------------------------------------------------------------------------------------------
		KNAPP FOR CREATE OG EDIT (MESSAGE)
	------------------------------------------------------------------------------------------------------
		>> Disse egenskapene gjør at CREATE og REDIGER lenkene blir seendes ut som knapper
	------------------------------------------------------------------------------------------------------
*/
div.adminbutton
{
	position					: relative;
	clear						: both;
	width						: 130px;
	height						: 15px;
	padding						: 2px 2px 2px 2px;
	margin						: 2px 0 2px 0;
	background-color			: #e0e0e0;
	border-top					: solid 1px #ffffff;
	border-left					: solid 1px #ffffff;
	border-bottom				: solid 1px #000000;
	border-right				: solid 1px #000000;
	margin-right				: 5px;
	text-align					: center;
}
div.adminbutton a
{
	font-family					: Verdana;
	font-size					: 11px;
	color						: Black;
	text-decoration				: none;
}
div.adminbutton:Hover
{
	background-color			: Yellow;
}
div.adminbutton a:Hover
{
	color						: Red;
}
div.adminbutton:Hover
{
	background-color			: #ffffff;
}

