/* start of simple toolbar css */
/*
dark-orange: #FF6A00;
dark-blue: #5392BB;
light-blue: #DDE9F1;
gray: 
*/
.modToolbar {
  text-align: left;
  background-color: #ffffff;
}
.modToolbar a, .modToolbar a:link, .modToolbar a:visited {
  color: #FF6A00;
  text-decoration: none;
  border: 0;
}
.modToolbar a:hover {
  color: #5392BB;
  text-decoration: underline;
  border: 0;
}
.modToolbarBorder {
  margin: 2px;
  background-color: #DDE9F1;
  height: 21px;
}
.modToolbarBorder div {
  font-size: 13px;
  font-family: Arial, Helvetica, Verdana, Sans-Serif; 
  font-weight: bold;
  color: #848484;
}
.nomargin {
  margin: 0;
  padding: 0;
}
/* end of simple toolbar css */

/* 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.moday.at/static/icon_message_24.gif") 2px -1px no-repeat #FFEC03;
  margin: 1em 0;
}

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

div.admin ul li {
  list-style: none;
  background: url("http://www.moday.at/static/bg_listicon16.gif") 0 6px no-repeat;
   line-height: 125%;
  padding: 0 0 0 22px;
}

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

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

.listNavigation span {
  color: #dde9f1;
}

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

div.admin small, 
div.admin .small {
  font-size: 10px;
  color: #555555;
}

/* 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 #dde9f1;
}

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

fieldset legend a {
  text-decoration: none;
  color: #dde9f1;
}

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

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

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

.formText {
  width: 95%;
  max-width: 95%;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

.formWide {
  width: 90%;
  max-width: 90%;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

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

a.button,
a.button:link,
a.button:visited {
  color: #FFFFFF !important;
  margin: 0.4em 0 0 0;
  border-top: 1px solid #DDDDDD;
  border-left: 2px solid #DDDDDD;
  border-bottom: 1px solid #AAAAAA;
  border-right: 2px solid #AAAAAA;
  background-color: #5392BB;
  padding: 2px 6px;
  text-decoration: none !important;
  font-weight: bold;
}

.headerSmall {
  80%;
}

a.button:hover {
  color: #DDE9F1 !important;
}

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

p.buttons-left {
  margin: 0;
  text-align: left;
  clear: both;
}

p.buttoninput {
  padding: 0 1em;
  text-align: center;
  width: 120px;
  min-width: 120px;
}

.nocss {
  display: none;
}

.nomargin {
  margin: 0;
  padding: 0;
}
.storyNavigationWrapper {
  width: 99%;
  position: relative;
  border: 1px solid #5392bb;
  -moz-border-radius: 8px;
  margin-bottom: 16px;
  background-color: #5392bb; 
}
.storyNavigationTeaserBox {
  background-color: #ffffff;
  color: #555555;
  font-size: 10px;
  font-family: Arial, Verdana, Sans-Serif;
  border: 1px solid #ff6a00;
  padding: 2px;
  width: 48px;
  height: 48px;
  -moz-border-radius: 4px;
  overflow: hidden;
  cursor: pointer; 
}
.storyNavigationTeaserBox a {
  color: #555555;
  text-decoration: none;
}
.storyNavigationTeaserBox:hover a,
.storyNavigationTeaserBox a:hover {
  text-decoration: underline;
}
.storyImage {
  text-align: center;
  margin: 10px 0;
  padding-right: 12px;
}
.storyImage img {
  border: 1px solid #ff6a00;
  padding: 2px;
  margin: 0 auto;
}
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family : Georgia, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 11px;
}

a {
  color: #5392bb;
  text-decoration: none;
  font-weight: normal;
  border-bottom: 1px dashed #ffffff;
}

a:hover {
  color: #ff6a00;
  border-bottom: 1px dashed #ff6a00;
}

p {
  padding: 0;
  margin: 0 0 13px 0;
}

img {
  border: 0;
}

.hidden {
  display: none;
}

input, textarea, select {
  font-family : Georgia, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 11px;

}

.searchbox {
  border: 1px solid #dde9f1;
  color: #555555;
}

fieldset {
  padding: 8px;
}

#wrapper {
  text-align: left;
  line-height: 1.5em;
}

/* form input classes */

