@charset "UTF-8";


body {
	margin: 0;
	padding: 0;
	/*background: #208059 url(../images/BackgroundBlend.jpg) top left repeat-x;*/
	font-size: 78%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	/*background-image: url(../images/BackgroundBlend.jpg);*/
}
.MainWindow {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BAE3D3;
	border-left-color: #BAE3D3;
	background-color: #FFFFFF;
}
.bodyArea
	{
	/*border-left:1px solid #BAE3D3;
	border-right:1px solid #BAE3D3;*/
	background-color: #FFFFFF;
	width:962px;
	}
.MainWindow table {
	border: 1px solid #4C997A;
}


body {
 font:normal 76% georgia,helvetica,verdana,tahoma,arial,"sans serif";
	border-color: #FF0000;
	border-color: #FFFFFF;
}

.dialog {
 width:90%;
 margin:0px auto;
 min-width:20em;
 color:#fffff;
}

.dialog .hd .c,
.dialog .ft .c {
 
 height:38px;


}
.sectionText{
	 font:bold 14px Arial;
	 vertical-align:middle;
	}
.dialog .ft .c {
 height:38px;
}

.dialog .hd {
	width: 100%;
}

.dialog .hd .c {
 background:transparent url(../images/tr.gif) no-repeat right 0px;
  height:38px;


}

.dialog .bd {
 background:transparent url(../images/ml.gif) repeat-y;
 padding: 1px 0px 1px 1px; /* newly added */

}

/* Newly added 15-11-08*/
.dialog .bdp {
 background:transparent url(../images/ml.gif) repeat-y;
 }
 
.dialog .bdp .cp {
 background:transparent url(../images/mr.gif) repeat-y right 1px;

}
/*----------*/




.dialog .bd .c {
 background:transparent url(../images/mr.gif) repeat-y right 1px;

}

.dialog .bd .c .s {
	margin:0px 8px 0px 4px;
	background:#FFFFF url(../images/) repeat-x 0px 0px;
	padding:1em;
	background-color: #FFFFFF;
	
}

/* Newly added 15-11-08*/
.dialog .bdp .cp .sp {
	margin:0px 8px 0px 4px;
	background:#FFFFF url(../images/) repeat-x 0px 0px;
	padding: 10px 5px 0px 15px;
	background-color: #FFFFFF;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	
}
/*----------*/


.dialog .ft {
 background:transparent url(../images/bl.gif) no-repeat 0px 0px;
}

.dialog .ft .c {
 background:transparent url(../images/br.gif) no-repeat right 0px;
 
}


/* content-specific */

.dialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

.dialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";

}

html>body .dialog pre {
 font-size:1.1em;
}


/* End Styles */
.WhiteWindow {
	background-color: #FFFFFF;
	border: 0px none #FFFFFF;
}
.BulletList{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	list-style-position: inside;
	list-style-image: url(../images/HD_Bullet.jpg);
	text-align:left;
}

.divBulletList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align:left;
	background: url(../images/HD_Bullet.jpg) no-repeat 0px 2px;
	padding-left:20px;
	margin-bottom:8px;
}
div.divBulletList li {list-style-type:none;}

.divBulletPoint {
	font-family:Helvetica, Arial, Verdana;
	font-size: 14px;
	color: #515151;
	text-align:left;
	background: url(../images/HD_Bullet.jpg) no-repeat 0px 0px;
	padding-left:20px;
	padding-bottom:5px;
}

.divBulletPoint a {
	color: #515151;
	text-decoration: none;
}