div#document {
	font-size: 13px;
	line-height: 17px;
}

div#document h2 {
	font-size: 20px;
}

div#document h3 {
    font-size : 18px;
	font-weight: bold;
    line-height	: 22px;
    margin: 18px 0 8px 0;
}

div#document h4 {
	font-size : 16px;
    line-height : 20px;
	font-weight : bold;
    padding: 22px 0 10px 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 18px;
	color: #013c9d;
}


div#document h4.toc {
	font-size : 16px;
    line-height : 18px;
	font-weight : normal;
    padding: 14px 0 12px 17px;
    margin-bottom: 16px;
    border-bottom: 1px solid #a1bad1;
    background: url(../img/h4-docs-bullet.png) no-repeat left 21px;
}

div#document h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    padding-top: 8px;
}

div#document h5.toc {
    font-size: 14px;
    font-weight: normal;
}

div#document hr {
    border : none;
    margin-top: 15px;
    margin-bottom: 30px;
}

blockquote {
    padding-left: 20px;
}

div#document ul.toc{
    padding-top: 20px;
    line-height: 150%;
}

.breadcrumbs {
    text-align: left;
    font-size: 11px;
    font-family: Arial, Helvetica, MS Sans Serif;
    padding-bottom: 5px;
}

div#document .figure {
    display: block;
    border-color : #bfb391;
    margin : 0 auto;
}

.figure_title {
    padding-top: 5px;
    padding-bottom: 12px;
	font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 120%;
}

.codeFont, .code {
    font-family: "Courier New", Courier, monospace;
    color: #000000;
    background: #f6f2e6;
    text-align: left;
    padding-left: 4px;
}

.smtext {
    font-size: 12px;
    line-height: 12px;
}


ul.table-of-contents, ul.table-of-contents ul {
	list-style: none outside none;
	padding :0;
}

ul.table-of-contents  li {
	position: relative;
	display: block;
	border-bottom: 1px solid #d3e3eb;
	margin-bottom: 35px;
	padding-left: 50px;
	padding-bottom: 25px;
	padding-top: 0;
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 13px;
}

body#installation-guide ul.table-of-contents  li {
	background-image: url(../img/installation-guide-small-bg.png);
}

body#installation-guide ul.table-of-contents  li ul li,
body#system-maintenance ul.table-of-contents  li ul li,
body#user-guide ul.table-of-contents  li ul li 
{
	background-image: url(../img/pixel.gif);
}

body#system-maintenance ul.table-of-contents  li{
	background-image: url(../img/system-maintenance-small-bg.png);
}


body#user-guide ul.table-of-contents  li{
	background-image: url(../img/guide-small-bg.png);
}


ul.table-of-contents  li.last {
	border: none;
	margin-bottom: 20px;
	padding-bottom: 0;
}

ul.table-of-contents  li.last {
	border: none;
	margin-bottom: 0;
}

body#support  ul.table-of-contents  li {
	padding-left: 100px;
}

ul.table-of-contents  li ul {
	padding: 0;
	margin: 0;
	font-size: 13px;
}

ul.table-of-contents  li ul li,
body#installation-guide ul.table-of-contents  li ul li,
body#system-maintenance ul.table-of-contents  li ul li {
	margin: 0;
	padding-bottom: 0;
	border: none;
	padding-left: 0;
	line-height: 23px;
}

body#support  ul.table-of-contents ul.refs li{
	background: url(../img/fast-link-bullet.png) no-repeat left center;
	padding: 0 0 0 18px;
}

ul.table-of-contents.inner {
	
}

ul.table-of-contents  li ul li h4 {
	font-size: 13px;
}

body#support   ul.table-of-contents  li ul li {
	padding-left: 0;
	margin: 0;
}

ul.table-of-contents  li ul li ul {
	margin-bottom: 20px;
}

ul.table-of-contents  li ul li ul li {
	padding-left: 21px;
	background: url(../img/toc-bullet.png) no-repeat 9px center;
}

div#document ul.table-of-contents h4 {
	font-size : 13px;
    line-height : 18px;
	font-weight : bold;
    padding: 0;
    border: none;
    margin: 8px 0 4px;
}

div#document ul.table-of-contents h3 {
	font-size : 16px;
}

ul.table-of-contents  li {
	display: block;
	background-position: left 4px;
	background-repeat: no-repeat;
}

ul.table-of-contents  li#installation-guide {
	background-image: url(../img/installation-guide-bg.png);
}

ul.table-of-contents  li#system-guide {
	padding-right: 10px;
	background-image: url(../img/system-guide-bg.png);
}

ul.table-of-contents  li#user-guide {
	padding-left: 10px;
	background-image: url(../img/user-guide-bg.png);
}

