@font-face{font-family:'PT Sans';font-style:normal;font-weight:400;src:url(https://themes.googleusercontent.com/static/fonts/ptsans/v5/S1YQx4pVZa17uu0HWQd2fA.eot);src:local('PT Sans'),local('PTSans-Regular'),url(https://themes.googleusercontent.com/static/fonts/ptsans/v5/S1YQx4pVZa17uu0HWQd2fA.eot) format('embedded-opentype'),url(https://themes.googleusercontent.com/static/fonts/ptsans/v5/LKf8nhXsWg5ybwEGXk8UBQ.woff) format('woff')}@font-face{font-family:'PT Sans';font-style:normal;font-weight:700;src:url(https://themes.googleusercontent.com/static/fonts/ptsans/v5/0XxGQsSc1g4rdRdjJKZrNFQlYEbsez9cZjKsNMjLOwM.eot);src:local('PT Sans Bold'),local('PTSans-Bold'),url(https://themes.googleusercontent.com/static/fonts/ptsans/v5/0XxGQsSc1g4rdRdjJKZrNFQlYEbsez9cZjKsNMjLOwM.eot) format('embedded-opentype'),url(https://themes.googleusercontent.com/static/fonts/ptsans/v5/0XxGQsSc1g4rdRdjJKZrNBsxEYwM7FgeyaSgU71cLG0.woff) format('woff')}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:300;src:url(https://themes.googleusercontent.com/static/fonts/ubuntu/v4/_aijTyevf54tkVDLy-dlnPY6323mHUZFJMgTvxaG2iE.eot);src:local('Ubuntu Light'),local('Ubuntu-Light'),url(https://themes.googleusercontent.com/static/fonts/ubuntu/v4/_aijTyevf54tkVDLy-dlnPY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'),url(https://themes.googleusercontent.com/static/fonts/ubuntu/v4/_aijTyevf54tkVDLy-dlnD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:500;src:url(https://themes.googleusercontent.com/static/fonts/ubuntu/v4/OsJ2DjdpjqFRVUSto6IffPY6323mHUZFJMgTvxaG2iE.eot);src:local('Ubuntu Medium'),local('Ubuntu-Medium'),url(https://themes.googleusercontent.com/static/fonts/ubuntu/v4/OsJ2DjdpjqFRVUSto6IffPY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'),url(https://themes.googleusercontent.com/static/fonts/ubuntu/v4/OsJ2DjdpjqFRVUSto6IffD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}

* {
    margin: 0;
    padding: 0;
    color: #666666;
        
    font-family: 'PT Sans';    
    z-index:1;
}

p {
    font-size: 18px;
}


:-webkit-input-placeholder {
    color:    #ccc;
}
:-moz-placeholder {
    color:    #ccc;
}


.notification {
    text-decoration: blink;
    display: none;
}

select {
    border: 1px lightgray solid;
    
}

input {
    border: 1px lightgray solid;
}
input[type=image] {
    border : 0px lightgray solid;
}
option {
    background-color: #efefef;
}
.vehicle {
    width: 300px;
    margin: 5px;
}

table {
   border-collapse: collapse;
}

h1 {
    text-transform: uppercase;
    font-size: 24px;
    color: #156385;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 5px;
}

.btnDel{
    padding: 5px 0px 5px 5px;
    background-image: url('/images/button/x.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    float: right;
    width: 13px;
    height: 15px;
}

.btnClosePopup{
    padding: 5px 0px 5px 5px;
    background-image: url('/images/button/closePopup.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    float: right;
    width: 13px;
    height: 15px;
}
.btnDel:hover {
    background-image: url('/images/button/xhover.png');
    background-repeat: no-repeat;
}

h2 {
    font-size: 22px;
    color: #156385;
    font-weight: lighter;
    padding-bottom: 10px;
    margin-top: 10px;
}

h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    color: #156385;
}

h4.orange {
    text-transform: uppercase;
    font-size: 20px;
    color: #f6a924;
    padding: 5px;
}

h6 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 200;
    color: #156385;
}

a {
    text-decoration : none;
    cursor:pointer;
}

a:active {
    cursor:pointer;
    color:orange;
}

img {
    border: 0px;
}

a:visited {
    text-decoration: none; 
}


body {
    min-height: 600px;
}

.defaultValue{
    color:#c0c0c0;
}

table#extensibleFrame {
    width: 100%;
    height: 100%;
}
td#bullegauche {
    background-image: url('/images/background/bullegauche.png');
    background-repeat: no-repeat;
    width: 50%;
    background-position: bottom left;
}

