
/* Typography
====================================*/
body,
input,
select,
textarea {
   font-family: Verdana, Arial, Helvetica, Lucida, sans-serif;
   }
.mono {
   font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, mono;
   }
body {
   font-size: .8em;
   }
.big {
	font-size: 1.2em;
   }
h2 {
	font-size: 1.7em;
	}
h3 {
	font-size: 1.1em;
	}
h4 {
	font-size: 1.0em;
	}
h5 {
	font-size: 1.0em;
	}
h6 {
	font-size: 0.8em;
	}
.page_message,
.page_alert,
.page_error {
   font-size: 1.3em;
   }
.smallmsg {
   font-size: 1.2em;
   }
textarea {
   font-size: 1em;
   }
.veryprominent {
   font-size: 1.7em;
   font-weight: bold;
   }
input.veryprominent {
   padding: 5px;
   }
p,
li,
label,
h2,
td,
th {
   line-height: 20px;
   }

/* Colors, Borders & Images
====================================*/
body,
#footer_links a {
   color: #333;
   }
a {
   color: #eb6e1f;
   }
h2 {
   color: #E9620D;
   }
h2 a {
   color: #fab805;
   }
a.poserlink {
	color: #333;
	text-decoration: none;
	}
a.poserlink:hover {
	color: #333;
	text-decoration: underline;
	}
.optional {
   color: #808080;
   }
.paper {
   border: 1px solid #eed;
   background: #fafaed url("/images/layout/paper_fade.jpg") repeat-x;
   padding: 20px;
   }
.paper2 {
   border: 1px solid #e9e9e9;
   }
.paper2 .header {
   color: #333;
   padding: 15px 20px;
	background: #fff url(/images/layout/paper2_headerbg2.png) repeat-x bottom;
	margin: 0;
	line-height: 22px;
   }
.paper2 .content {
   color: #fff;
   padding: 15px 20px 20px 20px;
   }
.thinborder {
   border: 1px solid #e9e9e9;
   }
#footer_links strong {
   color: #EB6E1F;
   }
.page_message:before {
   content: url("/images/layout/bullet_message.png");
   }
.page_alert:before {
   content: url("/images/layout/bullet_alert.png");
   }
.page_error:before {
   content: url("/images/layout/bullet_error.png");
   }
.page_message {
   background-color: #6DC462;
   color: #fff;
   }
.page_message a {
   color: #fff;
   }
.page_alert {
   background-color: #F2D658;
   border: 2px solid #C16803;
   color: #C16803;
   }
.page_alert a {
   color: #C16803;
   }
.page_error {
   background-color: #E25F53;
   border: 2px solid #fff;
   color: #fff;
   }
.page_error a {
   color: #fff;
   }
.elem_alert {
   color: #DA1B32;
   }
#footer_links {
   border-top: 2px solid #eee;
   }
#footer_links a:hover {
   background: #fff url("/images/layout/eee_fade.jpg") repeat-x;
   }
.available {
   border: 1px solid #9c6;
   background-color: #9c6;
   }
.available a {
   color: #333;
   text-decoration: none;
   }
.available a:hover span {
   text-decoration: underline;
   }
.unavailable {
   border: 1px solid #eed;
   background-color: #fafaed;
   }
.inlist {
   border: 1px solid #9c6;
   background-color: #9c6;
   }
.null {
   border: 1px solid #e9e9e9;
   background-color: #e9e9e9;
   }
.gradient_header a,
.gradient_header {
   color: #fff;
   }
a.block_button {
   background: #fff;
   color: #333;
   white-space: nowrap;
   }
a.block_button:hover {
   background: #EB6E1F;
   color: #fff;
   }
.effectWrapper h2 {
   font-weight: 700;
   margin-bottom: 10px;
   }
.clienttip {
   background-color: #fff;
   border: 3px solid #eed;
   padding: 10px;
   }
.helpertip {
   background: #fff;
   border: 2px solid #EB6E1F;
   padding: 0;
   width: 250px;
   }
