﻿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;
}
.grid_link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.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;
	overflow:hidden;
	height:0px;
}

.collapsePanelHeader
{
	width:733px;
	height: 30px;
	background-image: url(../i/collapsePanelHeaderBg.png);
	background-repeat:no-repeat;
	/*
	background-repeat:repeat-x;
	background-color: #DFE6ED; 
	*/
	color:#000000;
	font-weight:bold;
	padding-bottom:6px;
	margin:auto;
}
.headField
{
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-weight:BOLD;
	font-size: 14px;
	float: left;
	vertical-align:middle;
	padding-left: 10px;
}
.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;
}

.AddNewNote, .AddNewNote:link, .AddNewNote:active, .AddNewNote:visited
{
	display: block;
	width: 137px;
	padding: 2px 20px 0 38px;
	margin: 0;
	background-image: url(../i/notesAdd.png);
	background-position: center left;
	background-repeat: no-repeat;
	color:#000000;
	text-decoration:none;
	border: solid 0px #EAEAEA;
}

.AddNewNote:hover 
{
	color: #990000;
}

.BackToLeads, .BackToLeads:link, .BackToLeads:active, .BackToLeads:visited
{
	display: block;
	width: 137px;
	padding: 2px 40px 0 38px;
	margin: 0;
	background-image: url(../i/goback_exsm.png);
	background-position: center right;
	background-repeat: no-repeat;
	color:#000000;
	text-decoration:none;
	border: solid 0px #EAEAEA;
}

.BackToLeads:hover 
{
	color: #990000;
}

.button_href_active
{
	color: #777777;
	text-decoration: none;
	cursor: text;
}


.main_table_dynamic_link_vals_chart
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #0000FF;
	text-decoration:none;
	white-space: nowrap;
	cursor:pointer;	
	background-image: url(../i/chart_sm.png);
	background-position: middle right;
	background-repeat: no-repeat;
	padding-right: 7px 30px 7px 40px;
	width: 145px;
	height: 32px;
	
} 


.main_table_dynamic_link_vals
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #0000FF;
	text-decoration:none;
	white-space: nowrap;
	cursor:pointer;		
} 

.main_table_dynamic_link_vals:hover
{
	color: #990000;
}