/* 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 #cccccc;
  padding-bottom: 2px;
  padding-left: 7px;
}

.listNavigation span {
  color: #cccccc;
}

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

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

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

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

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

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

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

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

.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 #6a3a09;
  -moz-border-radius: 8px;
  margin-bottom: 16px;
  background-color: #6a3a09; 
}
.storyNavigationTeaserBox {
  background-color: #ffffff;
  color: #6a6a6a;
  font-size: 10px;
  font-family: Arial, Verdana, Sans-Serif;
  border: 1px solid #95510c;
  padding: 2px;
  width: 48px;
  height: 48px;
  -moz-border-radius: 4px;
  overflow: hidden;
  cursor: pointer; 
}
.storyNavigationTeaserBox a {
  color: #6a6a6a;
  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 #95510c;
  padding: 2px;
  margin: 0 auto;
}

/* -----------------------------------------------
   Stylesheet for the default layout at moday.at
   Grafik: dynamowien.com
   (c) 2005 
   Knallgrau New Media Solutions GmbH
------------------------------------------------- */

.modToolbar {
  /* because the background in this layout is always white */
  background-color: #FFFFFF;
}

/* ----------------- */
/* BASIC PAGE LAYOUT */

body {
  margin: 0;
  padding: 0;
  background: url("");
  background-color: #FFFFFF;
  text-align: center;
  font-family: Georgia, Arial, Helvetica, sans-serif;
}

#wrapper {
  margin: 0 auto;
  width: 900px;
  padding: 10px 0 0 0;
  text-align: left;
}

#header {
  background: url("http://www.moday.at/static/layouts/default/header.gif");
  background-color: #6a3a09;
}

#navbar {
  position: relative;
  background-color: #6a3a09; 
}

#pagebody {
  background-color: #DDE9F1;
  padding: 0;
}

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

#content .box {
  background-color: #ffffff;
  overflow: hidden;
}

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

#sidebar01 .box {
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
}

#content div.admin {
  padding: 0 16px 0 8px;
}

/* ----------------------------------------- */
/* SOME GENERAL STYLES FOR STANDARD ELEMENTS */

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #bf6000;
}

a:visited {
  color: #bf6000;
}

a:hover,
a:active {
  color: #e0b60e;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  text-decoration: underline;
}

form {
  margin: 0;
  padding: 0;
}

pre, tt {
  font-size: 12px;
  width: 100%;
  overflow: auto;
}

.clearall {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

input, select, textarea {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000000;
  vertical-align: middle;
}

img {
  border: 0;
}

/* ----------- */
/*   CONTENT   */

#content .boxContent {
  padding: 10px 12px 16px 16px;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  color: #6a6a6a;
  position: relative;
}

/* ----------- */
/* SIDEBAR(S) */

#sidebar01, #sidebar02 {
  font-size: 11px;
  color: #6a6a6a;
}

.sidebar a {
  text-decoration: none;
}

.sidebar a:hover {
  text-decoration: underline;
}

.sidebar p {
  margin: 0 0 7px 0;
  line-height: 100%;
}

.sidebar pre,
.sidebar tt   {
  font-family: Courier New, Courier, Fixed-Width;
  font-size: 11px;
  width: 190px;
  max-width: 190px;
  overflow: auto;
}

.sidebarItem {
  line-height: 135%;
  margin: 0 0 12px 0;
  overflow: hidden;
}

.sidebarItemBody {
  padding: 8px 12px 8px 12px;
}

.sidebarItem h4 {
  padding: 8px 0 2px 12px;
  margin: 0;
  text-transform: lowercase;
  font-size: 12px;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  color: #95510c;
}

.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;
  font-size: 12px;
}

/* --------------------------------------- */
/* ALL THE NICE BOXES WITH ROUNDED CORNERS */

.box {
  text-align: left;
  margin-bottom: 0.5em;
}

.boxCorners {
  width: 100%; 
  height: 5px;
  position: relative;
}

.boxCorners div {
  position: absolute; 
  background-repeat: no-repeat; 
  width: 5px; 
  height: 5px;
}