.wide {
   width: 300px;
   }
.helpertip .title {
   background: url(/images/layout/tooltip_header_fade.jpg) repeat-y;
   padding: 10px;
   font-weight: 700;
   color: #fff;
   }
.helpertip .content {
   background-color: #fff;
   padding: 10px 10px 0 10px;
   }
.helpertip .content p {
   margin-bottom: 10px;
   }

/* Header & Nav
====================================*/
h1 a {
   width: 370px;
   height: 71px;
   display: block;
   }
h1 a span {
   display: none;
   }
#subh1 {
   position: absolute;
   display: block;
   }
#subh1 span {
   display: none;
   }
body {
   margin-top: 110px;
   }
/* Footer
====================================*/
#footer {
   text-align: center;
   }
#footer_links a {
   display: block;
   height: 90px;
   padding: 15px;
   margin: 0 5px;
   text-decoration: none;
   }
#footer_links p.left {
   float: left;
   width: 49%;
   text-align: right;
   }
#footer_links p.right {
   float: right;
   width: 49%;
   text-align: left;
   }

/* Misc formatting
====================================*/
#content {
   margin: 0 30px 20px 30px;
   }
h2,
h3,
h4,
ol,
ul,
table,
p,
#footer p {
   display: block;
   margin-bottom: 20px;
   }
#footer {
   clear: both;
   margin-bottom: 50px;
   }
.page_message,
.page_alert,
.page_error {
   padding: 10px;
   margin-bottom: 15px;
   }
.elem_alert {
   display: block;
   }
#page_path {
   padding: 0 0 20px 0;
   margin: 0;
   }
td .gradient_header {
   margin-top: 20px;
   }
a.white_button {
   background: transparent url("/images/layout/bg_button_a.gif") no-repeat scroll top right;
   color: #444;
   display: block;
   float: left;
   font-size: 12px;
   height: 24px;
   margin-right: 6px;
   padding-right: 18px; /* sliding doors padding */
   text-decoration: none;
   cursor: default;
   }
a.white_button span {
   background: transparent url("/images/layout/bg_button_span.gif") no-repeat;
   display: block;
   line-height: 14px;
   padding: 5px 0 5px 18px;
   }
a.white_button:active {
   background-position: bottom right;
   color: #000;
   outline: none; /* hide dotted outline in Firefox */
   }
a.white_button:active span {
   background-position: bottom left;
   padding: 6px 0 4px 18px; /* push text down 1px */
   }
.result {
   padding: 3px;
   margin: 3px 0;
   }
.result label span:hover {
   text-decoration: underline;
   }
.gradient_header {
   font-weight: normal;
   margin-bottom: 20px;
   }
.gradient_header a,
.gradient_header {
   text-decoration: none;
   line-height: 27px;
   padding: 0 10px;
   }
.gradient_header a:hover {
   text-decoration: underline;
   }
.gradient_header .helper_a {
   padding: 0;
   }
a.block_button {
   padding: 7px;
   font-size: 1.1em;
   text-decoration: none;
   font-weight: 900;
   }
.client_list {
   margin-bottom: 0;
   list-style: none;
   }
.client_list li {
   margin: 0 20px 10px 0;
   }
.client_list li {
   margin-bottom: 10px;
   }

#nav2 a {
   font-size: 1.15em;
   text-decoration: none;
   }
#nav2 {
   margin: 0 20px 30px 20px;
   background-color: #333;
   }
#nav2 ul {
   padding: 0;
   list-style: none;
   }
#nav2 li {
   float: left;
   }
#nav2 ul li a {
   display: block;
   padding: 7px 11px 10px 11px;
   white-space: nowrap;
   }
#nav2 ul li a {
   color: #fff;
   }

#newsubtotal {
   position: fixed;
   right: 5px;
   top: 5px;
   padding: 5px;
   border: 2px solid #333;
   background-color: #fff;
   }

img.progress {
    background: #FFF url(/images/progress.gif) no-repeat center center;
}
