﻿.btn-font {
    color: #333 !important;
    text-decoration: none;
}

/* DEFAULTS
----------------------------------------------------------*/
body {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 16px;
    color: #404142;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

.hide {
    display: none;
}

.sort-asc:after {
    float: right;
    margin: -5px 0 -10px 0;
    content: url(/images/Asc.gif);
}

.sort-desc:after {
    float: right;
    margin: -5px 0 -10px 0;
    content: url(/images/desc.gif);
}

/* FONTS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 0.5em;
    color: #000000;
    font-family:Arial;
    font-weight:bold;
    padding: 0px;
    margin: 0px;
    font-variant: normal;
    text-transform: uppercase;
    text-align: center;
}
.SmallText {
    font-size: 8pt;
    color: #555;
    margin-top: 10px;

}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

.menu-wrapper {
    /* background-color: #e6e6e6; */
    /*
    background: #E6E6E6;
    background: -moz-linear-gradient(top, #E6E6E6 0%, #d6d6d6 50%, #E6E6E6 100%);
    background: -webkit-linear-gradient(top, #E6E6E6 0%, #d6d6d6 50%, #E6E6E6 100%);
    background: linear-gradient(to bottom, #E6E6E6 0%, #d6d6d6 50%, #E6E6E6 100%);
    */
    background-image: url(../images/menu-row-tail.gif);
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #e6e6e6;
    background-size: 1px 100%;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    width: 1350px;
    row-gap: 0;
    column-gap: 0;
}

.menu > * {
    flex: 1 1 160px;
    padding-top: 0;
    padding-bottom: 0;
}

.menu li {
    border-top: 1px ridge rgba(187, 187, 187, 0.37);
    border-right: 1px ridge rgba(187, 187, 187, 0.37);
    border-left: 1px ridge rgba(187, 187, 187, 0.37);
    font-family: "Times New Roman", Times, serif;
    font-size: 14pt;
    letter-spacing: -1px;
}

.menu li a {
    text-decoration: none;
    font-family: "Times New Roman", Times, serif;
    font-size: 14pt;
    line-height: 2em;
    letter-spacing: -1px;
    padding: 1px 10px 1px 10px;
    color: #555;
}

.menu li:hover {
    background-color: #eeeeee;
}

.menu li a.active, .menu li a:hover {
    color: green;
}
/*
div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
*/
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

.cb
{ 
	color: #000000; 
	font-size: 12px; 
	font-family: Arial, sans-serif;
}
	
	
.ddl
{ 
	color: #000000; 
	font-size: 12px; 
	font-family: Arial, sans-serif;
}


.txt
{ 
	color: #000000; 
	font-size: 12px; 
	font-family: Arial, sans-serif;
}
	
	
div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

a.checkout
{
	color:Green;
	text-decoration:none;
}

a.checkin
{
	color:red;
	text-decoration:none;
}

span.checkout
{
	color:Green;
	text-decoration:none;
}


span.checkin
{
	color:red;
	text-decoration:none;
}

span.unavailable
{
	color:#036CF7;
}

.graysection {
    background: #eeeeee;
    width: 400px;
    padding: 25px;
    margin: 0 auto;
    border: 2px solid #999999;
}
/* divs  
----------------------------------------------------------*/

/* CSS CODE FOR REVOCABLE TRUSTS */

#bothtrustors
{
    background: #eeeeee;
    width: 500px;
    padding: 25px;
    margin: 0 auto;
    border: 2px solid #999999;
}
#SurvivorsTrust
{
    background: #eeeeee;
    width: 250px;
    height: 300px;
    padding: 25px;
    position: relative;
    float: left;
    margin-top: 20px;
    margin-left: 25px;
    border: 2px solid #999999;
    
}
#DecedentsTrust
{
    background: #eeeeee;
    width: 250px;
    height: 300px;
    padding: 25px;
    position: relative;
    float: right;   
    margin-top: 20px;
    margin-right: 25px;
    border: 2px solid #999999; 
}

#SuccessorTrustee
{
    background: #fafafa;
    position: relative;
    float: right;
    margin-top: 35px;
    padding: 15px;
    border: 1px solid #000;  
}

#Children
{
    background: #fafafa;
    position: relative;
    float: left;
    margin-top: 35px;
    padding: 15px;
    border: 1px solid #000;  
}

#SpecificGifts
{
    background: #eeeeee;  
    width: 350px;
    margin: 25px auto;
    border: 2px solid #999999;
    padding: 15px;        
}

#SpecificGifts p
{
    Padding: 0px; 
    margin: 3px; 
}

#DistributionofTrust
{
    background: #eeeeee;  
    width: 350px;
    margin: 25px auto;
    border: 2px solid #999999;
    padding: 15px;  
    text-align: center;      
}
#MethodofDistribution
{
    background: #eeeeee;  
    width: 350px;
    margin: 25px auto;
    border: 2px solid #999999;
    padding: 15px;  
    text-align: center;      
}

#CashGifts
{
    text-align: center;
}

#boxes
{
    background: #ffffff; 
}

#box1
{
    background: #cccccc;  
    width: 315px;
    height: 150px;
    margin: 25px auto;
    padding: 15px;
}

