﻿.text
{
	font-family: Arial;
	font-size: small;
	color: #545454;
}
.textnocolor
{
	font-family: Arial;
	font-size: small;
}
.text tr
{
	vertical-align: top;
}
.textsmall
{
	font-size: 8px;
}
.text a
{
	color: Blue;
	text-decoration: underline;
}
.textbold
{
	font-weight: bold;
}
.textitalics
{
	font-style: italic;
}
.textunderline
{
	text-decoration: underline;
}
.textbolditalics
{
	font-weight: bold;
	font-style: italic;
}
.textitalicsunderline
{
	font-style: italic;
	text-decoration: underline;
}
.textboldunderline
{
	font-weight: bold;
	text-decoration: underline;
}
.textbolditalicsunderline
{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
.textheading
{
	font-size: 16px;
	font-weight: bold;
}
.MapA
{
	font-size: 12px;
	text-decoration: underline;
	color: Blue;
}
.MapName
{
	font-size: 12px;
}
.dvCustom
{
	position: fixed;
	top: 100px;
	left: 100px;
	background-color: RGB(255,255,204);
	background-position: center;
	z-index: 999;
	width: 800px;
	border: solid 1px Red;
}
.custtip input
{
	vertical-align: middle;
}
.dvCustomHelp
{
	position: fixed;
	top: 100px;
	left: 100px;
	background-color: RGB(255,255,204);
	background-position: center;
	z-index: 999;
	width: 300px;
	border: solid 1px Red;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.confirm
{
	background-color: White;
	padding: 10px;
	width: 370px;
	border: solid 1px #000000;
}

.overlay
{
	border: black 1px solid;
	padding: 5px;
	z-index: 100;
	width: 95%;
	height: 99%;
	position: absolute;
	background-color: #ffffff;
	-moz-opacity: 0.75;
	opacity: 0.75;
	filter: alpha(opacity=75);
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.padingTable
{
	padding:5px;
}

.transactionGridNotes
{display:none;
    }
    
.displayNone
{display:none;
    }
    
    .input-select {
    border: 1px solid #C6C8CC;
    height: 25px;
    padding: 4px;
    width: 180px;
}
a.WinLink
{
	text-decoration:underline;
	color:#fff;
}
.input-textboxes{
    border: 1px solid #C6C8CC;
    padding: 4px;
}
.input-checkboxes{
    border: 1px solid #C6C8CC;
    margin: 2px;
}
.input-checkboxes #input{
    border: none;
    margin: 2px;
}
.groovybutton
{
   font-size:14px;
   font-family:Trebuchet MS,sans-serif;
   color:#FFFFFF;
   background-color:#3681DB;
   padding: 2px 15px;
}

