﻿   /*     Aivea Corporation Source Code Copyright Information
             AIVEA CORPORATION PROPRIETARY INFORMATION
		      
	This software is supplied under the terms of a license agreement or
	nondisclosure agreement with Aivea Corporation and may not be copied
	or disclosed except in accordance with the terms of that agreement.

	    Copyright (c) 2009 Aivea Corporation.  All Rights Reserved. */

body
{
	text-align: -moz-center;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}
#frmHome
{
	width: 732px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 14px;
	margin-right: 2px;
}

#leftMenu
{
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 35%;
	font-weight: bold;
	color: #515151;
	padding-right: 5px;
	vertical-align: middle;
}

#mainContent
{
	float: left;
	width: 50%;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #515151;
	vertical-align: middle;
}

.tabfont
{
	font-family: Verdana;
	font-style: normal;
	color: #567eb9;
	font-size: 10px;
	text-decoration: none;
}

.HyperLinkStyle
{
	font-family: Arial;
	color: #567eb9;
	font-size: 11px;
	text-decoration: none;
}

.HyperLinkOn
{
	font-family: Arial;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

.error
{
	color: Red;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
}

.tabHeading
{
	color: #52514f;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	font-style: normal;
}

.button
{
	font-family: Verdana;
	color: #021c32;
	font-size: 10px;
	font-weight: bold;
}

.textArea
{
	color: #021c32;
	font-size: 10px;
	font-family: Verdana;
	text-align: left;
}

.VerticalSpacer
{
	height:6px
}

.CeneroContentOne
{
	color: #999999;
	font-size: 11px;
	font-family: Arial;
	height: 10px;
}

.BreadCrum
{
	font-size: 11px;
	font-family: Arial;
	text-align: left;
	height: 5px;
	font-weight:bold;
	text-decoration:none;
	color: #8A9A5E;
}

.Content
{
	font-size: 13px;
	font-family: Arial;
	text-align: left;
	height: 5px;
	color: #52514f;
}

.ContentBold
{
	color: #52514f;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
	margin-right: 0px;
}

#container
{
	margin: 0 auto;
	width: 732px;
}

.oddRow
{
	background-color: #eff3f9;
	font-family: Arial;
	color: #2251a1;
	font-size: 12px;
	height: 26px;
}

.evenRow
{
	background-color: #d7d8da;
	font-family: Arial;
	color: #2251a1;
	font-size: 12px;
	height: 26px;
}
.AiveaMainLink
{
	font-family: Arial Narrow;
	color: #0070C0;
	font-weight: bold;
	height: 26px;
}

/*.headerStyle
{
	background-color: #B7D06A;
	color: #000000;
	font-size: 10px;
	height: 20px;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
}*/

.headerStyle
{
	background-color: #B7D06A;
	color: #000000;
	font-size: 10px;
	height: 20px;
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
}

.rowStyle
{
	background-color: #ffffff;
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	text-align: left;
}

.contentLink
{
	text-align: left;
	margin-right: 0px;
	font-family: Verdana;
	font-style: normal;
	color: #567eb9;
	font-size: 10px;
	text-decoration: none;
}
.center
{
	text-align: -moz-center;
	text-align: center;
}

.wordwrap
{
    word-wrap:break-word;
    overflow: auto;	
   
   /*white-space: -moz-pre-wrap;   /* Firefox */
	/*white-space: -pre-wrap;*/      /* Older Opera 4 - 6 */
	/*white-space: -o-pre-wrap; /*   /* Opera 7+ */
	/*word-wrap: break-word;    /*  IE 5.5+ and Safari */
	/*white-space: pre-wrap;*/       /* css-3 problematic browser support */	
}
.contentdiv
{
	width:160px;
    overflow: auto;
    white-space: normal;
}
