@charset "UTF-8";
/* CSS Document */

body, html {
	height: 100%;
	margin: 0;
	background-color: #336699;
	font-family: Arial, verdana, sans-serif;
	font-size: 12px;
}

#wrapper{
	width:780px;
	margin: 0 auto;
	position: relative;
	
}

#header {
	height:62px;
	width:780px;
}

#header #replogo{
	position:relative;
	left:-65px;
	top:15px;
}


#header #bltlogo{
	width:155px;
	height: 62px;
	position: absolute;
	right:0px;
	top:0px;
}

#header #bltlogo:hover{
	background: url(http://www.bottomline.com/legal_spend_management/reporting_microsite/images/blt_logo_hover.png) top center no-repeat;
}


#masthead {
	width:780px;
	height:377px;
	background: url(http://www.bottomline.com/legal_spend_management/reporting_microsite/images/masthead_bg.png) top center no-repeat #fff;
	border-bottom: 1px solid #7eaed5;
}

#masthead p{
	color: #002d6c;
	font-family: Arial, verdana, sans-serif;
	font-size: 13px;
	line-height: 17px;
	display: block;
	width:415px;
	margin-left: 60px;
	padding-top: 60px;
}

#masthead p a,#masthead p a:visited{
	color: #002d6c;
	text-decoration: underline;
}

#masthead p a:hover{
	color: #002d6c;
	text-decoration: none;
}

.goodbye{
	display: none;
}

/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/



/* Common Elements  */

	.coda-slider-wrapper { padding-left: 10px 0; padding-right: 10px 0; padding-bottom: 10px 0;padding-top: 0px 0 position: relative; }
	.coda-slider { background: #fff; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 780px; height:400px;} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 780px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: url(http://www.bottomline.com/legal_spend_management/reporting_microsite/images/slider_selected.gif) left top repeat-x; border-bottom: 1px solid white; color: #002d6c; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding-left: 20px ; padding-right: 20px;padding-bottom: 20px  }
	
	/* Nav Rounded Corners */
	.sliderRoundNW{position:absolute; top:9px; left:0px;}
	.sliderRoundNE{position:absolute; top:9px; right:0px;}
	.sliderBottomRound {width: 780px; height:18px; background: url(http://www.bottomline.com/legal_spend_management/reporting_microsite/images/slider_s_round.png) top left no-repeat; position:absolute; bottom: -7px;}
	
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden;  }
	.coda-nav ul li { display: inline; vertical-align: middle;}
	.coda-nav ul li a { background: #ebf2f9; color: #1071c3; display: block; float: left; text-decoration: none; width: 156px; height: 33px;text-align: center; font-size: 13px; padding-top: 17px; border-right:1px solid #7dadd5; border-bottom:1px solid #7dadd5;  }
	.coda-nav ul li a:hover {background: url(http://www.bottomline.com/legal_spend_management/reporting_microsite/images/slider_selected.gif) left top repeat-x; border-bottom: 1px solid white;}
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: hidden; }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	
.panel-wrapper{
	margin-left: 25px;
	padding-top:20px;
	position: relative;
}


.panel-wrapper p, .panel-wrapper li{
	
	line-height: 18px;
	color: #006699;
	font-size: 14px
}



.panel-wrapper h2{
	font-size: 21px;
	font-weight: bold;
	color: #002d6c;
	margin-top: 5px;
	margin-bottom: 10px;
	
}	
 
.panel-wrapper ul{

width: 350px; /* move width to here */ 
margin: 0; /* zero this then use padding to create the list indent */ 
padding: 0 0 30px 25px; /* normalise indent across browsers */ 
list-style-type: disc; 
line-height: 21px; 

}
	
	
 .panel-wrapper li{
padding-bottom:15px;	
}
	
 .panel-wrapper .sliderrightcol	{
 	width:300px;
 	height:300px;
 	position: absolute;
 	right:30px;
 	top:55px;
 	
}
 

.trynow{
	width:147px;
	height: 32px;
	display: block;
	background: url(http://www.bottomline.com/legal_spend_management/reporting_microsite/images/button_tryitnow.png) top center no-repeat;
	margin: 0 auto;
	position: relative;
	float: right;
	top:-22px;
	right:5px;
	opacity:0.8;
	filter:alpha(opacity=80)
}	
	
	
.trynow:hover{
	width:147px;
	height: 32px;
	display: block;
	background: url(http://www.bottomline.com/legal_spend_management/reporting_microsite/images/button_tryitnow.png) top center no-repeat;
	margin: 0 auto;
	position: relative;
	float: right;
	top:-22px;
	right:5px;
	opacity:1;
	filter:alpha(opacity=100)
}	
	
	
	
	
	
	
