﻿/* Fonts */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 9, 2012 */
@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.body 
{
	background-color: #e2dfdd;
	background-image: url(img/bg-main.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
}
html
{
	width: 100%;
	height: 100%;
}
td 
{
	font-family: OpenSansRegular;
	font-size:14px;
}
div 
{
	font-family: OpenSansRegular;
	font-size:14px;
	outline: none;
}
img 
{
	border: none;
	outline: none;
}
.mainContent_en 
{
	width: 824px;
	background-image: url(img/bg-login-panel.png);
	background-position: top;
	background-repeat: no-repeat;
	background-position: top center;
}
.mainContent_es 
{
	width: 824px;
	background-image: url(img/bg-login-panel.png);
	background-position: top;
	background-repeat: no-repeat;
	background-position: top center;
}
#footerArea 
{
	height: 15px;
	max-height: 15px;
	width: 876px;
	text-align: center;
	vertical-align: bottom;
	font-family: OpenSansRegular;
}
.footerItems 
{
	width: 360px; 
	font-size:7pt;  
	/*float:left;*/
	white-space:nowrap;
	font-family: OpenSansRegular;
}
.footerItems a 
{
	color: White;
	text-decoration: none;
}
.footerItems a:hover
{
	text-decoration: underline;
}
.txtBox 
{
	background-color: White;
	border: solid 1px #214466;
	font-size: 12px;
	font-family: OpenSansRegular;
}
