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; } .pageWrapper { width: 980px; /*text-align: left;*/ margin: auto; } 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; } li { list-style-type: none; } li:hover { color: #ADEAEA; } .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: 16px; width: 16px; }