﻿/*Styles for both mobile and non-mobile*/
.divErr
{
	text-align: center;
	color:red;
}
.spanErr
{
	color:Red;
}
.spanWarn
{
	font-family:Arial;
	/*font-size:1;*/
	color:Red;
}
.divMsg
{
	text-align:center;
	color:blue;
}
.lbl
{
	color: Black;
}
.lblHL
{
	/*color: Red;*/
	color: #00f;
}
.btnNavHid
{
	position: absolute;
	visibility: hidden;
/*	width: 1px;
	color: white;
	border-style: none;
	border-color: White;
	background-color: White;
	height: 1px;
*/
}
.spanHL
{
	background-color:#FFFF99;
	/*padding: 2px;*/
   /*line-height: 1.8em;*/
	/*line-height: 12px; 
   padding: 0px;*/
   padding: 2px;
	border: solid 2px #00ff00;
}
.spanRequired
{
	/*color: red;*/
	color: #00f;
	/*font-size: x-large;*/
	font-weight: bold;
	/*background-color: black;*/
   /*vertical-align: middle;*/
}
.ddlRowSelector
{
	width: auto;
}
.divHoverMsg
{
	position: absolute;
	height: 10px;
	width: 300px;
	border-style: solid;
	border-width: 2px;
	background-color: #ffffff;
   overflow: visible;
}
a.GCL:link, a.GCL:visited
{ 
	color:#000000;
	text-decoration: none;
}
.imgDocUp
{
	border-style: none;
	/*width:65%;*/
	/*height: 80%;*/
/*	width:auto;
	height:auto;*/
	width: 32px;
	height: 32px;
   vertical-align: bottom;
	/*position: relative;*/
	/*top: 10%;*/
}
.noteIcon
{
	border:0px;
	width:15px;
	height:20px;
}
.fieldLbl
{
	/*font-weight:bold;*/
	font-weight:normal;
}
.fieldLbl2, .fieldLbl3
{
	/*font-weight:bold;*/
	font-weight:normal;
	white-space: nowrap;
	vertical-align: top;
}
.fieldLbl2
{
	text-align:right;
}
.fieldLbl3
{
	text-align:left;
}
.mSafari
{
	visibility: hidden;
	position: absolute;
}