﻿/*  -- Rounded Corner Dialog Box -- */
.DoubleBlueBox 
{
 text-align:left;
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:450px;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under DialogBox */
}

.DoubleBlueBox .BoxContent,
.DoubleBlueBox .Top,
.DoubleBlueBox .Bottom,
.DoubleBlueBox .Bottom div {
 background:transparent url(images/blueSearchBox.gif) no-repeat top right;
 _background-image:url(images/blueSearchBox.gif);
}

.DoubleBlueBox .BoxContent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.DoubleBlueBox .Top {
 /* 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;
}

.DoubleBlueBox .Bottom {
 /* bottom */
 position:relative;
 width:100%;
 text-align:left;
}

.DoubleBlueBox .Bottom,
.DoubleBlueBox .Bottom div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.DoubleBlueBox .Bottom {
 background-position:bottom right;
}

.DoubleBlueBox .Bottom div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.DoubleBlueBox .hd,
.DoubleBlueBox .bd,
.DoubleBlueBox .ft {
 position:relative;
}

.DoubleBlueBox .Wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto;
}

.DoubleBlueBox h1,
.DoubleBlueBox p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.DoubleBlueBox h1 {
 padding:15px 0 15px 0;
 text-align:center;
 margin:0 auto;
}

.DoubleBlueBloxMargin {padding:20px 10px 10px 10px;}

/*  -- Rounded Corner Dialog Box -- */
.LowerDialogBox {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:450px;
 z-index:1;
 margin-left:0px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under DialogBox */
 line-height:normal;
}

.LowerDialogBox .BoxContent,
.LowerDialogBox .Top,
.LowerDialogBox .Bottom,
.LowerDialogBox .Bottom div {
 background:transparent url(images/lowerBlueSearchBox.gif) no-repeat top right;
 _background-image:url(images/lowerBlueSearchBox.gif);
}

.LowerDialogBox .BoxContent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.LowerDialogBox .Top {
 /* 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;
}

.LowerDialogBox .Bottom {
 /* bottom */
 position:relative;
 width:100%;
 text-align:left;
}

.LowerDialogBox .Bottom,
.LowerDialogBox .Bottom div {
 height:15px; /* height of bottom cap/shade */
 font-size:1px;
}

.LowerDialogBox .Bottom {
 background-position:bottom right;
}

.LowerDialogBox .Bottom div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.LowerDialogBox .hd,
.LowerDialogBox .bd,
.LowerDialogBox .ft {
 position:relative;
}

.LowerDialogBox .Wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto;
}

.LowerDialogBox h1,
.LowerDialogBox p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.LowerDialogBox h1 {
 padding-bottom:0px;
}

.LowerDialogBox p
{
    text-align:right;
    margin:-25px 0 0 0;
    
}

/* Bluebox rounded corner*/

BlueBox {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under DialogBox */
 margin-top:20px;
}

.BlueBox .BlueBoxContent,
.BlueBox .Top,
.BlueBox .Bottom,
.BlueBox .Bottom div {
 background:transparent url(images/BlueBox.gif) no-repeat top right;
 _background-image:url(images/BlueBox.gif);
}

.BlueBox .BlueBoxContent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.BlueBox .Top {
 /* 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;
}

.BlueBox .Bottom {
 /* bottom */
 position:relative;
 width:100%;
 text-align:left;
}

.BlueBox .Bottom,
.BlueBox .Bottom div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.BlueBox .Bottom {
 background-position:bottom right;
}

.BlueBox .Bottom div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.BlueBox .hd,
.BlueBox .bd,
.BlueBox .ft {
 position:relative;
}

.BlueBox .Wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto;
}

.BlueBox h1,
.BlueBox p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:20px 1px 20px 1px;
}

.BlueBox h1 {

 font-family: Arial; 
 font-size: 18px; 
 font-weight: bold;
 background-color:Transparent;
 border:0;
 color:#0F3859;
 text-align:left;
 text-transform:none;
 letter-spacing:normal;
}

.BlueBox .GreyQuote
{
	font-family: Georgia, Times New Roman, Serif; 
	font-style: italic; 
	font-size: 12px; 
	color: #808080; 
	width: 220px;
}

.BlueBox .BlueQuote
{
	font-family: Georgia, Times New Roman, Serif; 
	font-style: italic; 
	font-weight: bold; 
	font-size: 14px;
}