body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
sup{padding-left: 1px; font-size: 10px !important; font-weight: normal !important; vertical-align: baseline; position: relative; bottom: 0.33em; color: #76797c; _position: static !important;}

input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
del,ins{text-decoration:none;}

/*to enable resizing for IE*/
.IE7 input, .IE7 textarea, .IE7select{font-size:100%;}
.IE6 input, .IE6 textarea, .IE6select{font-size:100%;}
/*because legend doesn't inherit in IE */

html {
    color: #000;
    background: #ffffff url(bg/main.png) top left repeat-x;
}
body {
    font-family: Verdana, 'Bitstream vera sans', Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 12px;
}
h1 {
    position: relative; top: 9px;
    width: 144px; height: 38px;
}

h1 a {
    background: url(sprite/buttons.png) left -514px no-repeat;
    width: 144px; height: 38px;
    text-indent: -9999px;
    display: block;
    font-size: 0;
    margin-left: 20px;
}
h2 {
    font-family: Georgia, serif;
    font-size: 30px;
    color: #3b3b3b;
    line-height: 1em;
    padding: 10px 0 0 0;
    margin: 0 24px 10px 24px;
}
a {color:#333;}
a:hover {color:#000;}
a:focus, a:active {outline:none;}

abbr, acronym {border:0; font-variant:normal;}

sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}

address {
    color: #666;
    margin:  1em 15px;
}

.text-right {text-align: right;}
.text-left {text-align: left;}
.center {text-align: center;}
.justify {text-align: justify;}
.currency {color: #666;}

.spacer {
    visibility: hidden;
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
}

.primary-navigation {
    position: absolute; top: 67px; left: 18px;
    width: 948px;
}
#my-account{
    float: right;
}
#my-account-button,
.primary-navigation li {
    background: url(sprite/buttons.png) left -157px no-repeat;
    font-family: Helvetica, sans-serif;
    float: left;
}
#my-account-button a,
.primary-navigation li a {
    background: url(sprite/buttons.png) right -169px no-repeat; color: #1f2d86;
    display: block;
    padding: 13px 35px 0 0;
    margin: 12px 0 0 35px;
    height: 32px;
    text-decoration: none;
    font-size: 15px;
}
#my-account-button.active,
.primary-navigation li.active {
    background: url(sprite/buttons.png) left -214px no-repeat;
}
#my-account-button.active a,
.primary-navigation li.active a {
    background: url(sprite/buttons.png) right -214px no-repeat; color: #fff;
    font-size: 15px;
    padding-top: 22px;
    margin-top: 0;
    height: 35px;
}
.no-nav #my-account-button.active,
.no-nav .primary-navigation li.active {
    background: url(sprite/buttons.png) left -100px no-repeat;
}
.no-nav #my-account-button.active a,
.no-nav .primary-navigation li.active a {
    background: url(sprite/buttons.png) right -112px no-repeat; color: #1f2d86;
    padding: 13px 35px 0 0;
    margin: 12px 0 0 35px;
    height: 32px;
}
#my-account-button {
    position: absolute; top: 67px; right: 18px;
}
.no-nav #my-account-button,
.no-nav .primary-navigation li {
    background: url(sprite/buttons.png) left -100px no-repeat;
}
.no-nav #my-account-button a,
.no-nav .primary-navigation li a {
    background: url(sprite/buttons.png) right -112px no-repeat;
}
.no-nav .secondary-navigation {
    display: none;
}
.no-nav .breadcrumbs {
    display: none;
}
.secondary-navigation {
    position: absolute; top: 120px; right: 10px;
    font-family: Georgia, serif;
    width: 948px; height: 34px;
    line-height: 34px;
    font-size: 13px;
    text-align: right;
}
.secondary-navigation li {
    background: url(separator/subnav.png) center right no-repeat;
    padding-right: 8px;
    margin-left: 8px;
    display: inline;
}
.secondary-navigation li a {
    text-decoration: none;
	color: #c0c0c0;
}
.secondary-navigation li a:hover {
    text-decoration: underline;
}
.secondary-navigation .active a {
    font-weight: bold;
    font-size: 14px;
	color: #fff;
}
.secondary-navigation .active a:hover {
    text-decoration: none;
}
.secondary-navigation .last, .secondary-navigation li:last-child {
    background: none;
}

#header {
    background: url(sprite/main-center.png) left -384px repeat-x;
}
#header-left {
  background: url(sprite/border-corner.png) -14px -384px no-repeat;
}
#header-right {
  background: url(sprite/border-corner.png) 971px -384px no-repeat;
  position: relative;
  height: 155px;
}
.no-nav #header {
    background: url(sprite/main-center.png) left -224px repeat-x;
}
.no-nav #header-left {
    background: url(sprite/border-corner.png) -14px -224px no-repeat;
}
.no-nav #header-right {
    background: url(sprite/border-corner.png) 971px -224px no-repeat;
    position: relative;
    height: 132px;
}
.home .no-nav #header {
    background: url(sprite/main-center-banner.png) left top repeat-x;
}
.home .no-nav #header-left {
    background: url(sprite/border-corner-banner.png) -14px 0 no-repeat;
}
.home .no-nav #header-right {
    background: url(sprite/border-corner-banner.png) 971px 0 no-repeat;
    height: 262px;
}



#top {
   position: absolute;
   top: 0;
   right: 14px;
   height: 60px;
   font-family: Georgia, serif;
   text-align: right;
}
#top-new{
	padding-top: 13px;
	padding-right: 17px;
}
.top-separ{
    background: url('separator/header.png') right 2px no-repeat;
    height: 48px;
    float:right;
	padding-right: 20px;
}
.top-link-faq {
	float: right;
	margin-left: 20px;
    padding-right: 45px;

}
#top .left {
    float: left;
    text-align: right;
    padding-right: 5px;
    background: url('separator/header.png') right 2px no-repeat;
    height: 48px;
    margin-right: 16px;
    padding-right: 20px;
    padding-top: 12px;
}
#top p {
    font-size: 13px;
    color: #777;
}
#top p a {
    font-weight: bold;
    text-decoration: none;
    color: #555;
}
#top ul li {
    display: inline;
    font-size: 11px;
    background: url('separator/top.png') left 2px no-repeat;
    padding-left: 9px;
    margin-left: 4px;
}
#top ul li.first {
    background: none;
}

