﻿/*Copyright Bridgeline Software, Inc. An unpublished work created in 2007. All rights reserved. 
This software contains the confidential and trade secret information of Bridgeline Software, Inc.("Bridgeline").
Copying, distribution or disclosure without Bridgeline's express written permission is prohibited.*/

/*Default baseskin style */
div.fponlineSection
{
    float:left;
    width:780px;
    margin:0;    padding:0;
	background:  #ffc url('/images/waterMark.gif') no-repeat 12px 50px;    
}

div.fponlineSection div.collage
{
    float: left;
	width: 260px;
	margin:60px 0 0 0;	padding: 0;
}

div.collage img
{
    float:right;
	/*padding:0 10px 10px 0;*/
	margin:0 10px 10px 0;
}

div.introSection
{
    float: right;
    width:490px;
    display:table;   
	margin:0;    padding:20px 0 0;
}

div.introContent
{
	padding:0 30px 0 0;
	font:1.2em arial;
	color:#699;
}

div.linkSection
{
	float:right;
	width:460px;
	margin:0;	padding:30px 30px 0 0;
	background:none;
}

div.sectionDetails
{
	width:460px;
	display:block;
	margin:0;	padding:0 0 20px 0;
}

div.sectionDetails.middle
{
    padding:0;
}

div.sectionDetails.first
{
    padding:0;
}

div.linkSection table td a, div.linkSection table td a:visited
{
	font-weight:bold;
	text-decoration:underline;
	color:#696;
}

div.linkSection table td a:hover, div.linkSection table td a:active
{
	text-decoration:none;
	color:orange;
}

div.sectionDetails ol li
{
	margin:0;	padding:0 0 15px 0;
}

div.sectionDetails ol li a,div.sectionDetails ol li a:visited
{
	font-weight:normal;
}

div.sectionDetails ol li a:hover,div.sectionDetails ol li a:active
{
	font-weight:normal;
}

div.linkSection table
{
    border-collapse:collapse;
    width:100%;
}

div.linkSection table td p  
{
    margin:0; padding:0 0 1.8em 0;
}
.limitSpace
{
    margin:0; 
    padding:0 0 1em 0 !important;
}
/*.sectionHeader
{
	font:bold 1em arial;
	text-transform:uppercase;
	color:#963;
}

.sectionSubHeader, */
div.linkSection table td p.subHeader
{
	font:bold 1em arial;
	color:#363;
	padding:0;
}
