html {
	overflow-y: scroll;	
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	margin: 0;
	margin-top:0;
	margin-bottom:0;
	padding: 0;
}
a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
}

img
{
-ms-interpolation-mode: bicubic;
}

.tabs_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: underline;
}
.button 
{
   color:#FFFFFF;
   background-color:#9E4712;
   border-style:solid;
   border-color:black;
   border-width:1px;
   font-size:10px;
   height:20px;
   margin: 1px;
}
.button.old {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #CCCCCC;
	border: 1 solid #666666;
	font-style: normal;
	line-height: normal;
	margin: 1px;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;

}

.ticketItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}
.over { background-color: #000066; color: #FFFFFF; cursor: pointer; font-size:12px} 
.out { background-color: #FFFFFF; color: #000000; font-size:12px} 
.altout { background-color: #FFFFFF; color: #006600} 
.out2 { background-color: #FFFFAA; color: #000000; font-size:12px} 
.selected {
	background-color: #0066FF;
	color: #FFFFFF;
	font-size: 12px
} 
.calSelected {
	color: #FFFFFF;
	background-color: #000099;
}
.calToday {
	border: thin solid #FF0000;
}
.calTodaySelected {
	color: #FFFFFF;
	background-color: #000099;
	border: thin solid #FF0000;
}

.flat {
	text-decoration: none;
	font-weight: normal;
	border: thin;
	text-align: center;
	vertical-align: middle;
	cursor: arrow;
}
.rightLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}
.rightBlackLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.thinBorder {
	border: 1px solid #000000;
}
.bottomBlackLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.calendarBox {
	border-top-width: thin;
	border-right-width: 2px;
	border-bottom-width: thin;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #CC0033;
	border-bottom-color: #000000;
	border-left-color: #009900;
}
.busy {
	background-color: #0000CC;
}
.raster {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	overflow: hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.rasterRED {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	overflow: hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
}

.rasterTop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.tableHead {
	background-color: #666666; 
	color: #FFFFFF;
}
    .tabs 
    {

      clear:both;
      float:left;
      font-size:12;
      line-height:normal;
      border-bottom:1px solid #cccccc;
      margin-bottom:5px;

      }
      .tabs #WaitingMsg 
      {
        float:right;
        padding-right:10px;
        font-weight:bold;
      }
    .tabs ul {
          margin:0;
          padding:20px 10px 0 0;
          list-style:none;
      }
    .tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    .tabs a {
      float:left;
      background:url("/portalStyle/tableft5.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      font-weight:bold;
      }
    .tabs a span {
      float:left;
      display:block;
      background:url("/portalStyle/tabright5.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .tabs a span {float:none;}
    /* End IE5-Mac hack */
    .tabs a:hover span {
      color:#FFF;
      }
    .tabs a:hover {
      background-position:0% -42px;
      }
    .tabs a:hover span {
      background-position:100% -42px;
      }

      .tabs .current a {
              background-position:0% -42px;
      }
      .tabs .current a span {
              background-position:100% -42px;
      }		
	.hoover {
		background-color:#000000;
		font-size: 12px;
		color:#FFFFFF;
		margin: 0px;
		padding: 10px;
	}