#top #help-link {
    float: left;
    background: url('sprite/elements.png') -197px -151px no-repeat;
    height: 30px;
    padding-right: 35px;
    height: 30px;
    color: #959595;
    margin-top: 13px;
    text-decoration: none;
    margin-right: 5px;
}
#top #help-link:hover {
    background: url('sprite/elements.png') -197px -181px no-repeat;
    color: #333;
}

#container {
  position: relative;
  width: 985px;
  text-align: left;
  margin: 0 auto;
}

#content {
    background: url(bg/content.png) repeat-y;
}
#footer {
    margin-bottom: 10px;
    color: #555555;
}
#footer ul {
    background: url(bg/footer.png) top left no-repeat;
    padding-top: 35px;
    font-size: 10px;
    text-align: center;
}
#footer ul li {
    background: url(separator/footer.png) center right no-repeat;
    display: inline;
    margin-left: 2px;
    padding-right: 8px;
}
#footer li a {
    text-decoration: none;
    color: #4553A4;
}
#footer li a:hover {
    text-decoration: underline;
}
#footer li.last {
    background: none;
}

#inside{
    margin-left: 10px;
    margin-right: 10px;
}
.contextual {
    width: 218px;
    float: left;
    margin-left: 20px;
}
.contextual-right {
    width: 218px;
    float: left;
    margin-left: 6px;
}
.colmode-no-col #inside {
    width: 943px;
    margin-left: 20px;
}
.colmode-col-right #inside {
    margin-left: 25px;
    margin-right: 4px;
}
.colmode-col-left #inside, .colmode-col-right #inside {
    float: left;
    width: 711px;
}

#page-description {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: -5px;
    margin-bottom: 10px;
    color: #888;
}

.breadcrumbs {
    float: right;
    text-align: right;
    margin-right: 20px;
    margin-top: 5px;
    color: #666;
    font-size: 11px;
}
.breadcrumbs span.separator {
    display: block;
    float: left;
    background: url('separator/path.png') center 5px no-repeat;
    text-indent: -9999px;
    width: 4px;
    height: 14px;
    font-size: 0;
    margin: 0 4px 0 5px;
}
.breadcrumbs a {
    display: block;
    float: left;
    color: #333;
}


/* Form */
form {
    padding: 10px;
    margin: 0 auto;
}

form.no-padding {
	padding:0;	
}

form .left-pane {
    width: 250px;
    float: left;
    text-align: right;
    margin-right: 10px;
    margin-bottom: .5em;
    line-height: 20px;
    *clear: both;
}
form .right-pane {
    margin-left:260px;
    //margin-left:0px;
    padding-left: 5px;
    margin-bottom: .5em;
}
form .full-pane {
    clear: both;
    margin-left: 260px;
    padding-left: 5px;
    margin-bottom: 5px;
}
form .left-pane label, 
form .left-pane .label {
    font-size: 12px;
    font-weight: normal;
    color: #222;
}

form .right-pane input[type=checkbox] {
    margin-top: 3px;
}

form .right-pane .errors, form .errors {
    color: #f44e4e;
    padding: 3px 5px;
    font-size: 11px;
    margin: 5px 0 0 0 !important;
    padding: 0 !important;
}
form .right-pane .errors li, form .errors li {
    margin: 0 0 .5em 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.table-summary td.left {
    padding-left: 0;
    width: 252px;
    color: #999;
    text-align: right;
}
.table-summary td {
    border: 0 !important;
    padding: .5em 12px 0 0;
    vertical-align: top;
    line-height: 1.3em;
}


/**
 * Description des éléments de formulaire :
 * Chaque élément -champ- de formulaire peut posséder jusqu'à
 * trois type de description.
 * 
 * <short> - Description courte
 *   Elle présente le contenu de l'élément de formulaire et est
 *   située juste sous le label.
 *
 * <long> - Description longue
 *   Elle présente généralement les règles de formattage des 
 *   données du champ, nombres de caractères, exemples, etc.
 * 
 * <important> - Description importante
 *   Elle présente des informations importantes pour l'utilisateur
 *   Choix de mot de passe, adresses email acceptées, etc.
 */
form p.short {
    color: #666;
    font-size: 11px;
    font-style: normal;
    margin: 0;
}
form p.long {
    color: #666;
    font-size: 11px;
    font-style: italic;
    /*margin-top: 5px !important;*/
}
form p.line-desc {
    text-align: right;
    width: 165px;
    color: #666;
    font-size: 11px;
    font-style: italic;
    position: relative;
    top: -10px;
    left: -40px;
}
form p.important {
    color: #8a763a;
    border-left: 2px solid #b59a49;
    padding-left: 10px !important;
    margin-top: 5px !important;
}

.input.radio {
    margin-right: 10px;
}
ul.radio-options {
    padding: 0 !important;
    margin: 0 !important;
}
ul.radio-options li {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 0 1em 0 !important;
}
p.option-description {
    color: #666;
    font-size: 11px;
    margin-top: 5px !important;
}

/* Boutons ~ champs de formulaire */
button.submit, .button {
    position: relative;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 11px !important;
    font-family: Verdana, sans-serif;
    background: url('sprite/buttons.png') right top no-repeat;
    color: #444 !important;
    padding: 0 1.5em 0 0;
    height:28px;
    line-height: 28px;
}
button.submit {
    border: 0;
}
button.submit span {
    display: block !important;
    position: relative !important;
    white-space: nowrap !important;
    padding: 0 0 0 1.5em !important;
    height: 29px !important;
    line-height: 29px !important;
}
button.submit::-moz-focus-inner {
    padding: 0;
    border: none;
}

/* Boutons ~ liens hypertextes */
.button {
    display: inline-block;
    text-decoration: none !important;
    line-height: 29px;
}
a.button:hover,
button.submit:hover {
    color: #000 !important;
}
.button span {
    display: inline-block;
    white-space:nowrap;
    padding-left: 1.2em !important;
    line-height: 29px;
}
button.submit span, .button span {
    background: url('sprite/buttons.png') left top no-repeat;
}
button.submit.active, .button.active {
    background-position: right -29px;
	color:#FFFFFF !important;
	height:29px;
	line-height:29px;
}

button.submit.active span, .button.active span {
	background-position:left -29px;
	color:#FFFFFF;
	height:29px;
	line-height:29px;
}
.input-text.error {
    background: url(form/field-error.png) left top repeat-x;
}
textarea.error {
    background: #fffee7 url(form/field-error.png) left top repeat-x;
}
fieldset {
    padding-top: .5em;
    padding-bottom: .5em;
    border-top: 1px solid #e9e9e9;
    margin: .5em 5px .5em 5px;
}
fieldset legend {
    font-weight: bold;
    color: #333;
}
.input-text, textarea, .captcha input, #captcha-input {
    background: #fff url(form/field.png) left top repeat-x;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #c3c3c3;
    color: #444;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    font-weight: normal !important;
}
.input-search {
    background: #fff url(form/field-search.png) left top repeat-x;
    padding-left: 19px;
}
.input-search.error {
    background: url(form/field-search-error.png) left top repeat-x !important;
    padding-left: 19px;
}
.input-text.empty {
    color: #aaaaaa;
}
.input-text.amount {
    text-align: right;
    padding-right: 5px;
}
.captcha img {
    border: 1px solid #dddddd;
    padding: 5px;
}
.checkboxes {
    line-height: 1.7em;
}
.checkboxes input {
    margin-right: 10px;
}
fieldset select {
    color: #444;
}

