BODY {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

IMG { border: 0; padding: 0; margin: 0; }
a { text-decoration: none; color: #eca10f; }
a:hover { color: #cf8e10; }

#wrapper
{
	width: 70%;
	margin: 0 auto;
	text-align: left;
}

#header
{
	background: #000 url(images/header-bg.gif);
	color: #FFF;
	height: 86px;
	text-align: left;
	border-bottom: 1px solid #ff9900;
	border-top: 3px solid #ff9900;
}

#header img
{
	margin-top: 17px;
	margin-left: 16%;
}


.toplinks {
    position: absolute;
    top: 3px;
    right: 15%;
}

#userbit
{
    float:right;
    background: #ff9900;
    color: #3d3020;
    font-size: 10pt;
    padding-top: 2px;
    width: auto;
    text-align: right;
    height:20px;
}

#userbit a { color: #60451c;}
#userbit a:hover { color: #a26406; border-bottom: 1px dotted #60451c;}

#userbitright
{
    background: transparent url(images/userbit-right.gif) no-repeat;
    color: #000;
    float: right;
    width: 10px;
    height: 22px;
}

#userbitleft
{
    background: transparent url(images/userbit-left.gif) no-repeat;
    float: right;
    width: 10px;
    height: 22px;
}

#navbar
{
	margin-top: 14px;
	margin-left: 15%;
}


#navbar a
{
	padding: 2px 5px 2px 5px;
	margin: 0 5px 0 5px;
	background-color: #333;
	line-height: 28px;
	height: 30px;
	color: #eee;
	font-size: 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

#navbar a:hover, .selected
{
	background: #ff9900 url('images/active-tile.gif') !important;
	height: 30px;
	border-bottom: 1px solid #ff9900;
	color: #422709 !important;
	padding-top: 5px !important;
}

ul#menu {
	list-style: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #E6D8B2;
}
ul#menu a {
	border: 1px solid #e6d8b2;
	margin-top: 3px;
	background-color: #F8F8F8;
	padding: 3px 3px 3px 3px;
	display: block;
	text-align: left;
	width: 100%;
}
ul#menu a:hover {
	border: 1px solid #e6d8b7;
	background-color: #f1f1f1;
}
ul#menu li img
{
	background-color: #e8e8e8;
	border-right: 1px solid #e6d8b2;
	padding: 3px 3px 5px 3px;
	margin: -3px 2px -5px -3px;
}

#navigation {
	background: #FFF url(images/navbg.gif) repeat-x top;
	height: 22px;
	margin-top: 0px;
	padding: 5px 5px 0 5px;
	font-size: 11px;
	color: #999;
	font-weight: bold;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#navigation a { color: #999; }
#navigation a:hover { color: #666; border-bottom: 1px solid #666; }

#left {
	width: 16%;
	float: left;
	font-size: 11px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 5px;
}

#right {
	width: 80%;
	border-left: 1px solid #CCC;
	float: right;
	padding: 5px 10px 40px 10px;
}

#footer {
	font-size: 7pt;
	border-top: 1px solid #CCC;
	line-height: 15px;
	height: 42px;
	padding: 5px 5px 0 5px;
	color: #666;
	clear: both;
}

#footer a { color: #999; }
#footer a:hover { color: #666; }

.news
{
	background-color: #f5f4f4;
	color: #000;
	padding: 4px 4px 4px 10px;
	margin-top: 10px;
	border: 1px solid #e6d8b2;
}

.newstitle
{
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #eca10f;
}

.newsabout
{
	font-size: 8pt;
	color: #585858;
}

.news p
{
	padding: 1px;
}

hr {
	border: 0;
	height: 2px;
	background-color: #BBB;
}

h1 {
	font: bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	color: #eca10f;
}

h2 {
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	color: #eca10f;
}

.yellowbox {
	background-color: #FEF7AB;
	border: 1px solid #D5CE85;
	padding: 5px 5px 5px 5px;
}

.whitebox {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 5px 5px 5px 5px;
}

.redbox {
	background-color: #F7E7E7;
	border: 1px solid #CE8D8D;
	padding: 5px 5px 5px 5px;
}

.staffbox
{
	 position: absolute;
	 background-color: #eca10f;
	 display: none;
	 font-size: 8pt;
	 padding: 2px;
	 color: white;
	 text-align: center;
}

.staffbox a
{
	color: white !important;
}

/* MY APPLIEDIRC */
table.prettytable {
  margin: 1em 1em 1em 2em;
  border-collapse: collapse;
}
table.prettytable th, table.prettytable td {
  border: 1px black solid;
  padding: 0.2em;
  text-align: center;
}
table.prettytable th {
  text-align: center;
}
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

/* NAV BLOCK STYLES */

a#navblock {
	color: #eca10f;
	border: 1px solid #e6d8b2;
	margin-top: 4px;
	background-color: #F8F8F8;
	padding: 35px 3px 25px 3px;
	margin: 5px;
	height: 90px;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	float: left;
	clear: right;
}
a#navblock:hover {
	border: 1px solid #e6d8b7;
	background-color: #F4F4F4;
}
/* END MY APPLIEDIRC */

/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar .nav {
  background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}


.container { background: #FFFFFF;  width: 60%; padding: 10px; }
.sbl { background: url('http://appliedirc.com/images/bl2.gif') bottom left no-repeat #E9E9E9; width: 30%; text-align: center;  min-width: 100px; }
.sbr { background: url('http://appliedirc.com/images/br2.gif') bottom right no-repeat; }
.stl { background: url('http://appliedirc.com/images/tl2.gif') top left no-repeat; }
.str { background: url('http://appliedirc.com/images/tr2.gif') top right no-repeat; padding: 10px; }
.sb { padding: 2px 0px 10px 50px; background: url('http://appliedirc.com/images/b2.gif') 30px top no-repeat; }