﻿
ul.downloadLinks li
{
	padding-bottom:5px;
}

div.ArtPanelBlue div.stepNumber
{
	width:82px; 
	height:82px; 
	position: absolute; 
	z-index: 100; 
	left: -35px; 
	top: -35px; 
	background-image:url('../Images/signup_step2_circle.png');
}

div.ArtPanelGreen div.stepNumber
{
	width:82px; 
	height:82px; 
	position: absolute; 
	z-index: 100; 
	left: -35px; 
	top: -35px; 
	background-image:url('../Images/signup_step1_circle.png');
}
div.ArtPanelOrange div.stepNumber
{
	width:82px; 
	height:82px; 
	position: absolute; 
	z-index: 100; 
	left: -35px; 
	top: -35px; 
	background-image:url('../Images/signup_step3_circle.png');
}


div.stepTitle
{
	clear: both; text-align: right; font-size:18px; padding-right:10px;
}

div.stepTitle h2
{
	padding-bottom:0px;
	margin-bottom:0px;
	margin-right:5px;
	font-style:oblique;
	font-weight:normal;
}

div.stepTitle h1
{
	font-size:26px;
	padding-bottom:0px;
	margin-bottom:10px;
	margin-right:5px;
	font-weight:normal;
}

p.helpfulHint
{
	color:#8b8e90;	
}

div.linkToStep3
{
	padding:3px 15px 15px 20px;
	font-size:1.3em;
}

div.linkToStep3 div.underlined
{
	background-image:url('../Images/PageHeader_BottomLine.png');
	background-position:bottom;
	background-repeat:repeat-x;
	padding:0px 0 30px 10px;
}

div.linkToStep3 p
{
	padding:0px;
	margin:10px 0 0 0;
}

.down_butt
{
	margin-top: 15px;
}

.green_link
{
	text-decoration: none !important;
	color: #5fe545 !important;
}

.green_link:hover
{
	text-decoration: underline !important;
	color: #5fe545 !important;
}

.down_info
{
	float: left;
	color: #4F6775;
}

table.downloadLinkTable
{
    border-collapse:separate;
    border-spacing:1px;
    border-style:none;
    background-color:#aaaaaa;
    font-size:1.2em;
}

table.downloadLinkTable td
{
    padding:10px 8px;
    background-color:White;
}

table.downloadLinkTable th
{
    padding:0px 8px;
    background-color:#ececec;
}

table.downloadLinkTable a
{
    font-size:1.2em;
    color:#2b78e4;
}

table.downloadLinkTable a.button
{
    color:White;
    font-size:1.2em;
    display:inline-block;
    padding:3px 5px;
    background-color:Green;
    text-decoration:none;
}

table.downloadLinkTable a.button:hover
{
    background-color:#48ad48;
	text-decoration:underline;
}