/* =Default styles
-------------------------------------------------------------- */
body {
}
body,
td,
th,
li,
textarea {
	font-size:10pt;
	line-height:14pt;
	color:#222;
	font-family:Arial,Helvetica,sans-serif;
	text-align:left;
}
body,p,div,form {
	margin:0px;
	padding:0px;
}
table {
	border-spacing:0px;
	border-collapse:collapse;
	border-type: solid;
	border-color: #bbb;
}
td, th {
	vertical-align:top;
	padding:3px 6px;
	margin:0;
	border-type: solid;
	border-color: #bbb;
}
a {
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	color:#000;
}
img {
	border:0px;
}
h1 {
	margin:0 0 6pt -8px;
	padding:0 0 5pt 8px;
	font-style:italic;
	font-size:13.5pt;
	font-weight:bold;
	line-height: 16pt;
}
h2 {
	margin:3pt 0 4pt;
	line-height: 16pt;
	padding:0 0 1pt;
	font-size:13pt;
	border-bottom:1px dotted #ddd;
	font-weight:bold;
}
h3 {
	border-bottom:1px dotted #ddd;
	font-size:11pt;
	font-weight:bold;
	margin:3pt 0 4pt;
	padding:0 0 1pt;
}
h4 {
	margin:3pt 0 2pt;
	padding:0 0 1pt;
	color:#000;
	font-size:10pt;
	font-weight:bold;
}
ul, ol {
	list-style-type:none;
	margin:5px 0px 7px 13px;
	padding:0px;
}
ul li {
	list-style:none;
	background:url('/ccp/web.nsf/bullet.gif') 0 .65em no-repeat;
	padding:2px 0px 2px 12px;
}
ol li {
	list-style:decimal;
	background:none;
	margin-left:7px;
	padding:2px 0px 2px 0px;
}
font {
	line-height:110%;
}
br {
	font-size:7pt;
	line-height:7pt;
}
/* =Layout styles
-------------------------------------------------------------- */
#topbar, #header, #topdivider, #topbar, #footer, #leftcolumn {
	display: none;
}
#container {
}
#container-middle {
}
#container-middle>table {
}
#main {
}
#content {
	text-align:left;
}
/* =Form input styles
-------------------------------------------------------------- */
input, 
select, 
option, 
textarea {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
}
input,
textarea {
	border:1px solid #bbb;
	width:500px;
}
textarea {
	height:100px;
}
select {
	border:1px solid #bbb;
}
input[type=checkbox],
input[type=radio] {
	border:0 none;
	width:auto;
}
a.button,
input[type=button],
input[type=submit] {
	background: url('/wbt/angelsweb.nsf/pagebg-bottom.png') -50px -9px;
	border: 1px solid;
	border-color: #bbb #999 #777;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	font-size: 11pt;
	font-weight: bold;
	line-height: 16pt;
	padding: 6px 20px;
	width:auto;
}
a.button:hover,
input[type=button]:hover,
input[type=submit]:hover {
	background-position: -50px -6px;
	border-color: #888 #666 #444;
	color: #000;
}
a.button:active,
input[type=button]:active,
input[type=submit]:active{
	background: #eee;
	border-color: #444 #666 #888;
}
label {
	margin-right:10px;
}
.twoColumnCheckbox label {
	display:inline-block;
	width:49%;
	margin-right:0px;
}
.threeColumnCheckbox label {
	display:inline-block;
	width:32%;
	margin-right:0px;
}
.fourColumnCheckbox label {
	display:inline-block;
	width:24%;
	margin-right:0px;
}
.fiveColumnCheckbox label {
	display:inline-block;
	width:19%;
	margin-right:0px;
}
/* =Table layout styles
-------------------------------------------------------------- */
/*
#content table {
	width:100%;
}
#content table,
#content td,
#content th {
	border:1px solid #ddd;
}
#content th {
	text-align:left;
}
*/
#content table.noBorders,
#content table.noBorders>tbody>tr,
#content table.noBorders>tbody>tr>td,
#content table.noBorders>tbody>tr>th {
	border:0px none;
}
#content table.noBorders>tbody>tr>td,
#content table.noBorders>tbody>tr>th {
	padding:3px 12px 3px 0px;
}
#content table.rowBorders,
#content table.rowBorders>tbody>tr {
	border:1px solid #ddd;
}
#content table.rowBorders>tbody>tr>td,
#content table.rowBorders>tbody>tr>th {
	border:0px none;
}
#content table.layoutTwoColumn {
	border:0px none;
	border-collapse:collapse;
	width:100%;
}
#content table.layoutTwoColumn td,
#content table.layoutTwoColumn th {
	border:0px none;
	padding:0px 10px;
	width:50%;
}
#content table.layoutTwoColumn > tbody > tr > td:first-child {
	padding-left:0px;
}
#content table.layoutTwoColumn > tbody > tr > td:last-child {
	padding-right:0px;
}
/* =Miscellaneous styles
-------------------------------------------------------------- */
/* ANCHORS AND BUTTONS */
a.return {
	padding-left:20px;
	background:url('/ccp/web.nsf/arrow-return.gif') left center no-repeat;
}
a.goto {
	padding-left:20px;
	background:url('/ccp/web.nsf/arrow-goto.gif') left center no-repeat;
}
/* Lipper Current Ticker */
.lctLine1 {
	margin-top:5pt;
}
.lctHeadline {
}