.boxOnWhite .boxCorners .boxCornerTL { background-image: url(http://www.moday.at/static/moday/edge-tl-round-white.gif); left: 0; }
.boxOnWhite .boxCorners .boxCornerTR { background-image: url(http://www.moday.at/static/moday/edge-tr-round-white.gif); right: 0; }
.boxOnWhite .boxCorners .boxCornerBL { background-image: url(http://www.moday.at/static/moday/edge-bl-round-white.gif); left: 0; }
.boxOnWhite .boxCorners .boxCornerBR { background-image: url(http://www.moday.at/static/moday/edge-br-round-white.gif); right: 0; }

.boxOnLightBlue .boxCorners .boxCornerTL { background-image: url(http://www.moday.at/static/moday/edge-tl-round-lightblue.gif); left: 0; }
.boxOnLightBlue .boxCorners .boxCornerTR { background-image: url(http://www.moday.at/static/moday/edge-tr-round-lightblue.gif); right: 0; }
.boxOnLightBlue .boxCorners .boxCornerBL { background-image: url(http://www.moday.at/static/moday/edge-bl-round-lightblue.gif); left: 0; }
.boxOnLightBlue .boxCorners .boxCornerBR { background-image: url(http://www.moday.at/static/moday/edge-br-round-lightblue.gif); right: 0; }

.boxMessage {
  background-color: #FFFF33 !important;
}

.boxMessage div.boxContent {
  background: url("http://www.moday.at/static/icon_message_24.gif") 0 -1px no-repeat;
  margin: 0 1em;
  padding: 2px 0 3px 32px !important;
  font-size: 0.8em;
  font-weight: bold;
}


/* Stuff that differs for blue and orange boxes */

.boxOrange {
  background-color: #95510c !important;
}

.boxBlue {
  background-color: #6a3a09;
}

.boxBlue .boxContent a,
.boxOrange .boxContent a {
  color: #ffffff;
  text-decoration: underline;
}

.boxOrange p {
  color: #ffffff;
}

.boxOrange .boxHeader,
.boxOrange .boxHeaderArrow {
  color: #ffffff;
}

.boxOrange .boxHeader a,
.boxOrange .boxHeaderArrow a {
  color: #ffffff;
}

.headerSmall {
  font-size: 0.75em !important;
}

.headerSmall a {
  color: #bf6000 !important;
  text-decoration: underline !important;
}


/* ------------------ */
/*  STORY & COMMENTS  */

.story {
  margin: 0px 0px 24px 0px;
}

#content h3, 
.storyTitle {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  color: #95510c;
  font-size: 12px;
  margin: 16px 0px 6px 0px;
  padding: 0px;
}

.storyTitle a,
.storyTitle a.link {
  color: #95510c;
  text-decoration: none;
}

.storyTitle a:hover {
  text-decoration: underline;
}

.commentDate, .storyDate, 
.commentContent, .storyContent {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  color: #6a6a6a;
  font-size: 11px;
  margin: 0;
}

.storyContent {
  margin: 0.15em 0 0.2em 0;
  padding: 0.3em 0 0.3em 0;
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #cccccc;
}

.comment {
  margin: 0 20% 0.8em 0;
}

.commentContent {
  margin: 0.15em 0 0.2em 0;
  padding: 0.3em 0 0.3em 0;
}

.commentLinks, .storyLinks {
  padding-top: 0.2em;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #6a6a6a;
/*  text-align: right;
  clear: both; */
}

#content textarea {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 11px;
}

.comments textarea:hover {
  background-color: #EEEEEE;
}

.comments textarea:focus {
  background-color: #ffffff;
  border: 2px solid #95510c;
}


/* ------------- */
/* STORY TEASERS */

div.dayContainer {
  clear: both; 
  height: 0;
}

.storyTeaserBox {
  border: 1px solid #cccccc;
  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: #6a6a6a;
  overflow: hidden;
  text-align: center;
/*  background-color: #EEEEEE; */
}

.storyTeaserImageWrapper a {
  color: #6a6a6a;
  text-decoration: none;
}

.storyTeaserImageWrapper a:hover {
  text-decoration: underline;
}

.storyTeaserImageWrapper img {
  margin: auto;
}

.storyTeaserInfo {
  padding: 4px 0 0 0;
  font-size: 0.7em;
  line-height: 1.2em;
  width: 100px;
  overflow: hidden;
}

.storyTeaserInfo a {
  color: #bf6000;
  text-decoration: none;
}

.storyTeaserInfo a:hover {
  text-decoration: underline;
}


/* ------------------------------------ */
/* STUFF THAT DIFFERS FROM THE STANDARD */

/* navbar & footer (blue) */

#header .boxContent {
  padding: 0 0 0 0;
  height: 50px; 
  position: relative;
}

#header h1,
#header h1 a {
  color: #ffffff;
}
#header h1 {
  padding: 0;
  margin: 0.25em 1em;
}

#footer .boxContent,
#navbar .boxContent {
  padding: 0 0 0 2em;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 1px;
  min-height: 15px;
  color: #ffffff;
}

#navbar span {
  color: #95510c;
}

#footer a,
#navbar a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#navbar a {
  padding: 0 1em 0 26px;
}

#navbar span {
  display: none;
}

/* AND THE REST */

.vflWebCreateSiteForm {
  margin: 0 2em 0.5em 0; 
  line-height: 175%;
}
.vflWebCreateSiteForm input,
.vflWebCreateSiteForm select {
  margin-bottom: 0.2em;
}

/* 2c_center_left */
/* orientation fixed width - center  */

body {
  text-align: center;
}

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

/* orientation 2c left  */

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

#sidebar01 {
  padding: 8px 10px 8px 15px;
  float: left;
  width: 220px;
}


