﻿/*******************************************************/
/*                                                     */
/*   Adviser Portal Stylesheet                         */
/*                                                     */
/*  Solution button	#0c2d72		               */
/*						       */
/*******************************************************/


.SolutionBody
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: #DBE8F0;
	font: normal 12px Arial;
}

.SolutionParentContainer
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	background: #F8F8F8;
}

.SolutionMainContainer
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 95%;
}

.SolutionHeaderRow
{
	height: 50px; /* change this value to modify height of page header */
}

.SolutionHeaderRow .SolutionHeaderContainer
{
    padding-top: 3px;
	height: 100%;
	width: 100%;
}

.SolutionHeaderContainer input[type=submit]
{
    background-color: #0c2d72;
    background-image: none;
    padding: 4px 10px 5px 10px !important;
    border: none;
    border-radius: 3px;
    margin: 5px auto;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;    
}

.SolutionMainFrame
{
	width: 100%;
	height: 100%;
    border: solid 1px #B0B0B0;
}


.SolutionMainFrameIPad
{
    width: 100%;
	height: 100%;
	border: solid 1px #B0B0B0;
	background-color: #FFFFFF;
	
}

.SolutionMainFrameIPad input[type=submit]
{
    background-color: #FFFFFF;    
    padding: 3px 5px 3px 5px !important;
    margin: 0 auto;
    cursor: pointer;    
    border: 1px solid #A0A0A0;
    color: #000000;
}

.SolutionMainFrameIPad .hyperlinkButtonContainer { margin-right: 0px; }


.SolutionMainFrameIPadOuter
{
    margin:18%;
}

.SolutionFooterRow
{
	height: 50px; /* change this value to modify height of page footer */
}

.SolutionFooterRow .SolutionFooterContainer
{
    height: 100%;
	width: 100%;
}


.ContentMissingPanel
{
    width: 800px;
    margin: 100px auto 0px auto;
    background-color: #FFFFFF;
    padding: 40px 50px 40px 50px;
    border: solid 1px #B0B0B0;
    border-radius: 5px;
}

.ContentMissingPanel h1
{
    font-size: 18px;
    color: #86A816;
    margin-bottom: 10px;
}

.ContentMissingPanel li
{
    margin-bottom: 5px;
}
