﻿body
{
	margin-top: 0px;
	font: 14px Corbel, Helvetica, Arial, sans-serif;
	background-color: #c5c3c3;
	margin-bottom: 0px;
	
}

.leftpad
{
	width:9px;
	background-image: url(media/left_shadow.gif);
}

.rightpad
{
	width:9px;
	background-image: url(media/right_shadow.gif);
}

.content
{
	background-color: White;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	line-height: 16px;
	border-bottom: solid 1px black;
	padding-bottom: 30px;
	position: relative;
	
}
h1
{
	
	font-weight: bold;
	clear:both; 
	font: 32px/32px Corbel, Helvetica, Arial, sans-serif;
	color: #ff9121;
}

h3
{
	 font: bold 20px Corbel, Helvetica, Arial, sans-serif; 
	 color: #468966; 
	 border-bottom: solid 1px gray;
	 
}

h2
{
	font-size: 10px;
	text-align: center;
	font-size: 10px;
	color: darkgray;
}

a
{
	color: Red;
}

a.visited
{
	color: Crimson;
}

a.active
{
	color: Crimson;
}


.providerQuestion
{
	font-weight: bold;
	color: #0066ff;
}

.watermark
{
	color: Silver;
	font-style: italic;
}

.processingSMS
{
	border: solid 1px black;
	background-color: Yellow;
	font-weight: bold;
	padding: 3px;
	width: 350px;
}

.copyright
{
	text-align: center;
	font-size: 10px;
	color: darkgray;
}

.vatNotice
{
	background-color: Gainsboro;
	border: solid 1px DarkGray;
	padding: 3px;
}

.passwordStrength
{
	background-color: LightBlue;
	padding: 3px;
	border: solid 1px DarkGray;
}

.menuBarText
{
	color: gainsboro;
	background-color: Black;
	text-align: center;
	height: 25px;
	border-style: none;
}

.menuBar
{
	color: gainsboro;
	background-color: Black;
	text-align: center;
	height: 25px;
	border-bottom: solid 2px white;
}

.menuBarSelected
{
	color: #ffffff;
	background-color: darkred;
	text-align: center;
	font-weight: bold;
	border-bottom: solid 2px white;
}

.menuBarSelectedText
{
	color: #ffffff;
	background-color: darkred;
	text-align: center;
	font-weight: bold;
}

a.menuBarText
{
	text-decoration: none;
	border-style: none;
}

a.menuBarText:hover
{
	text-decoration: underline;
	border-style: none;
}

a.menuBarTextSelected
{
	text-decoration: underline;
	border-style: none;
}

.messageSent
{
	background-color: Yellow;
	border: solid 1px black;
	vertical-align: middle;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.memberBalance
{
	font-weight: bold;
	color: Black;
	
	padding-right: 5px;
	text-align: right;
	
}


.addressBookWorking
{
	width: 300px;
	height: 30px;
	text-align: center;
	border: dashed 1px red;
	color: Red;
}