/* Liens pour en savoir plus..
 * Comme ça, on les rate pas.. */
.learn-more {
    text-align: right;
    margin-top: .5em;
}
.learn-more a {
    padding-right: 10px;
    text-decoration: none !important;
    background: url(images/arrow.gif) no-repeat right 4px;
}
.learn-more a:hover {
    text-decoration: underline !important;
}
.contextual .learn-more a, .contextual-right .learn-more a {
    color: #666;
    background: url(images/arrow-gray.gif) no-repeat right 4px;
}
.contextual .learn-more a:hover, .contextual-right .learn-more a:hover {
    color: #333;
}

/* Boites Arrondies */
.box {
    background: url(images/boxes-vertical.png) left top repeat-y;
    position: relative;
    text-align: left;
    margin: 0 auto 1em auto;
    height: 1%;
}
.box-right {
    background: url(images/boxes-vertical.png) right top repeat-y;
}
.box-bottom {
    background: url(images/boxes-horizontal.png) left bottom repeat-x;
    padding-bottom: 3px;
}
.box-header {
    line-height: 30px;
    background: url(images/boxes-horizontal.png) top left repeat-x;
    padding-top: 1px;
    margin: 0 2px;
}
.box-header h3 {
    color: #222 !important;
    background: #fff;
    font: 12px Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    letter-spacing: 0 !important;
    line-height: 30px !important;
    padding: 0 10px !important;
    margin: 0 !important;
    border-bottom: 1px solid #ececec;
}
.box-content {
    background: #fff;
    margin: 0 2px;
    padding: 5px 8px 10px 8px;
}

/* collapse remove inside .box-content padding */
.box-content.collapse {
    padding-left: 0;
    padding-right: 0;
}
.box-footer {
    font-size: 11px;
    line-height: 25px;
    padding-top: 1px;
    background: #fff;
    text-align: right;
    border-top: 1px solid #ececec;
    padding: 0 10px;
    margin: 0 2px;
}
.box-footer .learn-more {
    margin: 0;
}
.box-footer a {
    color: #666;
    text-decoration: none !important;
    padding-right: 10px;
}
.box-footer a:hover {
    color: #333;
    text-decoration: underline !important;
}
.box-tlc,
.box-trc,
.box-blc,
.box-brc {
    display: block;
    position: absolute;
    width: 10px; height: 10px;
    background-repeat: no-repeat;
}
.box-tlc {
    background: url(sprite/elements.png) -5px -130px;
    top: 0; left: 0;
}
.box-trc {
    background: url(sprite/elements.png) -15px -130px;
    top: 0; right: 0;
}
.box-blc {
    background: url(sprite/elements.png) -5px -140px;
    bottom: 0; left: 0;
}
.box-brc {
    background: url(sprite/elements.png) -15px -140px;
    bottom: 0; right: 0;
}

/* Customisation des couleurs de titres */
.box.gray .box-header h3 {
    font-weight: normal !important;
    color: #fff !important;
    background: #8d8d8d url(images/box-header-gray.png) top left repeat-x;
}
.box.gray .box-tlc {
    background-position: -7px -156px;
}
.box.gray .box-trc {
    background-position: -13px -156px;
}

/* Cas spéciaux pour le contenu des boîtes */
.box form {
    margin: 0;
    padding: 0;
}

/* liste d'options dans une boite */
.box-option h4 {
    color: #111 !important;
    font: bold 12px Arial, Helvetica, sans-serif !important;
    letter-spacing: 0 !important;
    padding: .5em 0 !important;
    margin: 0 !important;
}
.box-option-content {
    color: #333;
    font-size: 11px;
    padding: 0 0 .5em 0 !important;
    margin: 0 !important;
}
.box-option-more {
    text-align: right;
    font-size: 11px;
}
.box-option {
    border-top: 1px solid #efefef;
    padding: 10px 10px 0 10px;
    margin-top: 10px;
}
.box-option.first {
    border: 0;
    padding-top: 0;
    margin-top: 0;
}

/* Tableaux dans une boite arrondie */
.box-grid {
    padding: 0;
}
.box-grid table {
    width: 100%;
    font-size: 11px;
}
.box-grid td,
.box-grid th {
    padding: 0 2px 0 10px;
    height: 20px;
}
.box-grid th {
    font-weight: bold;
    height: 25px;
    border-bottom: 1px solid #ececec;
}
.box-grid tbody td {
    border-top: 1px solid #ececec;
}
.box-grid .first td {
    border-top: 0;
}
.box-grid .label {
    color: #333;
}
.box-grid .amount {
    text-align: right;
}
.box-grid .note {
    color: #999;
}
.box-grid .odd {
    background: #fff;
}
.box-grid .even {
    background: #f7f7f7;
}

