﻿html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	padding: 30px 0 30px 0;
	margin: 0;
	background-color: #f3f8fc;
	font-family: Arial, Helvetica, sans-serif;
}
a, a:active, a:link, a:visited {
	text-decoration: underline;
	color: #638ac5;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a img {
	border: none;
}
.small_warning
{
	color: #990000;
}

input 
{
	font-family: Arial;
	font-size: 11px;
	color: #000055;
}

select
{
	font-family: Arial;
	font-size: 11px;
	color: #000055;
}

.number_box
{
	text-align: right;
}

.watermarked 
{
	background-color:#F0F8FF;
	border:1px solid #BEBEBE;
	color:gray;
	height:20px;
	padding:2px 0pt 0pt 2px;
	width:200px;
	font-family: Arial;
	font-size: 12px;
}

.customer_href {
	font-size:	15px;
	font-weight:bold;
	border: solid 1px #000099;
	background-color: #DFE6ED;
	color: #000000;
	font-family:Arial, Verdana; 
	text-decoration: none;
	padding: 7px 20px 2px 55px;
	display:block;
	cursor: hand;
	background-image: url( ../i/add_customer.jpg );
	background-position: top left;
	background-repeat: no-repeat;
	width: 140px;
	height: 40px;	
}
.customer_href:hover {
	border-color: #990000;
}

.PendingRequest
{
	font-size:	12px;
	font-weight:bold;
	border: solid 1px #000099;
	background-color: #DFE6ED;
	color: #000000;
	font-family:Arial, Verdana; 
	text-decoration: none;
	padding: 2px 10px 2px 20px;
	display:block;
	cursor: hand;
	background-image: url( ../i/blink.gif );
	background-position: 5% 52%;
	background-repeat: no-repeat;
	height: 15px;	
	white-space:nowrap;	
}
.PendingBox
{
	width: 200px; 
	border: outset 2px #DFE6ED;
	margin: 2px 2px 5px 5px;
}
.PendingBox .first
{
	white-space: nowrap;
}
.PendingBox .second
{
	font-size: 9px;
}

.date_box
{
	cursor: default;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-right: 2px;
	border-width: 0px;
	border-color: #EAEEF3;
}
.date_image
{
	cursor: pointer;
}	

/*CollapsiblePanel*/
.collapsePanel 
{
	background-color:white;
	font-size: 12px;
}

.collapsePanelHeader
{
	width:100%;
	height: 38px;
	/*
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	*/
	background-color: #DFE6ED; 
	color:#000000;
	font-weight:bold;
}
.headField
{
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-weight:BOLD;
	font-size: 12px;
	float: left;
	vertical-align:middle;
}
.headFieldIndicator
{
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-weight:BOLD;
	font-size: 10px;
}


.HelpPanel
{
	background-color: #ffff99; 
	padding: 10px 10px 5px 10px; 
	width: 300px; 
	border: outset 2px #DFE6ED;
}