/* \*/
* html .tlc, * html .trc { height: 1%; }
/* */

.tlc, .trc { zoom: 1; }

.box {
	width: 100%;
	margin: 0 0 10px 0;
	background-color: #eee;
}

.formBox {
	margin: 12px auto 10px auto;
	background-color: #eee;
}

.formBox .content {
	padding: 15px 20px;
}

/*.formBox form,  .formBox1 form,  .formBox2 form, .formBox3 form {
	margin: 0;
	padding: 10px;
}*/

.formBox td.label {
	margin: 0;
	padding: 3px 4px; 
}

.formBox td.content {
	margin: 0;
	padding: 3px  4px; 
}

.formBox .content p {
	margin: 0 0 10px;
	padding: 0;
}

.box .content {
	padding: 15px 20px 20px 20px;
}

.content {
	padding: 10px 12px;
}

.content h1 {
	margin: 0;
	padding: 0 0 0.5em 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #c00;
}
		
.content p {
	padding: 0 0 0 60px;
}

.content p.small {
	padding: 0;
	font-size: 11px;
}

.content img.icon {
	float: left;
	padding: 0 10px 0 0;
}

.content ul {
	list-style-type: none;
	margin: 10px 0 0 60px;
	padding: 0 0 0 10px;
}

.content ul li {
	padding: 0 0 0 1em;
	background: url(/graphcc/subcat_bullet.gif) no-repeat 0 5px;
}

.content ul li.dimmed {
	color: #a9a9a9;
}

/*
border code:
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

.tlc, .trc, .blc, .brc {
	background-color: transparent;
	background-repeat: no-repeat;
}

.tlc {
	background-image: url(/graphcc/tlc.gif);
	background-position: 0% 0%;
}

.trc {
	background-image: url(/graphcc/trc.gif);
	background-position: 100% 0%;
}
	
.blc {
	background-image: url(/graphcc/blc.gif);
	background-position: 0% 100%;
}

.brc {
	background-image:url(/graphcc/brc.gif);
	background-position: 100% 100%;
}

.tb, .bb {
	background-color: transparent;
	background-repeat: repeat-x;
}
			
.tb {
	background-image: url(/graphcc/tb.gif);
	background-position: 0% 0%;
}

.bb {
	background-image: url(/graphcc/bb.gif);
	background-position: 50% 100%;
}
	
.rb {
	background-image: url(/graphcc/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

.lb {
	background-color: #eee;
	background-image: url(/graphcc/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}