ul.table-of-contents  li#user-guide ul li{
	line-height: 20px;
}

ul.table-of-contents  li#system-guide ,
ul.table-of-contents  li#user-guide {
	width: 293px;
	height: 290px;
	margin-top: 36px;
	float: left;
}

ul.table-of-contents  li#system-guide  h2,
ul.table-of-contents  li#user-guide h2{
	margin-top: 5px;
}

ul.table-of-contents  li#system-guide  p,
ul.table-of-contents  li#user-guide p{
	padding-right: 15px;
	text-align: left;
}

ul.table-of-contents  li#contact-form {
	float: none;
	clear: both;
	
	padding-right: 60px;
	border-bottom: none;
}

ul.table-of-contents  li#contact-form  form {
	margin-top: 20px;
}

ul.sublist li{
	padding-left: 20px !important;
}

p.accentq {
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
}

p.accenta {
	font-weight: normal;
	font-size: 15px;
	color: #507baf;
	line-height: 19px;
	margin-bottom: 20px;
}

p.required-field {
    padding-left:5px;
    padding-bottom:4px;
    font-size:11px;
	color: #507baf;
}

.screenshot {
    padding-bottom: 14px;
}

div.available-am-ext, div.available-a-ext, div.available-m-ext  {
	background:  #f8efae no-repeat 12px 14px;
    line-height: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 14px;
    float: right;
    width: 170px;
    margin: 6px 0 0 20px;
    position: relative;
}

div.available-am-ext div.corner,
div.available-a-ext div.corner,
div.available-m-ext div.corner  {
	padding: 0;
	background-image: url(../img/corner-collapsible.png);
}

div.available-am-ext p, div.available-a-ext p, div.available-m-ext p {
    text-align: left;
    font-size: 12px;
    margin: 0;
}

div.available-am-ext p.last, div.available-a-ext p.last, div.available-m-ext p.last {
    margin-top: 8px;
}

div.available-am-ext {
	padding-left: 66px !important;
	background-image: url(../img/am-icon-med.png);
}

div.available-a-ext {
	padding-left: 44px !important;
	background-image: url(../img/a-icon-med.png);
}

div.available-m-ext {
	padding-left: 44px !important;
	background-image: url(../img/m-icon-med.png);
}

body#support ul.table-of-contents li ul.iconed  {
	display: block;
	position: relative;
	background: url(../img/pdf-icon.png) no-repeat bottom left;
	left: -30px;
	padding-left: 30px;
	padding-bottom: 3px;
}

a.sub-link {
	font-weight: bold;
	color: #ffd105 !important;
}

a:hover.sub-link {
	font-weight: bold;
	color: #fffcb1 !important;
}

div#top-contacts{
background: url("../img/top-contacts-bg.png") #f1f7fc repeat-x left top;
height:88px;
padding: 34px 25px 47px 25px;
margin: 0 60px 0 100px;
}

body#support #top_spacer {
	height: 40px;
}

div#top-contacts td.left_col{
	padding:0 0 0 0;
	height:40px;
	background: url("../img/address_ico.png") no-repeat left 4px;
}

div#top-contacts td.right_col{
	padding:0px 40px 0px 0px;
	
}

div#top-contacts td.right_col ul {
	margin:0;
	padding:0px 0 0 8px;
	list-style:none;
	list-style-image: none;
}

div#top-contacts td.right_col li{
	line-height: 24px;
}

div#top-contacts .fax {
	background: url("../img/fax_ico.png") no-repeat left 4px;
}

div#top-contacts .phone {
	background: url("../img/phone_ico.png") no-repeat left 5px;
}

div#top-contacts .email {
	background: url("../img/mail_ico.png") no-repeat left 7px;
}

div#top-contacts .skype {
	background: url("../img/skype_ico.png") no-repeat left 5px;
}

div#top-contacts p{
	font: 13px/13px Arial, Helvetica, Geneva, MS Sans-erif, sans-serif;
	line-height: 24px;
	color: #4f4f4f;
	margin: 0 0 0 23px;
	text-align: justify;
}

div#top-contacts span{
	font-weight: bold;
	color: #507baf;
}

.contact-heading{
	font: 13px/13px Arial, Helvetica, Geneva, MS Sans-erif, sans-serif;
	line-height: 20px;
	font-weight: bold;
	color: #00488b;
	text-align: justify;
	padding-top:40px;
}


.contact-text{
	font: 13px/13px Arial, Helvetica, Geneva, MS Sans-erif, sans-serif;
	line-height: 20px;
	color: #4f4f4f;
	text-align: justify;
}

body#support h2 {
	margin: 0 0 20px 99px;
}

table.sample th {
	color:#ffffff;
	background:#366a98;
	border-bottom:1px solid #555555;
}
