/****************************************************/
/*--------------------------------------------------*/
         /* RECEIVE PAY STYLE SHEET */
/*--------------------------------------------------*/
/****************************************************/


/****************************************************/
           /* GLOBAL SITE ATTRIBUTES */
/****************************************************/
body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#303030;
	font-weight:normal;
	background-color:#ebeef1;
	line-height:18px;
	}
	
p {
	line-height:inherit;
	margin: 8px 0 10px 0;
	padding:0;
	}
	
br {
	clear:left;
	padding:0;
	margin:0;
	}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
	}
	
ul {
    margin: 0;
    padding: 0;
	}
	
li {
	margin: 0;
    padding: 0;
	line-height:inherit;
	}

ul li
{
    padding: 0 0 0 18px;
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: left 5px;
    text-indent: 0;
	}

ul.list1 li {
	background-image:url("support/images/bullet-blue-md.png");
	background-repeat: no-repeat;
	margin-bottom:10px;
	margin-top:8px;
	padding-left: 16px;
	list-style: none;
	background-position: 0px 7px;
	text-indent: 0;
	}
	
ul.list2 li {
	background-image:url("support/images/bullet-blue-sm.png");
	background-repeat: no-repeat;
	margin-bottom:6px;
	margin-top:4px;
	padding-left: 14px;
	list-style: none;
	background-position: 0px 6px;
	text-indent: 0;
	}

a:link, a:visited {color:#303030; text-decoration:underline; outline:none; border:none; }
a:hover {text-decoration:none; color:#00aeef; }
a:active {text-decoration:none; color:#97afc0; }

h1 {
	font-size:32px;
	color:#00aeef;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:normal;
	letter-spacing:-.2px;
}
h2 {
	font-size:22px;
	color:#6a7883;
	font-weight:normal;
	margin:4px 0 24px 0;
	padding:0px 0px 16px 0px;
	border-bottom:1px dotted #d7dee4;
	line-height:normal;
}
h3 {
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	margin:12px 0px;
	color:#000000;
}
h4 {
	font-size:17px;
	line-height:20px;
	margin-bottom:0px;
	font-weight:normal;
	color:#00aeef;
}


/****************************************************/
                   /* HEADER */
/****************************************************/	
#headerContainer {
	width:100%;
	background:url("support/images/background_check_gray.png");
	background-color:#ffffff;
	height:109px;
	border-bottom:solid 12px #303030;
	}
	#header {
		text-align:right;
		font-size:11px;
		color:#6a7882;
		width:890px;
		height:109px;
		margin-right:auto;
		margin-left:auto;
		background:url("support/images/background_white_fade.png");
		background-repeat:repeat-y;
		padding:0px 70px;
		}
    #header img		{ float: left; }
	#headertext {
		font-size:12px;
		color:#6a7882;
		font-weight:normal;
		padding-top: 17px;
		margin-right: 10px;
		white-space:nowrap;
		float:right;
		}
    #headertext ul {
		float:left;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin-right:0;
		padding:0;
		}
	#headertext li {
		background-image:none;
		float:left;
		margin:0px -4px;
		}
	#headertext a:link, #headertext a:visited { text-decoration:none; color:#303030; }
	#headertext a:hover { color:#00aeef; text-decoration:none }
	#headertext a:active { color:#97afc0; text-decoration:none;}

/*--------------------------------------------------*/
              /* TOP TAB NAVIGATION */
/*--------------------------------------------------*/

#navContainer {
	width:534px;
	float:right;
	margin-top:39px;
    font-size:15px;
	font-weight:normal;
    line-height:normal;
	white-space:nowrap;
    }
	#navContainer ul {
		margin: 0;
		padding:0;
		display: inline;
		}
	#navContainer ul li {
	margin: 0; 
	padding: 0 1px;
	display: inline;
	list-style-type: none;
	float:left;
	}
