/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.white_bg {
color:#333;
 position:relative;
 margin:0px auto;
 min-width:3em;
 max-width:940px	; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:21;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under white_bg */
}

.white_bg .content,
.white_bg .t,
.white_bg .b,
.white_bg .b div {
 background:transparent url(/img/bg/white.png) no-repeat top right;
 _background-image:url(/img/bg/white.gif);
}

.white_bg .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:5px 12px 0px 0px;
}

.white_bg .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.white_bg .b {
 /* bottom */
 position:relative;
 width:100%;
}

.white_bg .b,
.white_bg .b div {
 height:21px; /* height of bottom cap/shade */
 font-size:1px;
}

.white_bg .b {
 background-position:bottom right;
}

.white_bg .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.white_bg .hd,
.white_bg .bd,
.white_bg .ft {
 position:relative;
}

.white_bg .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

/***/

.black_bg {
color:#333;
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:940px	; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:21;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under black_bg */
}

.black_bg .content,
.black_bg .t,
.black_bg .b,
.black_bg .b div {
 background:transparent url(/img/bg/black.png) no-repeat top right;
 _background-image:url(/img/bg/black.gif);
}

.black_bg .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:5px 12px 0px 0px;
}

.black_bg .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.black_bg .b {
 /* bottom */
 position:relative;
 width:100%;
}

.black_bg .b,
.black_bg .b div {
 height:21px; /* height of bottom cap/shade */
 font-size:1px;
}

.black_bg .b {
 background-position:bottom right;
}

.black_bg .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.black_bg .hd,
.black_bg .bd,
.black_bg .ft {
 position:relative;
}

.black_bg .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
.black_bg p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0px 0px;
}
/**/

.blue_bg {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:100%	; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:21;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under blue_bg */
}

.blue_bg .content,
.blue_bg .t,
.blue_bg .b,
.blue_bg .b div {
 background:transparent url(/img/bg/blue.png) no-repeat top right;
 _background-image:url(/img/bg/blue.gif);
}

.blue_bg .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.blue_bg .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.blue_bg .b {
 /* bottom */
 position:relative;
 width:100%;
}

.blue_bg .b,
.blue_bg .b div {
 height:21px; /* height of bottom cap/shade */
 font-size:1px;
}

.blue_bg .b {
 background-position:bottom right;
}

.blue_bg .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.blue_bg .hd,
.blue_bg .bd,
.blue_bg .ft {
 position:relative;
}

.blue_bg .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.blue_bg h1,
.blue_bg p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0px 0px;
}

.blue_bg h1 {
 padding-bottom:0px;
}

.blue_bg table {width:103%;margin:0px 0px 0px -7px;padding-top:10px; position:relative;}
.blue_bg table td {border-top:1px solid #666666;padding:3px 10px 3px 10px;	font-size:10px;height:51px;}
.blue_bg table td p{margin:0;padding:0;font-size:10px;}
.blue_bg table .first td {border-top:none;padding:0px 10px 3px 10px;}
.blue_bg table .last td{padding:3px 10px 0px 10px;}
.blue_bg table td.right {padding-left:10px;vertical-align:middle;color:#eee;}
.blue_bg a {
 position:relative;display:block;color:#fff;text-decoration:none; height:80%;width:100%;z-index: 134;}
.blue_bg a:hover {color:#ff8903;text-decoration:underline; }



