﻿/*In this file are the basic styles of the page
/*All fonts and styles for usercontrols used in the backend will be defined here
/*All id's and classes must be lower case
/*All items must be commented
/*
/*Created by:		Maria Skovmand
/*Date:				2008.06.02
/*
/*Modified by:		-
/*Date:				-
/*
/*STYLES FOR KELATY ECOMM*/
body 
{
	font-family:Verdana; /*harcoded in payment, email*/
	font-size:10px;
}

h1{font-family:Verdana; font-size:14px;}

table
{
	font-family:Verdana; /*harcoded in payment, email*/
	font-size:10px;
	}

/*##Text Styles ##*/
.textbluegrey
{
	color:#b6bec2;
	}
	
.textbluegrey img
{
	height: 31px;	
}

.textmaroon
{
	color:#3e2e2b; /*harcoded in payment, email*/
	}
.textsand
{
	color:#988e74; /*harcoded in payment, email*/
	}
.textwhite
{
	color:#fff;
	}
.textheader
{
	font-size:120%; /*harcoded in payment, email*/
	font-weight:bold;
	line-height:140%;
	}
p
{
	margin:10px 0 0 0;
	padding:0;
	}
a
{
	text-decoration:none;
	color:#fff;
	}
a:hover
{
	text-decoration:none;
	color:#798488;
	}
img
{
	border:none;
	}
table td.error
{
	width:16px;	
	}
/*##END Text Styles ##*/



.job-vacancy p a
{
    text-decoration: underline;
    color: #7D8085;
}