﻿/* ---------------------------------------------- */
/* General common settings for Latitude8 web site */
/* ---------------------------------------------- */
body {
	margin: auto;
	padding:10px;
	background-color: #DBD3C9;
	text-align:left;
	font-size: 12px;
	line-height: normal;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	
}

a:link
{
    color: blue;
    text-decoration: none;
}
a:visited{
	color: blue;
	text-decoration:none;
}
a:hover{
	background-color:transparent;
	color: red;
	text-decoration:none;
}
.normalHyperlink
{
    color: Red;
    text-decoration: underline; 
}

h1
{
	margin:0px;
	display: inline; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #006699;
	font-weight:normal;

}
h2 {
	margin:0;
	font-size: 21px;
	color: #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	letter-spacing: -1px;
	font-weight: normal;
	width: 158px;
}
h3
{
	margin:0;
	font-size: 16px;
	color: #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
}
hr {
	height: 0;
	width: 100%;
	border-style: dotted;
	border-color: #7C6A55;
	border-width: 1px 0 0 0;
}
ul
{

}
img
{
	background-color:Transparent;
	border:none;
}
.img1
{
	margin:5px;
	padding:3px;
	padding-bottom:3px;
	border:solid 1px #7C6A55;
	float:left;
	text-align:center;
}
.img2
{
	padding:3px;
	border:solid 1px #7C6A55;
	width: 305px;
}
.noFloat
{
	float:none
}
.smallImage
{
	height:60px;
	padding:0px;
	margin:0px;
}
.mediumImage
{
	width:125px;
	padding:0px;
	margin:0px;
	/*float: left;   edit 1 */
}
.hoverImg
{
    visibility:hidden;
    padding: 4px;
}
.hoverNoBorder
{
    border: none;
}
.smallImageHover
{
	height:58px;
	padding:0px;
	margin:0px;
}
.unitTitleNoMargin
{
  	margin:0; 
	font-size: 21px;
	color: #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	letter-spacing: -1px;
	font-weight: normal;  
}
.unitTitle
{
	margin:0; 
	font-size: 21px;
	color: #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	letter-spacing: -1px;
	font-weight: normal;
	width: 158px;
}
label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #444444;
	display: block;
	font-weight: bold;
}


#content 
{
	float:left;
	/*width:780px;*/
	text-align:left;
	background-image: url(images/strip03.gif);
    background-repeat:repeat-y;
    background-color: transparent;
    padding-top:5px;
}
#content2 
{
	float:left;
	width:780px;
	text-align:left;
	background-image: url(images/strip01.gif);
    background-repeat:repeat-y;
    background-color: transparent;
    padding-top:5px;
}

.title{
	margin:0;
	font-size: 21px;
	color: #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	letter-spacing: -1px;
	font-weight: normal;
}

.updateProgress
{
	filter: alpha(opacity=80);
	MozOpacity: 0.7;
	opacity: 0.7;
	border: 1px solid #664422; 
	background:white;
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0px; 
	left:0px; 
}

.updateProgress div
{
	filter: alpha(opacity=100%);
	MozOpacity: 100%;
	opacity: 100%;	
	position:absolute;
	top:150px; 
	left:50%;
	margin:0px auto auto -168px;
	width:335px;
	height:200px;
	border: 1px solid #664422;
	text-align:center;
	background-color:#664422;

}
#wrapperProgerss {display: table-cell; vertical-align: middle;}

#centeredProgress {width: 30em; margin: 0 auto;}
.GridviewTable td
{
    text-align:center;
}
.Vert

{

	background-image:url(images/VerticalLine.jpg);
	background-color:#006699;

	background-repeat:repeat-y;

	height:120px;

	width:1px;

	margin:10px 0px 10px 10px;

}

.chargeName
{
	font-weight:bold;
	text-align:left;
}
.chargeAmount
{
	text-align:right;
}
.fieldset {border:1px solid #781351; margin:6px; color:#000000; padding: 6px; height: 350px;}
.legend { border:0px solid #781351; color:Red;
    font-size: 21px;
	color: #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	letter-spacing: -1px;
	font-weight: normal;
          
          
          }

.fieldsetContact  {border:1px solid #781351; margin:6px; color:#000000; padding: 6px; height: 370px;}


/* TextBox                     */
/*-----------------------------*/	
.smallTextBox, .mediumTextBox, .dateTextBox, .moneyTextBox, .largeTextBox, .x-largeTextBox, .xx-largeTextBox, .emailTextBox, .multiLineTextBox
{
	font: normal 1.0em "Verdana", monospace, fixed !important;
	padding: .1em;
}

.smallTextBox
{
	width:20px;
}

.mediumTextBox
{
	width:50px;
}

.dateTextBox
{
	width:75px;
}

.emailTextBox
{
	width:250px;
}
.moneyTextBox
{
	width:65px;
}

.largeTextBox
{
	width:100px;
}

.x-largeTextBox
{
	width:200px;
}
.xx-largeTextBox
{
	width:400px;
}
.multiLineTextBox
{
	width:480px;
}
.getButtons 
{
    width: 120px;
}
.ajax__calendar_container { z-index : 1000 ; }

