
/* admin styles */

/* messages */
.message {
  background-color: #FFEC03;
  border: 1px solid #FF7006;
  color: #A21A1A;
  padding: 0.2em 0.8em 0.15em 34px;
  background: url("http://www.summerschool.at/static/icon_message_24.gif") 2px -1px no-repeat #FFEC03;
  margin: 1em 0;
}

div.admin ul li {
  list-style: none;
  background: url("http://www.summerschool.at/static/bg_listicon16.gif") 0 0px no-repeat;
  padding: 0 0 5px 22px;
}

div.admin ul {
  margin: 0 0 1em 0;
  padding: 0;
}

.listItem ul.taskList li {
  background: url("http://www.summerschool.at/static/bg_listicon16_simple.gif") 0 2px no-repeat;
}

.listNavigation {
  margin-top: 1.5em;
  border-bottom: 1px solid #ccff66;
  padding-bottom: 2px;
  padding-left: 7px;
}

.listNavigation span {
  color: #ccff66;
}

.listNavigation a.active {
  font-weight: bold;
}

div.admin small, 
div.admin .small {
  font-size: 11px;
  color: #999999;
}

/* lists */

div.pageNav {
  margin: 5px 0 13px 0;
}

div.pageNavSummary {
  /* float: left; */
}

div.pageNavBar {
  /* float: right; */
  text-align: right;
}

span.pageNavItem,
span.pageNavSelItem  {
  margin-left: 3px;
  margin-right: 3px;
}

table.listItem td.leftCol {
  width: 70%;
  vertical-align: top;
}

table.listItem td.rightCol {
  width: 30%;
  vertical-align: top;
}


/* forms */

div.admin fieldset {
  -moz-border-radius: .8em;
  border: 1px solid #ccff66;
}

div.admin fieldset legend {
  font-weight: bold;
  font-size: 1em;
  left: 1em;
  padding: 0 0.6em;
  color: #87c029;
}

div.admin fieldset.formList {
  padding: 0 1em 0 1.5em;
}

div.admin .formList p {
  border-bottom: 1px solid #aeaeae;
  margin-top: 0.5em;
  padding-bottom: 0.8em;
}

div.admin label {
  font-size: 1em;
  font-weight: bold;
  font-color: #999999;
}

.formText {
  width: 95%;
  font-family: Arial, Helvetica, Verdana;
  font-size: 12px;
  font-weight: normal;
}

.formWide {
  width: 90%;
  font-family: Arial, Helvetica, Verdana;
  font-size: 12px;
  font-weight: normal;
}

div.admin .intend {
  display: block;
  margin-left: 1.8em;
}

p.buttons {
  margin-top:3em;
  text-align: right;
  clear: both;
}

p.buttons input,
input.button {
  padding: 0 1em;
  text-align: center;
}
/* orientation 2c left  */

#container {
  float: left;
  margin: 0px -190px 0px 0px;
  width: 100%;
}

#main {
  margin: 0px 190px 0px 0px;
}

#sidebar01 {
  float: left;
  width: 170px;
  padding: 10px 5px 5px 10px;
  border-right: 1px dotted #999999;
}

#content {
  margin: 0px 0px 0px 190px;
  padding: 10px 5px 5px 5px;
  width: 360px;
}

#sidebar02 {
  float: right;
  width: 170px;
  border-left: 1px dotted #999999;
  padding: 10px 10px 5px 5px;
}

/* orientation fixed width - left */

body {
  text-align: left;
}

#wrapper {
  width: 760px;
  margin-left: 65px;
}


body {
  margin: 0px;
  padding: 0px;
  background-color: #faf7f7;
  font-family : Arial, Helvetica, Verdana;
  color: #aeaeae;
  font-size: 12px;
}

a {
  color: #87c029;
  text-decoration: none;
}

a.grey {
  color: #999999;
}

a:hover {
  color: #999999;
}

p {
  margin-bottom: 0.7em;
  margin-top: 0.7em;
}

img {
  border-width: 0;
}

.hidden {
  display: none;
}

input, textarea, select {
  font-family : Arial, Helvetica, Verdana;
  color: #999999;
  font-size: 11px;
  border: 1px solid #ccff66;
}

#wrapper {
  text-align: left;
}

/* form input classes */

