/*
===============================================================================
the font attributes:
font: <font-style> <font-variant> <font-weight> <font-size> <font-family>

where:
font-style: normal | italic | oblique
font-variant: normal | small-caps
font-weight: normal | bold | bolder | lighter
===============================================================================
*/

body
{
  font-family: arial, verdana, geneva, helvetica, sans-serif;
  font-size: 12px;
  color: #002944;
  background-color: #fafafa;
  padding: 0px;
  margin: 0px;
}

body.cardlayout
{
  background-color: #ecedea;
}

body.admin
{
  background-color: #edeeeb;
}

#outer_container
{
  width: 820px;
  margin: 0 auto;
  background-image: url(/images/bg-shadow.gif);
  background-repeat: repeat-y;
}

#inner_container
{
  background-color: #edeeeb;
  background-image: url(/lss/images/bg.gif);
  width: 800px;
  margin: 0 10px;
  padding-bottom: 30px;
}

#footer
{
  width: 820px;
  height: 12px;
  margin-bottom: 15px;
  background-image: url(/images/bg-shadow-bottom.gif);
}

#cardlayout-outercontainer
{
  height: 95%;
  width: 99%;
  margin: 0px;
  padding: 0px;
  position: absolute;
}

#cardlayout-innercontainer
{
  position: absolute;
  width: 700px;
  height: 430px;
  top: 50%;
  left: 50%;
  margin-top: -215px;
  margin-left: -350px;
}

.login
{
  background-image: url("/lss/images/bg-login.png");
}

.notify
{
  background-image: url("/lss/images/bg-notify.png");
}

#cardlayout-logincontainer
{
   position: absolute;
   width: 224px;
   top: 75px;
   left: 75px;
}

#cardlayout-aboutinfocontainer
{
  position: absolute;
  width: 350px;
  top: 87px;
  left: 300px;
}

#cardlayout-normalcontainer
{
   position: absolute;
   width: 560px;
   top: 60px;
   left: 75px;
   /*background-color: #eeeeee;*/
}

#cardlayout-notifymessage
{
  position: absolute;
  width: 380px;
  top: 75px;
  left: 75px;
}

#cardlayout-notifyheader
{
  position: absolute;
  width: 180px;
  top: 75px;
  left: 475px;
  text-align: center;
  font-family: arial, helvetica, verdana, geneva, sans-serif;
  font-size: 18px;
  color: #666633;
}

.notifydate
{
  margin-top: 10px;
  color:#666666;
  font-size: 10px;
  text-align: center;
}

#cardlayout-notifybutton
{
  position: absolute;
  width: 380px;
  top: 370px;
  left: 75px;
}


p, div, span, td, dl, li
{
  font: normal normal normal 12px arial, verdana, geneva, arial, helvetica, sans-serif;
  color: #002944;
}

b
{
  font-weight: bold;
}

i
{
  font-style: italic
}

.error
{
  color: #FF0000;
}

.errorbox
{
  color: #FF0000;
  background-color: #FFFFFF;
  border: 1px solid #FF0000;
  padding: 10px;
}

.infobox
{
  color: #006600;
  background-color: #FFFFFF;
  border: 1px solid #006600;
  padding: 10px;
}

a.error:link, a.error:visited, a.error:hover
{
  color: #FF0000;
  text-decoration: underline;
}

/*
===============================================================================
Form items
===============================================================================
*/

input, select, option, textarea, button
{
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #002944;
}

input.exercise, textarea.exercise
{
  width: 100%;
}

/*
.inputSubmit
{
  background-color: #ECE9D8;
}
*/

/*
===============================================================================
Headers
===============================================================================
*/

h1, .h1
{
  font: normal normal bold 20px arial, helvetica, verdana, geneva, sans-serif;
  color: #4D4D4D;
  margin-top: 0px;
}

h2, .h2
{
  font: normal normal bold 16px arial, helvetica, verdana, geneva, sans-serif;
  color: #4D4D4D;
  margin-top: 0px;
}

h3, .h3
{
  font: normal normal bold 14px arial, helvetica, verdana, geneva, sans-serif;
  color: #4D4D4D;
}

h4, .h4
{
  font: normal italic bold 12px arial, helvetica, verdana, geneva, sans-serif;
  color: #4D4D4D;
}


/*
===============================================================================
The links in normal text
===============================================================================
*/

a:link
{
  text-decoration: underline;
  color: #0060BB;
}

a:visited
{
  text-decoration: underline;
  color: #0060BB;
}

a:hover
{
  text-decoration: underline;
  color: #009900;
}

/*
===============================================================================
Menyn
===============================================================================
*/

