/* O3-09-15 JMH */
/* 
 * CSS file for ibm.com developerWorks: registration bar
 * Copyright (c) 2015 IBM Corporation
 * Owner: developerWorks Content/Raleigh/IBM (jmh)
 * Last change: initial upload
 */

#dw-regbar {
    min-height: 40px;
    height: 40px;
    background-image: url("//dw1.s81c.com/developerworks/i/regbar_bluemix_background_40.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #41525a;
    position: fixed;
    top: -100px;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px dotted grey;
    border-top: 1px dotted grey;
}
#dw-regbar .ibm-columns {   
    padding: 0 10px 10px;
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}
#dw-regbar .ibm-columns .ibm-col-6-6 {
    clear: none;
    margin: 0 auto;
    display: table;
}
#dw-regbar #dw-regbar-bluemix {
    line-height: 40px;
    color: #4ab2dc;
    font-size: 1.35em;   
}
#dw-regbar #dw-regbar-vp {
    font-size: 1.215em;
    color: #ffffff;
    font-weight: normal;
    padding-left: 20px;
}
#dw-regbar p.ibm-button-link-alternate.dw-button-green {
    display: inline;
    float: right;
    padding-left: 9px;
    *margin-top : -40px; /* IE7 and below */    
}
#dw-regbar p.ibm-button-link-alternate.dw-button-green .dw-button-large {
    background: -moz-linear-gradient(center top , #21beaa, #178274) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background:-o-linear-gradient(top , #21beaa, #178274);
    background:-webkit-linear-gradient(top , #21beaa, #178274);
	background:-ms-linear-gradient(top , #21beaa, #178274);
	background:linear-gradient(top , #21beaa, #178274);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21beaa', endColorstr='#178274',GradientType=0 );	
    font-size: .8em;
    border: 1px solid #178274;
    line-height: 20px;
    display: block;
    magin-bottom: 0;
    magin-left: auto;
    magin-right: auto;
    width: auto;
    text-shadow: none;
    float: left;
    margin: 7px 0 0 15px;
    padding: 2px 15px;
}
#dw-regbar p.ibm-button-link-alternate.dw-button-green .dw-button-large:hover {
    background: -moz-linear-gradient(center top , #30f1d8, #0c5249) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background:-o-linear-gradient(top , #30f1d8, #0c5249);
    background:-webkit-linear-gradient(top , #30f1d8, #0c5249);
	background:-ms-linear-gradient(top , #30f1d8, #0c5249);
	background:linear-gradient(top , #30f1d8, #0c5249);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30f1d8', endColorstr='#0c5249',GradientType=0 );    
    border: 1px solid #0c5249;
}
#ibm-top .ibm-landing-page.dw-home-page{
    *margin-top: 42px; /* IE7 and below */ 
}