﻿/*
* Copyright © 2010 Ellingua, LLC
*/

/**
* CSS controls for main content items
*/

.content
{
	width: 95%;
	padding: 10px;
	margin: 0; margin-left: auto; margin-right: auto;
	background-color: white;	
}

.contentBox
{
	width: 85%;
	padding: 10px;
	margin: 0px auto; margin-bottom: 10px;
	border: 1px #727f98 solid;
	background-color: #ABBEE3;
}

.errMsg, .msg1
{
	width: 80%;
	margin: 0px auto; margin-bottom: 10px; margin-top: 5px;
	padding: 15px;
	color: black;
	font-size: 11pt;	
}

.errMsg
{
	border: 1px #dd3c10 solid;
	background-color: #ffebe8;
}

.errMsg a:link, .errMsg a:visited
{
	color: #dd3c10;
}

.errMsg a:hover
{
	color: #dd3c10;
	text-decoration: underline;
}

input.submit
{
	display: block;
	width: 115px; height: 36px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: none;
	background-image: url(http://www.ellingua.com/assets/images/buttonLarge.png);
}

input.submit:hover, input.submit:active 
{
	cursor: pointer;
	background-image: url(http://www.ellingua.com/assets/images/buttonLargeHover.png);
}

.msg1
{
	border: 1px #66cc33 solid;
	background-color: #f4ffe8;
}

.msg1 a:link, .msg1 a:visited
{
	color: #66cc33;
}

.msg1 a:hover
{
	color: #66cc33;
	text-decoration: underline;
}

.listRow
{
	width: 100%;
}

hr
{
	clear: both;
	color: #727f98;
	background-color: #727f98;
	border: 1px #727f98 solid;
	margin-top: 15px; margin-bottom: 15px;
}

.subHeader
{
	font-size: 12pt;
	padding-bottom: 10px;
}

/* Mimics the look of a content box */
textarea.content
{
	width: 95%;
	margin: 0px auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}