.box .box-title{
    padding-bottom: 5px !important;
    border-bottom: 1px solid #eee;
    font-family: Verdana, 'Bitstream vera sans', Geneva, Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    margin-top: 10px !important;
    color: #555 !important;
    letter-spacing: normal !important;
}

/* box - hauteur fixe */
.box-content-fixe {
	height:180px;
}

.box-action-button-fixe {
	bottom:10px;
	position:absolute;
	width:94%;
}

/* Quick links (sidebar) */
#quick-links .box-content {
    padding: 0 7px;
}
#quick-links li {
    border-bottom: 1px solid #e7e7e7;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}
#quick-links li.last {
    border: none;
}
#quick-links li.active {
}
#quick-links li.active ul {
    margin-top: 10px;
    margin-bottom: -10px;
}
#quick-links li li, #quick-links li li.last {
    border-top: 1px solid #eee;
    border-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 5px;
    background-image: url(images/quick-links.png);
    background-repeat: no-repeat;
    background-position: 7px -180px;
}
#quick-links li li.first {
    border-top: 1px solid #e7e7e7;
}
#quick-links li li.active {
    font-weight: bold;
    background-position: 7px -260px;
    font-weight: bold;
    padding-bottom:5px;
}
#quick-links li a {
    display: block;
    text-decoration: none;
    background-image: url(images/quick-links.png);
    background-repeat: no-repeat;
    background-position: right 2px;
}
.contextual-right #quick-links li a {
    padding-left: 12px;
}

.contextual-right #quick-links li a {
  background-position: left 4px; 
}
#quick-links li li a {
    background: none;
    font-size: 11px;
    color: #999;
}
#quick-links li li a.active {
    color: #333;
    font-weight: normal;
}
#quick-links ul ul {
    font-size: 11px;
    padding: 0;
    background: #f7f7f7;
    margin: 0 -7px;
    padding-bottom: 3px;
}
#quick-links a.active {
    background-position: right -88px;
    font-weight: bold;
}
.contextual-right #quick-links a.active {
  background-position: left -86px; 
}

#quick-links .quick-links-legend {
    display: block;
    font-weight: normal;
    font-size: 11px;
    color: #666;
}


/* Boutons - Listes de boutons/actions */
ul.buttons {
    padding: 0 !important;
    margin: 0 0 1em 0 !important;
}

