﻿
/*** Alternative Text ***/
.xpilDocument .altTextDiv
{
	margin-top:5px;
	padding:3px;
	border-style:Solid;
	border-color:Gray;
	border-width:1px;	
}

.xpilDocument .altText_innerDiv
{
	padding:2px;
	border-style:dashed;
	border-color:Red;
	border-width:1px;
	background-color:#FAFAFA;
}

/*** ADDRESS ***/
.xpilDocument .addressSection
{
    padding-left: 5px;
    float: left;
}


.xpilDocument .contactInfo 
{
	width: 440px;
	padding-top: 2px;
    border-top: solid 1px white; /* invisible but keeps rows together */
    clear: left;
    display: block;
}

.xpilDocument .companyContactType 
{
    font-weight: bold;
    white-space: nowrap;
    float: left;
}

.xpilDocument .companyContactDetail 
{
	margin-left: .5em;
    float: right;
}

/* Used in the address list - NOT the contact info */
.xpilDocument .companyAddressDetail 
{
    display: block;
}


/* headings */
.xpilDocument h2 
{
	border: black 1px solid;
	background: #1E7E7E;
	font-weight: bold;
	clear:both;
	font-size: 100%;
	color: White;
	padding-left: 5px;
}

.xpilDocument h3 
{
	color: #1E7E7E;
	font-weight: bold;
	clear:both;
	font-size: 100%;
	padding-left: 2px;
}


/* lists  */

.xpilDocument ul
{
	  list-style-type: disc;
}

.xpilDocument .listNoBulletIndent, .listStandardIndent
{
    padding-top: 1em; 
    margin-left: 1em;
}

.xpilDocument .listNoBulletIndentBoxed, .xpilDocument .listStandardIndentBoxed 
{
    padding-top: 1em; 
    margin-left: 1em;
    border: solid 1px black;
}

.xpilDocument .listNoBulletBoxed, .xpilDocument .listStandardBoxed 
{
    padding-top: 1em; 
    margin-left: 0;
    border: solid 1px black;
}

.xpilDocument .listNoBullet, .listNoBullet li
{
    margin-left: 0;
    padding: 0;
}

.xpilDocument .listNoBullet li, .xpilDocument .listNoBullet li, .xpilDocument .listNoBulletIndent li, .xpilDocument .listNoBulletIndentBoxed li, .xpilDocument listNoBulletBoxed li
{
    list-style: none !important;
}

.xpilDocument .listStandardIndent li, .listStandard li
{
	list-style-type:disc !important;
}

/* Addresses */
.xpilDocument .addressBlock
{
	font-size: small;
     margin-top: 0.3em;
     margin-bottom: 0.3em;
}

.xpilDocument .contactElement
{
     margin-bottom: 0.8em; 
}

.xpilDocument .bold 
{
    font-weight: bold;
}

.xpilDocument .underline 
{
    border-bottom: solid 1px
}

.xpilDocument .italics 
{
    font-style:italic;
}

.xpilDocument .paragraph 
{
    clear: both;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.xpilDocument .paragraphIndent
{
    margin: 0;
    padding-top: 0.5em;
    margin-left: 1em; 
}

.xpilDocument .paragraphBoxed
{
    margin: 0;
    padding-top: 0.5em;     
    border: solid 1px black;
}

.xpilDocument .paragraphHighlight
{
    margin: 0;
    padding-top: 0.5em;
    background: #F0DCFC;    
}

.xpilDocument .section
{
    margin-bottom: 1em;   
}

.xpilDocument .sectionBoxed
{
    margin-bottom: 1em;     
    border: solid 1px black;
    padding: 5px 5px 5px 5px;
}

.xpilDocument .subscript 
{ 
    vertical-align: sub !important;
    font-size: 85%; 
    vertical-align: -1px;
}

.xpilDocument .superscript 
{
	vertical-align:0.3em;
    font-size: 85%; 
}

.xpilDocument div h2 .superscript
{
	vertical-align:top;
    font-size: 80%; 
	vertical-align:0.3em;
}

.xpilDocument a, .xpilDocument a:link, .xpilDocument a:active, .xpilDocument a:visited, .xpilDocument a:hover {
	color: #003399;
	font-weight: bold;
	background-color: #FFFFFF;
}

.xpilDocument .topPageLink 
{
    float: right;
    margin: auto 1px auto auto;
    white-space: nowrap;
}

.xpilDocument .tableContent 
{
    border: solid 1px black;
}