#navContainer ul a {
	float: left;
	padding: 8px 0 0 0;
	overflow: hidden;
	background:url("support/images/tabs.png") top left no-repeat;
	background-repeat:no-repeat;
	display:block;
	color:#6a7882;
	text-decoration:none;
	border-bottom:none;
	width:87px;
	height:27px;
	text-align:center;
	outline:none;
	padding-top:8px;
	font-weight:normal;
	}
#navContainer ul a:hover {
	background-position: 0 -35px;
	color:#ffffff;
	}
#navContainer ul a:active, 
#navContainer ul li.selected a {
	background-position: 0 -70px;
	color:#ffffff;
	font-weight:bold;
	padding:10px 0 0 0;
	}

/*--------------------------------------------------*/
             /* VERTICAL NAVIGATION */
/*--------------------------------------------------*/

#VerticalMenu {
   list-style-type: none;
   line-height:29px;
   outline: none;
   text-align:left;
   color:#000000;
   font-weight:normal;
	}
#VerticalMenu li {
   margin: 0;
   padding: 0;
   list-style-type: none;
   line-height:29px;
   text-align:left;
   background:url("support/images/bullet-blue.png");
   background-repeat:no-repeat;
   background-position:5px 0px;
	}
#VerticalMenu a {
	font-size:12px;
	color: #00aeef;
	font-weight:normal;
	display: block;
	padding-left:23px;
	text-decoration: none;
	border-top:1px solid #d7dee4;
	outline: none;
	text-align:left;
	}
#VerticalMenu a:hover {
   color: #000000;
   text-decoration: none;
	}
#VerticalMenu .selected a {
   color: #97afc0;
   text-decoration: none;
   font-weight:bold;
	}
#VerticalMenu .selectedParent a {
   color: #97afc0;
   text-decoration: none;
}
#VerticalMenu .selectedParent a:hover {
   color: #00aeef;
}
#VerticalMenu ul li li {
   margin: 0px;
   padding:0px;
   list-style-type:none;
   background:none;
}
#VerticalMenu li li {
   margin: 0px;
   padding: 0px;
   line-height:28px;
   display:none;
  
}
#VerticalMenu li.selected li,
#VerticalMenu li.selectedParent li {
   display:block;
}

#VerticalMenu li li a, #VerticalMenu li li a:link, #VerticalMenu li li a:visited {
	font-weight: normal;
	font-size:11px;
	background:none;
	padding-left:34px;
	border-bottom:none;
	border-top:1px dotted #e2ebf2;
	text-decoration:none;
	display: block;
}
#VerticalMenu li li a:hover {
	color:#00aeef;
	text-decoration:none;
}
#VerticalMenu li li.selected a {
	color:#97afc0;
	text-decoration:none;
}

.columnPage .containerPane {margin-bottom:0px;}

/***********************************/
/* BREADCRUMB LINKS  */	

#BreadCrumb {
	font-size: 11px;
	color: #303030;
	font-weight:normal;
	margin-bottom:25px;
	text-decoration:none;
	}
	#BreadCrumb a:link, #BreadCrumb a:visited { text-decoration:none; color:#97afc0; }
	#BreadCrumb a:hover { color:#00aeef; text-decoration:none }
	#BreadCrumb a:active { color:#97afc0; text-decoration:none;}
	 
/****************************************************/
                /* PAGES LAYOUT */
/****************************************************/

#messagingContainer {
	width:100%;
	background-color:#303030;
	border-bottom:1px solid #ffffff;
	}
	.messaging {
		text-align:left;
		width:340px;
		height:243px;
		margin-right:auto;
		margin-left:auto;
		background:url("support/images/messaging_background.png");
		background-repeat:no-repeat;
		background-position:bottom;
		font-size:18px;
		line-height:18px;
		color:#adadad;
		padding:35px 60px 25px 490px;
		}
	#buttonsHome {
		margin-top:100px;
		padding:0;
		text-align:left;
		white-space:nowrap;
		}

