@CHARSET "UTF-8";


/*********************************************
 TABLES */
 
table.standard {
	border-bottom: solid 1px #f7f8f8;
}

table.standard tr td {
	padding: 7px;
	color: #797b7e;
}

table.standard tr.header td {
	font-weight: bold;
	color: #909295;
	background: #f0f5f8;
	border-top: solid 1px #f7f8f8;
	border-bottom: solid 1px #f7f8f8;
}

table.standard tr.subheader td {
	font-weight: bold;
	color: #909295;
	border-bottom: solid 1px #f7f8f8;
}

table.standard tr.subheader2 td {
	font-weight: bold;
	background: #f9f9f9;
	color: #999;
	border-bottom: none;
}


table.standard dl {
	margin: 0;
	font-size: 11px;
}

table.standard dl dt {
	float: left;
	width: 90px;
	font-weight: bold;
	margin-bottom: 5px;
}


table.standard dl.large dt {
	width: 170px;
}

table.standard dl.small dt {
	width: 50px;
}


table.standard dl dd {
	margin-bottom: 5px;
}



table.lines tr.totals td {
	font-weight: bold;
	color: #909295;
	background: #f0f5f8;
	border-top: none;
	
}


table.standard tr td h1 {
	font-size: 14px;
	color: #002e8e;
	margin: 0;
	padding: 5px;
}

table.standard tr td h1 span {
	font-size: 12px;
}

table.lines tr td {
	border-left: solid 1px  #d8d8d8;
	border-top: solid 1px  #d8d8d8;
}


table.lines {
	border-bottom: solid 1px  #d8d8d8;
	border-right: solid 1px  #d8d8d8;
}

table.lines tr.header td {
	border-top: solid 1px  #d8d8d8;
}

table.tight tr td dd, table.tight tr td dt {
	margin-left: 5px;
}

table.lines tr.break td {
	border-top: solid 5px  #d8d8d8;
}

table.notop tr td, table.notop  {
	border-top: 0;	
}

table.notop tr td, table.nobottom {
	border-bottom: 0;	
} 

a.delete div {
	background: url(/images/icons/delete.gif) no-repeat;
	height: 10px;
	width: 10px;
	float: left;
	margin: 5px;
	height: 20px;
}


/*********************************************
 LIST TYPES */


ol.newslist {
	margin:0;
	padding: 0;
	list-style: none;
}

ol.newslist li {
	padding: 10px;
	padding-top: 20px;
	border-bottom: solid 1px  #d8d8d8;
}


ol.newslist li h1 {  
	margin-top: 0;
	font-size: 14px
}

ol.newslist li h2{
	margin-top: 0;
	font-size: 12px
}




/*********************************************
 LIST TYPES */

dl.large-list {
	font-size: 16px;
 	line-height: 22px;
 	margin: 0;
}
 
dl.large-list dt {
 	float: left;
 	width: 150px;
 	font-weight: bold;
 	margin-bottom: 5px;
 	vertical-align: top;
 	margin-top: 0px;
}
 
dl.large-list dd {
	float: left;
	margin-bottom: 5px;
	clear: right;
}
 
 
