/*  Copyright TRUX Route Management Systems Inc. 
	Author: Sanjeev Rajput
	Created: Decemeber 20 2011 */
	
/* Online Help Specific Styling */

#work_area {
border-top:1px solid #b6b8b7;
background-color:#f6f8fb;
}

#help_nav {
width:21%;
margin-top:10px;
margin-left:5px;
padding:10px;
float:left;
line-height: 1.7em;
border-top:1px dashed #CCC;
border-bottom:1px dashed #CCC;
}

#help_nav a {
text-decoration:underline;
}

#help_content {
width:70%;
margin:10px;
padding:10px;
float:right;
border:1px solid #ccc;
background-color:#fff;
}

#content {
padding:10px;
line-height:1.3em;
}

#content h2 {
margin:15px 0px 15px 0px;
font-size:1.6em;
}

#content h3 {
font-size:1.05em;
margin:10px 0px 10px 5px;
color:#333333;
}

.simple_list {
margin:15px;
margin-left:40px;
}

.simple_list li {
list-style:none;
}

.note {
margin:10px 0px 20px 0px;
padding:5px;
background-color:#FFFFCC;
border:1px solid #CCC;
}

.note h1 {
font-size:12pt;
font-weight:bold;
}

.steps {
margin:15px;
margin-left:40px;
}

.steps .fieldname {
font-weight:bold;
}

.link_list {
margin:15px;
margin-left:30px;
font-size:1.05em;
line-height:1.5em;
}

.link_list a {
text-decoration:underline;
}

#alt_help {
width:100%;
border-top:1px dashed #CCC;
}

#alt_help ul {
margin-left:20px;
list-style-type:none;
}