.note {
background-color: #FFC;
border: 1px solid #AA0;
margin: 20px;
padding: 20px;
}

.featureTable { 
    border-left: 1px solid #ddd; 
    border-right: 1px solid #ddd; 
    border-top: 1px solid #ddd; 
    border-spacing:0px;
    border-collapse:collapse;
}
.featureTable th { 
    text-align:right; 
    border-bottom: 1px solid #ddd;
    padding:0.5em;
    vertical-align:middle;
}

.featureTable td {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding:0.5em;
    vertical-align:middle;
}

.toc {
	border: 1px solid #555;
	background-color: #eee;
	margin-left: 10%;
	margin-right: 10%;
	font-size:10pt;
}

.toc a {
	color: black;
}

.toc ol {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 5%;
} 

.dsection { 
    //font-family:Helvetica,Arial,Lucida Grande,Helvetica,Arial,sans-serif; 
    font-weight:bold;
    font-size:1.3em; 
    border-bottom: 1px solid gray;
    color: black;
    margin-bottom: 10px;
    margin-top:10px;
}

.dpara { 
    //font-family:Helvetica,Arial,Lucida Grande,Helvetica,Arial,sans-serif;font-size:12pt; 
    text-shadow: 0px 1px 0px #fff;
}

.vhistory {
	font-size: 10pt;
}

.vhistory a {
    font-weight: bold;
}

.dfeaturetable { 
    border: 0px solid black; 
}

.dfeaturetable th { 
    border-bottom: 1px solid #aaa; 
    border-right: 1px solid #aaa; 
    background-color:#ddd; 
    //font-family:Arial,sans-serif;
}

.dfeaturetable td { 
    border-bottom: 1px solid #aaa; 
    border-right: 1px solid #aaa; 
    text-align:center; 
    vertical-align:middle;
    //font-family:Arial,sans-serif;
}

.noborder { 
    border:0px solid black;
}

.dversiontable { 
    border-top: 1px solid #aaa; 
    border-left: 1px solid #aaa; 
    border-right: 0px solid black; 
    border-bottom: 0px solid black; 
}

.dversiontable th { 
    border-bottom: 1px solid #aaa; 
    border-right: 1px solid #aaa; 
    background-color:#ddd; 
    //font-family:Helvetica,Arial,Lucida Grande,Arial,sans-serif;
    font-size: 10pt;
}

.dversiontable td { 
    border-bottom: 
    1px solid #aaa; 
    border-right: 1px solid #aaa; 
    text-align:left; 
    //font-family:Helvetica,Arial,Lucida Grande,Arial,sans-serif;
    font-size: 10pt;
}

.screenshot { 
    border: 0px solid black; 
    -webkit-box-shadow: 0px 1px 10px rgba(0%,0%,0%,0.6); 
    -moz-box-shadow: 0px 1px 10px rgba(0%,0%,0%,0.6); 
    -o-box-shadow: 0px 1px 10px rgba(0%,0%,0%,0.6);
    -ms-box-shadow: 0px 1px 10px rgba(0%,0%,0%,0.6);
    box-shadow: 0px 1px 10px rgba(0%,0%,0%,0.6);
    font-size:20px; 
}

.appStoreButton2
{
}

.appStoreButton2 h1
{
    font-size:14;
    font-weight:bold;
}

.appStoreButton2 em
{
    text-decoration:italic;
    font-size:10;
}

.appStoreButton2 a
{
    color:white;
    display:block;

    border:1px solid #676892;    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background-color: rgb(135, 136, 162);
    background-image: linear-gradient(bottom, rgb(135, 136, 162) 10%, rgb(155, 156, 182) 90%);
    background-image: -webkit-linear-gradient(bottom, rgb(135, 136, 162) 10%, rgb(185, 186, 212) 90%);
    background-image: -moz-linear-gradient(bottom, rgb(135, 136, 162) 10%, rgb(185, 186, 212) 90%);
    background-image: -o-linear-gradient(bottom, rgb(135, 136, 162) 10%, rgb(185, 186, 212) 90%);
    background-image: -ms-linear-gradient(bottom, rgb(135, 136, 162) 10%, rgb(185, 186, 212) 90%);
    
    text-shadow: 0px 1px 0px #000;
    
    padding:4px 15px 4px 15px;
    margin:8px;
    
    text-decoration:none !important;
}

.appStoreButton2 a:hover
{
	background-color: rgb(155, 156, 182);
    background-image: linear-gradient(bottom, rgb(155, 156, 182) 10%, rgb(205, 206, 232) 90%);
    background-image: -webkit-linear-gradient(bottom, rgb(155, 156, 182) 10%, rgb(205, 206, 232) 90%);
    background-image: -moz-linear-gradient(bottom, rgb(155, 156, 182) 10%, rgb(205, 206, 232) 90%);
    background-image: -o-linear-gradient(bottom, rgb(155, 156, 182) 10%, rgb(205, 206, 232) 90%);
    background-image: -ms-linear-gradient(bottom, rgb(155, 156, 182) 10%, rgb(205, 206, 232) 90%);
}