#contentContainer {
	width:100%;
	background:url("support/images/background_check_gray.png");
	background-color:#ffffff;
	border-bottom:solid 2px #00aeef;
	border-top:solid 2px #97afc0;
	}
	#content {
		text-align:left;
		width:890px;
		margin-right:auto;
		margin-left:auto;
		background:url(support/images/background_white_fade.png);
		background-repeat:repeat-y;
		padding:10px 70px 40px 90px;
		height:100%;
		overflow:hidden;
		}
	.columnHomeNormal {
		margin:0 35px 0 0px;
		text-align:left;
		width:285px;
		float:left;
		}
		.columnHomeNormal h1 {
			font-size:24px;
			font-weight:normal;
			color:#00aeef;
			margin:10px 0 5px 0;
			padding:0;
			letter-spacing:0px;
			}
	.columnHomeFeature {
		margin:0px 0px 0px 0px;
		text-align:left;
		min-height:248px;
		width:200px;
		padding:15px;
		background-color:#f7fcfe;
		border:1px solid #d7dee4;
		float:left;
		}
		.columnHomeFeature h1 {
			font-size:24px;
			font-weight:normal;
			color:#000000;
			margin:0 0 5px 0;
			padding:0;
			}
	.columnPageNormal {
		margin:0 25px 0 0px;
		text-align:left;
		width:280px;
		float:left;
		}
		.columnPageNormal h1 {
			font-size:24px;
			font-weight:normal;
			color:#00aeef;
			margin:0px;
			padding:0px;
			letter-spacing:0px;
			}
	.columnPageMain {
		float:left;
		margin:5px 0 0 0px;
		width:620px;
		}
	.columnPageBlank {
		float:right;
		margin:0;
		padding:0;
		display:block;
		width:230px;
		}
	.columnPage {
		padding:7px;
		background-color:#efefef;
		border:1px solid #d7dee4;
		margin:0;
		}
		.columnPageNoNav {
			border:1px solid #d7dee4;
			background-color:#ffffff;
			padding:8px;
			}
		.columnPageHead {
			border-right:1px solid #d7dee4;
			border-left:1px solid #d7dee4;
			border-top:1px solid #d7dee4;
			background-color:#ffffff;
			padding:8px 8px 1px 8px;
			}
		.columnPageNav {
			border-right:1px solid #d7dee4;
			border-left:1px solid #d7dee4;
			border-bottom:1px solid #d7dee4;
			background-color:#ffffff;
			padding:0px 8px 8px 8px;
			}
		.columnPageAd {
			margin:10px 8px;
			text-align:left;
			}
			.columnPageAd h1 {
			font-size:18px;
			font-weight:normal;
			color:#000000;
			margin:10px 0 5px 0;
			padding:0;
			letter-spacing:0px;
			}
		.columnPage h1 {
			padding:8px 5px 8px 8px;
			background:#efefef;
			display:block;
			font-size:14px;
			font-weight:normal;
			color:#000000;
			letter-spacing:0px;
			margin:0px 0px 5px 0px;
			}
		.columnPage p {
			padding:0px 8px;
			font-size:11px;
			line-height:14px;
			}
/*--------------------------------------------------*/
              /* NEWS TICKER */
/*--------------------------------------------------*/
#newsTickerContainer {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	line-height:16px;
	display:block;
	min-height:150px;
	}
	.newsTitle {
		display:block;
		padding:0px 0px 0px 10px;
		margin:6px 0px 0px 0px;
		font-size:11px;
		line-height:13px;
		font-weight:normal;
		color:#00aeef;
		background:url(Support/Images/bullet-blue-sm.png) no-repeat left 4px;
		clear:both;
		}
		.newsTicker {
			float:left;
			}			
			.newsTicker ul {
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				}
			.newsTicker li {
				margin: 0px;
				padding: 0px;
				}
			.newsTicker ul li {
				padding:0px 0px 0px 0px;
				margin:0px;
				list-style-type:none;
				background:none;
				font-weight:normal;
				}
/****************************************************/
                   /* FOOTER */
