
body
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 95%;
	margin: 10px;
	
	
}

div#main
{
	padding: 10px;
}

h1
{
	font-size: 120%;
	margin: 0px -10px 10px -10px;
	padding: 5px;
	background-color: #ffffe1;
    border-bottom: dashed 1px #cccccc;
}

#toplinks
{
	margin: -10px;
	margin-bottom: 0px;
	padding: 5px;
	background-color: #ffffe1;
	font-size: 80%;
	text-align: center;
}

h2
{
	font-size: 110%;
	margin-bottom: 5px;
	color: #336699;
}
b
{
	color: #336699;
}
code
{
	font-size: larger;
	color: Red;
}
.shot img
{
	border: none;
}
p.shot
{
	text-align: center;
}

div.also 
{
	float: left;
    border: dashed 1px Gray;
    background-color: #ffffe1;
    padding: 5px;
    margin: 10px;
	color: #336699;
}

div.also b
{
	background-color: White;
	display: block;
	text-align: center;
}

div.also ul
{
	margin: 0px;
}

dl.feat dt
{
	font-weight: bold;
	margin-top: 10px;
	color: #336699;
}

.steps a
{
	font-size: xx-small;
	text-decoration: none;
}
.steps a:hover
{
	font-size: xx-small;
	text-decoration: underline;
}


/* definition pop-ups */
dfn, a.popup
{
	font-style: normal ;
	color: Green;
	text-decoration: none;
	border-bottom: dashed 1px green;
}
dfn {
	cursor: help;
}
a.popup:hover
{
	text-decoration: underline;
}

div#popup, div#shadow
{
	display: none;
	position: absolute;
}
div#popup
{
	background-color: #ffffe1;
	padding: 3px;
	border: solid 1px black;
	font-size: smaller;
	cursor: default;
}
div#shadow
{
	display: none;
	background-color: #666666;
	border: solid 1px #cccccc;	
	opacity: 0.5;
	filter: alpha(opacity=50);
}


#topalso 
{
	margin-top: 10px;
}
#topalso dfn 
{
	cursor: pointer;
	font-size: smaller;
}

p.shot 
{
	
	display: block;
	vertical-align: middle;
	text-align: center;
	
}
.wait 
{
	width: 0px; height: 0px;
    position: absolute;
	visibility: hidden;
}


