﻿/*

	Email page styles - used by i:Create mail page and mailto.aspx
	
	Author:		Jay Dobson <jdobson@esolutionsgroup.ca>
	Date:		October 14, 2008	
	
*/

body
{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #333333;
}

input
{
	color: #333333;
}

a, a:active, a:visited
{
	color: #98002e;
	text-decoration: none;
}

a:hover
{
	color: #333333;
	text-decoration: none;
}

#header, #headerFR
{	
	height: 100px;
	margin: 10px 0px 10px 0px;
	padding-right: 0px 0px 0px 0px;
	overflow: hidden;
	background: #ffffff url(/en/images/FLF_Logo.gif) no-repeat 15px 22px !important;	
}

#headerFR
{
	background: #ffffff url(/fr/images/logo.jpg) no-repeat 10px 5px !important;	
}

#header #link, #headerFR #link
{
	float: right;
	padding: 85px 22px 0px 0px;
	vertical-align: bottom;
}

#headerFR #link
{
	padding-top: 87px;
}

#title
{
	height: auto;
	background-color: #98002e;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 20px 10px 20px;
}

.textbox
{
	font-size: 11px;
	padding: 2px;
	background: #FFFFFF;
	width: 95%;
}

.textboxfocus
{
	font-size: 11px;
	padding: 2px;
	background: #f6f3f3;
	width: 95%;	
}

span.required
{
	color: #990000;
	padding: 0px 0px 0px 5px;
}

div.datarow
{
	clear: both;
	width: 600px;
	clear: both;
	padding: 10px 0px 10px 0px;
}

div.datalabel 
{
	float: left;
	width: 135px;
	text-align: right;
}

div.datavalue
{
	float: left;
	padding: 0px 0px 0px 10px;
	width: 445px;
	text-align: left;
}
