/********************************************************************/
/* Centro Watt -- Enclosed Mall Website                             */           
/* print.css                                                        */
/* Sets global styles for print based media                         */
/********************************************************************/

/********************************************************************/
/* Defaults                                                         */
/********************************************************************/

body {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
}

a {
	color: black;
	text-decoration: none;
}	


/********************************************************************/
/* Structural                                                       */
/********************************************************************/

h1 {
	margin-bottom: 1.2em;
}


h2 {
	margin-bottom: 1.2em;
}


h1 img {
	display: none;
}

h2 img {
	display: none;
}


#globalNav {
	display: none;
}


#flashcontent {
	display: none;
}	

#corporate span {
	margin-left: 1em;
}

ul.localNav {
	display: none;
}

form {
	display: none;
}


/********************************************************************/
/* Typography                                                       */
/********************************************************************/

dt {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1.2em;
	margin-bottom: 0.2em;
}

dd {
	margin: 0;
	padding: 0 0 1.2em 0;
	border-bottom: 1px dotted #E5E5DD; 
}

dd ul {
	padding: 1em 2em 1em 2em !important; padding: 1em;
}

.date {
	color: #9F9F81;
	display: block;
	font-style: oblique;	
	margin-bottom: 0.4em;
}

#footerNav p {
	display: none;
}

p.button {
	display: none;
}


/********************************************************************/
/* Forms                                                            */
/********************************************************************/


/********************************************************************/
/* Tables                                                           */
/********************************************************************/

table {
	font-size: 0.8em;
	width: 100%;
}

td {
	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px dotted black;
	vertical-align: top;
}

th {
	padding-top: 2.5em;
	text-align: left;
}
