/* File:    nordea.se default css file
   Version: 2005.02.22
   Author:  VITM
*/
/* This imports the layout css (A, B, cascade and footer area rules) */
@import url(screen-layout.css);
/* This imports the elements css (for C and D area) */
@import url(screen-elements.css);

/* general */
body                      {font-family: Verdana, Helv, Geneva, Arial, Helvetica, sans-serif; color: #000;
                              background-color:#d9d5be;}
img                       {color: #779abc; border-color: #779abc;}
td                        {font-size: 12px}
strong                    {font-weight: bold;}
a,
a:link,
a:active,
a:hover                   {color: #036; text-decoration: underline;}
a:visited                 {color: #c60;}
p                         {margin: 0 0 15px 0; font-size: 0.7em;}
sup                       {font-size: 11px;}
hr                        {clear: both; margin: 0 !important; width: 100%; height: 1px; background-color: #779abc; border: none;}
* html hr                 {text-align: right; color: #779abc;} /* For ie */
a.pdf					  {padding: 2px 0 4px 26px; background: #fff url(/sitemod/upload/root/se_org/resurs/ikoner/i_wbg_pdf.gif) no-repeat;}









/* headings */
h1 {margin-top:0; padding-top:0}
h1,
h2,
h3,
h4 {font-weight: bold;}
h1 {font-size: 17px; margin-bottom: 13px;}
h2 {font-size: 15px; margin-bottom: 5px; margin-top:0}
h3 {font-size: 13px; margin: 5px 0 2px 0;}
h4 {font-size: 12px; margin: 5px 0 2px 0;}
p {font-size: 12px;}
.bar {font-size: 12px; font-weight: bold; margin: 0 0 5px 0;background: #ccd8de; border-bottom: 1px solid #779abc; padding: 3px;}

/* generic */
.asterisk                 {color: #c60; font-weight:normal;}
.margintop                {margin-top: 20px;}
.marginbottom             {margin-bottom: 20px;}
.borderbottom             {border-bottom: #779abc 1px solid; }
.middle                   {vertical-align: middle;}
.top                   {vertical-align: top;}
.bottom                   {vertical-align: bottom;}
.clear                    {clear: both;}
.floatleft                {float: left;}
.floatright               {float: right;}
.alignleft                {text-align: left}
.aligncenter                {text-align: center}
.alignright               {text-align: right}
.noborder                 {border: 0;}
.hide                     {display: none;}
.nomargin					{margin:0}
.nopadding					{padding:0}




/* buttons */
.buttongroup              {display: block; float: right; margin: 10px 10px 10px 0; clear: both}
* html .buttongroup       {margin-right: 5px} /* for ie6 */
button                    {padding: 1px 3px 1px 3px; margin: 0 0 0 10px;
                             font: 0.9em Verdana, Arial, Tahoma, Lucida, Helvetica, Sans-serif;
                             background-color: #e5eaef; border: solid 1px #779abc; border-width: 1px 2px 2px 1px;
                             text-align: center !important; cursor: pointer;}
* html button             {padding: 0px 3px 0px 3px;}
.ok                       {width: 4em;}
button:hover              {background: #ccd8de}
.accelerator              {text-decoration: underline; font-style: normal;}

/* lists */
ul                        {padding: 0 0 10px 13px; margin: 0}
ul ul                     {padding: 5px 0 0 10px;}
* html ul                 {margin: 0 0 0 4px;} /* for ie */
li                        {padding: 0 0 5px 0;}
.liImage                  {padding: 0 0 0 223px;}
* html .liImage           {padding: 0 0 0 220px;} /* for ie */



/* Forms */
fieldset                  {border: none;}
legend                    {display: none}