#box2
{
    background: #cccccc;  
    width: 315px;
    height: 150px;
    margin: 25px auto;
    padding: 15px;
}

#box3
{
    background: #cccccc;  
    width: 315px;
    height: 150px;
    margin: 25px auto;
}

#PercentageShares
{
    display: none;  
    margin: 0px auto;
}


#PercentageShares p
{
    padding: 0px; 
    margin: 0px;
    text-align: center; 
}

#GSTSub
{
    display: none;
    padding: 5px;  
    margin: 0px auto;
}

#SupplementalDocs
{
    background: #ffffff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#container3
{
    background: #ffffff;
    width: 975px; 
}

#Div1, #Div2, #Div3, #Div4, #Div5
    {
          
     }



/* CSS CODE FOR LAST WILL AND TESTAMENT (MARRIED) ----------------------------------------------------------------------------*/

#LastWillMarried
{
    width: 760px;
    min-height: 500px;
    padding: 0px;
    margin: 0px auto;
    border: 2px solid #999999;
    background-image: url(../images/interface-background.jpg);
	background-repeat: repeat-y;
}
#LeftColumn
{
    width: 280px;
    min-height: 500px;
    padding: 20px 40px 20px 40px;
    margin: 0px;
    float: left;
    text-align: left;
}

#RightColumn
{
    width: 280px;
    min-height: 500px;
    padding: 20px 40px 20px 40px;
    margin: 0px;
    float: right;
    text-align: left;
}
.FormStyle1
{
    Font: times New Roman;
    color: Navy;
    font-size: 11pt;
    padding: 20px 0px 0px 0px;
    margin: 0px;
    text-align: left;
}
.FormStyle2
{
    Font: times New Roman;
    font-size: 9pt;
    padding: 2px;
    margin: 0px;
    float: right;
    text-align: left;
}
.SubStyle1
{
    Font: times New Roman;
    font-size: 10pt;
    padding: 5px 0px 0px 10px;
    margin: 0px;
    text-align: left;
}

/* CSS CODE FOR LLCs ///////////////////////////////////////////////////////////////////////////////////     */

#EntityInfo
{
    background: #eeeeee;
    width: 340px;
    padding: 25px;
    margin: 0 auto;
    border: 2px solid #999999;
    text-align: center;
}

#EntityInfo p
{
    margin: 0px;
    padding: 0px;
}

#EntityInfo h3
{
    text-align: center;
    font-size: 14pt;
    font-family:Times New Roman;
    padding: 0px;
    margin-top: 20px;
    color: #333;
    }
    
#Member1, #Member3
{
    width: 330px;
    height: 270px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 85px;
    padding: 0px;
    background: #eeeeee;
    border: 2px solid #999999;
    float: left;
    display: none;
    text-align: center;
    }
    
#Member2, #Member4
{
    width: 330px;
    height: 270px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 85px;
    padding: 0px;
    background: #eeeeee;
    border: 2px solid #999999;
    float: right;
    display: none;
    text-align: center;
    }
#Member1Address, #Member2Address, #Member3Address, #Member4Address
{
    padding: 0px;
    }
    
#Member1 h3, #Member2 h3, #Member3 h3, #Member4 h3
{
    text-align: center;
    font-size: 14pt;
    font-family:Times New Roman;
    padding-top: 15px;
    color: #333;
    }
    
#Member1 p, #Member2 p, #Member3 p, #Member4 p
{
    text-align: center;
    font-size: 12pt;
    font-family:Arial;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    color: #444;
    }
    
#Member1Type, #Member2Type, #Member3Type, #Member4Type
{
    margin: 0 auto;
    text-align: center;
    }
    
#Member1Individual, #Member2Individual, #Member3Individual, #Member4Individual
{
    width: 200px;
    padding-top: 35px;
    padding-bottom: 0px;
    margin: 0 auto;
    background: none;
    display: none;
    }
    
#Member1Company, #Member2Company, #Member3Company, #Member4Company
{
    width: 200px;
    padding-top: 25px;
    padding-bottom: 0px;
    margin: 0 auto;
    background: none;
    display: none;
    }
    
#Member1Trust, #Member2Trust, #Member3Trust, #Member4Trust
{
    width: 200px;
    padding-top: 5px;
    margin: 0 auto;
    background: none;
    display: none;
    }
      
#Member1Trustee1, #Member1Trustee2, #Member2Trustee1, #Member2Trustee2, #Member3Trustee1, #Member3Trustee2, #Member4Trustee1, #Member4Trustee2
{
    margin: 0 auto;
    padding-top: 5px;
    background: none;
    display: none;
    }
    
    .notesTitle
    {
    	color:#1C4E85;
    	font-weight:bold;
    }
    
/* CSS CODE FOR MODIFIED LLC INTERFACE ///////////////////////////////////////////////////////////////////////////////////     */
#Member1Address, #Member2Address, #Member3Address, #Member4Address
{
    width: 200px;
    padding-top: 5px;
    margin: 0 auto;
    background: none;
    }
    #Member-1, #Member-2,#Member-3, #Member-4
{
    padding: 0px;
    float: left;
    text-align: left;
    display: none;
    }
    