ul.buttons li {
    display: inline;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

ul.buttons li a {
    display: -moz-inline-stack;
    display: inline-block;
    font-weight: bold;
    font-size: 11px !important;
    font-family: Verdana, sans-serif;
    background: url('sprite/buttons-large.png') left top no-repeat;
    color: #444 !important;
    text-decoration: none;
    position: relative;
    padding-left: 6px;
    margin: 0 5px;
}

ul.buttons li a:hover {
    color: #000 !important;
}

ul.buttons li a span.label {
    cursor: pointer;
    display: -moz-inline-block;
    display: inline-block;
    line-height: 28px;
    padding-right: 20px;
    padding-left: 10px;
    background: url('sprite/buttons-large.png') right top no-repeat;
}

ul.buttons li a.active {
    background-position: left -29px;
}

ul.buttons li a.active span.label {
    background-position: right -29px;
}

.action-buttons .button span {
    padding-left:1em;
}

.action-buttons .xhtml {
    background: url("/static/css/ico/10x10/script_xhtml.png") no-repeat scroll left center transparent;
    width:100%;
    padding-right:10px;
}

.action-buttons .edit {
    background: url("/static/css/ico/10x10/action_edit.png") no-repeat scroll left center transparent;
    width:100%;
    padding-right:10px;
}

.action-buttons .button {
    padding-right:1em;
}

/* Barre de boutons - pied de formulaire */
.action-buttons {
    text-align: right;
    padding: 10px 0 0 0;
}

.withbordertop {
    border-top:1px solid #BDBDBD;
    padding: 5px 0 0;
    height:35px;
}


.action-buttons .cancel {
    float: left;
}
.box .action-buttons {
    border-top: 1px solid #e9e9e9;
}
.action-buttons button,
.action-buttons .button {
    margin: 0px;
    padding-right: 2em;
}
.action-buttons button span {
    padding-left: 2em;
}
.action-buttons .button span {
    padding-left: 1.7em;
}

/* Common Questions */
.box-questions .box-content{
    padding-left: 0;
    padding-right: 0;
}

.box-questions dl {
    color: #ccc;
}
.box-questions dt {
    background: url('separator/path.png') left 5px no-repeat;
    padding-left: 13px;
    margin: 0.5em 8px 0.5em 8px;
}
.box-questions dt a {
    color: #555;
    text-decoration: none;
}
.box-questions dt.active a {
    color: #000;
}

.box-questions dt a:hover {
    color: #000;
    text-decoration: underline;
}
.box-questions dd {
    color: #555;
    padding: 3px 5px;
    margin-left: 21px;
    margin-right: 7px;
    margin-bottom: 15px;
    background: #f7f7f7;
    position: relative;
}
.box-questions dd.last {
    margin-bottom:0;
}


/* Tableaux de listing */
.grid {
    position: relative;
    margin-bottom: 1em;
}
.grid .grid-table {
    padding-left: 2px;
    background: url(table/bg-grid.png) left top repeat-y;
    position: relative;
    text-align: left;
    margin: 0 auto;
}
.grid .grid-table-right {
    padding-right: 2px;
    background: url(table/bg-grid-right.png) right top repeat-y;
}
.grid .grid-table-bottom {
    background: url(table/bg-grid-bottom.png) left bottom repeat-x;
    padding-bottom: 2px;
}
.grid .with-header .grid-table-top {
    background: url(table/bg-grid-bottom.png) left top repeat-x;
}
.grid h3.caption {
    position: absolute; left: 0; top: 0;
    color: #3b3b3b !important;
    font: normal 18px Georgia, serif !important;
    line-height: 28px !important;
}
.grid.with-caption, 
.grid.with-actions {
    padding-top: 32px;
}
.grid span.grid-left-top-corner,
.grid span.grid-right-top-corner {
    position: absolute;
    display: block;
    width: 9px; 
    height: 30px;
    top: 0;
}
.grid span.grid-left-bottom-corner,
.grid span.grid-right-bottom-corner {
    position: absolute;
    display: block;
    width: 9px; 
    height: 9px;
    bottom: 0;
}
.grid span.grid-left-top-corner {
    left: 0;
    background: url(sprite/elements.png) -57px -125px no-repeat;
}
.grid span.grid-right-top-corner {
    right: 0;
    background: url(sprite/elements.png) -67px -125px no-repeat;
}
.grid .with-header span.grid-left-top-corner {
    left: 0;
    height: 9px;
    background: url(sprite/elements.png) -6px -176px no-repeat;
}
.grid .with-header span.grid-right-top-corner {
    right: 0;
    height: 9px;
    background: url(sprite/elements.png) -15px -176px no-repeat;
}
.grid .table-header {
    padding: 10px;
}
.grid span.grid-left-bottom-corner {
    left: 0;
    background: url(sprite/elements.png) -6px -184px no-repeat;
}
.grid span.grid-right-bottom-corner {
    right: 0;
    background: url(sprite/elements.png) -15px -184px no-repeat;
}
.grid .grid-actions {
    text-align: right;
    position: absolute;
    top: 0; right: 0;
}
.grid .grid-actions li a {
    margin-right: 0px;
    margin-left: 5px;
}
th.cell-left,
td.cell-left {
    text-align: left;
}
th.cell-center,
td.cell-center {
    text-align: center;
}
th.cell-right,
td.cell-right, td.cell-right {
    text-align: right;
}
th.cell-top,
td.cell-top {
    vertical-align: top;
}
th.cell-middle,
td.cell-middle {
    vertical-align: middle;
}
.grid th.cell-bottom,
.grid td.cell-bottom {
    vertical-align: bottom;
}
.grid table {
    text-align: center;
    width: 100%;
}
.grid thead {
    background: #1d2c81 url(table/bg-grid-thead.png) left top repeat-x;
}
.grid thead tr {
    border-bottom: 1px solid #fff;
}
.grid thead th, 
.grid thead td {
    color: #fff;
    font-size: 11px;
    font-weight: normal !important;
    padding: 9px 7px 8px 7px;
}
.grid thead th a {
    color: #fff;
    text-decoration: none;
    background: url(sprite/sort.gif) right -18px no-repeat;
    padding-right: 12px;
}
.grid thead th a.inverse {
    background: url(sprite/sort.gif) right 4px no-repeat;
}
.grid thead th a:hover {
    text-decoration: underline;
}
.grid tbody {
    color: #222;
    font-size: 11px;
}
.grid tbody a {
    color: #4553a4;
    text-decoration: none;
}
.grid tbody a:hover {
    color: #4553a4;
    text-decoration: underline;
}
.grid tbody tr {
    background: #fff;
    border-top: 1px solid #eaeaec;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
}

.grid tbody tr.details {
	border: 0 none;
}
.grid tbody tr.details td.noicons {
    border: 0 none;   
}
.grid tbody tr.details th.noicons {
	border: 0 none;
	color:#6E6E6E;
	background: #fafafa;
	font-weight:bold;
	font-size:11px;
}
.grid tbody tr.details th {
	border : 0 none;
	color:#6E6E6E;
	background: #fafafa;
	font-weight:bold;
	font-size:11px;
	padding-top:3px;
}
.grid tbody tr.details td {
	border : 0 none;
	color:#000000;
    background: #f6f6f6;
    font-size:11px;
    border-top: 1px solid #A4A4A4;
}

.puces {
    background-image: url("/static/css/bg/big-line-folding.gif");
    background-repeat: no-repeat;
    display: block;
    height: 14px;
    width: 17px;
}
.puces.active { 
    background-position: left -14px;
}

.grid tbody tr.even {
    background: #f6f6f6;
}
.grid tbody tr.odd {
    background: #fff;
}
.grid tbody tr.highlight {
    background: #d3d989;
    font-weight: bold;
    color: #222;
}
.grid tbody td {
    padding: 6px 4px;
}
.grid tbody a.add {
    padding-left: 14px;
    background: url('ico/10x10/action_add.png') left center no-repeat;
}

.grid tbody a.xhtml {
    padding-left: 18px;
    background: url('ico/10x10/script_xhtml.png') left center no-repeat;
}

.grid tbody a.magnify {
    padding-left: 18px;
    background: url('ico/10x10/script_magnify.png') left center no-repeat;
}

.grid tbody a.edit {
    padding-left: 14px;
    background: url('ico/10x10/action_edit.png') left center no-repeat;
}
.grid tbody a.pdf {
    padding-left: 14px;
    background: url('ico/10x10/doc_pdf.gif') left center no-repeat;
}

.grid tbody a.export {
    padding-left: 14px;
    background: url('ico/10x10/action_export.png') left center no-repeat;
}

span.status-enable, span.status-disable {
    display: block;
    text-indent: -9999px;
    padding: 0 !important;
    height: 10px;
    width: 10px;
    padding-left: 14px;
}

span.status-disable {
    background: url('ico/10x10/status_disable.png') left center no-repeat;
}

span.status-enable {
    background: url('ico/10x10/status_enable.png') left center no-repeat;
}


.grid tbody a.download {
    padding-left: 14px;
    background: url('ico/10x10/action_download.png') left center no-repeat;
}
.grid tbody a.delete {
    padding-left: 14px;
    background: url('ico/10x10/action_delete.png') left center no-repeat;
}
.grid .grid-footer {
    padding: 5px;
    margin-left: 2px;
    margin-right: 2px;
    background: #ebeaed url(table/bg-grid-tfoot.png) left top repeat-x;
    color: #555;
}
.grid .grid-pagination {
    float: right;
}

.grid .grid-pagination a.page {
    color: #333;
    text-decoration: none;
}

.grid .grid-pagination a.pageCurrent {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.grid-pagination form {
    display: inline;
}

.grid-pagination form input {
    width: 30px;
}


a.prev,
a.next {
    width: 28px;
    height: 16px;
    text-indent: -9999px;
    display: inline-block;
    background: url(sprite/elements.png) no-repeat;
}
a.prev {
    background-position: -165px -176px;
}
a.prev:hover {
    background-position: -165px -192px;
}
a.next {
    background-position: -137px -176px;
}
a.next:hover {
    background-position: -137px -192px;
}


#inside h3, #inside h4, #inside h5, #inside h6 {
    font-family: Georgia, Times, serif;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: -1px;
    padding: 0;
    margin: 0;
    padding-top: 0.5em;
    margin-bottom: .4em;
    *line-height: 1.1em;
}

.support-info {
    color:#6E6E6E;
    font-size:11px;
}

/* Titre de niveau 1
 * Attention : pas d'espacement avant les titres
 * de niveau 1.
 */
#inside h3 {
    color: #1e2c84;
    font-size: 24px;
    padding-top: 0;
}
/* Titre 2 */
#inside h4 {
    color: #2e3596; 
    font-size: 20px;
}

