html { border: 0 none; margin: 0; padding: 0; } body, table { font-size: 13px; line-height: 1.7em; /*color: #333333;*/ color: #04155D; font-family: Trebuchet MS, Arial, san-serif; } a img { border-width: 0; } a { color: #165076; text-decoration: none; } a:hover { text-decoration: none; color: #2277BB; } /*a:visited { text-decoration: none; color: #618EAC; } */ input { -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; } .pageWrapper { /*-moz-box-shadow: 0 0 20px #2E2D32;*/ /*-moz-border-radius: 4px;*/ width: 980px; text-align: left; margin: -13px auto; } .pageWrapper:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; } .pair:hover, .impair:hover { -moz-border-radius: 4px 4px 4px 4px; background: none repeat scroll 0 0 #70739C; color: #E1DEF1; text-decoration: none; } .bindedText { color: #6178BC; text-decoration: none; } .navStyle { position: absolute; top: -13px; } /** ************************************ **/ /** *********** DIV INFOS ************** **/ /** ************************************ **/ .error, .alert, .notice, .success, .info, .loading { padding: 0.5em; margin: 0.5em auto; border: 2px solid #ddd; text-align: center; } .error, .alert { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; } .notice { background: #fff6bf; color: #514721; border-color: #ffd324; } .success { background: #e6efc2; color: #264409; border-color: #c6d880; } .info { background: #d5edf8; color: #205791; border-color: #92cae4; } .loading { border: none; } /** ************************************ **/ /** ************ LOADING *************** **/ /** ************************************ **/ .loading-classic { background-image: url(../../resources/icons/transparent_loading.gif); height: 38px; width: 38px; } .loading-data { background-image: url(../../resources/icons/loading_datas.gif); height: 15px; width: 128px; margin: auto; }