button {
	background: url(/images/button/button.png) no-repeat 0 0;
	width: 116px;
	height: 23px;
	display: block;
        float: left;
	text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        font-size: 16px;
        padding-top: 5px;
        margin: 2px;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-weight: bold;
        
}

a.button {
	background: url(/images/button/button.png) no-repeat 0 0;
	width: 116px;
	height: 23px;
	display: block;
        float: left;
	text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        font-size: 16px;
        padding-top: 5px;
        margin: 2px;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-weight: bold;
        
}

a.button:hover { background-position: 0 -28px; }

a.button:active { background-position: 0 -56px; }

a.buttonlarge {
	background: url(/images/button/button_large.png) no-repeat 0 0;
	width: 198px;
	height: 55px;
	display: block;
        float: left;
	text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        font-size: 24px;
        padding-top: 27px;
        margin: 2px;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-weight: bold;
        
}

a.buttonbig {
	background: url(/images/button/button_big.png) no-repeat 0 0;
	width: 200px;
	height: 36px;
	display: block;
        float: left;
	text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        font-size: 20px;
        padding-top: 12px;
        margin: 2px;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-weight: bold;
        
}

a.buttonbig:hover { background-position: 0 -49px; }

a.buttonbig:active { background-position: 0 -97px; }


a.buttongray {
	background: url(/images/button/buttongray.png) no-repeat 0 0;
	width: 163px;
	height: 20px;
	display: block;
        float: left;
        font-size: 16px;
        padding-top: 4px;
        text-indent: 15px;
        margin-top: 2px; margin-bottom: 2px; margin-left: 10px; margin-right: auto;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
        
}

a.buttongray:hover { background-position: 0 -24px; }

a.buttongray:active { background-position: 0 -48px;}


td#bulledroite {
    background-image: url('/images/background/bulledroite.png');
    background-repeat: no-repeat;
    width: 50%;
    background-position: 100% 50%;
}

div#accountMenu {
    width:150px;
    margin-top:10px;
    text-align: left;
    display: none;
    position: absolute; 
    background-color: #FFFFFF;
    text-transform: none;
    border: #eee 1px solid;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity : 1;
}

div#accountMenu a {
    color: #156385;
    padding: 6px 12px;
    display:block;

}

#lblAccount{
    color: #ffffff;
}

table.login {
    margin-left: auto;
    margin-right: auto;
}

table.login input[type="text"] {
    width: 150px;
    height: 30px;
    line-height: 30px;
    margin-right: 3px;
    text-align: center;
    border-radius:3px;
    border:0;
}

table.login input[type="password"] {
    width: 150px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    border-radius:3px;
    border:0;
}

#passwordLogin {
    display: none;
}

table#schemaTable{
    margin-left: auto;
    margin-right: auto;
    background-image: url('/images/homepage/schema.png');
    background-repeat: no-repeat;
    background-position: center top;
}
table#schemaTable td{
    width: 245px;
}
table#schemaTable tr{
    height: 75px;
}

table.mainFrame {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

td.content{
    vertical-align: top;
    height: 100%;
    padding-top : 20px; 
    padding-bottom : 10px;
    width: 100%;
	min-height: 600px;
}

table.band {
    margin-left: auto;
    margin-right: auto;
}

table.bandTop{
    margin-bottom: 10px;
    margin-top: 0px
}

#lostPassword {
    color: #FFFFFF;
    text-decoration: underline;
    font-size:0.8em;
}

table.main {
    margin-left: auto;
    margin-right: auto; 
}
table.footer {
    margin-left: auto;
    margin-right: auto;
    height: 110px;
}

tr.footer {
    background-color: #ffffff;
    width: 100%;
}

table.footerLinks{
}