/* Titre 3 */
#inside h5 {
    color: #3f4485;
    font-size: 18px;
}

.page-content p {
   line-height: 1.4em;
   padding: 0;
   margin: 0;
   margin-bottom: 1em;
   margin-top: 1em;
}
.contextual .box-content, .contextual-right .box-content {
    font-size: 11px;
}
.page-content a {
    color: #4553a4;
    text-decoration: underline;
    cursor: pointer;
}
.page-content a:hover {
    color: #4553a4;
    text-decoration: none;
}
.page-content dl {
    line-height: 1.3em;
    margin: 1em 0;
}
.page-content dl dt, .page-content dl dd {
    margin: 0.5em 0;
}
.page-content dl dd {
    margin-left: 1.5em;
}
.page-content ol, .page-content ul {
    line-height: 1.3em;
    margin: 1em 0;
    margin-left: 1.5em;
}
/* Pour les listes imbriquées, pas de marge à gauche */
.page-content ol ol, .page-content ol ul, .page-content ul ul,
.page-content ul ol {
    margin-left: 0;
}
.page-content li {
    list-style-position: outside;
    margin: 0.5em 0;
    margin-left: 1.5em;
}
.page-content ul li {
    list-style-type: circle;
}
.page-content ul ul li {
    list-style-type: square;
}
.page-content ol li {
    list-style-type: decimal;
}
.page-content ol ol li {
    list-style-type: lower-alpha;
}
.page-content strong {
    font-weight: bold;
}
.page-content em {
    font-style: italic;
}


/* Colonnes */
.col {
    float: left;
}
.col-spacer {
    margin-left: 10px;
}
/* Proportions des colonnes */
.colmode-col-left #inside .half, .colmode-col-right #inside .half,
.colmode-col-left #inside .col.quart-2, .colmode-col-right #inside .col.quart-2 {
    width: 350px;
}
.colmode-col-left #inside .col.third, .colmode-col-right #inside .col.third {
    width: 230px;
}
.colmode-col-left #inside .col.third-2, .colmode-col-right #inside .col.third-2 {
    width: 470px;
}
.colmode-col-left #inside .col.quart, .colmode-col-right #inside .col.quart {
    width: 170px;
}
.colmode-col-left #inside .col.quart-3, .colmode-col-right #inside .col.quart-3 {
    width: 530px;
}

.colmode-no-col #inside .half,
.colmode-no-col #inside .col.quart-2 {
    width: 466px;
}

.colmode-no-col #inside .col.third {
    width: 307px;
}

.colmode-no-col #inside .col.third-2 {
    width: 624px;
}

/* Accordion */

#inside .accordion {
    background: url(/static/css/images/new-box-background.png) repeat-x scroll left top;
    padding: 0px 0px 0px 0px;
    margin-bottom: 3px;
}

#inside .accordion h4 {
    background: url(ico/16x16/view_more.png) no-repeat 99% 4px;
    padding: 0px;
    cursor: pointer;
    font-family: Verdana, 'Bitstream vera sans',Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px !important;
    letter-spacing: 0 !important;
    font-weight: bold;
    color: #FFF !important;
    position:relative;
    width:100%;
}

#inside .accordion h4 .nborder {
    height: 24px;
    line-height: 24px;
    display: block;
}

#inside .accordion h4 .nright {
    background: url(/static/css/images/new-box-right-border.png) right top no-repeat;
    padding-right: 4px;
}

#inside .accordion h4 .nleft {
    background: url(/static/css/images/new-box-left-border.png) left top no-repeat;
    padding-left: 8px;
}

#inside .accordion h4 span.accordioner {
    font-size: 11px !important;
    text-decoration: underline;
    font-weight: normal;
    /*margin-right: 25px;
    margin-top: 0px;
    
    margin-top: -25px!important;    
    line-height: 24px;
    float: right;*/
    *margin-top: -6px;
    position:absolute;
    right: 25px;
}

#inside .accordion h4.active {
    background-image: url(ico/16x16/view_less.png);
}

#inside .accordion h4 span.expand {
    display: inline;
}

#inside .accordion h4 span.collapse {
    display: none;
}

#inside .accordion h4.active span.collapse {
    display: inline;
}

#inside .accordion h4.active span.expand {
    display: none;
}

#inside .accordion > div {
    background-color: #FFF;
    margin-top: 0.7em;
}

/* Pricing table */
#inside .accordion > div .price-line {
    margin: 0.1em 0 0.1em 0;
    float: left;
    display: block;
}

#inside .accordion > div .price-element {
    line-height: 22px;
    text-align: right;
    font-size: 11px;
}

#inside .accordion > div .ref-amount, #inside .accordion > div .earnings,
#country-method, #local-amount, #currency-amount, #net-earnings {
    color: #555555;
    float: left;
    display: block;
}

#inside .accordion > div .ref-amount, #inside .accordion > div .earnings {
    width: 100px;
    margin-left: 60px;
    text-align: right;
}

#country-method, #local-amount, #currency-amount, #net-earnings {
    margin-bottom: 5px;
}

#country-method {
    margin-left: 7px;
    width: 200px;
}

#local-amount, #currency-amount {
    width: 180px;
    margin-left: 10px;
}

/* Dl option table */
dl.option-table {
    margin: 0 !important;
    font-size: 11px;
}
dl.option-table dd, dl.option-table dt {
    margin: 0 !important;
    border-top: 1px solid #eee;
    padding: 3px 0;
}
dl.option-table .first {
    border: 0;
}
dl.option-table dt {
    padding-left: 10px;
    float: left;
    color: #666;
}
dl.option-table dd {
    padding-right: 10px;
    text-align: right;
}    
dl.option-table .even {
    background: #f7f7f7;
}
.legend {
    font-size: 10px;
    color: #666;
}

