/* General */
body {
    background: #D4D4D4;
    color: white;
	font-family: Calibri;
    font-size: 14px;
}

img, a {
	border: none;
}

h1 {
	color: #D1D1D1;
	font-size: 22px;
	text-decoration: none;
	font-weight: lighter;
	text-transform: uppercase;
}

h2 {
	color: #D1D1D1;
	font-size: 18px;
}

a {
    color: #ffffff;
}

a:visited {
    color: #ffffff;
}

a:hover {
    color: #b0b0b0;
}

.clear {
	clear: both;
}

/* Globals */

.formerrors {
	color: red;
}

.formok {
	color: green;
}

.red {
	color: red;
}

.ok {
	color: green;
}

input[type=text], input[type=password] {
	background: url('../images/textinput.png');
}

textarea {
	background: url('../images/textarea.png');
}

input[type=submit] {
	background: url('../images/submit.png');
}

.textinputhalf {
	background: url('../images/textinputhalf.png') !important;
}

/* Main Display */

#header {
	background: url('../images/header.png');
	border-bottom: 1px solid #2e1c38;
}

#footer {
	background: url('../images/footer.png');
/* 	border-top: 1px solid white; */
}

#logo a {
	text-indent: -9999px;
	background: url('../images/logo.png');
}

.uppercase {
	text-transform: uppercase;
}

/* SubMenu */
#menuhome {
}

#menuhome ul {
	font-size: 14px;
	list-style: none;
	text-transform: uppercase;
}

#menuhome ul li ul li {
	list-style: none;
	background-color: #1a1836;
	text-decoration: none;
}

#menuhome ul li li {
	border-bottom: 1px solid white;
}

#menuhome a {
	text-decoration: none;
}

#menuhome > ul > li a:hover {
	color: #C2C2C2;
}

#menuhome > ul > li > a {
	text-decoration: none;
}

#menuhome #menuflotte {
	background: url('../images/menu/flotte.png');
}

#menuhome #menuchauffeurs {
	background: url('../images/menu/chauffeurs.png');
}

#menuhome #menuevenements {
	background: url('../images/menu/evenements.png');
}

#menuhome #menuservices {
	background: url('../images/menu/services.png');
}

/* Footer Menu */
#footermenu ul {
	list-style: none;
	text-transform: uppercase;
}

#footermenu ul li {
	font-size: 14px;
}

#footermenu ul li a {
	text-decoration: none;
	color: #1a1836;
}

#footermenu ul li a:hover {
	color: #1a1836;
}

#footermenu ul li.active a {
	color: #540069;
}

#hotnews {
	background: #1a1836;
	border: 1px solid black;
}

/* Admin */
#admin a {
	color: #1a1836;
}

#admin a:hover {
	color: black;
}

/* TopMenu */

#topmenu {
	font-size: 14px;
	text-transform: uppercase;
}

#topmenu ul {
	list-style: none;
}

#topmenu ul a {
	text-decoration: none;
	color: #1a1836;
}

#topmenu ul a:hover {
	color: #540069;
}

#topmenu ul li {
	float: left;
	padding-right: 30px;
}

#topmenu ul li ul {
	border-right: 1px solid black;
	border-left: 1px solid black;
	background: white;
}

#topmenu ul li ul li {
	border-bottom: 1px solid black;
}

/* Content */

.contentpane li {
	list-style: none;
}

/* Fleet */
.fleetgrid a {
	text-decoration: none;
}

/* Services */
#servicestable td {
	background: url('../images/fatbutton.png');
}

/* Events */
#eventstable td {
	background: url('../images/fatbutton.png');
}