@charset "utf-8";
/* CSS Document */

body {
  background-image:url(images/teak.jpg);
  font-family:verdana;
  font-size: 10px;
  }
.paper-right p, .paper-left p {
  font-family:verdana;
  font-size: 12px;
  }
.logins {
  color:#ffffff;
  text-align:right;
  float:right;
  font-size: 12px;
  margin-right:8px;
  }



.post-it-corner {
  width:32px;
  height:76px;
  background-image:url(images/top-left-post-it-note.png);
  background-repeat:no-repeat;
  }
.post-it-mid {
  width:32px;
  height:59px;
  background-image:url(images/mid-left-post-it-note.png);
  background-repeat:no-repeat
  }
.post-it-bot {
  width:32px;
  height:22px;
  background-image:url(images/bot-left-post-it-note.png);
  background-repeat:no-repeat;
  vertical-align:top;
  }
.click-here {
  background-image:url(images/click-here.png);
  background-repeat:no-repeat;
  width:98px;
  height:59px;
  }
.post-it-top-mid {
  background-image:url(images/post-it-top-md.png);
  background-repeat:no-repeat;
  width:98px;
  height:108px;
  }
.folder-tabs {
  background-image:url(images/folder-tabs.png);
  background-repeat:no-repeat;
  width:804px;
  height:108px;
  }
.card-paper-top {
  background-image:url(images/bus-card-paper-top.jpg);
  background-repeat:no-repeat;
  width:804px;
  height:59px;
  }
.cal-top-right {
  background-image:url(images/calendar-top-corner.png);
  background-repeat:no-repeat;
  width:55px;
  height:108px;
  }
.cal-row2 {
  background-image:url(images/calendar-row2-right.png);
  background-repeat:no-repeat;
  width:55px;
  height:59px;
  }
.cal-left {
  background-image:url(images/cal-left.png);
  background-repeat:none;
  width:98px;
  height:520px;
  }
.paper-left {
  background-image:url(images/paper-left.jpg);
  background-repeat:no-repeat;
  height:530px;
  width:291px;
  }
.paper-right {
  background-image:url(images/paper-right.jpg);
  background-repeat:no-repeat;
  width:513px;
  height:530px;
  vertical-align:top;
  }
.cal-right {
  background-image:url(images/cal-right.png);
  background-repeat:no-repeat;
  width:55px;
  height:530px;
  }
.cal-left-bottom {
  background-image:url(images/cal-bot-left.png);
  background-repeat:no-repeat;
  width:92px;
  height:81px;
  }
.paper-bot {
  background-image:url(images/paper-bot.png);
  background-repeat:no-repeat;
  width:804px;
  height:81px;
  }
.cal-right-bottom {
  background-image:url(images/cal-bot-right.png);
  background-repeat:no-repeat;
  width:55px;
  height:81px;
  }
.content {
  margin:5px;
  vertical-align:top;
  width:490px;
  height:475px;
  overflow:auto; 
  overflow-x:hidden;
  scrollbar-face-color: #46a044;
  scrollbar-shadow-color: #3c8a3b;
  scrollbar-highlight-color: #6eb56d;
  scrollbar-3dlight-color: #46a044;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #80ba7f;
  scrollbar-arrow-color: #033e02; 

  }
.content div {
	width:460px;
  }
.top {
  height:20px;
  margin-left:5px;
  }
.bottom-nav {
  text-align:center;
  margin-left:65px;
  margin-top:10px;
  }
.home-link {
  float:right;
  margin-right:18px;
  font-weight:bold;
  font-size:12px;
  color:#000000;
  
  margin-top:5px;
  }
.copy {
  margin-top:15px;
  text-align:center;
  color:#ffffff;
  font-size:10px;
  }
.black {
  color:#000000;
  }
.green {
  color:#46a044;
  }
.long {
  overflow:scroll;
  }


a:link {color:#46a044; text-decoration:none;}
a:visited {color:#46a044; text-decoration:none;}
a:hover {color:#955fa8; text-decoration:none;}

/*Links*/

.SkinObject { font-size:10px; color:#000000; text-decoration:none; }
a.SkinObject:link { font-size:10px; color:#000000; text-decoration:none; }
a.SkinObject:visited {  font-size:10px; color:#000000; }
a.SkinObject:hover, A.SkinObject:active { font-size:10px; color:#46a044; }

/* This code below was created by Joe a custom tags as an addition to the skinobjects */
.LinksObject { font-size:10px; color:#000000; text-decoration:none; }
a.LinksObject:link { font-size:10px; color:#717174; text-decoration:none; }
a.LinksObject:visited { font-size:10px; color:#717174; text-decoration:none;}
a.LinksObject:hover, A.LinksObject:active { font-size:10px; color:#46a044; }


