﻿html, body, td, th, input, select, label, textarea {font-family: Trebuchet MS, Verdana; }

h1.Title
{
	font-size: 14pt;
	font-weight: bold;
	color: #1862A1;
	text-align: center;
	margin: 0;
}

div.Body
{
	margin-left: 10px;
}

#TopMenu
{
	width: 100%;
	background-color: #e7e7e2;
}

#TopMenu ul
{
	display: table;
	margin: 0 0 0 0;
	padding-left: 10px;
	white-space: nowrap;
	float:left;
}

#TopMenu ul li
{
	display: inline;
	position: relative;
	padding: 2px 6px;
	font-weight: normal;
	float: left;
}

#TopMenu > ul.right
{
	float:right;
}

#TopMenu ul li a:link,
#TopMenu ul li a:visited
{
	color: #1862A1;
	text-decoration: none;	
}

#TopMenu ul li a:hover
{
	color: Purple;
	text-decoration: underline;
}

fieldset
{
	display:block; /*for IE*/
}

table.Grid
{
	border: solid 1px black;
	border-spacing: 0;
	border-collapse: collapse;
}

table.Grid th,
table.Grid td
{
	padding: 4px;
	margin: 0;
	border: solid 1px black;
}

table.Grid caption
{
	caption-side:top;
	text-align:left;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 10px;
	text-indent: 0.5em;
}

td.Number,
input.Number
{
	text-align: right;
}

td.Total
{
	font-weight:bold;
}

img.Sort
{
	vertical-align:middle;
}

table.Criteria th
{
 text-align:right;
}

#AjaxError {
  top: 25%;
  left: 25%;
  width: 400px;
  background-color: yellow;
  border: solid 2px Black;
  padding: 10px;
  font-size: 10pt;
  position: absolute;
  margin: 5px;
}

ul.CustomerMenu
{
	list-style-type: none;
	padding: 0 10px 0 10px;
	margin:0;
	white-space:nowrap;
}

ul.CustomerMenu > li > a
{
	color: Black;
	text-decoration:none;
}

ul.CustomerMenu > li > a:hover
{
	color: Purple;
	text-decoration: underline;
}

span.Help
{
	color: #6666FF;
	font-size: small;
	cursor: pointer;
}

span.Help:hover
{
	color: Black;
}

/*prevent the calendar from being displayed behind other content. */
.ajax__calendar_container { z-index : 1000 ; }

.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	border: solid 1px black;
	z-index: 999;
}

button.link {
	background: none;
	color: blue;
	border: none;
	padding: 0;
	font-size: 16px;
	cursor: pointer;
	text-decoration: underline;
	font-weight: 700;
	font-family: inherit;
}

/*Print styles*/
@media screen
{
	.PrintOnly
	{
		display:none;
	}	
}

@media print
{
	.NoPrint,
	#TopMenu,
	ul.CustomerMenu
	{
		display:none;
	}
	
	a:link,
	a:visited
	{
		color:Black;
		text-decoration: none;
	}
	
	table.Grid caption
	{
		text-indent: 0;
	}
	
	.Help
	{
		display: none;
	}
}