﻿body
{
	font-size: 12px;
	font-family: verdana, arial;
	margin-top: 0px;
	word-spacing: normal;
	margin-left: 0px;
	text-transform: none;
	margin-right: 0px;
	letter-spacing: normal;
	background-color: white;
}

.borderBottom
{
    border-bottom:solid white 1px;
}

.errorText 
{
	font-family:Arial Tahoma Verdana;
	font-size:xx-small;
	font-weight:bold;
	color:Red;
}

a.whiteText:link
{
	color:White;
}
a.whiteText:visited
{
	color:White;
}
a.whiteText:hover
{
	color:White;
}

.title1
{
	font-size: 11pt;
	font-family: Verdana;
	font-weight:bold
}

.white
{
	color:White;
}

.menuTable
{
	/*margin-top:100px; */
	background-color:Transparent;		
}

/* Menu Links */
a.menu {
	color: #0066cc; 
	text-decoration: none;
}
a.menu:link {
	color: #0066cc; 
	text-decoration: none;
}
a.menu:visited {
	color: #0066cc; 
	text-decoration: none;
}
a.menu:hover
{
	color: #696969;
	text-decoration: underline;
	background-color: #fffacd;
}
/* End Menu Links */



/* TABLE HEDING CELLS */
.globalMainMenu
{
width:260px; 
height:24px; 
text-align:center; 
background-image:url(../../images/globalMainMenu.gif); 
background-position:center;
}
.processLeads
{
width:200px; 
height:24px; 
text-align:center; 
background-image:url(../../images/processLeads.gif); 
background-position:center;
}
.manageAccounts
{
width:200px; 
height:24px; 
text-align:center; 
background-image:url(../../images/manageAccounts.gif); 
background-position:center;
}
.viewReports
{
width:200px; 
height:24px; 
text-align:center; 
background-image:url(../../images/viewReports.gif); 
background-position:center;
}
.Returns
{
    Border-Style:Solid; 
    Border-Width:1px; 
    Border-Color:tan;
    background-color:beige;
    Font-Size:small;
    
    font-family:Verdanna; 
    color:#404040;
    padding-left:10px; 
    padding-right:10px;
}
/* END TABLE HEDING CELLS */




/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	display: block;
	filter:alpha(opacity=40);
	opacity:0.5;
}

.modalPopup {
	background-color:Red;
	background-image:url(../images/c2c_bg.png);
	background-repeat:no-repeat;
	
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	padding:0px;
	width:300px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}
