@import 'https://fonts.googleapis.com/css?family=Lato|Montserrat:400,700|Telex|Open+Sans';

.topichead p span {
	color: #697387;
}

/*******************     
--- BODY TEXT STYLES
********************/

body #idcontent,
#idcontent table,
#idcontent tr,
#idcontent th
{
    font-family: 'Open Sans', 'Trebuchet MS', sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 170%;
}

#idcontent p {
    line-height: 170%;
}

table.info, table.tip, table.warning, table.seealso {
    border-radius: 13px;
}


/*******************
--- HEADING STYLES
********************/
.topichead p span,
.p_Heading1 span,
.p_Heading2 span,
.p_Heading3 span,
.p_Heading4 span,
.p_Heading5 span,
.p_Heading6 span
 {
    font-family: 'Telex', 'Arial Black', sans-serif;
    color: #464646;
}


/*******************     
--- HEADER TOOLBAR
********************/

#scriptNavHead {
    padding: 8px 6px 6px 6px;
}

#idheader #toolbar a,
#idheader #toolbar .disabled span
{
    font-family: 'Montserrat', 'Arial Black', sans-serif;  
    background-image: none !important;  
    background-color: #fff !important;
    border-color: #e3e5e9;
    border-style: solid;
    border-width: 1px;
    text-transform: uppercase;	 
    border-radius: 90px;
    color: #c6cbd6;
}

#idheader #toolbar a {
    color: #717a8d;
    font-family: 'Montserrat', 'Arial Black', sans-serif;  
    background-image: none !important;  
    background-color: #fff !important;
    border-color: #e3e5e9;
    border-style: solid;
    border-width: 1px;
    text-transform: uppercase;	 
    border-radius: 90px;
}

#idheader #toolbar li,
#idheader #toolbar .disabled
{
    background-image: none !important;
}

#idheader #toolbar a:hover {
    background-color: #dcddde !important;
    border-color: #8e8f90;
    border-style: solid;
    border-width: 1px;
    transition: all 0.6s ease 0s;
    color: #000;
}

#headtable #scriptNavHead {
    background: #fff;
    border: none;
}

#toolbar img[src="ico-next.png"] {
    float: right;
    padding-top: 3px;
    margin-left: 8px;
}

#toolbar img[src="ico-print.png"] {
    margin-top: -2px;
}

#toolbar li:nth-child(2) a {
    padding-left: 10px;
	padding-right: 1px;
}


