html, body { margin: 0; padding: 0; }
div { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; }
div h1 { font-size: 1.1em;}
div h2 { font-size: 1.0em;}
div h3 { font-size: 0.9em;}
div p { font-size: .8em;   }
div ul { font-size: .8em;   }
div input, div select, div textarea, div button { font-size: .8em; }

#textGray { color: #dedede; }
#textBlue { color: #1533ae; }
#container {
  width: 100%;
}
#topbar {
  height: 5px;
	width: 100%;
	background-color: #1533ae;
}
#graybar {
  height: 5px;
	width: 100%;
	background-color: #dedede;
}

#top {
}
#logo {
  float: left;
  background: white;
}
img { border-style: none; }

#menu {
  float: left;
  font-size: 1.1em;
}
ul#menu { width: 200px; list-style:none; margin:15px 0 0 5px; padding:0;}
ul#menu li { padding: 2px 0 2px 20px; color: #dedede; }
ul#menu li a { text-decoration: none; white-space: nowrap; color: #1533ae;}

#body {
  clear: both;
	margin-left: 200px;
	margin-right: 30px;
	margin-bottom:20px;
}
#bodyfull {
  clear: both;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom:20px;
}
.card_bg {
  background: white url('../img/cards.gif') no-repeat scroll 100% 45px;
}


#bottombar {
  clear: both;
  height: 5px;
  width: 100%;
  background-color: #dedede;
}
#bottom {
  margin-top: 5px;
  margin-left: 200px;
  font-size: 8pt;
}
#bottom a { text-decoration: none; white-space: nowrap; font-size: 110%; color: #1533ae;}

.ui-tabs .ui-tabs-hide {
  position: absolute;
  left: -10000px;
}