.titleBlue
{
	color: #134793;
}

.titleLightBlue
{
	color: #3CD3FF;
}

.titleGreen
{
	color: #BDF398;
}

.newContainer
{
margin:0px;
padding:0px;
}

.newContainer table
{
	border-collapse: collapse;
}

.newContainer table th, td
{
	padding:1px;
}

.newContainer table a
{
	color:#fff;
	font-weight:bold;
}

.newContainer table a:hover
{
	color:#68CB33;
	font-weight:bold;
}

/* 
  -- BLUE --
*/

.dialogBlue {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:390px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 width:310px;
 z-index:1;
 margin-left:0px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialogBlue .content,
.dialogBlue .t,
.dialogBlue .b,
.dialogBlue .b div {
 background:transparent url(blue.png) no-repeat top right;
 _background-image:url(blue.png);
}

.dialogBlue .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialogBlue .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:4800px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialogBlue .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialogBlue .b,
.dialogBlue .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialogBlue .b {
 background-position:bottom right;
}

.dialogBlue .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialogBlue .hd,
.dialogBlue .bd,
.dialogBlue .ft {
 position:relative;
}

.dialogBlue .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:4200px;
 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. */
}

.dialogBlue h1,
.dialogBlue p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialogBlue h1 {
 padding-bottom:0px;
}

/* 
  -- GREEN --
*/

.dialogGreen {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:390px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 width:310px;
 z-index:1;
 margin-left:0px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialogGreen .content,
.dialogGreen .t,
.dialogGreen .b,
.dialogGreen .b div {
 background:transparent url(green.png) no-repeat top right;
 _background-image:url(green.png);
}

.dialogGreen .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialogGreen .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:4800px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialogGreen .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialogGreen .b,
.dialogGreen .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialogGreen .b {
 background-position:bottom right;
}

.dialogGreen .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialogGreen .hd,
.dialogGreen .bd,
.dialogGreen .ft {
 position:relative;
}

.dialogGreen .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:4200px;
 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. */
}

.dialogGreen h1,
.dialogGreen p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialogGreen h1 {
 padding-bottom:0px;
}

/* 
  -- LIGHT BLUE --
*/

.dialogLightBlue {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:702px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 width:100%;
 z-index:1;
 margin-left:0px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialogLightBlue .content,
.dialogLightBlue .t,
.dialogLightBlue .b,
.dialogLightBlue .b div {
 background:transparent url(light-blue.png) no-repeat top right;
 _background-image:url(light-blue.png);
}

.dialogLightBlue .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialogLightBlue .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:4800px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialogLightBlue .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialogLightBlue .b,
.dialogLightBlue .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialogLightBlue .b {
 background-position:bottom right;
}

.dialogLightBlue .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialogLightBlue .hd,
.dialogLightBlue .bd,
.dialogLightBlue .ft {
 position:relative;
}

.dialogLightBlue .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:4200px;
 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. */
}

.dialogLightBlue h1,
.dialogLightBlue p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialogLightBlue h1 {
 padding-bottom:0px;
}