/* Dimension spécifiques suivant le mode de colonne */
.colmode-no-col #inside .grid table {
    width: 939px;
}




.colmode-col-left #inside .grid table {
    width: 707px;
}

.colmode-col-left #inside .box .grid table {
    width: 687px;
}

/* Images picto */
.picto {
    height: 48px;
    width: 48px;
    float: left;
    margin: 0 10px 0 0;
    background-image: url(sprite/picto.png);
    background-repeat: no-repeat;
}
.picto.picto-individual { background-position: -192px 0px; }
.picto.picto-advertise { background-position: -144px 0px; }
.picto.picto-affiliate { background-position: 0px 0px; }
.picto.picto-sms { background-position: 0px -48px; }
.picto.picto-code-usd { background-position: -96px -48px; }
.picto.picto-code-eur { background-position: -96px 0px; }
.picto.picto-fund { background-position: -48px 0; }
.picto.picto-documentation { background-position: -144px -48px; }
.picto.picto-404 { background-position: -192px -48px; }
.picto.picto-email-complete { background-position: -240px -48px; }
.picto.picto-company { background-position: -240px 0px; }
.picto.picto-statistics { background-position: -288px 0px; }

.picto-profile {
    height: 52px;
    width: 52px;
    background-image: url(images/profile.png);
    background-repeat: no-repeat;
}

/* Boites de messages */
.message-box {
    padding: 1em;
    margin-bottom: 1em;
    position: relative;
}
.message-box-tlc,
.message-box-trc,
.message-box-blc,
.message-box-brc {
    display: block;
    position: absolute;
    font-size: 0;
    width: 7px; height: 7px;
    background-repeat: no-repeat;
    background-image: url('sprite/elements.png');
}
.message-box-tlc { background-position: -8px  -157px; top: 0; left: 0; }
.message-box-trc { background-position: -15px -157px; top: 0; right: 0; }
.message-box-blc { background-position: -8px  -164px; bottom: 0; left: 0; }
.message-box-brc { background-position: -15px -164px; bottom: 0; right: 0; }
.message-box.success {
    background: #e3f7ca;
}
.message-box.error {
    background: #f7caca;
}
.message-box.bug {
    background: #cccccc;
}
.message-box.notice {
    background: #caeef7;
}
.message-box.warning {
    background: #f7f1ca;
}
.message-box.blank {
    background: #f6f6f6;
}

.message-box .learn-more {
    text-align: right;
    font-size: 11px;
    margin-top: 1em;
}
.message-box ul {
    margin: 0;
}
.message-box.tips {
    background: #fffedb url(ico/bulb.png) 10px 10px no-repeat;
    padding-left: 50px;
}
.message-box p.last {
    margin-bottom: 0;
}

/* Barre de séléction de langue */
#language {
/*    background: url(sprite/main-center.png) left -224px repeat-x;*/
    margin-left: 175px;
    position: absolute;
    top:0;
    right: 0;
    z-index: 1;
}
#language-right {
    background: url(sprite/border-corner.png) 971px -224px no-repeat;
    height: 60px;
    padding-right: 10px;
    text-align: right;
    font-size: 11px;
}
#language-right p {
    margin-top: 13px;
    color: #666;
    font-weight: bold;
    margin-right: 3px;
    float: left;
    padding-right: 10px;
}
#language-right ul {
    margin-top: 13px;
    display: inline-block;
    text-align: left;
    margin-right: 7px;
    padding-left: 5px;
    vertical-align: top;
    border-left: 1px solid #ccc;
    float: left;
}
#language-right ul a{
    color: #666;
}
#language-right #hide-language {
    float: left;
    margin-right: 2px;
    margin-top: 13px;
    margin-left: 20px;
    color: #666;
    text-decoration: none;
    background: url(button/close.png) top right no-repeat;
    padding-right: 18px;
    line-height: 16px;
}
    
th.header span {
	background: url(sprite/sort.gif) right 0px no-repeat;
	cursor: pointer;
	padding-right: 18px;
}

th.headerSortUp span {
	background: url(sprite/sort.gif) right -5px no-repeat;
}

th.headerSortDown span {
	background: url(sprite/sort.gif) right 8px no-repeat;
}

.country-list {
    margin-left: 10px;
}

.country-list h3 {
    font-family: Verdana, 'Bitstream vera sans', Geneva, Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    color: #333 !important;
    font-size: 14px !important;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px !important;
}
.country-list ul {
    padding: 0;
    margin: 0;
}

.country-list .geographical-zone {
    margin-bottom: 25px;
}

.country-list li {
    float: left;
    display: block;
    list-style: none;
    font-size: 11px;
    width: 170px;
    margin: 0 10px 10px 0;
}

.country-list a {
    padding-left: 28px;
    line-height: 24px;
    display: block;
    text-decoration: none;
    color: #333;
    display: block;
    text-decoration: underline;
}

.country-list span {
    padding-left: 28px;
    line-height: 24px;
    display: block;
    text-decoration: none;
    color: #333;
    display: block;
}

.country-list-box li {
  width: 158px !important;
}

.pricing-country {
    font-weight: bold;
    margin: 1em 0 0.5em 5px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 30px;
    border-bottom: 1px solid #EEE;
}

#country-lnk {
    font-size: 11px;
    font-family: Verdana, 'Bitstream vera sans', Geneva, Arial, Helvetica, sans-serif !important;
    background-position: left 1px;
    background-repeat: no-repeat;
    padding-left: 20px;
    display: block;
    line-height: 16px;
}

#beta {
    background: url(bg/beta.gif) no-repeat;
    display: block;
    width: 95px;
    height: 94px;
    position: absolute;
    top: 154px;
    right: 6px;
    z-index: 1;
}

.grid-loader {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: #fff url(bg/loader.gif) center center no-repeat;
    text-indent: -9999px;
    z-index: 99;
}

/**
 * Toggle bar
 */