.formTitle {
   width: 90%;
   max-width: 90%;
   font-family: Georgia, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   border: 1px solid #dde9f1;
}

.formText, .formWide {
  width: 90%;
  max-width: 90%;
  border: 1px solid #dde9f1;
}

/* header */

#header {
  background: #5392bb;
  margin: 0 0 40px 0;
  padding: 0 0 10px 20px;
}

#header h1 {
  margin: 0;
  padding: 24px 0 0 0;
  font-size: 50px;
  font-family: Georgia, Arial, Helvetica, sans-serif;
}

#header h1 a, #header h1 a:hover {
  color: #ffffff;
  border: 0;
}

#header div.subheader {
  font-size: 14px;
  color: #ffffff;
  margin: 0 0 0 0;
}

/* content */

#content h2 {
  text-align: right;
  margin:  0 0 30px 0;
  font-size: 18px;
}
 
/* story */

div.story {
  margin: 0 0 34px 0;
}

h3, h4 {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  color: #ff6a00;
  font-size: 12px;;
  margin: 0 0 15px 0;
  padding: 0;
}

h3 a {
  color: #ff6a00;
}

small, .small {
   font-family: Georgia, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #555555;
}

.storyTitle a {
  font-weight: bold;
}

.storyContent {
  margin: 0 0 15px 0;
}

.storyDate, .storyLinks, .commentLinks, .commentDate {
  text-align: right;
  text-transform: uppercase;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #555555;
}

.storyDate {
  border-top: 1px solid #dde9f1;
  margin: 7px 0 0 0;
}

/* comments */

.comment {
  margin: 0 20% 0.8em 0;
}

.comments {
  margin: 20px 0 0 0;
}

.comments h4 {
  margin: 2px 0 2px 0;
}

.commentDate {
  text-align: left;
}

.commentLinks {
  margin: 3px 0 0 0;
}

.reply {
  margin: 20px 0 0 30px;
}

.addComment {
  margin: 20px 0 34px 0;
}


/* sidebar */


#sidebar01, #sidebar02 {
  overflow: hidden;
  line-height: 1.6em;
}

.sidebarItemBody {
  padding: 0 0 0 10px;
  margin: 0 0 40px 0;
  border-left: 1px solid #dde9f1;
}

.sidebarItem h4 {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px 0;
}

.sidebarItem ul {
  margin: 0;
  padding: 0;
}

.sidebarItem ul li {
  list-style: none;
}

.historyItem {
 margin: 0 0 6px 0;
}

.clearall {
  clear: both;
  height: 0;
  font-size: 0;
}

/* ------------- */
/* STORY TEASERS */

div.dayContainer {
  clear: both; 
  height: 0;
}

.storyTeaserBox {
  border: 1px solid #dde9f1;
  padding: 4px;
  height: 110px;
  width: 100px;
  margin: 2px;
  float: left;
}

.storyTeaserBox:hover {
  background-color: #EEEEEE;
}

.storyTeaserImageWrapper {
  width: 100px;
  height: 75px;
  font-size: 0.7em;
  color: #555555;
  overflow: hidden;
  text-align: center;
/*  background-color: #EEEEEE; */
}

.storyTeaserImageWrapper a {
  color: #555555;
}

.storyTeaserImageWrapper img {
  margin: auto;
}

.storyTeaserInfo {
  padding: 4px 0 0 0;
  font-size: 10px;
  line-height: 120%;
}

.storyTeaserInfo a {
  color: #5392bb;
  text-decoration: none;
}

/* 2c_center_right */
/* orientation fixed width - center  */

body {
  text-align: center;
}

#wrapper {
  margin: 0 auto;
  width: 900px;
}

/* orientation 2c right  */

#content {
  padding: 8px 0 8px 15px; 
  width: 635px;
  float: left;
}

#sidebar01 {
  padding: 8px 15px 8px 0; 
  float: right;
  width: 220px;
}


