@import url(tripoli/tripoli.simple.css); 
@import url(tripoli/plugins/tripoli.visual.css); 
@import url(tripoli/plugins/tripoli.type.css); 
@import url(tripoli/plugins/tripoli.layout.css); 

/*
* HIDE UNIMPORTANT ITEMS
*/
#header,#primary .meta_content,#secondary,#tertiary,#at20mc,#footer .logos,#footer .footer_menu, .no_print{
display:none !important; 
}

/* @todo RD - in the printable version, we want to use a higher res logo file that prints more clearly
*/ 

.logo_print{
display:block !important;
}

body {
	background: white;
	font-size: 12pt;
	}

/* @todo RD - we need formatting for the print version of the tables
*/

body.l1 #primary{
float:none;
margin:0 !important;
width:auto;
}

#container{
font-size:inherit !important;
margin:0 5%;
width:auto;
}

/**
 * Styles particular to the backend.
 * @author Mark Guinn
 * @created 3.16.09
 */

/* typography */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	padding: 5px;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 15px;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4,h5,h6 {
	font-weight: bold;
}

strong { font-weight: bold; }

p {
	margin: 0px 0px 12px 0px;
}

ol {
	margin: 10px 20px;
	line-height: 1.5em;
}
ol li {
	list-style: decimal;
}

ul {
	margin: 10px 20px;
}
ul li {
	list-style: disc;
	line-height: 1.5em;
}

/* tables */
table.list-table {
	border: 2px solid #888;
	width: 100%;
	margin: 10px auto;
}

table.list-table thead th, table.list-table thead td {
	font-weight: bold;
	padding: 3px 5px;
	font-size: 1.2em;	
	border-bottom: 2px solid #888;
}

table.list-table tbody td {
	padding: 3px 5px;
}



