﻿.up
{
	padding-left:2px; padding-right:5px;
	position:relative;
	top:-9px;
	display:inline;
}

#help_header a
{
	font-size:11px;
}

#help_content
{
	padding:5px;
}

#help_content a
{
	color:Red;
	text-decoration:underline;
}

#content_title
{
	font-size:16px;
	font-weight:bold;
	margin:3px 0px 6px 0px;
}

#help_header
{
	border-top: solid 1px #999999; 
	border-left: solid 1px #999999; 
	border-right: solid 1px #999999; 
	background-color:#eeeeee;
    color:#444444; 
    vertical-align: middle;
    padding: 4px 9px;
}

#action_text
{
	font-weight:bold;
	margin:8px 0px 2px 4px;
}

.imgDown
{
	position:relative;
	top:8px;
}

#help_content .link
{
	text-decoration:none;
	color:red;	
}

#help_content .link:hover
{
	text-decoration:none;
	padding-left:4px;
}

.help_navigation
{
    color:#333333;
    text-decoration:none;
}

.help_navigation:hover
{
    color:#999999;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:440px;
}