.titleIcon {
}

.titlebox {
    border:1px solid #ddd;
    background: #eee;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0.1em 0.1em 0.8em #aaa; 
    -moz-box-shadow: 0.1em 0.1em 0.8em #aaa;
    box-shadow: 0.1em 0.1em 0.8em #aaa; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.titleboxOuter {
    border:1px solid #676892;
    background-color: #676892;
    margin-bottom: 0px;
    -webkit-box-shadow: 0px 0px 5px rgba(0%,0%,0%,0.5); 
    -moz-box-shadow: 0px 0px 5px rgba(0%,0%,0%,0.5); 
    box-shadow: 0px 0px 5px rgba(0%,0%,0%,0.5); 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.titleboxInner {
    border:0;
    //background: #f5e8ff;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
	//background-image: url(header-background.png);
	background-color: rgb(135, 136, 162);
    background-image: linear-gradient(bottom, rgb(135, 136, 162) 10%, rgb(155, 156, 182) 90%);
    background-image: -webkit-linear-gradient(bottom, rgb(135, 136, 162) 10%, rgb(185, 186, 212) 90%);
    background-image: -moz-linear-gradient(bottom, rgb(135, 136, 162) 10%, rgb(185, 186, 212) 90%);
    background-image: -o-linear-gradient(bottom, rgb(135, 136, 162) 10%, rgb(185, 186, 212) 90%);
    background-image: -ms-linear-gradient(bottom, rgb(135, 136, 162) 10%, rgb(185, 186, 212) 90%);
}

.title {
    color:white; 
    text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
    font-size:35pt;
    margin-left:25px;
    margin-right:25px;
}

.title table {
    font-size:1.0em;
    /*width:100%;*/
    margin:0px;
    padding:0px;
}  

.title td {
    vertical-align:middle;
    padding:0px;
}

.titleText {
    color:white; 
    font-weight:bold;
}

.titleText a {
    color:white;
    text-decoration: none !important;
}

.titleSubtext {
    color:white; 
    font-weight:normal;
    font-size:0.4em;
    margin-left:5px;
    padding:0px;
}

.announce {
    font-size:1.5em;
    margin-top: 0.5em;
    margin-bottom: 0em;
}

.announce a {
    font-weight:bold;
    color:black;
    text-decoration:none !important;
}

.announce a:hover {
    text-decoration:underline !important;
}

.noticeOuter {
    border:1px solid #aaaaaa;
    background-color: #9f9;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;    
}

.noticeInner {
    border:1px solid #aaaaaa;
    background-color: #fff;
    margin: 4px;
    padding:10px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    font-size:10pt;
    text-align:left;
}

.noticeHeader {
    //font-family:Helvetica,Arial,Futura,Helvetica,Arial,sans-serif; 
    font-size:12pt;
    text-align:center;
    color: black;
    padding: 0.3em 0.9em 0.1em 0.9em;
}


.esectionOuter {
    border:1px solid #a7a8c2;
    //border:1px solid #8788A2;
    //background-color: #676892;
    //background-color: #8788A2;
    background-color: #8788A2;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 5px rgba(0%,0%,0%,0.4);
    -moz-box-shadow: 0px 0px 5px rgba(0%,0%,0%,0.4);
    box-shadow: 0px 1px 5px rgba(0%,0%,0%,0.4); 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.esectionInnerNoHeader {
    border:0;
    background-color: #eeeef5;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.esectionInner {
    border:0;
    background-color: #eeeef5;
    background-color: white;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
}

.esectionHeader {
    //font-family:Helvetica,Arial,Futura,Helvetica,Arial,sans-serif; 
    font-size:15pt; 
    font-weight:bold;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
    color: white;
    padding: 0.40em 0.9em 0.40em 0.9em;
}

.esectionHeader a {
	color: white !important;
}

.navsection {
    //font-family:Helvetica,Arial,Futura,Helvetica,Arial,sans-serif;
    color: #779;
    text-shadow: 0px 1px 0px #fff;
    margin-top: 0.5em;
}

.navsection td {
    text-align: center;
    font-size:11pt; 
    font-weight:bold;
	white-space: nowrap;
    text-align:center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top:3px;
    padding-bottom:3px;
}

.navsection table {
    border:0;
    width: 75%;
    margin:auto;
    color: #779;
}

.navsection a {
    color: #779;
    font-weight:normal;
}

.navsection a:visited {
    color: #779;
    font-weight:normal;
}
.navsection a:hover {
    color: black;
    font-weight:normal;
}

.questions ol {
    padding: 0;
    padding-left: 3em;
    margin: 0;
}

.questions li { 
    margin-bottom: 3em;
}

.questions blockquote { 
    border: 1px solid #aaa; 
    padding: 1em; 
    background-color: #eee; 
}

.appStoreButton {
    text-align:center;
    margin: 30px;
}


.sstable {
}

.sstable td {
    border: 0;
    text-align:center;
}

.sstable div {
    text-align:center;
    //font-family:Helvetica,Arial,Futura,Helvetica,Arial,sans-serif;
    font-size:11pt; 
    font-weight:normal;
    border: 0;
    padding-top: 5px;
}

.sstable img {
    border: 1px solid black; 
    -webkit-box-shadow: 0.2em 0.2em 0.2em #888; 
    -moz-box-shadow: 0.2em 0.2em 0.2em #888;
}

.outerScreenshot {
    font-style:italic;
    margin:20px;
    text-align:center;
}

.outerScreenshot img {
    display:block;
    margin-bottom:0.5em;
    margin-left:auto;
    margin-right:auto;
}

.docTable {
    width:auto;
    font-size:10pt;
    //font-family:Helvetica,Arial,sans-serif;
    border:1px solid #aaa;
}


.docInnerText {
    margin-left: 2.0em;
    margin-right: 2.0em;
    font-size: 10pt;
    //font-family: Helvetica,Arial,Lucida Grande,sans-serif;
}

.docInnerText h1 {
    margin-bottom: 0.5em;
    padding-top:2.0em;
    font-size:12pt;
    font-weight:bold;
    border-bottom:1px solid black;
}

.docInnerText p {
    margin-top:1.0em;
    margin-bottom:1.0em;
}


.innerText {
	margin-left: 2.0em;
	margin-right: 2.0em;
	font-size: 12pt;
}

.innerText blockquote {
	border: 1px solid #999;
	background: #ccc;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 1em;
	font-size: 10pt;
}

.innerText li {
	line-height: 1.2em;
}

.innerText ul,ol {
	margin-top: 0em;
	margin-bottom: 1em;
}

.smallText {
	margin-left: 2.0em;
	margin-right: 2.0em;
	//font-family: Helvetica,Arial,Lucida Grande,Arial,sans-serif;
	font-size: 10pt;
}

.smallText p {
	margin-bottom: 0px !important;
	padding-bottom: 0px;
	line-height: 1.25em !important;
}

.smallText ul {
	margin-top: 0px;
	padding-top: 0px;
}

.smallText li {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.25em !important;
}

.innerText p {
	padding-bottom: 0.0em;
	padding-top: 0.0em;
}

.li-screenshot {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
}

.linkBlock {
}

.linkBlock a {
    display: block;
    color: black;
    text-decoration: none !important;
    margin: 10px;
    padding: 10px;
    margin-left: 30px;
    margin-right: 30px;
    border: 1px solid #ccc;
    background: #eaeaea;
    2height: 74px;
    font-size:12pt;
    font-weight:bold;
    vertical-align:middle;
    text-align: center;
}

.linkBlock a:hover {
	border: 1px solid #889;
	background: #d4d4d4;
	text-decoration: none !important;
}

.docBlock {
}

.docBlock a {
	display: block;
	color: black;
	text-decoration: none !important;
	margin: 10px;
	padding: 10px;
	margin-left: 30px;
	margin-right: 30px;
	border: 1px solid #ccc;
	background: #eaeaea;
	2height: 74px;
}

.docBlock a:hover {
	border: 1px solid #889;
	background: #d4d4d4;
	text-decoration: none !important;
}

.docBlock td {
	text-align: left;
}

.faqLinkText {
	font-size: 12pt;
	//font-family: Helvetica,Arial,Futura,Helvetica,Arial,sans-serif;
}

.faqLinkText h1 {
	text-align: center;
	margin-bottom: 0.6em;
}

.faqLinkText h4 {
	font-style:italic;
}

.docBlockTitle {
    //font-family:Helvetica,Arial,Futura,Helvetica,Arial,sans-serif;
    font-size:12pt; 
    vertical-align: middle;
    margin-left: 20px;
}

.questionBlock {
    //font-family:Helvetica,Arial,Futura,Helvetica,Arial,sans-serif;
    font-size:50px; 
    color: gray;
    text-align: center;
    width: 100px;
	vertical-align: middle;
}

.questionBlock img {
	vertical-align: middle;
}

.questionBlockImg {
	vertical-align: middle;
}

.flat_toc {
    font-weight:bold;
}

.flat_toc a {
    color:black;
    margin:0.5em;
}
