@import url(WA_MinimalDefault.css);

/* Title */
div.SkinContainer h2.Title { text-align: left; }
div.SkinContainer h2.Title, div.SkinContainer h2.Title span
{
	font-family:'BitstreamVeraSansRoman', tahoma, sans-serif;
	font-size:20px;
	margin:0;
	padding:0;
	font-weight:normal;
	color:#921818;
}

/* Content */


div.SkinContainer .Content { margin-top: 2px; padding: 0; }
div.SkinContainer .Content, div.SkinContainer .Content .Normal
{
	
}

.roundedGray .Content, .roundedGray .Normal, .roundedGray a, .roundedBlack .Content, .roundedBlack .Normal, .roundedBlack a {
	color:#fff!important;
}

.roundedGray a:hover, .roundedBlack a:hover  {
	color:#E1E8EC!important;
}

.roundedGray H5, .roundedBlack H5  {
	color:#fff!important;
}

.roundedGray .Head, .roundedBlack .Head {
	border:none!important;
}

.dotted h2, .dotted h2 .Head {
	font-family:'BebasRegular', Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#666;
	padding:0 0 4px 0;
	margin:0 0 2px 0;
	font-weight:normal;
	word-spacing:4px;
}

.dotted h2 {
	border-bottom:dashed #999 1px;
}

 /* set background images for corners */

.rbtop div  { background: url(corners/tl.png) no-repeat top left; }
.rbtop      { background: url(corners/tr.png) no-repeat top right; }
.rbbot div  { background: url(corners/bl.png) no-repeat bottom left; }
.rbbot      { background: url(corners/br.png) no-repeat bottom right; }
body.ie .rbtop div  { background: url(corners/tl.gif) no-repeat top left; }
body.ie .rbtop      { background: url(corners/tr.gif) no-repeat top right; }
body.ie .rbbot div  { background: url(corners/bl.gif) no-repeat bottom left; }
body.ie .rbbot      { background: url(corners/br.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent  { margin: 0 14px; }
.rbroundbox { width: 100%; margin: auto; /*background: url(images/test.jpg);*/ margin-bottom:10px; }

.roundedBlack .rbroundbox {
	background:#565656;
	background-image:none;
}


/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(images/blueWhite.png) no-repeat top right;
 _background-image:url(image/blueWhite.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .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;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .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. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}

.blueContent {
	clear:both;
	/*float:left;
	padding:10px 10px 0px 10px;*/
	padding:0px 10px 0 13px;
}

.roundedBlue {
	padding:0px 0px 0px 10px;
}

.roundedBlue h2 span {
	color:#fff;
	font-family:Arial;
	font-size:21px;
	font-weight:normal;
}

.roundedBlue p, .roundedBlue li, .roundedBlue div, .roundedBlue td {
	color:#fff;
}

img.additionalContent {
	float:left;	
	width:15px;
}

h2.additionalContent {
/*	float:left;*/
	color:#fff;
	font-weight:normal;
	font-size:13px;
	margin:	0px!important;
	padding:1px 0 0 22px;
}

body.ie7 h2.additionalContent {
	height:18px;
}

h2.additionalContent a:hover {
	color:#fff;
	text-decoration:underline;
}

.quote {
	background:url(images/quotes.jpg) no-repeat;
	clear:both;
	float:left;
	margin:30px 0px 0px 0px;
}

.quote p {
	color:#666666;
}