/****************************************************/				
#footer {
	width:910px;
	min-height:60px;
	margin-right:auto;
	margin-left:auto;
	padding:8px 0 0 0;
	line-height:19px;
	text-align:left;
	font-weight:normal;
	color:#6a7882;
	outline: none;
	font-size: 11px;
	}
	#footer a:link, #footer a:visited { color:#303030; text-decoration:none }
	#footer a:hover { color:#00aeef; text-decoration:none }
	
#poweredBy {
	float:right;
	background: url("support/images/button_small_poweredby_IPC.gif") no-repeat left top;
	height: 36px;
	width: 108px;
	display: block;        
	text-decoration: none;
	outline: none;
	clear:both;
	padding:0;
	margin-top:-8px;
	}
	
#footLinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}
	#footLinks li {
	background-image: none;
	padding:0px;
	margin:0px;
    }
#footLinks {
	color: #6a7882;
	text-decoration:none;
	}
	#footLinks a {color:#303030; text-decoration:none;}
	#footLinks a:hover {color:#00aeef; text-decoration:none; }
	#footLinks a[href] {color:#303030; text-decoration:none; }
	#footLinks a[href]:hover {color:#00aeef; text-decoration:none; }

/****************************************************/
              /* HOME PAGE LAYOUT */
/****************************************************/
		

#contentMain {
		width:930px;
		margin-left:auto;
		margin-right:auto;
		background-image:url("support/images/background_content_fade.png");
		background-repeat:repeat-x;
		padding:25px 25px 30px 25px;
		text-align:left;
		}

.messageHead {
		font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
		font-size:30px;
		font-weight:bold;
		color:#ffffff;
		margin:0 0 15px 0;
		}

.messageText {
		font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
		font-size:26px;
		font-weight:normal;
		color:#ffffff;
		}
		
    #buttonBlue
    {
        background: url(Support/Images/button-blue-med.png) no-repeat left top;
        height: 30px;
        width: 152px;
        display: block;        
        text-decoration: none;
		outline: none;
		float:left;
		color:#ffffff;
		font-size:15px;
		font-weight:bold;
		line-height:30px;
		text-align:center;
		margin:0px 15px 0px 0px;
    }    
    #buttonBlue:hover
    {
        color:#000000;
    }
	#buttonBlue:active
    {
        
    }
    #buttonGreen
    {
        background: url(Support/Images/button-green-med.png) no-repeat left top;
        height: 30px;
        width: 152px;
        display: block;        
        text-decoration: none;
		outline: none;
		float:left;
		color:#ffffff;
		font-size:15px;
		font-weight:bold;
		line-height:30px;
		text-align:center;
		margin:0px 15px 0px 0px;
    }    
    #buttonGreen:hover
    {
        color:#000000;
    }
	#buttonGreen:active
    {
        
    }
    #buttonGold
    {
	background: url(Support/Images/button-gold-med.png) no-repeat left top;
	height: 30px;
	width: 152px;
	display: block;        
	text-decoration: none;
	outline: none;
	float:left;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	margin:0px 15px 0px 0px;
    }    
    #buttonGold:hover
    {
        color:#000000;
    }
	#buttonGold:active
    {
        
    }

    .StandardButton
    {
        background: url(Support/Images/button-blue-med.png) no-repeat left top;
        height: 30px;
        width: 152px;
        display: block;        
        text-decoration: none;
		outline: none;
		float:left;
		color:#ffffff;
		font-size:15px;
		font-weight:bold;
		text-align:center;
		margin:10px 15px 10px 0px;
		padding:1px 4px 5px 5px;
		border:none;
    }    
    .StandardButton:hover
    {
        color:#000000;
    }
	.StandardButton:active
    {
        
    }	

#collumn1, #collumn2 {
		padding:0;
		margin:0 30px 30px 0;
		width:290px;
		float:left;
		}
#collumn3 {
		padding:0;
		margin:0 0 30px 0;
		width:290px;
		float:left;
		}
#collumn4 {
		padding:0;
		margin:10px 30px 0 0;
		width:450px;
		float:left;
		}
