/*
    Font Face definitions
====================================================================================== */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);

body {
    margin-top: 100px;
    font-family: 'Source Sans Pro';
    line-height: 1.0;
    /*    
    background-color: #e6e6e6;
    font-family: 'Source Sans Pro';
    height: 100%;
    margin: 0;
    padding: 0;
*/
}

.container {
    margin: 0;
    width: 98%;
    /* border: 1px solid silver; */
}
/* Navigation Tabs Code example
=========================================== */

.nav {
    background-color: #38689a;
}

.nav-tabs {
    background-color: #38689a;
    border: none;
    color: white;
    width: 98%;
}

    .nav-tabs > li.active {
        background-color: #38689a;
        border: none;
        border-radius: 0;
        color: white;
        height: 42px;
    }

        .nav-tabs > li.active > a {
            background-color: #38689a;
            border: none;
            border-radius: 0;
            color: white;
            height: 42px;
        }

            .nav-tabs > li.active > a:focus {
                background-color: #38689a;
                border: none;
                border-radius: 0;
                color: white;
                height: 42px;
            }

    .nav-tabs > li > a:hover {
        background-color: #38689a;
        border: none;
        border-radius: 0;
        color: white;
        height: 42px;
    }
/*
    .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: #38689a;
        border: none;
        height: 42px;
        color: white;
    }

    .nav-tabs > li.active > a, .nav-tabs > li > a:hover, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: #38689a;
        border: none;
        border-radius: 0;
        color: white;
        height: 42px;
    }
*/
pre {
    background-color: white;
    border: 1px solid silver;
    border-radius: 0;
    box-shadow: 10px 10px 5px #888888;
    width: 98%;
}

    pre.prettyprint {
        border: none;
    }

h1 {
    color: #2d6fa7;
    font-size: 20px;
}

/*
    IFrame definitions 
*/
.container_api_reference {
    border: 0;
    width: 100%;
    height: 600px;
}

#tabs_001, #tabs_002, #tabs_003, #tabs_004, #tabs_005, #tabs_006, #tabs_007, #tabs_008 {
    margin: 0;
    padding: 0;
    list-style: none;
    background: steelblue;
}

/* Header Background color
#pageContentHeader
{
	background-color: rgb(45, 84, 157);
}*/

/* Footer Background color */
#pageContentFooter{
  background-color: rgb(55, 135, 162);
}

.gradient {
    background: #eee;
    border: 1px solid #DDD;
    background: -moz-linear-gradient(top, #EEE, #FFF);
    background: -webkit-linear-gradient(top, #eee, #fff);
    background: -ms-linear-gradient(top, #eee, #fff);
    background: -o-linear-gradient(top, #eee, #fff);
    box-shadow: 1px 2px 4px rgba(0,0,0, .2);
}

img.de_780D01ADE8 {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
} 

.topalfooter {
    color: black; 
    font-size: 12px;
	font-family: 'Verdana';
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* Logo */
.logo {
    height: 50px;
    width: 225px;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
	margin-left: 20px;
}

/* Navigation */
#pageContentHeader ul li{
    display: inline-block;
	padding: 1em 1.8em 1.25em 1.5em;
    float: right;	
}

#pageContentHeader ul li a  {
    font-size: 12pt;
    -moz-transition: color 0.35s ease-in-out;
    -webkit-transition: color 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out;
    -ms-transition: color 0.35s ease-in-out;
    transition: color 0.35s ease-in-out;
    display: inline-block;
    color: #388BA7; 
    text-decoration: none;
}

#pageContentHeader ul li a:hover {
    color: #00A8D1;
}