/************************************************/
/* dnn_screen.css                               */
/************************************************/
 

/***********************************************/
/* content pane definitions                    */
/***********************************************/
/*   This pane is used for stories and feature */
/* articles.  It has two different background  */
/* colors depending on story or theme.         */
/*   Definitions for the brighter pane have    */
/* prefix "mb" and those for the darker        */
/* version have a prefix of "md".              */
/***********************************************/
.mb {
	background-color:	transparent; 
	color:				#000080; 
	width: 				600px;
	}
.mbp {
	font-family:		Arial, Helvetica, sans-serif; 
	font-size:			11px; 
	color:				#000080; 
	text-align:			left; 
    line-height: 		1.4;
	margin-top:			2px; 
	margin-left: 		48px; 
	margin-right: 		12px; 
	margin-bottom: 		2px;
	}
.mbc {
	font-family:		Arial, Helvetica, sans-serif; 
	font-size:			11px; 
	color:				#000080; 
	text-align:			center; 
    line-height: 		1.4;
	margin-top:			2px; 
	margin-left: 		12px; 
	margin-right: 		12px; 
	margin-bottom: 		2px;
	}
.mbh1 {
	font-family:		Arial, Helvetica, sans-serif; 
	font-size:			12px; 
	font-weight: 		bold; 
    color:				#000080; 
    text-align:			left; 
	padding-top:		3px; 
	padding-right:		12px; 
	padding-left:		18px;
	padding-bottom: 	3px;
	}
.mbhr {
	padding: 			0px;
    margin: 			0px;
    background-color:	transparent;
    border-bottom-width:medium; 
	border-bottom-color:#E1EAF8; 
	border-bottom-style:solid;
    }
.md {
	background-color:	transparent; 
	color:				#000080; 
	width: 				600px;
	}
.mdp {
	font-family:		Arial, Helvetica, sans-serif; 
	font-size:			11px; 
	color:				#000080; 
	text-align:			left; 
    line-height: 		1.4;
	padding-top:		2px; 
	padding-left:		48px; 
	padding-right:		12px; 
	padding-bottom:		2px;
	}
.mdh1 {
	font-family:		Arial, Helvetica, sans-serif; 
	font-size:			13px; 
	font-weight: 		bold; 
    color:				#000080; 
    text-align:			left;
	padding-top:		4px; 
	padding-right:		12px; 
	padding-left:		12px;
	padding-bottom:		4px;
	}
.mdh2 {
	font-family:		Arial, Helvetica, sans-serif; 
	font-size:			12px; 
	font-weight: 		bold; 
    color:				#000080; 
    text-align:			left; 
	padding-top:		4px; 
	padding-right:		12px; 
	padding-left:		12px;
	padding-bottom:		4px;
	}
.mdhr {
	padding: 			0px;
    margin: 			0px;
    background-color:	transparent;
    border-bottom-width:medium; 
	border-bottom-color:#E1EAF8; 
	border-bottom-style:solid;
    }
	
/***********************************************/
/* legacy style definitions                    */
/***********************************************/
/*   These styles are mostly applied in the    */
/* central story pane.                         */
/*   These definitions either retained their   */
/* legacy name or a prefix "lg" if new         */
/* definitions were needed.                    */
/***********************************************/

.style11{
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				16px;
	font-weight:			bold;
	color: 					#E1EAF8;
	}
.style18{
	font-size: 				12px; 
	font-family: 			Verdana, Arial, Helvetica, sans-serif; 
	color: 					#000080;
	} 
		  
/*	table colors  */
.lightrow {
	background-color:		transparent;
	}  
.darkrow  {
	background-color:		#E1EAF8;
	}
.rowstyle {
	font-size: 				12px; 
	font-family: 			Arial, Helvetica, sans-serif; 
	color:					#000080;
	}		
.tablehdr {
	font-size: 				13px; 
	font-family: 			Arial, Helvetica, sans-serif; 
	color:					#935379; 
	font-weight:			bold;
	}

body{
	font-family: 			Arial, Helvetica, sans-serif;
	color: 					#000080; 
	line-height: 			1.2;	
	margin: 				0px;
	padding: 				0px;
	}
	
/******** Standard Selectors and Style Elements ********/
	
/******* hyperlink and anchor tag styles *******/

a:link {
	color:					#990066; 
	text-decoration: 		none; 
	font-style:				italic;
	}	
a:visited {
	color:					#990066; 
	text-decoration: 		none; 
	}	
a:hover {
	color:					#990066; 
	text-decoration: 		underline; 
	font-style:				italic;
	}	
	
/*  Paragraph  */

/************** header tag styles **************/

/************** header tag styles **************/

h1 {
 	font: 					bold 120% Verdana, Arial, sans-serif;
 	margin: 				0px;
 	padding: 				0px;
 	font-size: 				28px;
 	color: 					#000080; 
	}

h2 {
 	font: 					bold 90% Verdana,Arial,sans-serif;
 	color: 					#E1EAF8;
 	margin: 				0px;
 	padding: 				0px;
	}

h3 {
 	font: 					bold 100% Arial,sans-serif;
 	color: 					#000080;
 	margin: 				0px;
 	padding: 				0px;
	}

h4 {
 	font: 					100% Arial,sans-serif;
 	color: 					#000080;
 	margin: 				0px;
 	padding: 				0px;
	}

h5 {
 	font: 					100% Arial,sans-serif;
 	color: 					#000080;
 	margin: 				0px;
 	padding: 				0px;
	}

/*************** list tag styles ***************/

ul {
 	list-style-type: 		square;
 	}

ul ul {
 	list-style-type: 		disc;
	}

ul ul ul {
 	list-style-type: 		circle;
	}

/********* form and related tag styles *********/

form {
	margin: 				0px;
	padding: 				0px;
	}
				
input {
	font-family: 			Arial, sans-serif;
	}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
/* -- Renderbug in Moz 1.7.5 / Firefox 1.0 -- */
#pagecell1 {
  	background-color: 		transparent; 
	width: 					600px; 
}

.storyheader{
	color:				#E1EAF8;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			14px;
	font-style: 		normal;
	font-weight:		bold;
    padding-top: 	 	3px;
    padding-bottom:  	3px;
    padding-left: 	 	10px;
    padding-right:   	10px;
	margin: 		 	0px;
	border: 	 	    1px solid #E1EAF8;
	background-color: 	#7290C2;
}
.topicheader{
	color:				#E1EAF8;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			13px;
	font-style: 		normal;
	font-weight:		bold;
    padding-top: 	 	3px;
    padding-bottom:  	3px;
    padding-left: 	 	10px;
    padding-right:   	10px;
	margin: 		 	0px;
	border: 	     	1px solid #E1EAF8;
	background-color: 	#7290C2;
}

#masthead{
	}

#content{
	float: left; 
}

/************** feature styles *****************/

.feature {
   	width: 					600px;
	padding-top: 			3px;
	padding-left: 			6px;
	padding-right: 			3px;
 	padding-bottom: 		6px;
  	border-top:			    2px solid #E1EAF8;
   	border-left:			2px solid #E1EAF8;
   	border-right:			2px solid #E1EAF8;
   	border-bottom:			2px solid #E1EAF8;
	}

/********************* end **********************/