#collumn5 {
		padding:0;
		margin:10px 0 0 0;
		width:450px;
		float:left;
		}

.spacerHome {
    background-image:url("support/images/dotline_horizantal.png");
	background-repeat:repeat-x;
    height: 2px;
	float:left;
	margin-left:-20px;
	width:970px;
	}
	
ul.listNew li {
	background-image:url("support/images/icon_page.png");
	background-repeat: no-repeat;
	margin-bottom:18px;
	margin-top:18px;
	padding-left: 20px;
	list-style: none;
	background-position: left 1px;
	text-indent: 0;
	}
	
ul.listQuote li {
	background-image:url("support/images/icon_quote.png");
	background-repeat: no-repeat;
	margin-bottom:18px;
	margin-top:18px;
	padding-left: 26px;
	list-style: none;
	background-position: left 3px;
	text-indent: 0;
	}
	
	
/****************************************************/
/* LOGIN PAGE LAYOUT                                */
/****************************************************/

	.columnPageFull {

		margin:0px;
		width:860px;
		}
    .registrationBox
    {
		/*background:url("support/images/bottompane_background.png");
		background-repeat:no-repeat;*/
		margin-left:12px;
		min-height: 140px;
		padding-top:5px;
		padding-left:30px;
		padding-bottom:8px;
		padding-right:0px;
		width:480px;
		float:right;
		border-left:1px solid #97afc0;
		margin:0px 30px 35px 0px;
    }
	.loginBox
    {
		background:url("support/images/box_login_background.png");
		background-repeat:no-repeat;
		padding-left:20px;
		padding-right:20px;
		padding-top:10px;
		width:270px;
		text-align:left;
		overflow:hidden;
		margin-top:5px;
		clear:both;
    }
	/*.loginBox #LoginForm input[type="text"], .loginBox #LoginForm select, .loginBox #LoginForm input[type="password"], .loginBox #LoginForm textarea
	{width:255px;}*/
	
	.loginBoxBottom
    {
		background-image:url("support/images/box_login_bottom.png");
		background-repeat:no-repeat;
		width:285px;
		margin:0;
		padding: 30px 15px 0 12px;
		text-align:left;
		overflow:hidden;
    }
	.loginBox h1, .registrationBox h1
    {
		font-size:22px;
		line-height:18px;
		font-weight:normal;
		padding-top:10px;
		border:none;
		margin-bottom:10px;
		padding-left:0px;
		background-color:transparent;
		color:#303030;
		letter-spacing:0px;
    }
	.loginBox h2, .registrationBox h2
    {
		font-size:14px;
		line-height:16px;
		font-weight:bold;
		border:none;
		margin-bottom:5px;
		margin-top:24px;
    }
#Credentials {
margin:0;
padding:0;
}
fieldset {
border:medium none;
margin:0;
padding:0;
}
legend {display:none;}
#Credentials .callout {
background:transparent none repeat scroll 0 0;
border-bottom:1px dotted #97AFC0;
border-top:medium none;
color:#00aeef;
font-size:16px;
font-weight:normal;
margin:24px 0 18px;
padding-bottom:5px;
}

/* IN CONTENT TABS  */    

#TabHeader {
    clear: both;
    height: 55px;
    background: url("support/images/tab_nav_background.jpg") repeat-x left bottom;
}
#Tabs {
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    white-space: nowrap;
    margin: 0;
    padding-top: 26px;
    padding-left: 10px;
    list-style: none;
    width: 100%;
}
#Tabs li {
    list-style-type: none;
    list-style-image: none;
    float: left;
    margin: 0;
    padding-left: 6px;
    background: url("support/images/tab_left_combo.gif") no-repeat left top;
}
#Tabs li:hover, #Tabs li:hover a {
    background-position: 0% -30px;
    color: #00aeef;
}
#Tabs li:hover a {
    background-position: 100% -30px;
}
#Tabs a {
    display: block;
    color: #8a979f;
    text-decoration: none;
    border-bottom: none;
    background: url("support/images/tab_right_combo.gif") no-repeat right top;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 5px;
    padding-left: 6px;
    outline: none;
    cursor: pointer;
}
#Tabs .selected {
    background-position: 0% -60px;
    cursor: default;
}
#Tabs .selected a {
    background-position: 100% -60px;
    color: #00aeef;
    padding-top: 7px;
    padding-bottom: 7px;
}
#TabContent {
    clear: both;
	border-left:1px solid #97afc0;
	border-right:1px solid #97afc0;
	border-bottom:1px solid #97afc0;
    }
    #TabContent * {
        font-size: 11px;
    }
    #TabContent .padded {
        padding: 10px 20px;
    }