#menu ul
{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#menu ul ul
{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#menu ul ul ul
{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#menu ul a
{
  display: block;
  font: bold 14px arial, helvetica, sans-serif;
  text-decoration: none;
  color: #57523B;
  padding: 3px 0px 3px 5px;
}

#menu ul ul a
{
  display: block;
  font: bold 13px arial, helvetica, sans-serif;
  text-decoration: none;
  color: #40497F;
  padding: 2px 0px 2px 5px;
}

#menu ul ul ul a
{
  display: block;
  font: 12px arial, helvetica, sans-serif;
  text-decoration: none;
  color: #57523B;
  padding: 1px 0px 1px 15px;
}

#menu a:hover, tr.hover
{
  background-color: #E0E4D9;
}

#menu .active
{
  background-color: #BEC3B4;
}

tr.active
{
  background-color: #BEC3B4;
}

tr.rmenu
{
  cursor: pointer;
}

/*
===============================================================================
Small copyright-text
===============================================================================
*/

div#copyright
{
  width: 155px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 5px;
  color: #57523B;
  font-family: arial, helvetica, sans-serif;
  font-size: 9px;
  line-height: 150%;
  text-align: left;
}

#copyright a:link, #copyright a:visited
{
  text-decoration: none;
  color: #57523B;
}

#copyright a:hover
{
  text-decoration: underline;
}

div#license
{
  text-align: left;
  width: 155px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 5px;
  color: #57523B;
  font-family: arial, helvetica, sans-serif;
  font-size: 9px;
}

/*
===============================================================================
Lektionsmeny
===============================================================================
*/

.lesson, a.lesson:link, a.lesson:visited
{
  font: normal normal bold 12px arial, helvetica, verdana, geneva, sans-serif;
  text-decoration: none;
  margin-top: 5px;
  color: #FFFFFF; /* 004D81 */
}

a.lesson:hover
{
  font: normal normal bold 12px arial, helvetica, verdana, geneva, sans-serif;
  text-decoration: underline;
  margin-top: 5px;
  color: #FFFFFF; /* 004D81 */
}

.lesson-name, a.lesson-name:link, a.lesson-name:visited
{
  font: normal normal normal 11px arial, helvetica, verdana, geneva, sans-serif;
  text-decoration: none;
  color: #000000; /* 004D81 */
}

a.lesson-name:hover
{
  font: normal normal normal 11px arial, helvetica, verdana, geneva, sans-serif;
  text-decoration: underline;
  color: #000000; /* 004D81 */
}


a.exercise:link, a.exercise:visited
{
  font: normal normal bold 12px arial, helvetica, verdana, geneva, sans-serif;
  text-decoration: none;
  color: #424D36;
}

a.exercise:hover
{
  font: normal normal bold 12px arial, helvetica, verdana, geneva, sans-serif;
  text-decoration: none;
  color: #009900;
}

a.exercise-locked:link, a.exercise-locked:visited
{
  font: normal normal bold 12px arial, helvetica, verdana, geneva, sans-serif;
  text-decoration: none;
  color: #424D36;
}

a.exercise-locked:hover
{
  font: normal bold 12px arial, helvetica, verdana, geneva, sans-serif;
  text-decoration: none;
  color: #CC0000;
}

/*
===============================================================================
Dagboken
===============================================================================
*/

.diaryheader
{
  font-weight: bold;
  color: #555555;
}

.diary
{
  color: #444444;
}

.diaryquestion
{
  font-style: italic;
  color: #000000;
}

a.diary:link, a.diary:visited
{
  text-decoration: none;
  color: #336699;
}

a.diary:hover
{
  text-decoration: underline;
  color: #0066EE;
}

/*
===============================================================================
Sömnboken
===============================================================================
*/

.sleepjournalform
{
  background-color: #E0E2DA;
  border-left: 1px solid #CFD5C0;
  border-right: 1px solid #CFD5C0;
  padding: 5px;
}

.sleepjournalformheading
{
  font-weight: bold;
  text-align: center;
  background-color: #D2D5C9;
  border-left: 1px solid #CFD5C0;
  border-right: 1px solid #CFD5C0;
  padding: 5px;
}

.sleepjournaldiary
{
  background-color: #FEFFF7;
  border-left: 1px solid #CFD5C0;
  border-right: 1px solid #CFD5C0;
  border-bottom: 1px solid #CFD5C0;
  padding: 10px;
}

/*
===============================================================================
Testerna
===============================================================================
*/

table.test > td.qstn
{
  background-color: #e0e3e9;
}

table.test > td.optn
{
  background-color: #e0e3e9;
}

/*
===============================================================================
Admin section
===============================================================================
*/

.adminDataTable
{
  background-color: #d3d8c5;
}

/*
===============================================================================
misc
===============================================================================
*/

div.button
{
  margin-top: 10px;
}