/******************************************************************************/ /* LAYOUT CSS */ /******************************************************************************/ /* ==========================General=============================*/ html { height: 100%; margin-bottom: 1px; } body, h1, h2, h3, h4, p, ul, li { margin: 0; padding: 0; } body { font-size: 12px; font-family: arial, verdana, helvetica, sans-serif; line-height: 140%; margin: 0; padding: 0; color: #333333; background-color: #ebe7d4; text-align: center; } ul { list-style: none; } dl { margin: 0.5em 0; line-height: 140%; } p { margin-bottom: 0.5em; } a { color: #339BD3; text-decoration: none; } a:hover { color: #339BD3; text-decoration: underline; } a:focus { outline: none; } img { border: none; } /* =======================Buttons like===========================*/ a.sgl-button, input.sgl-button { margin: 0; padding: 2px 4px; background: url('/themes/rvtheme_admin/images/backgrounds/bg_buttons_blue.gif') 0 50% repeat-x; border: 1px outset; color: #666666; font-size: 1em; } input.sgl-button[disabled], input.sgl-button[disabled]:hover { background: #efefef; border: 1px inset; color: #666666; } a.sgl-button:hover, input.sgl-button:hover, input.sfhover { border: 1px inset; color: #666666; text-decoration: none; } a.narrow, input.narrow { width: 8em; } /* ======================Global layaout==========================*/ #outer-wrapper { margin: 0 auto; text-align: left;