#TabContent_Inner {
    
}


#productImageBox {
	width:150px;
	height:400px;
	display:block;
	border:1px solid #97afc0;
	margin:0px 25px 20px 0px;
	float:left;
	clear:right;
}

.note {
	padding:10px;
	border-top:1px dotted #97afc0;
	border-bottom:1px dotted #97afc0;
	border-left:none;
	border-right:none;
	background:#e9f1f8;
	font-size:13px;
	margin:5px -3px 13px -3px;
	font-weight:normal;
	}
	.note .callout {
		font-weight:bold;
		color:#000000;
		font-size:14px;
		}
input[type='text'], input[type='password'], td input[type='text'], td input[type='password'] {
	height:20px;
	font-size:13px;
	font-weight:normal;
	padding:3px 0px 0px 4px;
	letter-spacing:0px;
	border:1px solid #97afc0;
	margin:0px 15px 10px 0px;
	/*
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	*/
	}
select, textarea, td select, td textarea {
	font-size:13px;
	font-weight:normal;
	padding:2px 2px 2px 2px;
	border:1px solid #97afc0;
	height:auto;
	margin:0px 15px 10px 0px;
	/*
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	*/
	}
input[type='text']:focus, select:focus, input[type='password']:focus, textarea:focus {
	border:1px solid #3a82b4;
	}
	label {
    font-weight:normal;
    font-size: 11px;
	text-transform:capitalize;
	color:#6a7882;
	margin:0px;
	}
/***********************************/
/* LOGIN MODULE  */    
#LoginForm {
	padding:0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
    }
    #LoginForm p {
        font-size: 11px;
		font-weight:normal;
		padding:0px;
		margin:0px 0px 12px 0px;
    	}
    #LoginForm p.register {        
		font-size:11px;    
		}
	#LoginForm input[type="text"], #LoginForm select, #LoginForm input[type="password"], #LoginForm textarea {
		width:95%;
		}
.loginContainer {
	float:right;
	max-width:330px;
	padding:0px 0px 0px 0px;
	}
	.loginContainer h3 {
		padding:0px 0px 5px 5px;
		margin:0px 0px 0px 0px;
		}
    
#PasswordRecovery a, #PasswordRecovery {
	font-size:9px;
	text-decoration:none;
	text-transform:capitalize;
	font-weight:normal;
	}
.chkSaveCredentials {
	float:left;
	margin:0px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	}
/***********************************/
/* REGISTRATION MODULE  */

.registrationBox {
	}
	.registrationBox h3 {
		padding:0px 0px 5px 5px;
		margin:0px 0px 0px 0px;
		}
	.registrationBox .containerPane {
		padding:0px;
		margin:0px;
		/*background:url("support/images/sidenav-background-right.png") no-repeat -10px -80px;*/
		overflow:hidden;
		}
		.registrationBox .containerPane input[type="text"],
		.registrationBox .containerPane select,
		.registrationBox .containerPane input[type="password"],
		.registrationBox .containerPane textarea {
			width:95%;
			}
	.registrationBox fieldset {
		margin:0px 0px 18px 0px;
		padding:0px;
		}
		.registrationBox legend {
			display:inherit;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:17px;
			color:#333333;
			margin:0px;
			padding:0px 0px 10px 0px;
			}