body
{
	font-family: Verdana; 
	font-size: .8em;
	margin: 0;
	padding: 0;
        line-height: 1.6;
        
}
 

img
{
	border: none;
        padding: 3px;
}



.pageContainer
{
	width: 575px;
}


/*h2
{
	font-weight: bold; 
	color: black; 
	font-size: 1.2em;
	border-bottom: 1px dashed black;
        margin-top: 10px
}*/



h3
{
	font-weight: bold; 
	color: #000000; 
	font-size: .9em;
    line-height: 1.4em;
	margin: 0;
	text-decoration: underline;
	margin-top: 1.5em;
}




.welcomeCol
{
	margin-top: .25em;
	margin-left: 0em;
	margin-right: 10px;
	padding-left: 0.75em;
	vertical-align: top;
	width: 33%;
}


.welcomeCol h4
{
	font-size: 1em;
	line-height: 1em;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}





.headerTable
{
	/*border: 1px solid #FFFFFF;*/
    border: 1px solid #1677C2;
	width: 100%;
	margin-top: 7px;
	margin-left: -10px;
}



.headerTable td
{
	line-height: 1.8em;
	font-size: 0.8em;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	background-color: #EAF5FB;
	padding-left: 10px;
	vertical-align: top;
}


.headerTable td h1
{
	
	font-weight: bold; 
	color: #CF815A; 
	padding-top: 4px;
	/*padding-bottom: 8px;*/
	padding-bottom: 5px;
	font-size: 1.8em;
	margin: 0;
	margin-top: 0px;
}



.headerTable td a
{
	text-decoration: none;
}
.headerTable a:hover
{       /*EAF5FB*/
	background-color:#EAF5FB;
        border:none;
        color:#1677C2;
}


.headerTable td p
{
	padding-right: 5px;
	margin-bottom: 5px;
}


.headerTable td p a
{
	text-decoration: underline;
}


p
{
	line-height: 1.6em;
	margin-top: 5px;
}



ol
{
	font-size: 1em;
	line-height: 1.5em;
	margin: 0px;
	margin-left: 2em;
        margin-bottom: 2em;
        list-style-type: decimal;
        list-style-image: none; 
}


.coloredTable
{
	width: 100%;
	clear: both;
        line-height: 1.2em;
}

br
{
        line-height: .8em;
}

.coloredTable td
{
	/*border-bottom: 2px solid white; */
	font-family: Verdana; 
	/*font-size: .77em;*/
	font-size: 1em;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 3px; 
	padding-bottom: 3px;
	
	/* background-color: #F6F2E7; */
	background-color: #F7F3E8;
	
	vertical-align: top;
}



td.coloredTableHeader 
{
	 /*background-color: #EEE6D0;*/
	 background-color: #F2EBD9;
	 border-bottom: 1px solid white;
	 font-size: 1em; 
	 font-weight: bold;

	 background: #faa958 url(images/head_table.gif) repeat-x;

}



ul
{
	font-size: 1em;
	line-height: 1.6em;
	/*list-style-type: square;*/
	list-style-image: url(../images/relatedTopic_blueBullet.gif);
        list-style-position: outside-top;
        padding: 0;
	margin: 0px;
        margin-left: 2em;
}



li p
{
	margin-top: 0px;
	margin-bottom: 3px;
        padding: .5em;
}


.welcomeHeader
{
	/*border-bottom: 1px dashed #96A0A9;*/
	color: #E57424;
	/*font-weight: bold;
	background-image: url(http://webhelpdev.esri.com/arcgisdesktop/common/images/dottedLine.gif);
	background-position: bottom left;
	background-repeat: repeat-x;*/
	padding-bottom: 4px;
	font-size: 1.4em;
	margin-bottom: 7px;
}



a, a:link
{
	color: #1677C2;
	text-decoration: underline;
}


	
a:visited
{
	/*color:  #2679BC;*/
	color:  #61B1ED;
}


	
a:hover
{
	color:  #FFFFFF;
        /*border: dotted 1px #CF815A;*/
        text-decoration: none;
        background-color: #1677C2;
}



.linkStyle1
{
	font-weight: bold;
	font-size: .9em;
}



.bold
{
	font-weight: bold;
}



.floating
{
	float: right;
	/*width: 185px;*/
	width: 165px;	
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 5px;
	border-left: 5px solid white;
}



.floatingHeader
{
	
	font-weight: bold;
	padding: 1px 9px;
	border: 1px solid #8F6135; 
	background: #faa958 ;/*url(../images/head4.gif) repeat-x;*/
	text-align: left;
	color: #fff; 

}



.floatBody
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	padding-right: 7px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #1677C2;
        border-left: 1px solid #1677C2;
        /*border-top: 1px solid #1677C2;*/
        border-right: 1px solid #1677C2;
}




.floatBody ul
{
	line-height: 1em;
        margin-left: 8px;
        list-style-image: url(../images/relatedTopic_blueBullet.gif);
}



.floatBody li
{
	margin-bottom: .5em;
	
        line-height: 1em;
	/*background-image: url(../images/relatedTopic_blueBullet.gif);
	background-repeat: no-repeat;
        background-position: 0em 0em;*/
}



.floatBody li a
{
	font-weight: bold;
        padding-top: 1px;
        padding-bottom: 2px;
	font-size: .8em;
}



PRE.code
{
	margin-top: 1.5em;  
	margin-bottom: 0em;
	/*font-size: 1em;*/
	font-size: 12px;
	
}



.tipsTable 
{
	background-color: #EAF5FB;
	width: 100%;
        border: 1px dashed #1677C2;
        line-height: .8em;
}


.tipsTable  li
{
	margin-bottom: .2em;
        
}


.tipsTable td
{
	padding-left: 10px;
}



.tipsHeader
{
	font-weight: bold;
	/*border-bottom: 1px dashed #EAF5FB;*/
        font-size: 1em;
        color: #CF815A;
        padding-top: 4px;
}


/*
p.Break
{
	line-height: 1em;
}
*/


.indent
{
	margin-left: 12px;
}



.note
{
	font-size: 90%;
	font-weight: bold;
	margin-top: 0;
	color: #9C3000 
}



a.popup
{
	text-decoration: none;
	font-weight: bold;
        border: solid 1px white;

}

a.popup:hover
{
	text-decoration: underline;
	color: #1677C2;
        background-color: #EAF5FB;
        border: dotted 1px #CF815A;

}


.showHide
{
	font-size: 0.85em;
	margin-left: -10px;
}

.showHideSelected
{
	font-weight: bold;
}




.welcomeBlockTableCell
{
	color: #999999;
}

.welcomeBlockTableCell a
{
	text-decoration: none;
}

/*adjust the licincing info in the topic titles*/
h1 .arcinfo
{
	margin-left: 7px;
}


.hidden
{
	display: none;
}
/* subheading class to replace the usage of h2 */
.subheading
{
        font-weight: bold; 

        color: black; 
	padding-top: 3px;
	padding-bottom: 2px;
        padding-right:30px;
	font-size: 1.2em;
	/*border-bottom: 1px dotted #EAF5FB;*/

}
.subheadingAb_How
{
	font-weight: bold; 
	color: #CF815A; 
	padding-top: 3px;
	padding-bottom: 1px;
        padding-right:30px;
	font-size: 1.25em;
	border-bottom: 1px dotted #1677C2;
        margin-left:-2px;

}


/*.arcinfo
{
	background-color: #EAF5FB;
	width: 95%;
    border: 1px dashed #1677C2;
    padding: 5px;
    font-weight: bold;
    font-size: .8em;
}*/