.formTitle {
   width: 350px;
   font-family: Arial, Helvetica, Verdana;
   font-size: 11px;
   font-weight: bold;
   border: 1px solid #aeaeae;
}

.formText {
  width: 350px;
  font-family: Arial, Helvetica, Verdana;
  font-size: 12px;
  font-weight: normal;
}

.formWide {
  width: 80%;
  font-family: Arial, Helvetica, Verdana;
  font-size: 12px;
  font-weight: normal;
}


/* header */

#header {
  background: #faf7f7;
  border-bottom: 14px solid #ccff66;
  border-top: 6px solid #ccff66;
  border-left: 1px dotted #999999;
  border-right: 1px dotted #999999;
  height: 230px;
  background-image: url("http://www.summerschool.at/static/layouts/student/header.gif");
  background-repeat: no-repeat;
}

div.sidebarItem div.icon {
  text-align: right;
}

#header div.icon img {
}

#header h1 {
  margin: 0px;
  padding: 32px 0px 0px 0px;
  font-size: 24px;
  font-family: Arial, Helvetica, Verdana;
  color: #87c029;
}

#header div.title {
  background-color: white;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#header div.title a {
  text-decoration: none;
}

#header div.small {
  color: #87c029;
  font-size: 11px;
}

#pagebody {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  border-left: 1px dotted #999999;
  border-right: 1px dotted #999999;
  border-bottom: 14px solid #ccff66;
  background-color: white;
}

/* messages */

.message {
  background-color: #FFEC03;
  border: 1px solid #FF7006;
  color: #A21A1A;
  padding: 0.2em 0.8em 0.15em 34px;
  background: url("http://www.summerschool.at/static/icon_message_24.gif") 2px -1px no-repeat #FFEC03;
  margin: 1em 0;
}

/* content */

#content {
  line-height: 1.3em;
}
 
/* story */

.story {
  padding: 0px 0px 28px 0px;
  text-align: justify;
}

h3 {
  background-color: #EEEEEE;
  margin: 0px;
}

h3 a {
  font-family: Arial, Helvetica, Verdana;
  color: #87c029;
  font-size: 11px;
  margin: 0px 0px 0px 0px;
  padding: 0px 1px 1px 1px;
}

.storyLinks  {
  text-align: right;
  font-family: Arial, Helvetica, Verdana;
  font-size: 11px;
  color: #87c029;
  font-weight: bold;
}

.storyDate {
  margin: 2px 0px 8px 13px;
  text-align: left;
  font-family: Arial, Helvetica, Verdana;
  font-size: 11px;
  color: #666666;
}

.storyContent {
  margin: 10px 0px 10px 13px;
}

/* comments */

div.comments {
  margin: 10px 0px 10px 13px;
}

div.comments .commentDate {
  font-size: 11px;
  color: #999999;
  margin: 0px;
}

div.comments h4  {
  font-size: 11px;
  color: #87c029;
  margin: 0px;
}

div.comments .commentLinks {
  font-size: 11px;
  color: #87c029;
  margin: 0px;
  text-align: right;
}

div.reply {
  margin-left: 20px;
  margin-bottom: 10px;
}


/* navigation */

#sidebar01, #sidebar02 {
  font-size: 11px;
}

/* sidebar(s) */

.sidebar div, 
.sidebar p {
  color: #666666;
  margin: 0 0 7px 0;
}

.sidebar pre,
.sidebar tt   {
  font-size: 12px;
  width: 200px;
  overflow: auto;
}

.sidebarItem {
  border-bottom: 1px solid #ccff66;
  padding: 0 0 10px 0;
  line-height: 1.1em;
  color: #999999;
  margin: 0px 0px 12px 0px;
  overflow: hidden;
}

.historyItem {
  margin-bottom: 10px;
}

.sidebarItem h4 {
  font-size: 12px;
  padding: 0px 0px 7px 0px;
  margin: 0px;
  border: 0px;
  text-transform: uppercase;
}

.sidebarItem ul {
  margin: 0.5em 0 0.7em 0;
  padding: 0;
}

.sidebarItem ul li {
  list-style: none;
  padding: 0 0 0.2em 0;
}

table.calendar td {
  white-space: nowrap;
}

.clearall {
  clear: both;
  height: 0px;
  font-size: 0px;
}


