/*										faq and comref styles */

#content_container {
	border:1px solid #bababa;
}

#left_column .term h2 {
	border:none;
	color:#000066;
}

#choose_comref {
	position:absolute;
	top:20px;
	left:10px;
	width:150px;
	height:35px;
	text-align:left;
	letter-spacing:normal;
}

#choose_comref select {
	font-size:10px;
}

#definitions {
	line-height:150%;
}

#definitions table td {
}

.letter {
	text-align:center;
	padding:10px 0px;
	font-weight:bold;
	text-transform:uppercase;
}

.term,
.term h2 {
	padding:5px;
	font-size:130%;
	font-weight:normal;
	color:#000066;
}

.operand_title,
.value_title,
.description_title,
.compatability_title,
.example_title {
	font-weight:bold;
}

.value_title {
	color:#663366;
}

.description_title {
	color:#660000;
}

.compatability_title {
	color:#336566;
}

.example_title {
	color:#444;
}

.operand_content,
.value_content,
.description_content,
.compatability_content,
.example_content {
	padding:0 0 10px 20px;
	font-weight:normal;
	color:#464646;
}

.comref_to_top {
	position:relative;
	left:-170px;
	text-align:left;
	color:#660000;
	font-weight:bold;
	width:140px;
}

.comref_to_top:hover {
}

a.top {
	display:block;
	width:100%;
	height:20px;
	color:#660000;
	font-weight:bold;
	text-decoration:none;
	padding:3px 0px 4px 5px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #D3DABC;
	border-left:1px solid #D3DABC;
}

a.top:hover {
	color: red;
	font-weight:bold;
	text-decoration:none;
	background-color:#f1eee4;
	border-top:1px solid #D3DABC;
	border-right:1px solid #D3DABC;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}

.arrow {
	font-size:16px;
}

.indent {
	padding:5px;
	border:1px solid #777;
}

.indent_1 {
	margin-left:30px;
	font-weight:bold;
}

.indent_2 {
	margin-left:60px;
	font-weight:bold;
}

.indent_3 {
	margin-left:90px;
	font-weight:bold;
}

.indent_4 {
	margin-left:120px;
	font-weight:bold;
}

.indent_5 {
	margin-left:150px;
	font-weight:bold;
}

.indent_6 {
	margin-left:180px;
	font-weight:bold;
}

.indent_7 {
	margin-left:210px;
	font-weight:bold;
}

.indent_8 {
	margin-left:240px;
	font-weight:bold;
}

.indent_9 {
	margin-left:270px;
	font-weight:bold;
}

.bordered_table {
	border-left:1px solid #916269;
	border-top:1px solid #916269;
}

.bordered_table th{
	background:#DED8C0;
	border-right:1px solid #916269;
	border-bottom:1px solid #916269;
}

.bordered_table td{
	text-align:center;
	border-right:1px solid #916269;
	border-bottom:1px solid #916269;
}

.point {
	text-align:right;
	font-weight:bold;
	cursor:pointer;
	color:#9e3030;
}

#preview_ghost {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:100px;
	color:#1a1a1a;
}

#preview_ghost img {
	padding:3px;
	background:#fff;
	border:1px solid #777;
}

table {
	border-collapse:collapse;
	border-color:#aaa;
}

caption {
	padding:0 0 7px;
	border-bottom:1px solid #aaa;
	font-size:90%;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#787878;
}

th {
	border-color:#aaa;
	background:#f9f2dd;
}

td {
	border-color:#aaa;
	color:#444;
}
