/*TEXT STYLES*/
/*
 COLORS
 #f9f1eb beige
 #f4f4e5 new beige
 #6ac0cc teal
 #f6ba3a orange
 #3fa55e green
 #c8ebf0 outer border
 #f0f9fb lightest teal
 #ECE9D8 possibility for beige alternative
 */
body {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
}

.greenheading {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #3fa55e;
    text-align: center;
    font-style: italic;
    margin: 4px auto;
}

.greenheading a:link, .greenheading a:visited {
    color: #3fa55e;
    text-decoration: underline;
}

.greenheading a:hover, .greenheading a:active {
    color: #3fa55e;
    text-decoration: none;
}

h1, #static h1 {
    width: 100%;
    color: #3fa55e;
    border-bottom: 2px dotted #f6ba3a;
    font-size: 20px !important;
}

h2, #static h2 {
    font-size: 1.25em;
}

h3, #static h3 {
    font-size: 1.15em;
}

span.green {
    color: #3fa55e;
    font-weight: bold;
}

#static p {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
}

p.h3 {
    font-size: 1.15em;
    margin-top: 0;
}

dt {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #f6ba3a;
    font-size: 1.15em;
    font-weight: bold;
    padding-top: 12px;
    border-top: 2px dotted #CCC;
    margin-top: 24px;
    margin-bottom: 8px;
}

dt span {
    background-color: #f6ba3a;
    color: #666;
}

dd {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

dt a:link, dt a:visited {
    text-decoration: underline;
    color: #f6ba3a;
}

dt a:hover, dt a:active {
    text-decoration: none;
    color: #f6ba3a;
}

a:link {
    text-decoration: underline;
    color: #666;
}

a:visited {
    text-decoration: underline;
    color: #666;
}

a:hover {
    text-decoration: none;
    color: #666;
}

a:active {
    text-decoration: none;
    color: #666;
}

/*FOOTER */
#footer {
    font-size: 11px;
    color: #666;
    margin-bottom: 50px;
}

#footer a:link, #footer a:visited, #footer a:active {
    text-decoration: none;
    color: #666;
}

#footer a:hover {
    text-decoration: underline;
    color: #666;
}

#footerlinks {
    width: 100%;
}

#footerlinks li {
    list-style: none;
}

#footerlinks li.category {
    list-style: none;
    float: left;
    margin-right: 20px;
    width: 150px;
    padding: 0 0 0 7px;
    border-right: 2px dotted #6ac0cc;
    height: auto;
    font-weight: bold;
}

#footerlinks li.category ul {
    margin: 5px 0;
    padding: 0;
}

#footerlinks li.category li {
    margin: 3px 0;
    padding: 0;
    font-weight: normal;
}

.panelbullet ul, ul.panelbullet {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    /*list-style-image:url(/img/leafarrow.png);*/
    list-style-type: disc;
    margin: 8px 8px 4px 12px;
    padding-left: 12px;
    line-height: 18px;
}

.panelbullet li {
    margin-bottom: 8px;
}

/*.panelbullet ul {
 margin:8px 8px 4px 0px;
 padding:0;
 }*/
td.right {
    text-align: right;
}

.formlabel {
    font-weight: bold;
    text-align: right;
}

.source {
    font-weight: bold;
    font-size: 1.1em;
}

#users {
    width: 95%;
    border-collapse: collapse;
    border: 2px dotted #f6ba3a;
}

#users td {
    vertical-align: top;
    padding: 4px 8px;
    border-left: 2px dotted #f6ba3a;
    border-right: 2px dotted #f6ba3a;
}

#users td.orangehead {
    font-style: italic;
    font-weight: bold;
    color: #f6ba3a;
    border-bottom: none;
}

/*homepage tagline*/
#tagline {
    width: 900px;
    font-size: 1.5em;
    margin-top: 4px;
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    color: #3fa55e;
    text-align: center;
    font-style: italic;
    font-weight: bold;
}

#homequote {
    /*width: 551px;
     margin-top: 32px;
     border: 1px dotted #EEE;
     color: #00a0c6;*/
     font-size: 1.25em;
     font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
     color: #f90;
     text-align: left;

	 padding:20px;
	 width:625px;     
     }
     
     #smallquote {
     /*width: 100%;*/
    margin: 16px 0px;
    font-size: 1.2em;
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    color: #00a0c6;
    text-align: left;
    font-style: italic;
    border: 1px dotted #EEE;
    padding: 8px;
}

/*non underline link */
a.headerlink:hover, a.headerlink:active, a.headerlink:visited, a.headerlink:link {
    text-decoration: none;
    color: #6ac0cc;
}

p.demochoice {
    color: #3fa55e;
    font-size: 1.3em;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    line-height: 45px;
}

p.demochoice a:link, p.demochoice a:visited {
    color: #3fa55e;
    text-decoration: underline;
}

p.demochoice a:hover, p.demochoice a:active {
    color: #3fa55e;
    font-style: italic;
    text-decoration: none;
}

.privacynote {
    font-size: 11px;
}

/* used in org pages, ebooks pages, sendinvitationsummary, startdemo, done, later */
.bluebox {
    background-color: #f0f9fb;
    padding: 3px 3px 12px 3px;
    margin: 16px 0px;
}

.bluebox p {
    color: #00A0C6;
    font-size: 1.25em;
    margin-top: 0px;
    margin-bottom: 0px;
}

.regtext {
    color: #666;
    font-weight: normal;
}

#PremiumNote {
    width: 75%;
    margin: 2em;
    padding: 1.25em;
    background-color: #f4f4e5;
    border: 2px solid #3fa55e;
    color: #3fa55e;
}

p img {
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
}

ul.leftlist {
    margin: 1em;
    padding: 0px;
}

ul.leftlist li {
    margin-left: 0px;
    padding-left: 0px;
    list-style: disc;
    line-height: 16px;
    padding-bottom: 4px;
}

.two-up h2 {
    margin-top: 0px;
    text-align: center;
    font-size: 1.3em;
}

.two-up h3 {
    margin-top: 0px;
    text-align: center;
    font-size: 1.05em;
}

.lovequote {
    /*font-weight:bold;*/
    font-style: italic;
}