table.footerLinks td {
    padding-top : 5px;
    vertical-align: middle;
    color: #50889F;
    font-size: 12px;
    padding-left:20px;
    padding-right:20px;
}

table#mainFrameHomepage {
    width: 100%;
    min-height: 700px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/images/background/homepage.png');
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size:100%;
}

@media all and (device-width: 768px) and (device-height: 1024px) {
    table#mainFrameHomepage {
        background-size:100%;
    }
}

.mainBandHomepage{
    background-color: #0492d0;
    background-repeat: repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height:107px;
    width: 390px;
    
    -webkit-box-shadow: 2px 2px 2px 0px #0F2C4F;
    -moz-box-shadow: 2px 2px 2px 0px #0F2C4F;
    box-shadow: 2px 2px 2px 0px #0F2C4F; 
    
    background: rgb(3,135,191); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(3,135,191,1) 0%, rgba(4,146,208,1) 50%, rgba(3,135,191,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(3,135,191,1)), color-stop(50%,rgba(4,146,208,1)), color-stop(100%,rgba(3,135,191,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(3,135,191,1) 0%,rgba(4,146,208,1) 50%,rgba(3,135,191,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(3,135,191,1) 0%,rgba(4,146,208,1) 50%,rgba(3,135,191,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(3,135,191,1) 0%,rgba(4,146,208,1) 50%,rgba(3,135,191,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(3,135,191,1) 0%,rgba(4,146,208,1) 50%,rgba(3,135,191,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0387bf', endColorstr='#0387bf',GradientType=0 ); /* IE6-9 */
}

.mainBandHomepage form { margin:12px 0; }

div.mainBand {
    background-color: #0492d0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-repeat: repeat;
    height: 55px;
    width: 565px;
    font-size:0.85em;
    
    background: rgb(3,135,191); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(3,135,191,1) 0%, rgba(4,146,208,1) 50%, rgba(3,135,191,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(3,135,191,1)), color-stop(50%,rgba(4,146,208,1)), color-stop(100%,rgba(3,135,191,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(3,135,191,1) 0%,rgba(4,146,208,1) 50%,rgba(3,135,191,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(3,135,191,1) 0%,rgba(4,146,208,1) 50%,rgba(3,135,191,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(3,135,191,1) 0%,rgba(4,146,208,1) 50%,rgba(3,135,191,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(3,135,191,1) 0%,rgba(4,146,208,1) 50%,rgba(3,135,191,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0387bf', endColorstr='#0387bf',GradientType=0 ); /* IE6-9 */
    
}

div.mainBand a, .mainBandHomepage a, #lblAccount, .searchMenu{
    color: white;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
}
div.mainBand a:hover, .mainBandHomepage a:hover, #lblAccount:hover, .searchMenu:hover{
    color: orange;
}

table.mainBand {
    margin-left: auto;
}    
.mainBand td {
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.mainBand td a {
    color: #FFFFFF;
}

table.bubble {
    
    height: 70px;
    width: 70px;
    /*background-color: #f2f6f8;*/
    /*margin-left: 10px;*/
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    
    background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f7f7 0%, #f7f7f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 0%,#f7f7f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 0%,#f7f7f7 100%); /* IE10+ */
background: linear-gradient(top,  #f7f7f7 0%,#f7f7f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

-webkit-box-shadow: 2px 2px 2px 0px #eee;
-moz-box-shadow: 2px 2px 2px 0px #eee;
box-shadow: 2px 2px 2px 0px #eee; 
}

table.bubble td {
    color: #f6a924;
    font-weight: 900;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom : 5px;
    
}

table.notificationDetails {
    background-color: #f2f6f8;
    margin-bottom: 30px;
    margin-top: 10px;
    height: 139px;
    width: 180px;
    
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7f7f7 0%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7f7f7 0%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7f7f7 0%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(top,  #f7f7f7 0%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow: 2px 2px 2px 0px #eee;
    -moz-box-shadow: 2px 2px 2px 0px #eee;
    box-shadow: 2px 2px 2px 0px #eee; 
}

table.requestfriend {
    margin-bottom: 3px;
    color: #000000;
    width: 100%;
    height: 60px;
    background-color: #dae7ec;
    font-size: 12px;
    font-weight: normal;
}
table.friend {
    margin-bottom: 3px;
    color: #000000;
    width: 550px;
    height: 60px;
    background-color: #efefef;
    font-size: 12px;
    font-weight: normal;
}


table.bipme {
    background-color: #efefef;
    width: 590px;
}

textarea.bipme {
    padding: 5px;
    margin: 8px;
}
table.fan {
    margin-bottom: 3px;
    color: #000000;
    width: 550px;
    background-color: #efefef;
    font-size: 12px;
    font-weight: normal;
}



table.message {
    margin-bottom: 3px;
    margin-top: 5px;
    color: #000000;
    width: 550px;
    background-color: #efefef;
    font-size: 12px;
    font-weight: normal;
}

.message {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #000000;
}


table.wink {
    margin-bottom: 3px;
    height:55px;
    width: 550px;
    background-color: #efefef;
    font-size: 12px;
    font-weight: normal;
}


table.wink:hover {
    background-color: #dae7ec;
    
}

table.notificationDetails td {
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 2px;
    padding-right: 2px;
}



#lblLogin {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    margin-bottom:12px;
    display:block;
    /*font-size: 28px;*/
    
}

td.bandCatHome {
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
    vertical-align: middle;
}

td.bandCat {
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 25px;
    padding-right: 25px;
    vertical-align: middle;
}


td.bandCat a {
    color: #FFFFFF;
}


td.copyright {
    font-style: italic;
    color: #50889F;
    font-size: 8px;
    padding-left:50px;
}

td.lblPartner {
    color: #50889F;
    text-transform: uppercase;
    text-align: right;
    vertical-align: middle;
    padding-right: 20px;
}

.bluelink {
    color: #0492d0;
    font-weight: bold;
    font-size: 14px;
}

.whiteTransparentBG {
    background:rgba(255,255,255,0.8);
}

.static_page {
    background-color:rgba(255,255,255);
    width: 600px;
    padding: 24px !important;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	
}

td.verticalBarBlue {
    border-left: 1px solid #50889F;
}
td.verticalBar {
    border-left: 1px solid #23a5de;
}





td.logo {
    background-image: url("/web/images/homepage/JustBipLogo.png");
}


lu {
   list-style: none; 
}


li {
   list-style: none; 
}

.contentTab {
    border-left: #999 solid 1px;
    border-right: #999 solid 1px;
    border-bottom: #999 solid 1px;
    float: left; 
    width: 630px;
    min-height: 500px;
    padding-left: 15px;
    padding-top: 24px;
    padding-right: 10px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tab {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*font-size: 22px;*/
    padding: 8px 0;
    cursor: pointer;

}

.tabSelected {
    border-left: #999 solid 1px;
    border-right: #999 solid 1px;
    border-top: #999 solid 1px;
    border-bottom: #999 solid 0px;
    text-transform: uppercase;
    text-align: center;
    color: orange;
}

.tabBackground {
    text-transform: uppercase;
    text-align: center;
    border-left: #eee solid 1px;
    border-right: #eee solid 1px;
    border-top: #eee solid 1px;
    border-bottom: #999 solid 1px;
}

table.cat {
    background-color: #f2f6f8;
    width: 100%;
    margin-bottom: 8px;
    margin-top: 5px;
    
background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f7f7 0%, #f7f7f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 0%,#f7f7f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 0%,#f7f7f7 100%); /* IE10+ */
background: linear-gradient(top,  #f7f7f7 0%,#f7f7f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

-webkit-box-shadow: 2px 2px 2px 0px #eee;
-moz-box-shadow: 2px 2px 2px 0px #eee;
box-shadow: 2px 2px 2px 0px #eee;  

}

table.cat td {
    padding-top : 5px;
    padding-bottom : 5px;
    padding-left : 5px;
}

table.cat input {
    color: #000000;
    padding-left : 5px;
}
table.cat select {
    color: #000000;
    padding-left : 5px;
}
table.cat select option {
    color: #000000;
    padding-left : 5px;
}

div.brand {
    background-color: #f2f6f8;
    cursor: pointer;
    text-align: center;
}

div.brand:hover {
    background-color: #2293f7;
    color: white;
    text-decoration: overline underline;
}

.numberPlate{
    text-align: center;
    
    width:169px; height:34px; 
    background-image: url('/images/numberplate/numberplate.png');
}

.numberPlateContent, #numberPlateContent {
    color:#0492d0;
    font-size: 20px;
    padding-top: 7px;
    padding-left: 25px;
    text-transform: uppercase;
}
.numberPlateMini{
    text-align: center;
    text-indent: 6px;
    width:87px; height:18px; 
   /* background-image: url('/images/numberplate/thumb/numberplate.png');*/
}
.numberPlateContentMini {
    color:#0492d0;
    font-size: 10px;
    padding-top: 2px;
    text-transform: uppercase;
}
.numberPlateMedium{
    text-align: center;
    text-indent: 15px;
    width:114px; height:24px; 
   /* background-image: url('/images/numberplate/medium/numberplate.png'); */
}
.numberPlateContentMedium {
    color:#0492d0;
    font-size: 14px;
    padding-top: 6px;
    text-transform: uppercase;
}
.numberPlateDepartmentMedium {
    color: white;
    font-size: 10px;
    float: right;
    padding-top: 8px;
    text-indent: 0px;
    padding-right: 1px;
    text-transform: uppercase;
    width: 13px;
}


.numberPlateDepartment, #numberPlateDepartment {
    color: white;
    font-size: 12px;
    float: right;
    padding-top: 15px;
    padding-right: 3px;
    text-transform: uppercase;
    width: 20px;
}

a.quicklink {
    text-decoration: underline;
}

a.quicklink:hover {
    text-decoration: underline ;
    font-weight: bold;
}

table.info { 
    width: 70%;
}
table.info td {
    color: #777;
}

table.info tr td:first-child {font-weight:bold; width: 40%; color: inherit}
table.info tr td:first-child {font-weight:bold; width: 40%; color: inherit}
table.info tr td {padding-top: 2px;}

table.fanpage { margin-top: 5px; margin-bottom: 10px;}
table.fanpage tr td:first-child {font-weight:bold; width: 20%; color: inherit; vertical-align: top;}
table.info { width: 100%;}

.static_page {
	background-color:rgba(255,255,255,0.8);
	width: 600px;
	padding: 10px;
}

table.signup {
     margin-left: auto; margin-right: auto;
     background-color:rgba(255,255,255,0.3);
     padding: 10px;
     width: 1000px;
     margin-bottom: 50px;
}
table.signup select {
    width: 150px;
    background-color: #ffffff;
}
table.signup option {
    width: 100px;
    background-color: #ffffff;
}

table.signup select.countrySelector {
    width: 210px;
    background-color: #ffffff;
}
table.signup select.countrySelector option {
    width: 210px;
    background-color: #ffffff;
}

table.signup input[type=text] {
    width: 200px;
}
table.signup input[type=password] {
    width: 200px;
}
table.signup input {
    border:#ccc 1px solid;
    padding-left: 5px;
}
table.signup td:first-child {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 100px;
}
table.signup td:last-child {
    padding-bottom: 0px;
    padding-right: 50px;
}

table.signup td.error {
    display: none;
}

#user_dateofbirth_day { width:50px; }
#user_dateofbirth_month { width:50px; }
#user_dateofbirth_year { width:100px; }

.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;border:2px solid #ddd;}

.imgHidden {
    display: none;
}

#notifPanel {
    position: fixed; top:0; right: 0; text-align: center; background-color: orange;
    height: 20px; padding-bottom: 5px; padding-top: 3px; padding-left: 10px; padding-right: 10px;
    color: white; display: none; z-index: 50;
}

#errorPanel {
    position: fixed; top:0; right: 0; text-align: center; background-color: red;
    height: 20px; padding-bottom: 5px; padding-top: 3px; padding-left: 10px; padding-right: 10px;
    color: white; display: none; z-index: 50;
}

div#languageDropDown {
    position: relative;
    width: 100px;
    height: 18px;
    margin-bottom: 5px;
    -moz-border-radius:3px;
    -border-radius:3px;
    text-align: center;
}

    
div#languageMenu {
    width: 100px;
    height: 18px;
    display: none;
    position: absolute;
    padding-left: 9px;
    text-transform: none;
    text-align: left;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    opacity : 0.8;
}

span.languageMenu {
    text-transform: uppercase;
    font-size: 12px;
}

span.languageMenu img {
    width:16px;
    height:12px;
}

.listItem {
    background-color: #f2f6f8;
    width: 100%;
    padding: 2px;
    margin-bottom: 2px;
    margin-top: 5px;
    font-size: 12px;
}


a.infobulleVehicle, a.infobulle {
    position: relative;
}

a.infobulleVehicle span, a.infobulle span {
    display:none;
}

a.infobulleVehicle:hover, a.infobulle:hover {
    background: none;
    z-index: 500;
    cursor: help;
}

a.infobulleVehicle:hover span , a.infobulle:hover span {
    display: inline;
    position: absolute;
    white-space: nowrap;
    padding: 3px;
    
}

a.infobulleVehicle:hover span {
    background: #f2f6f8;
    top: 10px;
    left: 2px;
    border: 1px solid #DDD;
}

a.infobulle:hover span {
    color: black;    
    background: #FAFAB1;
    top: 30px;
    left: 0px;
    border: 1px solid #DDD;
}

input.newOwnmessage{
    
    width: 500px;
    padding: 5px;
    margin-bottom: 15px;
}

input.newOwnmessage:focus{
    background-color: #F0F6FF;
    border: #aaaaaa solid 1px;
    color: #0492d0;
}

#terms li {
    background-image: url('/images/ico/justbip.png');
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 20px;
vertical-align: top;
}

#terms div{
    margin-top: 10px;
    margin-bottom: 10px;
}

#privacy div{
    margin-top: 10px;
    margin-bottom: 10px;
}

a.more:hover {
    text-decoration: underline;
}

#facebook {
    vertical-align: middle;
    float:left;
    padding-top: 6px;
}

#Fb {
    -moz-user-select: none;
    background: url("/images/button/button.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: inline-block;
    font-family: Calibri,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 23px;
    margin: 2px;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 116px;

}

#statusFbConnect {
    margin-top : 15px;
}


ul.thumb {float: left;list-style: none;margin: 0; padding: 10px;width: 800px;background-color: white;}
ul.thumb li {margin: 0; padding: 5px;float: left;position: relative;width: 160px;height: 110px;}
ul.thumb li img {width: 150px; height: 100px;border: 1px solid #ddd;padding: 5px;background: #f0f0f0;position: absolute;left: 0; top: 0;-ms-interpolation-mode: bicubic; }
ul.thumb li img.hover {margin-top:15px;background:url(thumb_bg.png) no-repeat center center;border: none;}
.title{position:absolute;width:185px;height:35px;margin:0;font-weight:900;background:url(/images/ico/blue.png) no-repeat center center;padding:17px 0 0 0;text-align:center; color: #fff; }



.infosEvent {
    padding-top: 10px;padding-bottom: 10px;border-bottom: 1px solid #dfdfdf;
}


.titleEvent {
    width: 200px;display: inline-block;text-align: right
}

#latitude {
    display:none;
}

#longitude {
    display:none;
}

#newCom1 {
    width:510px; margin-bottom: 20px; padding: 5px; margin-left: 69px;
}

#newCom2 {
    width:450px; margin-bottom: 20px; padding: 5px; margin-left: 129px;
}

.editProfil {
    width:200px;
}

.editTextarea {
    height:45px;
}

.vehicleBorder {
    border: 1px solid #999999;
    border-radius: 8px 8px 8px 8px;
    padding:5px 15px 30px 5px;
    margin-left:10px;
}

#more {
    text-decoration: underline;
    text-align:right;
        float:right;
}

a.addBipVideo {
    color: #666666;text-decoration: underline;
}


a.addBipVideo:hover{
    color:#000;
}

#vignette {
    width:45px;
    height: 38px;
}

.comment {
    margin-top: 0px; margin-bottom: 2px; width: 268px;
}

#searchName,
#searchJustBip { padding:6px; border-radius:8px; margin-bottom:10px; position:relative; top:6px; }

.static_page table td {
    padding: 8px 0;
}

