div.black-txt div{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#000;}

div.black-txt h1{font-family:Arial, Helvetica, sans-serif; font-size:22px; font-weight:normal; color:#000; margin:0px; padding:0px 0px 10px 0px;}
div.black-txt h2{font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal; color:#FF9C00; margin:0px; padding:0px 0px 10px 0px;}
div.black-txt h3{font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color:#444444; margin:0px; padding:0px 0px 10px 0px;}
div.black-txt h4{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#000000; margin:0px; padding:0px 0px 10px 0px;}
div.black-txt h5{font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; color:#000; margin:0px; padding:0px 0px 10px 0px;}
div.black-txt h6{font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:#000; margin:0px; padding:0px 0px 10px 0px;}



div.black-txt ul {margin:0px; }

div.black-txt ul li{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#000; margin:0px; padding:0px; list-style-image:url(images/bullet.png); line-height:24px;}


/*********************************************************************/
/* BSB-Admin Container.css			                                 */
/* Created: 10-28-2010												 */
/* Last Updated: 10-28-2010											 */
/*********************************************************************/

.AdminWrap					{ margin-bottom: 15px;
							  border: solid 1px #4782b9; background-color: transparent; 
							  -moz-border-radius: 8px; -webkit-border-radius: 8px; 
							  -moz-box-shadow: 0 1px 8px rgba(0,0,0,0.3); 
							  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
							}
				
.AdminBody					{ padding: 20px 25px; margin: 3px; background-color: #fff;
							  -moz-border-radius: 8px; -webkit-border-radius: 8px; 
							  -moz-box-shadow: 0 0px 1px rgba(0,0,0,0.1); 
							  -webkit-box-shadow: 0 12px 12px rgba(0,0,0,0.1);
							}

.CSS_ClearBoth				{ clear: both;}

/*********************************************************************/
/* Fixed Module CSS */
/*********************************************************************/
/* Override font color to ensure that content can be readable on white background */
.AdminBody,
.AdminBody td,
.AdminBody ul li			{ color: #000;}

.AdminBody a:link, .AdminBody a:visited, .AdminBody a:active
							{ color: #0064ac; }
.AdminBody a:hover			{ color: #F00;}							

.AdminBody .Normal, 
.AdminBody .MediumHead, 
.AdminBody .SubHead			
							{ color: #000;}

/* Overide NormalTextBox style */
.AdminBody .NormalTextBox	{ border: solid 1px #828790;}


.AdminBody .grey_box_back .NormalTextBox
							{ border: 0px; background-color: transparent;}

.AdminBody .RadGrid_Default	.NormalTextBox,
.AdminBody td.NormalTextBox,
.AdminBody table.NormalTextBox,
.AdminBody span.NormalTextBox
							{ border: 0px;}

/* Blue Border Container */
.blueborder_container		{ border: 2px solid #051a4e; padding: 12px; }
.blueborder_containerHolder	{ padding: 0 0 12px 0; }
.yellowborder_container		{ border: 2px solid #d09702; padding: 12px; }
.yellowborder_containerHolder
							{ padding: 0 0 12px 0; }