.toggle-bar {
    background: url(sprite/buttons.png) -2px -271px no-repeat;
    height: 25px;
    float: left;
}
.toggle-bar ul {
    background: url(sprite/buttons.png) right -271px no-repeat;
    margin: 0 0 0 4px !important;
    padding: 0 !important;
    list-style: none !important;
    height: 25px;
    float: left;
    padding: 0 5px !important;
}
.toggle-bar li {
    float: left;
    height: 25px;
    padding: 0 3px 0 0 !important;
    margin: 0 !important;
    list-style: none !important;
    background: url(sprite/buttons.png) no-repeat scroll -10px -271px;
}
.toggle-bar li.last {
    padding-right: 0;
}
.toggle-bar a {
    display: block;
    margin-top: 3px;
    height: 19px;
    line-height: 19px;
    float: left;
    text-decoration: none !important;
    font-family:Arial,sans-serif;
    font-size:11px;
    color: #666 !important;
    cursor: pointer;
}
.toggle-bar a:hover {
    color: #333 !important;
}
.toggle-bar .label {
    display: block;
    float: left;
    height: 19px;
    line-height: 19px;
    text-align: left;
    margin-left: 4px;
    padding-right: 3px;
}
.toggle-bar .active a {
    background: url(sprite/buttons.png) left -426px no-repeat;
    color: #fff !important;
    cursor: default;
}
.toggle-bar .active .label {
    background: url(sprite/buttons.png) right -426px no-repeat;
}
.toggle-bar .icon {
    display: block;
    float: left;
    height: 13px;
    line-height: 13px;
    width: 15px;
    margin: 3px 3px 0 0;
    background-repeat: no-repeat;
    background-image: url(sprite/elements.png);
    padding: 0;
}
.toggle-bar .icon.hour  { background-position: -2px   -89px; }

.toggle-bar .icon.day, 
.toggle-bar .icon.today { 
    background-position: -21px  -89px; 
}

.toggle-bar .icon.week  { background-position: -40px  -89px; }
.toggle-bar .icon.month { background-position: -59px  -89px; }
.toggle-bar .icon.year  { background-position: -78px  -89px; }
.toggle-bar .icon.grid  { background-position: -97px  -89px; }
.toggle-bar .icon.pie   { background-position: -116px -89px; }
.toggle-bar .icon.bars  { background-position: -135px -89px; }
.toggle-bar .icon.map   { background-position: -173px -89px; }
.toggle-bar .active .icon.hour  { background-position: -2px   -106px; }

.toggle-bar .active .icon.day,   
.toggle-bar .active .icon.today { 
    background-position: -21px  -106px; 
}

.toggle-bar .active .icon.week  { background-position: -40px  -106px; }
.toggle-bar .active .icon.month { background-position: -59px  -106px; }
.toggle-bar .active .icon.year  { background-position: -78px  -106px; }
.toggle-bar .active .icon.grid  { background-position: -97px  -106px; }
.toggle-bar .active .icon.pie   { background-position: -116px -106px; }
.toggle-bar .active .icon.bars  { background-position: -135px -106px; }
.toggle-bar .active .icon.map   { background-position: -173px -89px; }
.toggle-bar .separator {
    background: url(sprite/buttons.png) left -271px no-repeat;
    width: 2px;
    font-size: 0;
    display: block;
    float: left;
    height: 25px;
    margin-right: 3px;
}

/* mobif mobile logo on site listing*/

span.payment-method-80{
    background:url('sprite/payment-methods.png');
    width:80px;
    height: 80px;
    display:block;
}

span#payment-method-80-mpme {
    background-position: -80px 0;
}

.mobile {background: url("ico/10x10/mobile.png") no-repeat scroll left center transparent; padding-left: 10px;}
.no-mobile {background: url("ico/10x10/web.png") no-repeat scroll left center transparent; padding-left: 10px;}
#nameOffreMobile {background-position:0px -350px;}
#nameOffreInternet {background-position:0px -59px;}
#nameOffreCreditCard {background-position:0px -146px;}
#nameOffrePremiumTextMessage {background-position:0px -321px;}
.vignetteStep2 {float:left;background: url(sprite/payment-methods.png) no-repeat;background-size:950%;height:90px;width:63px;text-align:center;}
#mobileSprite {margin-left:8px;background-position:-433px -100px}
#visaSprite {background-position:-101px -9px;}
#internetPlusSprite {background-position:-183px -9px;}
#visaHipaySprite {margin-left:60px;background-position:-516px -9px}

.ui-tooltip-content li {
    list-style-type: circle;
    list-style-position: inside;
}

#fr-overlay {
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    background-color: #666666;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
}

#fr-modal {
    position: absolute;
    z-index: 2001;
    width: 620px;
    height: 400px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    display: none;
}

#fr-modal-close {
    position: absolute;
    width: 24px;
    height: 24px;
    background: transparent url(/static/images/fr-modal/btn-fermer.gif) no-repeat 0 0;
    right: 10px;
    top: 10px;
    z-index: 2002;
    cursor: pointer;
}

#fr-modal-content {
    padding: 25px;
    position: relative;
    font-family: Arial;
    color: #666666;
    font-size: 14px;
    text-align: left;
}

.fr-modal-column-1 {
    float: left;
}

.fr-modal-column-2 {
    float: left;
    width: 380px;
}

#fr-modal-content span.blue {
    color: #2F92C9;
    font-weight: bold;
}

#fr-modal-content-logo {
    margin-bottom: 20px;
}

#fr-modal-button {
    margin: auto;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    background: url(/static/images/fr-modal/btn.gif);
    width: 145px;
    height: 33px;
    border: none;
}

#fr-modal-content .btn {
  margin-top: 30px;
}

#content #new-backend-link{
    height: 40px;
    line-height: 18px;
    background-color: #F5F5F5;
    width: 935px;
    margin-left: 4px;
    padding: 15px 20px 0 20px;
    border-bottom: 1px solid #ccc;
    color: #333;
}

#content #new-backend-link .btn {
  float: right;
  margin-top: -20px;
}

#content #new-backend-link .btn, #fr-modal-content .btn {
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    height: 19px;
    letter-spacing: 0.03em;
    padding: 6px 15px;
    display: inline-block;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: white;
    background-color: #00abe5;
    text-decoration: none;
}

a.payout-request-disabled, a.payout-request-disabled:hover {
  cursor: not-allowed;
  color :#cccccc !important;
}